
a,
a:hover {
  text-decoration: none;
}
.section-header h2,
.section-header p {
  font-weight: 700;
  font-family: poppins , sans-serif;
}
.section-header h2,
.section-header p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Mimolette, sans-serif;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.back-to-top,
.navbar-mobile ul,
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
@font-face {
  font-family: Zapfino;
  src: url("../fonts/Zapfino/Zapfino.ttf");
  font-display: swap;
}
@font-face {
  font-family: Mimolette;
  src: url("../fonts/Mimolette-Medium/Mimolette-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url("../fonts/Helvetica-Font/Helvetica.ttf");
  font-display: swap;
}
:root {
  scroll-behavior: auto;
}
a {
  color: #4154f1;
}
a:hover {
  color: #717ff5;
}
.breadcrumbs ol a:hover,
.checkbox-inline a {
  text-decoration: underline;
}
.item h4 {
  background-color: #848484a1;
  color: #111;
  position: relative;
  top: -50px;
  text-align: center;
  padding: 5px 0;
}
section {
  padding: 25px 0;
  overflow: hidden;
}
.amenities .container-fluid,
.hero .container-fluid,
.navbar,
.portfolio-details .portfolio-description p,
section#hero {
  padding: 0;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  color: #012970;
}
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  width: 40px;
  height: 40px;
  transition: 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.header {
  transition: 0.5s;
  z-index: 997;
  padding: 10px 0;
}
.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1);
}
.blog .sidebar .search-form form button i,
.header .logo {
  line-height: 0;
}
.header .logo img {
  margin-right: 6px;
  max-height: 45px;
}
.footer .footer-top .footer-info .logo span,
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: Nunito, sans-serif;
  margin-top: 3px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#amenities_slider_wrap,
.navbar li,
.submit_loading_btn_wrp,
section#highlights {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Mimolette, sans-serif;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0 15px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-right: 10px;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.about .btn-read-more,
.hero .btn-get-started {
  padding: 15px 40px;
  border-radius: 4px;
  line-height: 0;
}
.navbar .getstarted:focus:hover,
.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.blog .blog-comments .comment h5 a:hover,
.blog .entry .entry-footer a:hover,
.blog .entry .entry-title a:hover,
.blog .sidebar .categories ul a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.footer .footer-top .footer-links ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover,
.navbar .megamenu ul li a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .megamenu {
  position: static;
}
.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}
.navbar .megamenu ul li {
  flex: 1;
}
.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover > a {
  color: #013289;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a,
.mobile-nav-toggle.bi-x,
.services .service-box:hover .read-more,
.services .service-box:hover h3,
.services .service-box:hover p {
  color: #fff;
}
.mfp-figure button.mfp-close {
  width: 25px !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  padding-right: 0 !important;
  justify-content: center !important;
  background: #fff;
  position: absolute;
  right: 0;
}
.amenities .owl-nav,
.amenities .slider-nav .amenities-icons .icon-container,
.bottom_brochure_button,
.caption,
.cloudzoom-blank,
.mobile_flip_box,
.tab-pane.location_highlights_toggle,
.visible-xs {
  display: none;
}
.hero .content .btn-default {
  font-size: 18px;
  font-weight: 600;
}
.checkbox-inline a {
  color: #fff;
}
.download_brchre_btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}
@media (max-width: 1400px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Mimolette, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s;
    padding: 0 10px;
  }
  .banner-form {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
}
.about .btn-read-more,
.features .feature-box:hover i,
.hero .btn-get-started,
.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
  background: #fff;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
#amenities_slider_wrap .desktop_amenities_slider_new,
.amenities .slider-nav .amenities-icons .icon-container.show,
.navbar-mobile .dropdown > .dropdown-active,
.video-gallery .video_box:hover .flip-box {
  display: block;
}
.hero {
  width: 100%;
  height: 100vh;
}
.hero h1 {
  font-weight: 700;
  color: #012970;
}
.hero h2 {
  color: #444;
  margin: 15px 0 0;
  font-size: 26px;
}
.hero .btn-get-started {
  margin-top: 30px;
  transition: 0.5s;
  box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
}
.about .btn-read-more span,
.hero .btn-get-started span {
  font-family: Nunito, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i,
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i,
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}
.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}
.about h2,
.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
}
.about p {
  margin: 15px 0 30px;
  line-height: 24px;
}
.about .btn-read-more {
  transition: 0.5s;
  box-shadow: 0 5px 25px rgba(65, 84, 241, 0.3);
}
.values .box {
  padding: 30px;
  box-shadow: 0 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.counts .count-box,
.features .feature-box,
.portfolio-details .portfolio-info,
.pricing .box,
.services .service-box,
.values .box:hover {
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  margin-bottom: 18px;
}
.values .box:hover img {
  transform: scale(1);
}
.portfolio .portfolio-wrap:hover img,
.pricing .box:hover {
  transform: scale(1.1);
}
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
}
.features .feature-box {
  padding: 24px 20px;
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
.features .feture-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 25px;
  margin-bottom: -2px;
}
.features .feture-tabs .nav-link.active {
  border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
  .features .feature-icons h3,
  .features .feture-tabs h3 {
    font-size: 28px;
  }
  .download_brchre_btn_wrapper {
    display: none;
  }
}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #012970;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}
.services .service-box {
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.pricing .box,
.services .service-box .icon {
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  transition: 0.3s;
}
.services .service-box .icon {
  font-size: 36px;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
}
.pricing h3,
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.services .service-box h3 {
  color: #444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}
.services .service-box.blue .read-more {
  color: #2db6fa;
}
.services .service-box.blue:hover {
  background: #2db6fa;
}
.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #f68c09;
}
.services .service-box.orange:hover {
  background: #f68c09;
}
.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.services .service-box.green .read-more {
  color: #08da4e;
}
.services .service-box.green:hover {
  background: #08da4e;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.header,
.pricing .box,
.services .service-box:hover .icon {
  background: #fff;
}
.pricing .box {
  text-align: center;
  overflow: hidden;
}
.pricing .box:hover {
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
}
.pricing .price {
  font-size: 36px;
  color: #444;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing img {
  padding: 30px 40px;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}
.pricing ul li {
  padding-bottom: 10px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px;
  border-radius: 50px;
  color: #4154f1;
  transition: 0.3s;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  border: 1px solid #4154f1;
}
#about .counter-container p,
#location_highlight .feture-tabs p,
#location_highlight .tab-content .tab-list ul li p,
.about .content p,
.about .counter-container,
.features .feture-tabs .nav-link,
.footer,
.hero .content .btn-default,
.hero .content p,
.hero h1,
.video-gallery .btn-play-now,
.video-gallery .flip-box,
.white-popup-block form input,
.white-popup-block form input[type="checkbox"],
.white-popup-block form input[type="submit"] {
  font-family: Mimolette, sans-serif;
}
.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px;
  background: #4154f1;
  color: #fff;
}
.faq .accordion-collapse {
  border: 0;
}
.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444;
  text-align: left;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background: 0 0;
  color: #4154f1;
  border-bottom: 0;
}
.faq .accordion-body {
  padding: 0 0 25px;
  border: 0;
}
.portfolio #portfolio-flters {
  padding: 2px 15px;
  margin: 0 auto 25px;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444;
  margin: 0 4px 8px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
  color: #4154f1;
  border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: 0.5s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: 0.5s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}
