/* Fonts */
/**** SpeziaWeb ****/
@font-face {
    font-family: 'SpeziaWeb';
    src: url('/fonts/SpeziaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SpeziaWeb';
    src: url('/fonts/SpeziaWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
/**** GTUltraMedian ****/
@font-face {
    font-family: 'GTUltraMedian';
    src: url('/fonts/GTUltraMedian-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'GTUltraMedian';
    src: url('/fonts/GTUltraMedian-ThinItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'GTUltraMedian';
    src: url('/fonts/GTUltraMedian-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
html, body{
    margin: 0 !important;
    padding:0 !important;
    font-family: 'SpeziaWeb';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* navbar  */
.navbar {
  padding: 40px 0;
}
.fixed-top {
  padding-right: 0 !important;
}
.nav-list {
  justify-content: space-evenly !important;
}
.nav-button {
  background: transparent;
  border: none;
  position: relative;
  display: block;
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #AEC4A5;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.nav-button:hover {
  color: #AEC4A5;
}
.nav-button:hover::after, .nav-button:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nav-logo {
  background: transparent;
  border: none;
  color: #FFF;
}
.nav-logo svg {
  height: 80px;
}
.navbar.scrolled {
  background-color: #fcfaf0;
  padding: 10px 0;
  transition: background-color 0.4s ease-in-out;
}
.navbar.scrolled .nav-button {
  color: #003F2E;
  font-size: 16px;
}
.navbar.scrolled .nav-button:hover {
  color: #003F2E
}
.navbar.scrolled .nav-logo svg {
  height: 75px;
}
.navbar.scrolled .nav-logo .logo-color {
  fill: #AEC4A5;
}
/* Header */
.header {
  background: url(../img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 100px 0;
}
.price-banner {
  background: #CCDB76;
  width: 320px;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.price-banner p {
  font-size: 23px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  color: #003F2E !important;
  animation: flash 3s linear infinite;
}
@keyframes flash {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.05);
  }
}
#header-txt img {
  margin-bottom: 50px;
  width: 80%;
}
#header-txt h1 {
  color: #FFF;
  font-family: "GT Ultra Median";
  font-size: 65px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1;
}
#header-txt h1 span {
  margin-left: 165px;
}
#header-txt h5 {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 20px 0;
}
#header-txt hr {
  width: 370px;
  opacity: 1;
  border: none;
  background: #fff;
}
#header-txt p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  line-height: 1;
  padding: 0;
}
.price {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}
.price-txt {
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
}
.price-txt:nth-child(1) {
  padding: 0 20px 0 0;
}
.price-txt:nth-child(4) {
  border: none;
}
.price-txt p {
  margin: 0 !important;
  line-height: 1;
  font-size: 13.5px !important;
}
.price-txt h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  line-height: 1;
}
/* form */
#contactform {
  background: rgba(252, 250, 240, 0.85);
  width: 440px;
  text-align: center;
  padding: 40px 20px;
  margin: 0 0 0 auto;
}
#contactform h3 {
  color: #003F2E;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#contactform hr {
  width: 130px;
  height: 1px;
  opacity: 1;
  background: #003F2E;
  margin: 0 auto 30px auto;
}
#form-group {
  margin-bottom: 15px;
}
#form-group input, #form-group select, #comentario {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #003F2E;
  padding: 10px 0 0 0;
  color: #003F2E;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.iti__selected-country-primary {
  padding: 0 !important;
}
.iti__selected-country {
  height: auto !important;
  margin: 9px 0 0 0 !important;
}
.phone_box .iti { width: 100%; }
.phone_box .iti--inline-dropdown .iti__dropdown-content{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.phone_box .iti__flag {
  box-shadow: 0 0 1px 0 #DBDBDB;
  background-color: #DBDBDB;
}
.iti .iti__selected-dial-code {
  color: #003F2E;
  font-weight: 400;
  font-size: 18px;
}
.drop {
  text-align: left;
}
.drop p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
#comentario {
  min-height: 85px;
}
#form-group input::placeholder {
  color: #003F2E !important;
}
.form-check {
  text-align: center;
  margin: 0;
  padding: 0;
}
.form-check label {
  margin: 20px 0 0 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  color: #003F2E;
  font-size: 13px;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 3.5px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 2px;
  padding-right: 5px;
  color: #000000;
}
.form-check input[type=checkbox]:checked + .checkmark:after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 15px;
  margin-left: 0px;
  margin-top: -2px;
}
#politica-link {
  color: #003F2E;
}
#politica-link:hover {
  color: #8c5328;
}
.form-button {
  margin: 30px auto 0 auto;
  width: 240px;
  height: 50px;
  border: none;
  border-radius: 0;
  background: #CCDB76;
  color: #003F2E;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.form-button:hover {
  background: #8c5328;
  color: #ffffff;
}
.error, #termos-error {
  font-size: 10px;
  line-height: 1;
  color: red;
}
#termos-error {
  margin-left: -20px;
}
.ty-box {
  background: rgba(252, 250, 240, 0.85);
  width: 440px;
  height: 400px;
  text-align: center;
  padding: 40px 20px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-wrap: balance;
}
.ty-box img {
  max-width: 100%;
  margin-bottom: 40px;
}
.ty-box h3 {
  color: #003F2E;
  font-family: "GT Ultra Median";
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.ty-box p {
  color: #003F2E;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  max-width: 80%;
}  
/* Section1 */
.section1 {
  padding: 60px 0;
  background: #FCFAF0;
}
.gallery1-img img {
  max-width: 100%;
}
.caption-container {
  margin-left: -100px;
  margin-bottom: 10px;
}
.captions1 {
  width: 100%;
  height: 320px;
  background: #8C5328;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery1-arrows {
  text-align: right;
  margin-top: 20px;
}
.gallery1-txt {
  text-align: right;
  padding: 0 20px;
}
.gallery1-txt h3 {
  color: #FFF;
  font-family: "GT Ultra Median";
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.gallery1-txt hr {
  opacity: 1;
  width: 220px;
  height: 1px;
  background: #fff;
  margin: 20px 0 25px auto;
}
.gallery1-txt p {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.slick-next, .slick-prev {
  cursor: pointer;
}
.slick-next {
  transform: rotate(180deg);
  margin-left: 100px;
}
/* Section2 */
.section2 {
  text-align: center;
  background: #003F2E;
  padding: 60px 0 100px 0;
}
.sec2-txt {
  margin-bottom: 40px;
}
.subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.subtitle hr {
  opacity: 1;
  background: #fff;
  width: 150px;
  height: 1px;
}
.subtitle h5 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 10px;
}
.sec2-txt h3 {
  color: #FFF;
  font-family: "GT Ultra Median";
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.main-gallery-container {
  padding: 0;
  margin: 0;
}
.main-gallery-img1 {
  text-align: left;
}
.main-gallery-img2 {
  text-align: right;
}
.main-gallery-img1 img {
  width: 90%;
  margin: 0 auto 0 0;
}
.main-gallery-img2 img {
  width: 90%;
  margin: 0 0 0 auto;
}
.custom-dots {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-dots {
  font-family: "GT Ultra Median";
}
.custom-dots li {
    margin: 10px 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.50);
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    transition: font-size 0.3s, color 0.3s;
}
.custom-dots li.active {
    color: #FFF8D4;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}
/* section 3 */
.section3 {
  padding: 60px 0;
  background: #FCFAF0;
}
.sec3-txt h3 {
  color: #003F2E;
  font-family: "GT Ultra Median";
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
}
.sec3-txt h3 span {
  margin-left: 38px;
}
.sec3-txt h5 {
  color: #003F2E;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0;
}
.sec3-txt p {
  color: #003F2E;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.sec3-txt p img {
  margin-left: 5px;
  max-width: 100%;
}
.building svg {
  max-width: 100%;
}
.cta3d {
  cursor: pointer;
}
.cta3d:hover {
  opacity: 0.5;
}
#vr {
  padding: 0 !important;
  overflow: hidden;
}
#vr-dialog {
  max-width: 100%;
  margin: 5px;
}
#modal-header-vr {
  justify-content: flex-end;
}
#vr-content {
  height: 98vh;
}
#vr-iframe-size {
  max-height: 75vh;
}
#vr-iframe-size iframe {
  width: 100%;
  height: 73vh;
}

