:focus {outline:none !important;}
body{
    font-family: 'Founders Grotesk';
    font-weight: 300;
    font-style: normal;
    background: #EBF5ED;
 }

 /*Generals options*/
.max-width1200{
  max-width: 1200px;
}
 .mb0{
   margin-bottom: 0px !important;
 }
 .mt20{
   margin-top: 20px;
 }
 .mb80{
  margin-bottom: 82px;
 }

 .mb70{
  margin-bottom: 70px;
 }

 .pt100{
   padding-top: 100px;
 }
 .pt50{
   padding-top: 50px;
 }

 .pt60{
  padding-top: 60px;
}

.pt30{
  padding-top: 30px;
}

.pb0{
  padding-bottom: 0px !important;
}

.pb70{
  padding-bottom: 70px;
}

 .text-center{
   text-align: center;
 }


 .text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.clear-both{
  clear: both;
}

.no-underline,
.no-underline:hover{
  text-decoration: none !important;
}

.ps-col-3{
  width: 33.3%;
  float: left;
}
.holder-ps-col::after{
  clear: both;
}
.max-width-650{
  max-width: 650px;
}

.logo{
   max-width: 210px;
}

.arrow{
   width: 20px;
}

.container{
    max-width: 1430px;
    margin: 0 auto; 
    padding-left: 15px;
    padding-right: 15px; 
    /*padding-top: 50px;*/
}

.content-404{
  padding: 100px;
}

/*Top bar and headers*/
.holder-top-bar{
  background: white;
}
.ul-no-style{
  margin: 0px;
  padding: 0px;
}
.ul-no-style li{
  display: inline-block;
  
}
.top-bar{
  padding-top: 10px;
  padding-right: 38px;
}

.top-bar ul li a{
  display: block;
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-family: 'Graphik';
  color: #0D0D0D;
  text-decoration: underline;
}

.top-bar ul li{
  background:url(../images/pipe.png) center right no-repeat;
}

.top-bar ul li:last-child{
  background: none;
}
/*:last-child*/

@media (min-width: 1200px) {
  header{
    padding-left: 40px;
  }
}

/****** Header **********/
header{
  position: relative;
  padding-top: 10px;
}
header .flex-container {
  display: flex;
  flex-direction: row;
}

header .flex-left {
  width: 20%;
  /*height: 100vh;*/
  margin: 5px;
  padding: 5px;
}

header .flex-right {
  width: 80%;
  margin: 5px;
  padding: 5px;
  text-align: right;
}
header .holder-icon-main-menu{
  padding-right: 0px;
}
header .holder-icon-main-menu img{
  text-align: right;
  width: 35px;
  cursor: pointer;
  display: none;
}

header .holderMenuItems,
header .holderBtnsItems{
  display: inline-block;
  
}

header .holderBtnsItems{
  padding-top: 10px;
}

header .flex-container ul li{
  padding-right: 14px;
  position: relative;
}

header .flex-container ul:first-of-type li:hover a{
  border-bottom: solid 2px rgba(13,13,13,0.5);
}

header .flex-container ul:first-of-type li:last-child{
  padding-right: 35px;
}

header .flex-container ul li a{
  font-family: 'Graphik';
  font-size: 16px;
  font-weight: 400;
  color: #0D0D0D;
  text-decoration: none;
  
}

header .flex-container ul li ul{
  margin: 0px;
  padding: 5px;
  position: absolute;
  display: none;
}
header .flex-container ul li ul li{
  width: 175px;
  padding: 0px !important;
  text-align: left;
}

header .flex-container ul li ul li a{
  border-bottom: none !important;
}

header .flex-container ul li:hover ul{
  display: block;
  z-index: 100;
  background: #EBF5ED;
}

.display-block{
  display: block !important;
}

.menu-item-has-children > a:first-child{
  pointer-events: none;
}