.blog .entry .entry-content .read-more a:hover,
.contact .php-email-form button[type="submit"]:hover,
.footer .footer-newsletter form input[type="submit"]:hover,
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.clients .clients-slider .swiper-slide img:hover,
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio-details {
  padding-top: 40px;
}
.animation_button:hover:before,
.hero .image-container img,
.portfolio-details .portfolio-details-slider img,
.right_side_highlights .image_box img,
body .menu_box ul li {
  width: 100%;
}
.clients .clients-slider .swiper-pagination,
.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet,
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active,
.custom_nav_bar .getstarted:hover,
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.portfolio-details .portfolio-info {
  padding: 30px;
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li,
.white-popup-block form input[type="email"] {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
.recent-blog-posts .post-box,
.team .member {
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  overflow: hidden;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}
.team {
  background: #fff;
  padding: 60px 0;
}
.team .member {
  text-align: center;
  border-radius: 5px;
  background: #fff;
  transition: 0.3s;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.html) center bottom/contain no-repeat;
  z-index: 1;
}
.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}
.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 10px 15px 20px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}
.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}
.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}
.team .member:hover .social {
  right: 8px;
  opacity: 1;
}
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px;
  position: relative;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}
.contact .info-box {
  color: #444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input[type="email"],
.contact .php-email-form input[type="text"] {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog {
  padding: 40px 0 20px;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
}
.blog .entry .entry-title a,
.blog .sidebar .categories ul a,
.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}
.blog .blog-author,
.blog .blog-comments,
.blog .entry-single,
.blog .sidebar .sidebar-item,
.footer .footer-top .footer-info,
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li,
body .popupPrivacyPolicyDesign ol,
body .popupPrivacyPolicyDesign ul {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 700;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li,
.blog .entry .entry-footer .tags li,
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .blog-author {
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form,
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  color: #012970;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments .comments-count {
  font-weight: 700;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: 700;
  color: #444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
}
.blog .blog-comments .reply-form h4 {
  font-weight: 700;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input,
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus,
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}
.blog .blog-pagination {
  color: #024ed5;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}
.blog .sidebar {
  margin: 0 0 60px 20px;
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
  color: #012970;
  position: relative;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #4154f1;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}
.blog .sidebar .categories ul,
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaa;
  font-size: 14px;
}
#footer_logo.logo img,
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: 700;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #4154f1;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-top {
  background: url(../img/footer-bg.html) right top/contain no-repeat #fff;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #012970;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .copyright,
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
#pinContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
#slideContainer {
  width: 400%;
  height: 100%;
}
.panel {
  height: 100%;
  width: 25%;
  float: left;
}
body .popupPrivacyPolicyDesign {
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  padding: 5% 1% 5% 3%;
}
body .popupPrivacyPolicyDesign .scroll_content {
  height: 480px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}
body .popupPrivacyPolicyDesign h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
body .popupPrivacyPolicyDesign label.sub-title {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  line-height: 25px;
}
body .popupPrivacyPolicyDesign p {
  line-height: 25px;
  margin-bottom: 20px;
}
body .popupPrivacyPolicyDesign label.sub-title strong {
  font-weight: 400;
  color: #000;
}
body .popupPrivacyPolicyDesign ol li,
body .popupPrivacyPolicyDesign ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar {
  width: 10px;
}
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb {
  background: #4e7c39;
  border-radius: 10px;
}
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb:hover {
  background: #4e7c39;
}
.submit_loading_btn img {
  width: 25px !important;
}
.submit_loading_btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-form,
.hero .image-container .after {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
input[type="submit"]:disabled {
  background: #000;
  opacity: 0.2;
  filter: blur(2px);
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Font/Helvetica.ttf");
  font-display: swap;
}
body {
  color: #444;
  font-family: Helvetica;
}
.hero,
.mfp-close-btn-in .mfp-close {
  background: 0 0;
}
.hero .image-container {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.hero .content,
.hero h1 {
  width: 60%;
  margin: 0 auto;
}
.hero .image-container .after {
  overflow: hidden;
  color: #fff;
  top: 0;
  display: flex;
  background: rgb(255 255 255 / 88%);
  border-width: 0;
  width: 50%;
  height: 90vh;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.hero #title {
  background: url("../images/Lakewood.webp") 0 0 / cover;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.hero h1 {
  font-size: 60px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  display: flex;
  align-items: center;
}
.hero .content p {
  -webkit-text-fill-color: rgba(51, 51, 51, 0.78);
  font-size: 20px;
}
.hero .content .btn-default {
  border-radius: 6px;
  border: 1px solid #4e7c39;
  background: #4e7c39;
  -webkit-text-fill-color: #fff;
}
.banner-form {
  right: 0;
  width: 80%;
  margin: 0 auto;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
}
.navbar a,
.navbar a:focus {
  color: #434e5b;
  font-weight: 500;
}
.custom_nav_bar a#Lakeshore_header_fixedtop_contact_us,
.custom_nav_bar a#Lakeshore_header_fixedtop_contact_us:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Mimolette, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0 15px;
}
.custom_nav_bar .getstarted,
.custom_nav_bar .getstarted:focus {
  background: #4e7c39;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #4e7c39;
}
#about .image-container {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
#about .image-container img {
  width: 42%;
}
#about .image-container .img-1 {
  margin-top: 30%;
}
#about .image-container .img-2 {
  margin-bottom: 30%;
}
.about .content {
  background-color: transparent;
  text-align: right;
}
h2.section-title {
  color: #4e7c39;
  font-family: Zapfino, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1.92px;
  display: block;
  margin-top: 30px;
}
.about .content p {
  color: #66903d;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.about .counter-container {
  color: #4e7c39;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}
#about .counter-container p {
  color: #4e7c39;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.video-gallery h2 {
  margin-bottom: 15px !important;
  margin-left: -130px;
  width: 95%;
  font-size: 21px;
}
#master_plan h2 {
  margin-bottom: 0;
  margin-left: 0;
}
.amenities-text{
  text-align: center;
}
.video-gallery .video_box a img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.play_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/play_btn.png) center/50px no-repeat;
}
.video-gallery .owl-next,
.video-gallery .owl-prev {
  position: absolute;
  top: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.video-gallery .owl-next img,
.video-gallery .owl-prev img {
  width: 50px;
}
.video-gallery .video-gallery-slider {
  width: 90%;
  margin: 0 auto;
}
.video-gallery .video_box {
  box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1);
  max-height: 450px;
  position: relative;
}
.btn-download-brochure {
  background: #5d715c;
  color: #fff;
  position: relative;
  padding-right: 50px;
  border: none;
  width: auto;
}
.btn-download-brochure .btn-label {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #d8d8d8;
  padding: 0 10px;
  border-radius: 5px;
  color: #5d715c;
}
#location_highlight .tab-content .tab-list ul {
  width: 80%;
  margin: auto;
}
#location_highlight .tab-content .tab-list ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9b9b9b;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#location_highlight .tab-content .tab-list ul li p {
  margin-bottom: 0;
  color: #9b9b9b;
}
.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #4e7c39;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-evenly;
}
.features .feture-tabs .nav-link {
  padding: 10px;
  font-size: 12px;
  color: #4e7c39;
  background: #e4ffe4;
  border-radius: 8px;
}
.features .feture-tabs .nav-link.active {
  background: #4e7c39;
  border-radius: 8px;
  color: #fff;
  border-bottom: none;
}
#location_highlight .tab-content .tab-list {
  margin-top: 30px;
}
.features .feture-tabs .nav-link .icon,
.white-popup-block h3,
.white-popup-block p {
  text-align: center;
}
.features .feture-tabs .nav-link svg {
  width: 45px;
}
.features .feture-tabs .nav-link svg g {
  fill: #4e7c39;
}
.features .feture-tabs .nav-link.active svg g {
  fill: #fff;
}
.features .feture-tabs {
  margin-top: 0 !important;
}
.footer {
  font-size: 14px;
  background: #92b56d;
  padding: 30px 0 15px;
}
.checkbox-inline {
  color: #fff;
  font-size: 10px;
}
.banner-form .btn-green,
.footer-form .btn-green {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #61863a;
  color: #fff;
  width: 100%;
}
.footer .copyright {
  color: #fff;
  text-align: center !important;
}
.back-to-top {
  color: #fff;
  background: #61863a;
  border-radius: 50%;
}
.video-gallery .btn-play-now {
  border-radius: 25px;
  border: 1px solid #fff;
  background: #61863a;
  color: #fff;
  padding: 10px 25px;
}
.video-gallery .flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.video-gallery .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.video-gallery .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.video-gallery .flip-box-back,
.video-gallery .flip-box-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.video-gallery .flip-box-front {
  background-color: #fff;
  color: #000;
}
.video-gallery .flip-box-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-gallery .flip-box-back h2 {
  margin-bottom: 0;
}
#location_highlight .feture-tabs p {
  font-size: 13px;
  text-align: justify;
}
.white-popup-block form input {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #a1a1a1;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  padding: 10px;
}
.white-popup-block .flag-container {
  height: 40px;
}
.white-popup-block label.checkbox-inline {
  padding: 0 0 0 5px;
  margin: 10px 0 20px;
  font-size: 13px;
  color: #000;
}
.white-popup-block form input[type="checkbox"] {
  display: inline-block !important;
  width: auto;
  top: 0;
}
.white-popup-block form input[type="submit"] {
  display: block;
  width: auto;
  margin: auto;
  background: #4b6759;
  border: 1px solid #4b6759;
  line-height: 1px;
  padding: 16px 19px;
  color: #fff;
  font-size: 15px;
}
.white-popup-block h3 {
  font-family: inherit;
}
.mfp-close-btn-in .white-popup-block button.mfp-close {
  color: #000 !important;
}
#amenities {
  position: relative;
  padding: 70px 0 0;
}
.amenities .container-fluid h2 {
  color: #4e7c39;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  font-family: Zapfino, sans-serif;
}
.amenities .slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.44);
}
.amenities .slider-nav ul {
  padding: 0;
  margin-top: 50px;
}
.amenities .slider-nav ul li {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 10px;
}
.amenities .slider-nav ul li.active {
  padding: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.43) 30.14%,
    rgba(0, 0, 0, 0.4) 70.83%
  );
}
.amenities .slider-nav ul li.active a {
  font-size: 20px;
  font-weight: 600;
}
.amenities .slider-nav ul li a {
  color: rgba(255, 255, 255, 0.92);
  font-family: Mimolette, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 2.8px;
  text-transform: capitalize;
  padding: 15px 0;
  width: 100%;
  display: block;
}
.amenities .slider-nav .amenities-icons .main-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto 55px;
}
.amenities .slider-nav .amenities-icons .img-box {
  text-align: center;
  font-family: Mimolette, sans-serif;
}
.amenities .slider-nav .amenities-icons .img-box img {
  width: 35px;
  margin-bottom: 10px;
}
.amenities .slider-nav .amenities-icons p {
  color: #fff;
  text-align: center;
  font-family: Mimolette, sans-serif;
  font-size: 15px;
}
.banner-form.show {
  display: block;
  opacity: 1;
  height: auto;
  font-family: Mimolette, sans-serif;
  padding: 27px;
  width: 95%;
  position: relative;
  z-index: 99;
}
.project-highlights-mobile ul {
  padding-left: 15px !important;
}
.project-highlights-mobile li {
  font-size: 16px;
  font-family: Mimolette, sans-serif;
  margin-bottom: 15px;
  color: rgba(93, 113, 92, 0.63);
}
.animation_button {
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  height: 50px;
  text-decoration: none;
}
.animation_button span.text {
  text-align: center;
  color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Mimolette, sans-serif;
}
.animation_button span.icon {
  width: 20%;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.animation_button:before {
  content: "";
  position: absolute;
  width: 80%;
  left: 0;
  top: 0;
  background: #5d715c;
  height: 100%;
  transition: 0.6s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.animation_button path {
  transition: 0.6s;
}
.animation_button:hover path {
  fill: #fff;
  stroke: #fff;
}
.white-popup-block {
  background-color: #fff;
  width: 30%;
  margin: auto;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  font-family: Mimolette, sans-serif;
}
.white-popup-block a {
  color: #00f;
}
.video-gallery-slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background: #4e7c39;
  color: #fff;
  font-size: 15px;
  left: -70px;
}
.owl-drone-slider .owl-nav .owl-next,
.video-gallery-slider .owl-nav .owl-next {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  align-items: center;
  border-radius: 100px;
  background: #4e7c39;
  color: #fff;
  top: 45%;
  width: 30px;
  height: 30px;
}
.video-gallery-slider .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  font-size: 15px;
  right: -70px;
}
#amenities_slider_ .owl-item img {
  height: 90vh;
  object-fit: cover;
}
.row.text_alignment {
  display: flex !important;
  justify-content: center !important;
}
.pargraph_text_amenities {
  width: 85%;
  margin: auto;
  padding: 20px 0;
  text-align: justify;
  font-family: Mimolette, sans-serif;
  font-size: 16px;
}
.owl-drone-slider .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  opacity: 1;
  right: -50px;
}
.location_highlights_slider .owl-nav .owl-next,
.owl-drone-slider .owl-nav .owl-prev {
  align-items: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  background: #4e7c39;
  color: #fff;
  position: absolute;
}
.owl-drone-slider .owl-nav .owl-prev {
  top: 45%;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  opacity: 1;
  left: -50px;
}
#banner-form input {
  border-color: #4e7c39;
}
#banner-form input:focus {
  outline: 0;
}
#banner-form input[type="submit"] {
  border-color: #fff;
}
.video-gallery .flip-box-back h2 {
  margin-left: 0;
}
.abt_us_content_1,
.abt_us_content_2,
.abt_us_content_3 {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-menu {
  width: 65%;
  margin: 0 auto;
}
input#agree {
  position: relative;
  top: 4px;
  left: -3px;
}
.video_play_btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../images/play-icon.png) center/60px no-repeat #0000007a;
}
.d-flex.custom_nav_bar {
  display: flex;
  justify-content: space-evenly;
}
.owl-drone-slider img {
  width: 100% !important;
  margin: auto !important;
}
.menu_box {
  display: none;
  position: absolute;
  top: 74px;
  background: #fff;
  padding: 20px 50px 50px;
}
.menu_box ul {
  flex-wrap: wrap;
}
#highlights .skip_buttons_wrap button.skip_to_top {
  bottom: 30px;
  left: 15px;
  border: none;
  outline: 0;
  background-color: #4e7c39;
  color: #fff;
  font-family: Mimolette, sans-serif;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  width: 50px;
  height: 50px;
}
#highlights .skip_buttons_wrap button.skip_to_bottom {
  position: absolute;
  top: 15px;
  left: 15px;
  border: none;
  outline: 0;
  background-color: #4e7c39;
  color: #fff;
  font-family: Mimolette, sans-serif;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.box {
  margin-right: 20px;
}
nav li a.active,
section#hero .checkbox-inline a {
  color: #007bff;
}
section#drone_section {
  padding-top: 60px !important;
}
.owl-inner-amenities-slider .owl-next i,
.owl-inner-amenities-slider .owl-prev i,
section#hero .checkbox-inline {
  color: #4e7c39;
}
.row.banner_form_section {
  justify-content: center !important;
}
.tab-pane.location_highlights_toggle.active {
  display: block;
  opacity: 1 !important;
}
.tab-list ul {
  padding-left: 0 !important;
}
.tab-list ul li p {
  text-align: left !important;
}
.location_highlights_slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
}
.location_highlights_slider .owl-dot {
  width: 10px;
  height: 10px;
  background: #89a589;
  border-radius: 50%;
  margin-right: 5px;
}
.location_highlights_slider .owl-dot.active {
  width: 14px;
  height: 14px;
  background: #4e7c39;
  border-radius: 50%;
}
.location_highlights_slider .owl-nav .owl-next {
  top: 0;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  opacity: 1;
  right: 0;
}
.location_highlights_slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background: #4e7c39;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  left: 0;
}
ul.new_keywords {
  margin: 15px auto;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-evenly;
}
ul.new_keywords a {
  text-decoration: none;
  color: #fff;
}
.footer_header h4 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
}
label.error {
  color: red;
  margin-top: 10px;
}
.intl-tel-input.allow-dropdown .selected-flag {
  position: absolute;
  height: 38px;
}
.amenities .slider-nav .box {
  margin: 0 15px;
  width: 137px;
}
.owl-inner-amenities-slider .owl-next,
.owl-inner-amenities-slider .owl-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.owl-inner-amenities-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40px;
  right: 58px;
  gap: 475px;
}
#amenities_slider_wrap .mobile_amenities_slider_new {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.owl-inner-amenities-slider .owl-dots {
  width: 50%;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 10px;
}
.owl-inner-amenities-slider .owl-dot {
  width: 10px;
  height: 65%;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
}
.owl-inner-amenities-slider .owl-dot.active {
  width: 15px;
  height: 100%;
  background-color: #4e7c39;
}
@media (max-width: 1024px) {
  .dynamic_cotnent_box h2.title {
    margin-bottom: 0 !important;
    font-size: 17px !important;
  }
  section#highlights {
    height: calc(90vh - 75px) !important;
  }
  .right_side_highlights .dynamic_cotnent_box p.lead {
    font-size: 14px !important;
  }
  .hero h1 {
    font-size: 36px !important;
  }
  .custom_nav_bar a#Lakeshore_header_fixedtop_contact_us {
    display: none;
  }
}
@media (max-width: 996px) {
  .btn11 .icon-left,
  .btn11 .icon-left:after,
  .btn11 .icon-left:before,
  .btn11 .icon-right,
  .btn11 .icon-right:after,
  .btn11 .icon-right:before {
    position: absolute;
    height: 4px;
    width: 15px;
    background-color: #000;
    transition-duration: 0.5s;
  }
  .btn11 {
    position: relative;
    width: 30px;
    height: 40px;
    top: -12px;
    left: 0;
    transition-duration: 0.5s;
    margin: auto 0 auto auto;
  }
  .btn11 .icon-left {
    top: 30px;
  }
  .btn11 .icon-left:before,
  .btn11 .icon-right:before {
    content: "";
    top: -10px;
  }
  .btn11 .icon-left:after,
  .btn11 .icon-right:after {
    content: "";
    top: 10px;
  }
  .btn11 .icon-left:hover,
  .btn11:hover {
    cursor: pointer;
  }
  .btn11 .icon-right {
    top: 30px;
    left: 15px;
  }
  .btn11.open .icon-left,
  .btn11.open .icon-right {
    transition-duration: 0.5s;
    background: 0 0;
  }
  .btn11.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .btn11.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .btn11.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }
  .btn11.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .fixed-header .btn11 .icon-left,
  .fixed-header .btn11 .icon-left:after,
  .fixed-header .btn11 .icon-left:before,
  .fixed-header .btn11 .icon-right,
  .fixed-header .btn11 .icon-right:after,
  .fixed-header .btn11 .icon-right:before {
    background-color: #000;
  }
  .btn11.open .icon-left,
  .btn11.open .icon-right {
    background-color: transparent;
  }
  .menu_box {
    top: 59px;
    background: #000;
    left: -375px;
    min-width: 500px;
  }
  .menu_box ul li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
  }
  .header_call_btn {
    border: 1px solid #fff;
  }
  .menu_box ul li .header_call_btn {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
  }
  .menu_btns_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about .image-container {
    margin-top: 90% !important;
  }
  #about .image-container .img-1 {
    margin-top: 25% !important;
    z-index: -1;
    margin-right: 60px;
    object-fit: contain;
  }
  #about .image-container .img-2 {
    margin-bottom: 20% !important;
    z-index: -1;
    object-fit: contain;
  }
  #amenities_slider_ .owl-item img {
    height: 45vh;
  }
  #footer-form .btn-green,
  #footer-form .checkbox-inline {
    margin-top: 20px;
  }
  #master_plan h2,
  .dynamic_cotnent_box h2.title {
    margin-bottom: 25px !important;
  }
  .vertical-menu {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 996px) {
  .hero {
    padding: 0 !important;
  }
  .hero .image-container img {
    width: 100%;
    height: auto;
    padding-top: 70px;
  }
  .hero .image-container .after {
    height: 36vh;
  }
  .hero h1 {
    font-size: 35px !important;
  }
  .hero .content p {
    font-size: 15px !important;
  }
  .amenities .container-fluid h2,
  h2.section-title {
    font-size: 17px !important;
  }
  .hero .content .btn-default {
    font-size: 12px !important;
  }
  .hero .image-container {
    height: auto !important;
  }
  #amenities_slider .owl-item img {
    height: 45vh !important;
  }
  .amenities .slider-nav ul li a,
  .amenities .slider-nav ul li.active a {
    font-size: 16px !important;
  }
  .pargraph_text_amenities {
    font-size: 14px !important;
  }
  .owl-drone-slider img,
  .video_play_btn:before {
    width: 100% !important;
  }
  .row.video_gallery_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .download_brchre_btn_wrapper {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .video-gallery h2 {
    margin-bottom: 15px !important;
    margin-left: -62px !important;
  }
  #master_plan h2 {
    margin-bottom: 25px !important;
  }
  .menu_box {
    top: 59px;
    background: #000;
    left: -770px;
    min-width: 1000px;
  }
  .flip-box-back .content h2 {
    margin-left: 0 !important;
  }
  .video-gallery .flip-box {
    border: none !important;
  }
  #location_highlight .tab-content .tab-list ul {
    margin: auto !important;
  }
  .d-flex.custom_nav_bar {
    justify-content: space-between !important;
    padding: 0 20px !important;
  }
  .right_side_highlights .dynamic_cotnent_box p.lead {
    font-size: 13px !important;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    font-family: Mimolette, sans-serif;
    text-align: justify;
  }
  h2.section-title {
    line-height: 0;
    margin-bottom: 25px;
    margin-top: 60px;
  }
  .right_side_highlights .dynamic_cotnent_box h4.title {
    font-size: 18px !important;
  }
  section#highlights {
    height: 50vh !important;
  }
  .amenities .slider-nav .amenities-icons .img-box img {
    width: 25px;
  }
  .amenities .slider-nav .amenities-icons p {
    font-size: 11px;
  }
  #about .image-container img {
    width: 30% !important;
  }
  #about .image-container {
    justify-content: center !important;
  }
  .banner-form {
    width: 90% !important;
  }
  .row.banner_form_section {
    justify-content: center;
  }
  .hero #title {
    margin-top: 0 !important;
  }
  .white-popup-block {
    width: 60% !important;
  }
  .banner-form.show {
    margin-top: 25px !important;
  }
}
@media (max-width: 768px) {
  .hero .image-container .after {
    display: none !important;
  }
  section#highlights {
    height: 60vh !important;
  }
  .banner-form.show {
    margin-top: 25px !important;
  }
  #about .image-container {
    margin-top: calc(100% + 680px) !important;
  }
  .menu_box {
    padding-left: 85px !important;
  }
  #amenities_slider_wrap .mobile_amenities_slider_new {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #amenities_slider_wrap .desktop_amenities_slider_new {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .custom_nav_bar a#Lakeshore_header_fixedtop_contact_us {
    display: none;
  }
  .dynamic_cotnent_box h2.title {
    top: -25px;
  }
}