/* section 4 */
.section4 {
  padding: 60px 0;
  background: #AEC4A5;
  text-align: center;
}
.sec4-txt {
  margin-bottom: 60px;
}
.subtitle-green {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.subtitle-green hr {
  opacity: 1;
  background: #003F2E;
  width: 150px;
  height: 1px;
}
.subtitle-green h5 {
  color: #003F2E;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 10px;
}
.sec4-txt h3 {
  color: #003F2E;
  font-family: "GT Ultra Median";
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.icon {
  margin: 0 10px 50px 10px;
}
.icon img {
  max-width: 100%;
  margin-bottom: 20px;
}
.icon p {
  color: #003F2E;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}
/* section 5 */
.section5 {
  text-align: center;
  padding: 50px 0;
  background: #FCFAF0;
}
.sec5-txt {
  margin-bottom: 40px;
}
.sec5-txt h3 {
  color: #003F2E;
  font-family: "GT Ultra Median";
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.table-cta {
  width: 180px;
  height: 70px;
  background: rgba(235, 215, 193, 0.25);
  border: none;
  color: #AEC4A5;
  font-family: "GT Ultra Median";
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
}
.table-cta:hover {
  color: #003F2E;
  background: #ebd7c1;
}
.typology-cta {
  padding: 5px 15px;
  background: rgba(235, 215, 193, 0.25);
  border: none;
  color: #AEC4A5;
  font-family: "GT Ultra Median";
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
}
.typology-cta:hover {
  color: #003F2E;
  background: #ebd7c1;
}
.active-table {
  color: #003F2E;
  background: #CCDB76;
}
.active-table:hover {
  color: #003F2E;
  background: #CCDB76;
}
.table-options {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.cta-txt {
  margin-top: 20px;
}
.cta-txt h5 {
  color: #003F2E;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
th, td {
  border-bottom: 1px solid #003F2E;
  text-align: center;
  height: 35px;
}
td {
  color: #003F2E;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
td a {
  color: #003F2E;
  text-decoration: none;
}
td a:hover {
  color: #8C5328;
  text-decoration: underline;
}
th {
  background: transparent;
  color: #003F2E;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding-bottom: 15px;
}
.row1 {
  background: #003F2E;
  color: #FCFAF0;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.no-border {
  border: none;
}
.reserve {
  color: #AEC4A5;
}
.sold {
  color: #A1541E;
}
.hidden {
  display: none;
}
.fade-in {
  animation: fadeIn 2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* section 6 */
/*.section6 {
  min-height: 600px;
  background: url(../img/map.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
}*/
.map-back {
  position: relative;
}
.map-info {
  background: #FCFAF0;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  text-align: left;
  padding: 40px;
  bottom: 0;
  right: 60px;
}
.map-info h3 {
  color: #003F2E;
  font-family: "GT Ultra Median";
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px auto 30px auto;
  width: 100%;
}
.map-info h3 span {
  margin-left: 50px;
}
.map-info p {
  color: #8C5328;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.map-info p img {
  width: 20px;
  margin-right: 15px;
}
#citrus {
  opacity: 0;
}
#citrus, #alba {
  transition: opacity 0.8s ease;
  cursor: pointer;
}
/* footer */
.footer {
  padding: 50px 0;
  background: #003F2E;
}
.footer-txt h3{
  color: #FFF;
  font-family: "GT Ultra Median";
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer-cta-box {
  text-align: center;
}
.footer-cta {
  width: 280px;
  height: 70px;
  background: #CCDB76;
  border: none;
  color: #003F2E;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-cta:hover {
  background: #8c5328;
  color: #ffffff;
}
/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px;
}
/* Media Queries */
@media only screen and (max-width: 1440px) {
  .custom-dots li {
    font-size: 25px;
  }
  .custom-dots li.active {
    font-size: 30px;
  }
  .map-info {
    padding: 30px;
    right: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  #header-txt h1 {
    font-size: 45px;
  }
  .price-txt h6 {
    font-size: 14px;
  }
  .price-txt p {
    font-size: 11px !important;
  }
  .gallery1-txt h3 {
    font-size: 35px;
  }
  .caption-container {
    margin-bottom: 0;
    margin-left: -80px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3 {
    font-size: 45px;
  }
  .sec3-txt h5 {
    font-size: 17px;
  }
  .sec3-txt p {
    font-size: 11px;
  }
  #citrus-block, #alba-block {
    padding: 0;
  }
  .map-info h3, .footer-txt h3 {
    font-size: 35px;
  }
  .map-info {
    min-width: 260px;
    padding: 25px;
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .price-txt:nth-child(1) {
    padding: 0 10px 0 0;
    width: 19%;
  }
  .price-txt {
    padding: 0 10px;
  }
  #header-txt h1 span {
    margin-left: 94px;
  }
  .gallery1-txt h3 {
    font-size: 30px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3 {
    font-size: 40px;
  }
  .custom-dots li {
    font-size: 20px;
  }
  .custom-dots li.active {
    font-size: 25px;
  }
  .sec3-txt h3 span {
    margin-left: 20px;
  }
  .sec3-txt h5 {
    font-size: 18px;
  }
  .sec3-txt p {
    font-size: 8.5px;
  }
  .icon p {
    font-size: 16px;
  }
  th {
    font-size: 14px;
  }
  td, .row1 {
    font-size: 10px;
  }
  .typology-cta {
    font-size: 30px;
  }
  .map-info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  /*.section6 {
    min-height: 500px;
  }*/
}
@media only screen and (max-width: 991px) {
  .price-txt:nth-child(1) {
    width: auto;
  }
  .price-txt p {
    font-size: 15px !important;
  }
  .price-txt h6 {
    font-size: 14px;
  }
  #header-txt hr {
    width: 90%;
  }
  #header-txt h1 {
    font-size: 40px;
  }
  #header-txt h1 span {
    margin-left: 55px;
  }
  #header-txt h5 {
    font-size: 20px;
  }
  #header-txt p {
    font-size: 16px;
  }
  #contactform, .ty-box {
    width: 400px;
    margin: 0 0 0 40px;
  }
  #contactform h3 {
    font-size: 20px;
  }
  .custom-dots li {
    font-size: 14px;
  }
  .custom-dots li.active {
    font-size: 17px;
  }
  .gallery1-txt h3 {
    font-size: 25px;
  }
  .gallery1-txt p {
    font-size: 14px;
  }
  .sec3-txt h3 {
    font-size: 35px;
  }
  .captions1 {
    height: 250px;
  }
  th {
    font-size: 9.5px;
  }
  /*.section6 {
    min-height: 400px;
  }*/
  .map-info h3, .footer-txt h3 {
    font-size: 32px;
  }
  .typology-cta {
    font-size: 22px;
    padding: 5px 10px;
  }
  .map-info p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 880px) {
  #contactform, .ty-box{
    width: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
    display: none;
  }
  .header {
    padding: 40px 0 80px 0;
    text-align: center;
  }
  .price-banner {
    margin: 0 auto 40px auto;
  }
  #header-txt h1 {
    font-size: 48px;
  }
  #header-txt h1 span {
    margin-left: 75px;
  }
  #header-txt hr {
    width: 80%;
    margin: 0 auto;
  }
  .price {
    justify-content: space-evenly;
  }
  .price-txt:nth-child(1), .price-txt {
    padding: 0 10px;
  }
  .price-txt p {
    font-size: 13px !important;
  }
  #contactform, .ty-box {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .gallery1-txt {
    text-align: center;
  }
  .gallery1-txt hr {
    margin: 20px auto;
  }
  .caption-container {
    margin-left: 0;
  }
  .custom-dots {
    align-items: flex-start;
  }
  .custom-dots li {
    font-size: 20px;
  }
  .custom-dots li.active {
    font-size: 28px;
  }
  .section3 {
    text-align: center;
  }
  .sec3-txt h3 span {
    margin-left: 70px;
  }
  .sec3-txt p {
    justify-content: center;
    margin-bottom: 50px;
  }
  .table-cta {
    width: 140px;
    height: 60px;
    font-size: 30px;
  }
  .table-options {
    flex-direction: column;
  }
  .typology-cta {
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
  }
  table {
    display: inline-grid;
  }
  td {
    width: 120px;
    font-size: 9px;
  }
  th {
    width: 120px;
    font-size: 7.5px;
  }
  /*.section6 {
    min-height: 350px;
    background-size: auto !important;
  }*/
  .map-box {
    width: 250px;
    height: 280px;
    margin-left: 0px;
  }
  .map-back {
    display: flex;;
    flex-direction: column-reverse;
  }
  .map-info {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 20px;
    text-align: center;
  }
  .map-info h3 {
    font-size: 25px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .map-info h3 span {
    margin: 0;
  }
  .map-info h3 br {
    display: none;
  }
  .map-info p {
    font-size: 14px;
    margin: 10px;
    line-height: 1.1;
    padding: 0 5px;
    width: 45%;
    justify-content: center;
  }
  .map-info p:last-of-type {
    border-right: none;
  }
  .footer {
    text-align: center;
  }
  .footer-txt h3 {
    margin-bottom: 30px;
  }
  .footer-cta {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .price {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .price-txt {
    text-align: center;
    margin: 10px 0;
  }
  .price-txt:nth-child(2) {
    border: none;
  }
  .price-txt, .price-txt:nth-child(1) {
    width: 45%;
  }
}
@media only screen and (max-width: 500px) {
  #header-txt h1 {
    font-size: 40px;
  }
  .custom-dots li {
    font-size: 13px;
  }
  .custom-dots li.active {
    font-size: 18px;
  }
  .main-gallery-img1 img {
    max-width: 100%;
  }
  /*.section6 {
    background-size: 200%;
  }*/
  .map-box {
    width: 240px;
    margin-left: 10px;
  }
  .map-info p img {
    margin-right: 5px;
  }
  .table-cta {
    width: 120px;
    height: 50px;
    font-size: 25px;
  }
  td {
    width: 60px;
    font-size: 8px;
  }
  th {
    width: 80px;
    font-size: 7.5px;
  }
  td, .row1 {
    font-size: 8px;
  }
  .map-info p {
    width: 40%;
    text-align: left;
  }
}
@media only screen and (max-width: 475px) {
  #header-txt h1 {
    font-size: 38px;
  }
  .price-banner {
    width: 80%;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3 {
    font-size: 30px;
  }
  .footer-txt h3 {
    font-size: 25px;
  }
  .subtitle hr, .subtitle-green hr {
    width: 90px;
  }
  .map-info p {
    text-align: left;
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  #header-txt h1 {
    font-size: 32px;
  }
  .price-banner p {
    font-size: 20px !important;
  }
  #header-txt h5 {
    font-size: 18px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3 {
    font-size: 28px;
  }
  .gallery1-txt p {
    font-size: 12px;
  }
  .custom-dots li.active {
    font-size: 16px;
  }
  .sec3-txt h5 {
    font-size: 15px;
  }
  /*.section6 {
    background-size: 350%;
    min-height: 500px;
  }*/
  .table-cta {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #header-txt h1 {
    font-size: 28px;
  }
  #contactform h3 {
    font-size: 18px;
  }
  .custom-dots {
    margin-top: 20px;
    margin-left: -20px;
  }
  .custom-dots li {
    margin: 5px 0;
  }
  td {
    font-size: 7.5px;
  }
  th {
    font-size: 6.5px;
  }
  .map-info p {
    width: 40%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  #header-txt h1 {
    font-size: 24px;
  }
  #header-txt h5, #contactform h3{
    font-size: 16px;
  }
  .price-banner p {
    font-size: 18px !important;
  }
  #header-txt p {
    font-size: 14px;
  }
  .section2 {
    padding: 50px 0;
  }
  .form-check label {
    font-size: 10px;
  }
  .sec2-txt h3, .sec3-txt h3, .sec4-txt h3, .sec5-txt h3 {
    font-size: 24px;
  }
  .icon p {
    font-size: 14px;
  }
  .subtitle h5, .subtitle-green h5 {
    font-size: 14px;
  }
  .map-info h3 {
    font-size: 22px;
  }
  .map-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 330px) {
  #header-txt img {
    max-width: 100%;
  }
  .price-banner {
    height: 45px;
  }
  .price-banner p {
    font-size: 16px !important;
  }
  #header-txt h1 span {
    margin-left: 45px;
  }
  #header-txt h5, #contactform h3 {
    font-size: 14px;
  }
  #header-txt p {
    font-size: 12px;
  }
  .gallery1-txt h3 {
    font-size: 18px;
  }
  .gallery1-txt hr {
    width: 80%;
  }
  .sec3-txt h5 {
    font-size: 13px;
  }
  /*.section6 {
    background-size: 350%;
    min-height: 500px;
  }*/
  .footer-txt h3 {
    font-size: 22px;
  }
  .footer-cta {
    width: 80%;
    height: 60px;
    font-size: 22px;
  }
  #contactform h3 {
    font-size: 20px;
  }
}