header .flex-container ul > .menu-item-has-children > a{
  padding-right: 25px !important;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media (max-width: 768px) {
  .top-bar {
    padding-right: 0px
  }
  header .holder-icon-main-menu {
    padding-right: 0px;
  }
  header .flex-left {
    width: 50%;
    /*height: 100vh;*/
    margin: 5px;
    padding: 5px;
  }
  
  header .flex-right {
    width: 50%;
    margin: 5px;
    padding: 5px;
    text-align: right;
   
  }

  header .holderMenuItems, 
  header .holderBtnsItems {
    display: block;
  }

  header .holderBtnsItems{
    padding-top: 0px;
  }

  header .flex-right .holderMenuItems,
  header .flex-right .holderBtnsItems{
    /*display: none;*/
    padding-right: 0px;
  }  
  header .flex-right ul li {
    display: block;
    padding-right: 0px !important;
  }

  header .flex-right .holderBtnsItems .btnRegister{
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: none !important;
    background-image: none !important;
    font-family: 'Graphik';
    font-size: 16px;
    
  }
  
  

  header .flex-container ul li ul{
    
    z-index: 100;
    background: #EBF5ED;
    position: relative;
  }

  header .flex-container ul li ul li {
    width: auto;
    text-align: right;
    font-size: 15px;
  }

  header .flex-container ul li ul {
    padding: 0px;
    /*display: block;*/
  }

  
  header .flex-container ul li{
    padding-bottom: 10px;
  }
  header .flex-container ul li ul li {
    padding-top: 10px !important;
  }

  

  header .flex-container ul:first-of-type li:hover a{
    border-bottom: none;
  }

 
  

  /*
  header #icon-menu-open{
    display: inline-block;
  }
  */
}


.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}

.alert-box {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;  
}


.ImgTxt-part1,
.ImgTxt-part2{
  display: none;
}
.ImgTxt1{
  float: right; margin-bottom: -5.5%; z-index: 1; position: relative; padding-right: 0px;
}