/* @media (max-width: 450px) {
  .black_shadow_mobile::after {
    bottom: 17%;
  }
} */
@media (max-width: 650px) {
  .black_shadow_mobile::after{
    display: none;
  }
  section#hero{
    margin-bottom: 30px;
  }
}
@media (max-width: 495px) {
  /* mob-cta  */
  .mobile_cta {
    position: absolute;
    top: auto;
    bottom: 70px;
    z-index: 2;
    width: 90%;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .mobile_cta a i {
    color: #61863a;
  }
  .mobile_cta a {
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #ffffff;
    height: 40px;
    width: 120px;
    width: 120px;
    font-weight: 900;
  }
  .mobile_cta a:last-child {
    border: 1px solid #000000;
    background: #fff;
    color: #000000;
    width: 190px;
    font-size: 15px;
  }
  .black_shadow_mobile::after {
    content: "";
    width: 100%;
    height: 300px;
    background: linear-gradient(
      357deg,
      rgb(0 0 0) 7%,
      rgb(255 255 255 / 0%) 100%
    );
    position: absolute;
    bottom: 13%;
    left: 0px;
    /* top: 20px; */
    z-index: 1;
    border-radius: 0px 0px 21px 21px;
  }
  /* mob-cta  */
  .abt_us_content_1,
  .abt_us_content_2,
  .abt_us_content_3 {
    margin-bottom: 25px;
  }
  .amenities .container-fluid h2 {
    font-size: 21px;
    z-index: 10;
    color: #4e7c39;
    font-weight: 700;
    width: 65%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 15px auto;
    line-height: 2.5;
  }
  .amenities .slider-nav {
    width: 100%;
    display: flex;
    bottom: -30px;
    height: auto;
    position: static;
    background-color: transparent;
  }
  .amenities .owl-nav,
  .caption,
  .visible-xs {
    display: block;
  }
  .amenities .slider-nav ul li,
  .banner-form.show,
  .hidden-xs,
  .video-gallery .video_box:hover .flip-box {
    display: none;
  }
  .amenities .slider-nav .amenities-icons .icon-container .show {
    font-size: 0px;
    height: 3%;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    background-color: red;
  }
  .amenities .slider-nav .amenities-icons .icon-container .show .box {
    height: 30px;
  }
  .caption {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgb(0 0 0 / 69%);
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: Mimolette, sans-serif;
  }
  .caption p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #highlights-mobile-slider .caption {
    background: rgb(0 0 0 / 37%);
  }
  .amenities .slider-nav .box {
    margin: 0 15px;
    width: 95px;
  }
  .amenities .slider-nav .amenities-icons p {
    color: #5f884d;
    line-height: 17px;
    font-size: 13px;
  }
  #amenities_slider .owl-item img {
    height: 45vh;
    object-fit: cover;
  }
  .amenities .slider-nav .amenities-icons .main-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin: 0 auto 55px;
    flex-wrap: wrap;
  }
  .d-flex.custom_nav_bar {
    position: relative !important;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  a.call_us_btn {
    display: block !important;
  }
  a.call_us_btn span i {
    background-color: #61863a;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_play_btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/play-icon.png) center/60px no-repeat #0000007a;
  }
  .owl-drone-slider img {
    width: 100% !important;
    margin: auto !important;
  }
  .new_call_btn {
    position: absolute;
    top: 4px;
    right: 35px;
  }
  .about .content p,
  .hero .content,
  .hero .content p,
  .hero h1 {
    text-align: left;
  }
  #about .counter-container p,
  #spec,
  #spec a.btn,
  .about .content p,
  .enquire-now-mobile form,
  .enquire-now-mobile form .btn-green,
  .enquire-now-mobile h2 {
    font-family: Mimolette, sans-serif;
  }
  #spec .btn,
  #spec a.btn {
    color: #fff;
    display: flex;
    background: #61863a;
    width: 100%;
  }
  .hero .image-container {
    position: unset;
    height: auto;
  }
  .hero .image-container img {
    height: unset;
    /* border-radius: 0px 0px 21px 21px; */
  }
  .hero .image-container .after {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    bottom: 10%;
    display: none !important;
  }
  .hero #title {
    -webkit-text-fill-color: unset;
  }
  .hero h1 {
    margin: unset;
    font-size: 36px;
    color: #61863a;
    width: 100%;
  }
  .hero .content {
    width: 100%;
    margin: 0;
  }
  .banner-form {
    position: unset;
    padding: 20px 0;
  }
  .checkbox-inline {
    color: #fff;
    margin-bottom: 15px;
  }
  #spec {
    padding: 20px;
  }
  #spec h4 {
    color: #5d715c;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0;
  }
  #spec p {
    color: rgba(93, 113, 92, 0.63);
    font-size: 16px;
    line-height: 1;
  }
  #spec a.btn {
    font-size: 11px;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  #spec .btn {
    font-size: 12px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
  }
  .project-highlights-mobile li::marker {
    content: "\F285";
    font-family: bootstrap-icons;
    font-size: 17px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: rgba(93, 113, 92, 0.63);
    font-weight: 700;
  }
  h2.section-title {
    font-size: 21px;
    margin: 45px 0 0;
    font-family: Zapfino, sans-serif;
    padding-bottom: 15px;
  }
  .enquire-now-mobile {
    border-radius: 30px;
    border: 1px solid #fff;
    background: #61863a;
    padding: 10px;
  }
  .enquire-now-mobile h2 {
    text-align: center;
    color: #fff;
    margin: 15px 0;
  }
  .enquire-now-mobile form {
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 10px;
    margin-bottom: 0;
  }
  .enquire-now-mobile form .form-control {
    background-color: #61863a;
    color: #fff;
    font-family: Mimolette, sans-serif;
  }
  .enquire-now-mobile form .form-control::-webkit-input-placeholder {
    color: #fff;
  }
  .enquire-now-mobile form .checkbox-inline {
    color: #fff;
    margin: 10px;
  }
  .enquire-now-mobile form .btn-green {
    text-align: center;
    background: #fff;
    color: green;
    margin: 20px 0 10px;
  }
  #about {
    margin-top: 0;
    padding-bottom: 0;
  }
  .about .content {
    text-align: left;
    background-color: #faf9f9;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .about .counter-container {
    display: block;
    text-align: center;
    font-size: 45px;
    line-height: 1;
    margin-top: 20px;
  }
  #about .counter-container p {
    text-align: center;
  }
  #spec .lakeshore_mobile_title p,
  .mobile_flip_box h2 {
    font-family: Zapfino, sans-serif !important;
    font-weight: 700;
  }
  .video-gallery .container {
    padding: 0;
  }
  .video-gallery .video-gallery-slider {
    width: 100%;
  }
  .owl-prev {
    left: 5%;
  }
  .owl-next {
    right: 5%;
  }
  .mfp-iframe-holder .mfp-content {
    max-width: 95%;
  }
  #location_highlight h2,
  #master_plan h2,
  #video_gallery h2 {
    text-align: center;
    font-family: Zapfino, sans-serif;
    font-weight: 700;
  }
  .features .feture-tabs .nav-pills li {
    width: 25%;
  }
  .features .feture-tabs .nav-link svg {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .features .feture-tabs .nav-link {
    font-size: 8px;
    margin-right: -5px;
    text-align: center;
    padding: 10px 5px;
  }
  .flip-box-back,
  .mobile_flip_box {
    display: block;
    font-family: Mimolette, sans-serif;
  }
  .white-popup-block {
    background-color: #fff;
    width: 95%;
    margin: auto;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    font-family: Mimolette, sans-serif;
  }
  .white-popup-block form .checkbox-inline a {
    color: #00f;
  }
  #footer_logo {
    margin-top: 15px;
  }
  #footer_logo.logo img {
    width: 150px;
    margin: auto;
  }
  .amenities .slider-nav .amenities-icons .main-box,
  .mobile_flip_box h2 {
    margin-bottom: 0 !important;
  }
  .form-control {
    margin-bottom: 15px;
    height: 45px;
    padding-left: 15px;
  }
  .video-gallery .video_box a img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    height: 420px;
  }
  .video-gallery .flip-box-back {
    background-color: #ffffff21;
    color: #000;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-gallery .flip-box {
    background-color: #4d292900;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .owl-drone-slider .owl-nav .owl-next,
  .owl-drone-slider .owl-nav .owl-prev,
  .owl-nav .owl-next,
  .owl-nav .owl-prev,
  .video-gallery-slider .owl-nav .owl-next,
  .video-gallery-slider .owl-nav .owl-prev {
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    display: flex;
    width: 30px;
    height: 30px;
    background: 0 0;
    opacity: 1;
    position: absolute;
    color: #fff;
    top: 45%;
  }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #fff;
  }
  .owl-drone-slider .owl-nav .owl-prev,
  .video-gallery-slider .owl-nav .owl-prev {
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #fff;
    left: 5px;
  }
  .owl-drone-slider .owl-nav .owl-next,
  .video-gallery-slider .owl-nav .owl-next {
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #fff;
    right: 5px;
  }
  .wp-mb.d-block.d-sm-none,
  .wp-mb.d-block.d-sm-none.visible {
    left: 0;
    bottom: 0;
    width: 100vw;
    position: fixed;
    font-size: 1.4rem;
    height: 40px;
    line-height: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    z-index: 999;
    background-size: cover;
  }
  .flip-box-back {
    position: absolute;
  }
  .mobile_flip_box {
    position: absolute;
    bottom: 25px;
    color: #fff;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mobile_flip_box h2 {
    font-size: 18px;
    margin-left: 0;
    line-height: 50px;
  }
  .mobile_flip_box p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #spec .lakeshore_mobile_title p {
    color: #61863a !important;
    font-size: 20px !important;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  #spec .lakeshore_mobile_text p {
    font-size: 16px;
    color: rgba(93, 113, 92, 0.63);
    line-height: 22px;
    margin-bottom: 15px;
  }
  #spec .lakeshore_mobile_enquiry_btn {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Mimolette, sans-serif;
  }
  #spec .lakeshore_mobile_enquiry_btn a {
    background-color: #61863a;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    font-family: Mimolette, sans-serif;
    width: 35%;
  }
  .bottom_brochure_button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  section {
    padding: 40px 0;
    overflow: hidden;
  }
  #spec .btn i.bi.bi-telephone-fill,
  .popup-form i.bi.bi-download {
    margin-right: 10px;
    font-size: 12px;
  }
  #spec .btn.btn-green.enquire_now {
    background-color: #fff;
    color: #4e7c39;
    width: 60%;
    margin: auto;
    font-size: 15px;
  }
  #highlights h2 {
    text-align: center;
    color: #4e7c39;
    font-family: Zapfino, sans-serif;
    margin-bottom: 10px !important;
    line-height: 60px;
    margin-top: 25px;
    font-size: 21px !important;
    font-weight: 700;
  }
  #banner-form input {
    border-color: #fff;
  }
  #location_highlight .feture-tabs p {
    font-size: 15px;
    font-family: Mimolette, sans-serif;
    text-align: center;
  }
  .wp-mb.d-block.d-sm-none {
    background: linear-gradient(338deg, #61863a, #61863a 80%);
    display: none !important;
  }
  .wp-mb.d-block.d-sm-none.visible {
    background: linear-gradient(338deg, #61863a, #61863a 80%);
    display: block !important;
  }
  .wp-mb .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .wp-mb .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  li.nav-item.new_class {
    width: 50% !important;
  }
  .wp-mb .nav-link {
    display: block;
    padding: 0.5rem 0;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-family: Mimolette, sans-serif;
  }
  .wp-mb .nav-link i {
    margin-right: 4px;
  }
  .wp-mb li:not(:last-child) {
    border-right: 2px solid #fff;
  }
  #about .image-container {
    margin-top: 0 !important;
  }
  #amenities {
    padding-top: 25px;
  }
  section#highlights {
    height: 50vh !important;
    padding-top: 0;
  }
  section#drone_section {
    padding-top: 25px !important;
  }
  ul.new_keywords {
    display: block;
    width: 80%;
  }
  .location_highlights_slider .owl-nav .owl-next,
  .location_highlights_slider .owl-nav .owl-prev {
    top: 45%;
  }
  .footer_header h4 {
    font-size: 22px;
    color: #fff;
    text-align: center;
  }
}
.row .btn_div,
.row .title_div {
  width: max-content;
}
@media (max-width: 390px) {
  /* .black_shadow_mobile::after {
    bottom: 16%;
  } */
  section#highlights {
    height: 55vh !important;
  }
  #location_highlight .tab-content .tab-list ul li p:last-child {
    width: 100px;
    text-align: right !important;
  }
}
@media (max-width: 650px) {
  .image_container .item h3 {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gallery-title {
    top: -40px;
  }
  #gallery_section .owl-nav .owl-next,
  #gallery_section .owl-nav .owl-prev {
    top: 40%;
  }
  .mfp-close-btn-in .popupPrivacyPolicyDesign .mfp-close {
    background: red;
    right: 20px;
    top: 10px;
    border-radius: 3px;
    opacity: 1;
    color: #fff !important;
  }
  .about .content {
    padding: 13px 20px 20px !important;
  }
}
.about_container {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-inline: 50px;
}
.img_container {
  width: 65%;
}
.text_container {
  width: 35%;
}
.img {
  width: 100%;
  height: auto;
}
.banner-form .btn-green {
  padding: 10px 0;
  border: none;
  font-size: 16px;
}
.animation_button {
  margin: 0 !important;
  min-width: 250px;
}
.animation_button span.text {
  width: 100%;
  padding-inline: 20px;
  pointer-events: none;
}
.video_gallery_section {
  padding-bottom: 20px;
}
.row .btn_div {
  margin-bottom: 20px;
}
#banner-slider .owl-nav {
  position: relative;
  display: none;
}
h2.section-title {
  text-align: center;
  padding-right: 20px;
}
.about .content {
  padding: 0 20px !important;
}
button.remove_default_button {
  background-color: transparent;
  color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.remove_default_button i {
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 996px) {
  .about_container,
  .img {
    display: block;
  }
  .row.video_gallery_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  #master_plan h2,
  .col-md-7 {
    margin-bottom: 0;
  }
  .img {
    width: 100%;
    padding-inline: 40px;
  }
  .img_container,
  .text_container {
    width: max-content;
  }
  .about .content p {
    display: block;
    padding-inline: 20px;
    font-size: 14px;
  }
  .lake_container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .img,
  .row .title_div {
    width: 100%;
  }
  .clubhouse_text p {
    margin: -28px 20px 23px 23px;
  }
  .row .btn_div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -215px;
  }
  .img-fluid {
    position: relative;
    top: -70px;
  }
  .about_container {
    display: block;
    padding-inline: 0px;
  }
  .img {
    display: block;
  }
  .about .content p {
    display: block;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
  }
  .lake_container {
    flex-wrap: wrap;
  }
  .img_container,
  .text_container {
    width: max-content;
  }
}
.left_side_highlights .image_box {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.left_side_highlights .image_box.image1.bounceInUp {
  top: 0;
}
.left_side_highlights .image_box.bounceInUp {
  opacity: 1;
  top: 0;
}
.dynamic_cotnent_box .content_box,
.number_bounce .number_image_box {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  background-color: #fff;
}
.dynamic_cotnent_box .content_box.bounceInUp {
  opacity: 1;
  top: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.number_bounce {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 15px;
  bottom: 90px;
}
.number_bounce .number_image_box.bounceInUp {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.left_side_highlights {
  width: 65%;
  overflow: hidden;
  position: relative;
}
.left_side_highlights .zero_image {
  position: absolute;
  bottom: 84px;
  right: 15px;
}
.right_side_highlights {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.right_side_highlights .inner_box_highlights {
  width: 70%;
  position: absolute;
}
.right_side_highlights .dynamic_cotnent_box h4.title {
  font-size: 30px;
  margin-bottom: 1rem;
  color: #9b9b9b;
  font-weight: 600;
  letter-spacing: 4px;
}
.right_side_highlights .dynamic_cotnent_box p.lead {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-weight: 400;
  font-family: Mimolette, sans-serif;
  text-align: left;
}
.dynamic_cotnent_box {
  margin-top: 0;
  position: relative;
  height: 410px;
}
.dynamic_cotnent_box h2.title {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  color: #4e7c39;
  font-family: Zapfino, sans-serif;
  font-size: 25px;
}
.prograss-bar {
  width: 100%;
  height: 8px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prograss-bar span {
  background: #61863a;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  transition: 0.6s;
}
.clubhouse_text p {
  font-family: Mimolette, sans-serif;
  text-align: justify;
  width: 85%;
  margin: 20px auto;
}

#pricing_table {
  padding: 20px 0px 70px;
}

/* Responsive Table */
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  width: 85%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #5d715c;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #f5f9fc;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table th,
.rwd-table td {
  text-align: center;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #92ad91;
    color: #fff;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
@media (max-width: 650px) {
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
  #pricing_table {
    padding-bottom: 40px;
  }
  .rwd-table {
    width: 100%;
  }
}
.rwd-table tr,
.rwd-table th {
  transition: 0.3s;
}

.pricing_btn {
  background: #5d715c;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
}

.pricing_btn:hover {
  color: #fff;
}
/* 
#pricing_table thead tr th {
    color: #5d715c;
    text-align: center;
}

#pricing_table tr td {
    text-align: center;
} */
/* THE END OF THE IMPORTANT STUFF */
/* Responsive Table */

/* Floating SCroll Buttons */
.fixed-footer-cust {
  position: fixed;
  bottom: 0px;
  overflow-x: scroll;
  z-index: 1;
  background: linear-gradient(358deg, rgb(79 85 74) 0%, rgb(255 255 255 / 0%) 90%);
}

.floating_inner_box {
  display: flex;
  width: max-content;
  overflow: hidden;
  padding: 10px;
  height: 80px;
  gap: 5px;
  align-items: end;
}

.floating_inner_box .box {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0px 3px;
}

.floating_inner_box .box a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Mimolette, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* background: #ffffff; */
  color: #000;
  border-radius: 30px;
  font-size: 14px;
  backdrop-filter: blur(40px);
  background: linear-gradient(357deg, rgb(93 146 61) 7%, rgb(142 183 61) 100%);
}
/* Floating SCroll Buttons */

/* css for floating fixed btn */
.fixed-footer-cust {
  text-align: center;
  padding: 10px 0 10px 0;
  width: 100%;
  bottom: 0;
  position: fixed !important;
  z-index: 99900 !important;
  height: 70px;
  /* background: linear-gradient(225deg, #3d4704, #70800f 75%); */
  background: transparent;
}
.visible-xs {
  display: none;
}
@media (max-width: 650px) {
  .visible-xs {
      display: block;
  }
  .d-flex-sticky.inner-box {
    position: relative;
    z-index: 9999;
}
.d-flex-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px auto !important;
  width: 100%;
  height: 100%;
  gap: 5px;
}
.fixed-footer-cust [class*="col-"] {
  padding: 0px;
  width: 100%;
}
.btn1 {
  /* background: #427545; */
  background: #3a6997;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* border-right: 1px solid #fff; */
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.div-line {
  position: relative;
}
.btn1 a, .btn2 a {
  text-decoration: none;
  color: #ffffff;
  /* font-size: 18px; */
  font-size: 14px;
}
.fix-link {
  color: #fff !important;
  font-size: 15px;
  background: 0 0;
  /* padding: 10px !important; */
}
.fix-link i {
  margin: 0px 10px;
}
.btn2 {
  /* background: #427545; */
  background: #3a6997;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.btn2 a i {
  margin-right: 15px;
  /* font-size: 20px; */
  font-size: 14px;
  color: #ffffff;
}
}
/* css for floating fixed btn */