#mce-success-response,
.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.pbSubmit,
.pbSubmitValidation{

    background: transparent !important;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 10px 40px 10px 15px !important;
    cursor: pointer;
    background: transparent;
    border: solid 1px;
    background-image: url("../images/arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: 90% center !important;
    color: #0D0D0D ;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Graphik';
}

.btnSubmit, .btnSubmit:hover,
.btnRegister, .btnRegister:hover{
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  background: transparent;
  border: solid 1px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  color: #0D0D0D ;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Graphik';
}

.btnSubmit img,
.btnRegister img{
  padding-left: 7px;
}



.img-place{
  margin-top: 73px;
}


.hr-img{
  background-image: url("../images/hr.png");
  width: 77px;
  height: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.holderBg .hr-img{
  background-image: url("../images/hr-white.png");
}

.holderBg  .btnRegister{
  margin-left: 10px;
}

.block-hero .heading{
  font-size: 23px;
  font-weight: 500;
  padding-left: 0px;
}






.block-info .flex-container {
  display: flex;
  flex-direction: row;
}

.block-info .flex-left {
  width: 60%;
  /*height: 100vh;*/
  margin: 5px;
  padding: 5px;
}

.block-info .flex-right {
  width: 40%;
  margin: 5px;
  padding: 5px;
  
}

.block-info{
  max-width: 1100px;
  margin: 0 auto;
}

.two-col-full{
  max-width: 1440px;
  padding-top: 70px;
  padding-bottom: 82px;
}


.two-col-full .flex-container {
  display: flex;
  flex-direction: row;

}

.two-col-full.image-left .flex-left {
  width: 55%;
  /*height: 100vh;*/
  /*
  margin: 5px;
  padding: 5px;
  */
  align-self: flex-end !important;
}

.two-col-full.image-right .flex-left.flex-start{
  align-self: flex-start !important;
}

.two-col-full.image-left .flex-right {
  width: 50%;
  margin: 5px;
  padding: 5px;
  align-self: flex-end !important;
}


.two-col-full.image-right .flex-left {
  width: 50%;
  margin: 5px;
  padding: 5px;
  align-self: flex-end !important;
}

.two-col-full.image-right .flex-right {
  width: 55%;
  /*
  margin: 5px;
  padding: 5px;
  */
  align-self: flex-end !important;
 
}

.two-col-full .flex-right .holder{
  max-width: 366px;
  margin-left: 50px;
  
}

.two-col-full .flex-left .holder{
  max-width: 366px;
  margin-right: 50px;
  float: right;
}

.two-col-full .flex-left .holder.holderTextHero{
  max-width: 700px;
  padding-bottom: 118px;
  float: left;
  padding-left: 40px;
}

.two-col-full .flex-left .holder.holderTextHero.max-width1200{
  max-width: 1200px;
}


.two-col-full .flex-left .holder.holderTextHero .sub-heading{
  font-size: 65px;
}

.two-col-full .flex-left .holder.m-r100{
  margin-right: 100px;
}

.two-col-full .holder .heading{
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.two-col-text-button{
  max-width: 978px;
  margin: 0px auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.two-col-text-button .sub-heading{
  font-size: 65px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.1;
}

.two-col-text-button .info-left{
  max-width: 646px;
  float: left;
}

.two-col-text-button .info-right{
  float: right;
}

/*If the right image does exist*/
.two-col-full.image-right.applyOneColumn .flex-left {
  width: 100%;
}



.logo-heading{
  padding-bottom: 50px;
}

.one-col-full img{
  display: block;
}

.one-col-full .holder{
  max-width: 644px;
  margin:  0 auto;
  padding-top: 92px;
  padding-bottom: 78px;
}

.one-col-full .holder .sub-heading{
  font-size: 45px;
  font-weight: 300;
  padding-bottom: 33px;
  line-height: 1.1;
}

.one-col-full .holder button{
  margin-top: 33px;
}

.two-col-full .holder .sub-heading{
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.two-col-ful .holder img{
  max-width: 100%;
}

.block-content{
  font-family: 'Graphik';
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.one-col-full{
  margin-bottom: 43px;
}

.block-info h1{
  font-weight: 300;
  font-size: 103px;
  line-height: 0.85;

}

section.about{
  padding-top: 105px;
  padding-bottom: 105px;
}

section.about .block-content{
  max-width: 424px;
}
/*
.btnRegister{
  padding-left: 18px;
  padding-right: 15px;
}
*/
.two-col-full  .btnRegister,
.block-info  .btnRegister{
  margin-top:31px;
}

section .title{
  margin-bottom: 51px;
  padding-left: 10px;
}

section.suites{
  padding-top: 22px;
  padding-bottom: 136px;
}


.grid-iso-two-col{
  max-width: 1194px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.grid-iso-two-col .g-left{
  float: left;
  width: 45%;
}

.grid-iso-two-col .g-left .holderRow{
  padding-bottom: 145px;
  width: auto;
}

.grid-iso-two-col .g-left .holderRowVirtual{
  padding-bottom: 98px;
  width: auto;
}

.grid-iso-two-col .g-left .holderRowGallery{
  padding-bottom: 56px;
  width: auto;
}

.grid-iso-two-col .g-right{
  float: right;
  width: 45%;
}

.grid-iso-two-col .g-right .holderRow{
  padding-top: 145px;
}


.grid-iso-two-col .g-right .holderRowVirtual:first-child{
  padding-top: 145px;
  /*padding-bottom: 98px;*/
}

.grid-iso-two-col .g-right .holderRowVirtual{
  padding-bottom: 98px;
}

.grid-iso-two-col .g-right .holderRowGallery:first-child{
  padding-top: 145px;
}
.grid-iso-two-col .g-right .holderRowGallery{
  padding-bottom: 56px;
}


.grid-iso-two-col   .contentPicture{
  position: relative;
}

.grid-iso-two-col   .contentPicture .itemPicture{
  position: relative;
}

.grid-iso-two-col   .contentPicture .itemPicture img{
  vertical-align: bottom;
  width: 100%;
}

.grid-iso-two-col   .contentPicture .itemPicture .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(transparent, black);
  opacity: 0.4;
  filter: alpha(opacity=40);  /* Opacity for IE8 and lower */
  zoom: 1;  /* Fix for IE7 */
}

.grid-iso-two-col   .contentPicture .titlePicture{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  font-family: 'Graphik';
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 24px 24px;
}

.grid-iso-two-col  .holderRowGallery .contentPicture .titlePicture:hover{
  cursor: pointer;
}
.grid-iso-two-col  .holderRowGallery .contentPicture .titlePicture{
  width: auto;
  right: 0px;
}

.grid-iso-two-col  .contentInfoVirtualTour,
.grid-iso-two-col  .contentInfo{
  padding-left: 110px;
  padding-top: 72px;
  font-family: 'Graphik';
  font-size: 16px;
}

.grid-iso-two-col  .contentInfoVirtualTour{
  padding-top: 32px;
  position: relative;
}

.grid-iso-two-col  .contentInfoVirtualTour h3{
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding-right: 140px;
 
}
.grid-iso-two-col  .contentInfoVirtualTour .btnRegister{ 
  float: right;
  position: relative;
  z-index: 1;
}
#map{
  width: 100%; 
  height: 690px;
}

@media (max-width: 768px) {

  .two-col-full .flex-left .holder.holderTextHero .sub-heading br{
    display: none;
  }

  #map{
    height: 400px;
  }
  .grid-iso-two-col .g-left,
  .grid-iso-two-col .g-right{
    width: 100%;
    float: none;
  }

  .grid-iso-two-col .g-right .holderRow {
    padding-top: 0px;
   
  }

  .grid-iso-two-col .g-left .holderRow,
  .grid-iso-two-col .g-right .holderRow {
    padding-bottom: 70px;
  }

  .grid-iso-two-col .contentInfoVirtualTour, 
  .grid-iso-two-col .contentInfo{
    padding-top: 20px;
    padding-left: 0px;
  }

  .holderBg .grid-iso-two-col .contentInfoVirtualTour, 
  .holderBg .grid-iso-two-col .contentInfo{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-iso-two-col  .contentInfoVirtualTour h3{
    position: relative;
    padding-right: 0px;
    width: 100%;
  }

  .grid-iso-two-col .g-left .holderRowVirtual,
  .grid-iso-two-col .g-right .holderRowVirtual{
    text-align: center;
    
  }

  .grid-iso-two-col .contentInfoVirtualTour .btnRegister {
    float:none;
    position: relative;
    z-index: 1;
  }

  .grid-iso-two-col .g-right .holderRowVirtual:first-child {
    padding-top: 0px;
  }

  .grid-iso-two-col {
    padding-bottom: 0px;
  }

  footer .btns span a {
    margin-right: 10px !important;
  }

  .two-col-full .flex-left .holder.holderTextHero .sub-heading{
    font-size: 30px;
    padding-top: 20px;
  }
  .one-col-full .holder .sub-heading{
    font-size: 25px;
  } 

  .two-col-full .flex-left .holder.holderTextHero {
    max-width: 100%;
    padding-bottom: 50px;
    float: none;
    padding-left: 0px;
  }

  .two-col-text-button{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .two-col-text-button .sub-heading{
    font-size: 25px;
  }

  .two-col-text-button .info-right {
    padding: 10px;
    /* margin-top: 30px; */
    display: block;
    float: unset;
    width: 100%;
    margin-top: 75px;
    text-align: center;
  }

  .grid-iso-two-col .g-right .holderRowGallery:first-child {
    padding-top: 0px;
  } 

  .grid-iso-two-col .g-right .holderRowGallery {
    padding-bottom: 56px;
  } 

}


.holderBg{
  background: #203923;
  color: #FFF;
}

.holder-smh .sub-main-heading{
  font-size: 42px;
  font-weight: 300;
  max-width: 1194px;
  margin: 0 auto;
  padding-top: 118px;
  padding-bottom: 53px;
}



.holderBg .btnSubmit, .holderBg .btnRegister{
  color: #fff;
  background-image: url("../images/arrow-white.png");
  color: #fff;
}



.holderSlide{
  padding-top: 70px;
}

/****** Appointment **********/
.holderAppointment{
  max-width: 891px;
  margin: 0 auto;
  padding-bottom: 83px;
}
.holderAppointment-thankyou{
  max-width: 891px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 200px;
}

.entry-header{
  padding-top: 50px;
  padding-left: 0px;
}

#fbuilder select,
.fieldCalendarService  select{
  height: 30px !important;
  font-size: 18px;
}
.fieldCalendarService  select option{
  margin: 5px;
}

#fbuilder select {

  height: 30px;
  padding-top: 5px;
  
}
.fieldCalendarService {
  display: none;
}


.fieldCalendar {
  background-color: white;
}
#fbuilder .ui-datepicker-inline{
  max-width: 891px !important;
}
.ui-datepicker {
  height: auto;
  margin: 5px 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.ui-datepicker-title{
  font-size: 23px !important;
}

.ui-datepicker-header {
  background: transparent !important;
  color: #000 !important;
  font-weight: bold;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 0;
  border-style: solid;
  border-color: #111;
}
.ui-datepicker-header{
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-datepicker th {
  text-transform: uppercase;
  padding: 5px 0;
  color: #000 !important;
  text-align: center;
  text-shadow: 1px 0px 0px #fff; 
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker thead {
  background-color: #fff !important;
  background-image: none !important;
  filter: none !important;
  border-top: 2px solid rgba(0,0,0, 0.6) !important; 
  border-bottom: 2px solid rgba(0,0,0, 0.6) !important; 
}

.ui-datepicker-calendar thead tr th span{
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 18px !important;
  font-weight: 300 !important;
}
.ui-datepicker-prev{
  background-image: url("../images/app-prev.png") !important;
  background-position: center 0px !important;
}

.ui-datepicker-next{
  background-image: url("../images/app-next.png") !important;
  background-position: center 0px !important;
}

.ui-datepicker-unselectable .ui-state-default {
  background: white !important;
  color: #b4b3b3;
}

.ui-datepicker tbody td {
  padding: 0;
  border: none !important;
  padding: 25px !important;
  font-family: 'Graphik' !important;
}

.ui-datepicker tbody tr {
  border-bottom:none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  font-size: 18px !important;
  font-family: 'Graphik' !important;
  font-weight: 300 !important;
}

.ui-datepicker-calendar .ui-state-default {
  background: white !important;
  filter: none !important;
  -webkit-box-shadow: inset 1px 1px 0px 0px rgb(250 250 250 / 50%);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  box-shadow: inset 1px 1px 0px 0px rgb(250 250 250 / 50%);
  font-family: 'Graphik' !important;
}

.ui-datepicker-calendar .ui-state-active {
  background: #000 !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 10%);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  font-family: 'Graphik' !important;
}

#fbuilder .slots {
  text-align: center;
}

#fbuilder .slots a{
  padding: 5px 15px 0px 15px !important;
  font-size: 18px !important;
  color: #000 !important;
  background: none !important;
  font-family: 'Graphik';
} 


.content-appointment{
  max-width: 570px;
  font-size: 18px;
}

#fbuilder .slots {
  border: none !important;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: none !important; 
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.usedSlots .ahb_list{
  font-size: 30px;
}
.usedSlots .ahb_list a{
  content: '';
  background-image: url("../images/cancel-app.png") !important;
  color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 10px;
}


.usedSlots .ahb_list a::after,
.usedSlots .ahb_list a::before{
  content: "";
  color: transparent !important;
}

#fbuilder .fields label{
  font-size: 15px !important;
  color: #000;
  font-family: 'Graphik';
}

.holder-two-col{
  width: 50% !important;
  display: inline-block !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
  padding-bottom: 20px !important;
}

.holder-one-col{
  width: 100% !important;
  display: inline-block !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
  padding-bottom: 20px !important;
}

.holder-one-col textarea{
  padding: 5px !important;
}

.pbSubmit{
  margin-left: 7px !important;
}
@media (max-width: 768px) {
  .holder-two-col{
    width: 100% !important;
    display: inline-block !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .pbSubmit{
    margin-left: 0px !important;
  }

  .ui-datepicker tbody td {

    padding: 10px !important;
  }

  .usedSlots .ahb_list {
    font-size: 20px;
  }
}
/****** Header **********/
footer{
  background: #fff;
}

footer .wrap-footer{
  padding: 0px 66px 33px 66px;
  
}

footer .flex-container {
  display: flex;
  flex-direction: row;

}

footer .flex-left {
  width: 65%;
  /*height: 100vh;*/
  margin: 5px;
  padding: 5px;
  align-self: flex-end !important;
}

footer .flex-left .holderIconFooter{
  max-width: 432px;
  display: flex;
  justify-content: space-between;
}

footer .flex-right {
  width: 35%;
  margin: 5px;
  padding: 5px;
  align-self: flex-end !important;
}

footer .align-self-top{
  align-self: flex-start !important;
}

footer .btns span a{
  margin-right: 20px;
  
}


footer .flex-info-footer {
  display: flex;
  flex-direction: row;

}

footer .flex-info-footer .f_left {
  width: 55%;
  /*height: 100vh;*/
  margin: 5px;
  padding: 5px;
  
}

footer .flex-info-footer .f_right {
  width: 45%;
  margin: 5px;
  padding: 5px;
  
}


footer .wrap-footer ul li a{
  color: #0D0D0D;
  text-decoration: none;
}


@media (max-width: 1200px){
  footer .wrap-footer {
    padding: 66px 0px 33px 0px;
  }

  footer .btns span {
    display: block;
    padding-bottom: 25px;
    
  }
}

@media(max-width: 1024px){
  .holderBg  .sub-heading, .holderBg .block-content
  {
    padding-left: 10px;
    padding-right: 10px;
  }
  .holderBg .btnSubmit, .holderBg .btnRegister {
    margin-right: 10px;
    display: inline-block;
  }
}

@media (max-width: 990px) {
  .two-col-full.image-left .flex-left {
    width: 50%;
    margin: 5px;
    padding: 5px;
  }

  .two-col-full.image-left .flex-right {
    width: 50%;
    margin: 5px;
    padding: 5px;
  }


  .two-col-full.image-right .flex-left {
    width: 50%;
    margin: 5px;
    padding: 5px;

  }

  .two-col-full.image-right .flex-right {
    width: 50%;
    margin: 5px;
    padding: 5px;
  }

  footer .container{
    padding-top: 0px;
  }
  footer .wrap-footer {
      padding: 66px 0px 33px 0px;
  }
}

@media (max-width: 768px) {


  .ImgTxt-part1{
     padding-top: 50px !important;
  }
  .ImgTxt-part1,
  .ImgTxt-part2{
    display: block;
  }

  .img-place,
  .ImgTxt1{
    display: none;
  }

  section .title,
  .two-col-full .holder .heading{
    padding-bottom: 15px !important;
    margin-bottom: 0px;
  }

  section.about,
  .two-col-full{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .two-col-full .flex-container,
  .block-info .flex-container {
    display: block;
  }

  .two-col-full.image-left .flex-right, 
  .two-col-full.image-left .flex-left,
  .two-col-full.image-right .flex-right{
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  header .flex-right,
  header .flex-left,
  .block-info .flex-right,
  .block-info .flex-left,
  section .title{
    padding: 0px;
    margin: 0px;
  }

  

  .two-col-full .holder .sub-heading{
    padding-top: 0px;
  }

  .two-col-full .holder .heading,
  section .title{
    padding-bottom: 10px;
  }

  .two-col-full.image-left .flex-left{
    margin-bottom: 40px;
  }
  .two-col-full.image-left .flex-right{
    margin-bottom: 20px;
  }

  .two-col-full.image-right .flex-left {
    width: 100%;
    
    margin: 0px;
    padding: 0px;
    
    display: block;
  }

 

  .holderBg .btnSubmit, .holderBg .btnRegister{
    margin-top: 15px;
    display: inline-block;
  }
  

  .two-col-full.image-right .flex-right img{
    padding-top: 15px;
  }

  .two-col-full .flex-right .holder,
  section.about .block-content,
  .two-col-full .flex-left .holder{
    max-width: 100%;
  }

  .two-col-full .flex-left .holder.m-r100 {
    margin-right: 0px;
  }

  .block-info .flex-right,
  .block-info .flex-left{
    width: 100%;
  }

  .two-col-full .flex-right .holder{
    margin-left: 0px;
  }

  .two-col-full .flex-left .holder.holderTextHero .sub-heading {
    font-size: 35px;
  }


  .two-col-full .holder .sub-heading,
  .block-info h1 {
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
  }
  .two-col-full .holder .sub-heading{
    padding-bottom: 0px;
  }

  .block-info h1 br{
    display: none;
  }

  .two-col-full .flex-left .holder{
    margin-right: 0px;
  }

  form .holder-form .one-col-form,
  form .holder-form .flex-left-field,
  form .holder-form .flex-right-field{
    margin:0px !important; 
  }

  form .holder-form {
    margin-bottom: 0px !important;
  }

  form .itemRow{
    margin-bottom: 26px !important;
  }


  .slick-prev{
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .holder-smh .sub-main-heading{
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 30px;
  }


  footer .flex-container {
    display: block;
   

  }

  footer .flex-left {
    width: 100%;
    text-align: center;
  } 

  
  footer .flex-left  .holderIconFooter{
    width: 100%;
    margin: 5px;
    padding: 5px;
    display: inline-block;
  }

  footer .flex-left  .holderIconFooter a{

    margin: 10px !important;
    display: inline-block;
  }


  footer .flex-right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  footer .btns span {
    display: inline-block;
    
  }



  footer .flex-info-footer {
    display: block;
  }

  footer .flex-info-footer .f_left {
    width: 100%;
  }

  footer .flex-info-footer .f_right {
    width: 100%;
  }


}


/* The Modal (background) */
.modal-tour {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(32,57,35); /* Fallback color */
  background-color: rgba(32,57,35, 0.8); /* Black w/ opacity */
}

.modal-tour .close{
  padding: 20px;
  color: #fff;
}

/* Modal Content/Box */
.modal-content {
  background-color: rgba(13,13,13,0.5);
  margin: 7% auto; /* 15% from the top and centered */
  /*padding: 20px;*/
  /*border: 1px solid #888;*/
  /*width: 44%;*/ /* Could be more or less, depending on screen size */
  max-width: 794px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0rem;

}

#loadingSendForm{
  display: none;
}
.contact-info{
  text-align: right;
  max-width: 318px;
}

.contact-info:after{
  content: "";
  clear: both;
  display: table;
}
.contact-info .info{
  width: 110px;
  float: left;
  text-align: left;
}

.contact-info .data{
  float: right;
}

/*Contact Page*/
.contact-page

form .holder-form label{
  font-size: 16px;
  padding-bottom: 10px;
}
form .holder-form input[type="text"],
form .holder-form textarea,
form .holder-form input[type="email"]{
  width: 100%;
  display: block;
  border: solid 1px #0D0D0D;
  padding: 13px;
}

form .holder-form textarea{
  height: 90px;
}

form .holder-form .flex-container {
  display: flex;
  flex-direction: row;
}

form .holder-form .flex-left-field {
  width: 50%;
  /*height: 100vh;*/
  margin: 5px;
  
}

form .holder-form .flex-right-field {
  width: 50%;
  margin: 5px;
}

form .holder-form .one-col-form{
  margin: 5px;
}

form .holder-form{
  margin-bottom: 26px;
}

/*--------------------------------------------------*/
.contact-page  input[type="text"],
.contact-page  textarea,
.contact-page  input[type="email"]{
  width: 100%;
  display: block;
  border: solid 1px #0D0D0D;
  padding: 13px;
}
.contact-page .wpcf7-form label,
.contact-page .wpcf7-form p{
  width: 100%;
  display: block;
  
}
.contact-page .wpcf7-form p:nth-child(2){
  width: 48.5% !important;
  float: left;
}

.contact-page .wpcf7-form p:nth-child(3){
  width: 48.5% !important;
  float: right;
}

.contact-page textarea{
  height: 90px;
}

.contact-page .wpcf7-form p:nth-child(7){
  text-align: right;
}

.contact-page  p input[type="submit"]{
  margin-top: 26px;
}

.contact-page .ajax-loader{
  float: left;
  top: 40px;
}



/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content form h1{
  font-size: 45px;
  font-weight: 300;
}


/*Modal Tour*/
@media (max-width: 1024px) {
  .modal-content {
    margin: 10% auto; /* 15% from the top and centered */
    /*padding: 20px;*/
    width: 90%; /* Could be more or less, depending on screen size */
  }

  /*
  .two-col-full .flex-left .holder.holderTextHero{
    padding-left: 10px;
    padding-right: 10px;
  }
  */
  /*
  .two-col-full .flex-left .holder{
    margin-right: 20px;
  }
  */
}

@media (max-width: 990px){
  .holderBg  .sub-main-heading
  {
    padding-left: 10px;
    padding-right: 10px;
  }

  .holderBg .contentInfoVirtualTour{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  /*
  .modal-content {
    margin: 10% auto;
    padding: 20px;
    width: 80%; 
  }
  */
  .contact-items{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  form .holder-form .flex-container {
    display: block;
  }

  form .holder-form .flex-right-field,
  form .holder-form .flex-left-field {
    width: 100%;

  }

  .modal-content form h1{
    font-size: 35px;
  }

}

/**********************************
FancyBox
**********************************/
.fancybox-bg{
  background-color: rgb(32,57,35); /* Fallback color */
  background-color: rgba(32,57,35, 0.8); /* Black w/ opacity */
}
.fancybox-navigation .fancybox-button--arrow_left{
  background: transparent;
  background-image: url("../images/icon-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
}

.fancybox-navigation .fancybox-button--arrow_right{
  background: transparent;
  background-image: url("../images/icon-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-button--zoom,
.fancybox-navigation .fancybox-button--arrow_right div,
.fancybox-navigation .fancybox-button--arrow_left div{
  display: none;
}
.fancybox-button--zoom{
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.fancybox-button--zoom,
.fancybox-button--close{
  background: transparent;
}
.fancybox-button--close svg{
  display: none;
}
.fancybox-button--close{
  background-image: url("../images/close-white.png");
  background-repeat: no-repeat;
  background-position: center;
}

.fancybox-toolbar{
  padding: 20px;
}

/**********************************
Iframe Virtual tour
**********************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 60px; overflow: hidden;*/
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Loading*/
#overlayLoading{
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
}
.lds-ring {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Popup */
#holderPopup{
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000000;
  display: none;
}

#contentPopup{
  width: 80%;
  max-height: 80%;
  display: block;
  background: #fff;
  margin: 0 auto;
  padding: 0px 0px 20px 20px;
  position: relative;
  margin-top: 5%;
  border: solid 4px #203923;
  overflow-y: auto ;
}

#contentPopup #holderShowContent{
  height: 100%;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

#contentPopup #closePopup{
  position: absolute;
  right: 0px;
  padding: 10px 20px;
  background: #203923;
  color: #fff !important;
  top: 0px;
  text-decoration: none;
}
#holderPopup #grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #90918d;
  height: auto;
  padding-top: 20px;
  /*
  align-items: center;
   justify-items: center;
   */
}
#holderPopup #grid img{
  max-width: 100%;
  display: block;
}

#holderPopup .popup-row-one{
  /*vertical-align: middle;*/
}
#holderPopup .popup-row-two{
  text-align: center;
  padding: 0px 30px 30px 30px;
}
#holderPopup .popup-row-two a,
#holderPopup .popup-row-two span{
  color: #203923;
  
 
}

#holderPopup .popup-row-two h1{
  color: #203923;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#holderPopup .popup-row-two h2{
  color: #203923;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
#holderPopup .popup-row-two h4{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

#holderPopup .popup-row-two h3{
  color: #203923;
  font-size: 17px;
  padding-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}

#holderPopup .popup-row-two #holderBtns{
  
  padding: 20px 0px;
}

#holderPopup .popup-row-two #holderBtns a{
  color: #000;
  margin: 0px 12px 12px 12px;
  display: inline-block;
}

@media (max-width: 768px) {
  #holderPopup #grid {
    display: grid;
    grid-template-columns: 1fr;
    color: #90918d;
    height: auto;
    padding-top: 0px;
  }

  #contentPopup {
    padding: 20px 20px 20px 20px;
    margin-top: 60px;
  }

  #contentPopup #closePopup{
    position: fixed;
    top: 0;
    right: 0;
    background: #EBF5ED;
    color: #203923 !important;
    font-weight: bold;
  }
  #holderPopup .popup-row-two {
    padding: 0px;
  } 
}