* {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
}

body,
html {
  margin: 0px;
  height: 0px;
  height: 100%;
  font-family: 'Dosis', sans-serif;
  min-width: 320px;
  scroll-behavior: smooth;
}
#wrapp {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#wrapp > div {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
/* header css */
header {
  position: fixed;
  top: 0px;
  z-index: 99;
  background: #fff;
}
header > div {
  display: inline-block;
  vertical-align: middle;
}
header > div.logo {
  width: 35%;
}
header > div.top_right {
  text-align: right;
}
.ph_icon {
  color: #ed217d;
  font-size: 24px;
  margin-right: 30px;
  display: inline-block;
}
.ph_icon:before {
  content: ' ';
  padding: 1px 16px;
  position: relative;
  right: 10px;
  top: 3px;
  background: url('../images/sprite_img.png') 0px 0px no-repeat;
}
.copy_icon {
  padding: 5px 12px;
  position: relative;
  right: 10px;
  top: 1px;
  background: url('../images/sprite_img.png') -33px 0px no-repeat;
}
/* title */
.tab_title {
  position: relative;
  padding: 10px 0px;
  font-family: 'Dosis', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4f4c4e;
  text-transform: none;
  word-spacing: 4px;
  text-align: center;
}
.tab_title span {
  font-size: 24px !important;
  line-height: 34px;
  color: #4f4c4e !important;
  text-transform: uppercase !important;
}
.o_title02 {
  font-family: 'Edwardian Script ITC';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 46px;
  color: #ed217d !important;
}

.tab_title2 span {
  font-size: 22px !important;
  line-height: 30px;
}
.tab_title2 {
  text-align: center !important;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 0;
}
.o_title .top_line {
  width: 60%;
}
.o_title .bottom_line {
  width: 80%;
}
.top_line,
.bottom_line {
  content: '';
  position: absolute;
  height: 2px;
  margin: 0px auto;
  background: #afa292;
  display: block;
}
.top_line {
  left: 0px;
  right: 0px;
  width: 80%;
  top: 0px;
}
.top_line:after,
.bottom_line:after {
  content: ' ';
  background: transparent url('../images/sprite_img.png') -71px -22px no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin: 0px auto;
  top: -13px;
}
.b_title {
  margin-top: 20px;
  clear: both;
}
.bottom_line:after {
  background-position: -63px -2px;
  width: 18px;
  height: 18px;
  top: -7px;
}
.bottom_line {
  left: 0px;
  right: 0px;
  width: 70%;
  bottom: 0px;
}
.tab_title span {
  color: #6a6a6a;
  font-size: 22px;
  text-transform: initial;
}
.italic_txt {
  font-style: italic;
}
header {
  height: 80px;
}
a {
  color: #ed217d;
}
.btn {
  background: #ed217d;
  padding: 11px 13px;
  text-transform: uppercase;
  color: #feffff;
  cursor: pointer;
  position: relative;
  height: 44px;
  font-weight: 700;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonText {
  font-size: 26px;
}
.btn:hover {
  background: #ed217d;
}
.btn:after {
  content: ' ';
  position: absolute;
  top: 0px;
  border: 1px solid #ed217d;
  left: 0px;
  right: 0px;
  margin: 5px auto;
  margin-left: 5px;
  margin-right: 5px;
  height: 32px;
}
.container > div {
  float: left;
  height: 100%;
}
.left_container,
header,
footer {
  width: 60%;
}
.left_container img {
  width: 100%;
  display: block;
}
.right_container {
  width: 40%;
  position: relative;
}
.right_container .tabs,
.forms > div {
  padding: 0 20px;
}
/*.right_container .tabs .resp-tabs-container{height:300px;overflow-y:scroll;}*/
.rwd_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 20px;
}
.rwd_list li {
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
  line-height: 18px;
  font-size: 14px;
  color: #573a00;
  font-weight: 600;
}
.rwd_list li:before {
  background: transparent url('../images/sprite_img.png') -0px -36px no-repeat;
  padding: 7px 8px;
  content: ' ';
  position: absolute;
  left: 0px;
  top: 3px;
}

/* col css */
.row2 {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #573a00;
  font-weight: 600;
}

.row3 {
  margin: 30px 0px;
  overflow: hidden;
}
.row3 > div {
  width: 30.3333333%;
  float: left;
  text-align: center;
  padding: 0% 1.5%;
  font-size: 14px;
  color: #573a00;
  font-weight: 600;
  position: relative;
}
.row3 > div.middle:after {
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  content: ' ';
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}
/* forms */
.err {
  font-size: 12px;
  color: red;
  display: block;
}
#success_screen {
  color: #006600;
  text-align: center;
}
.forms {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
form > div {
  margin-top: 10px;
}
input[type='text'] {
  background: #ededed;
  padding: 10px 0px;
  border: 1px solid #a5a3a4;
  width: 98%;
  text-indent: 10px;
  color: #000;
  margin: 0px auto;
}
input[type='text']:focus {
  /* border-color: #ed217d; */
  -webkit-box-shadow: inset 10px 10px 5px -61px rgba(143, 106, 55, 1);
  -moz-box-shadow: inset 10px 10px 5px -61px rgba(143, 106, 55, 1);
  box-shadow: inset 10px 10px 5px -61px rgba(143, 106, 55, 1);
  /* background-color: #c59f67; */
  color: #000;
}
form button {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 98%;
  font-family: 'Dosis', sans-serif;

  line-height: 20px;
  border: 1px solid #ed217d;
  width: 98%;
  margin: 0px auto;
  border: 1px solid #ed217d;
}
.forms h3 span {
  font-size: 22px !important;
  line-height: 34px;
  color: #ed217d !important;
  text-transform: uppercase !important;
}
.forms h3 {
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ed217d;
}
.safe_txt {
  font-size: 13px;
  color: #464646;
  text-align: center;
  margin-top: 5px;
}
.safe_txt span {
  padding: 0px 7px;
  background: transparent url('../images/sprite_img.png') -87px -0px no-repeat;
}
/* exit popup*/
#exitForm .input[type='text'] {
  width: 100%;
}
#bio_ep h3 {
  font-size: 22px;
  margin: 20px 0px;
  line-height: 26px;
}
.video_div {
  width: 100%;
  position: relative;
  max-width: 400px;
  margin: 0px auto;
}
.video_div button {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  cursor: pointer;
  background: transparent url('../images/v_icon.png') center center no-repeat;
}
.video_div button.active {
  background: none;
}
footer {
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  color: #000 !important;
  font-size: 12px;
  z-index: 9999;
}
footer > div {
  padding: 5px 10px;
}
footer > div > div {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
footer a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
/* Slider css */
.aminities_slide .slides {
  max-width: 350px;
  margin: 0px auto;
}
.flex-slider a:hover {
  outline: none;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #ed217d;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(143, 107, 55, 0.3);
  font-size: 14px;
  line-height: 18px;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

/* .home_banner .slides img {
  height: 86vh;
} */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.aminities_slide {
  position: relative;
}
.aminities_slide .flex-direction-nav .flex-prev,
.aminities_slide .flex-direction-nav .flex-next {
  background: #fff url('../images/sprite_img.png') 5px -66px no-repeat;
  z-index: 99;
  text-indent: -99999px;
  overflow: hidden;
  width: 28px;
  height: 34px;
  display: block;
  top: 50%;
  position: absolute;
  margin-top: -14px;
}
.aminities_slide .flex-direction-nav .flex-prev {
  left: 0px;
}
.aminities_slide .flex-direction-nav .flex-next {
  background-position: -20px -66px;
  right: 0px;
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 10px;
  background: rgb(0 0 0 / 73%);
  z-index: 99999999;
}
.fixed_footer ul {
  text-align: center;
}
.fixed_footer ul li {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.fixed_footer ul li a {
  border-radius: 4px;
  width: 150px;
  color: #fff;
  background: #ed217d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 0;
  font-size: 16px;
  display: inline-block;
}
.d-lg-none {
  display: none;
}
.reviews {
  padding: 60px 0;
}

.reviews ul li h4 {
  color: #ed217d;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: initial;
  letter-spacing: 1px;
  font-weight: 700;
}
.reviews ul li p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.home_banner .flex-direction-nav {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (min-width: 860px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .overflow-y {
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 860px) {
  p {
    font-size: 18px;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .home_banner {
    padding-bottom: 30px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .reviews {
    padding: 0;
  }
  .resp-tab-content {
    padding: 40px 15px 40px 15px !important;
  }
  .reviews.aminities_slide .flex-direction-nav .flex-prev {
    left: 0px;
    left: -10px;
    background-color: transparent;
  }
  .reviews.aminities_slide .flex-direction-nav .flex-next {
    right: -10px;
    background-color: transparent;
  }
  .reviews.aminities_slide .slides {
    padding: 0 20px;
  }
  .d-block {
    display: block !important;
  }
  .forms {
    margin: 40px 0 60px 0;
  }
  footer {
    padding-bottom: 60px;
  }
  .resp-tab-content {
    display: block !important;
    border: 1px solid #a5a3a4 !important;
  }
  h2.resp-accordion {
    border: 1px solid #a5a3a4;
    border-top: 0px solid #a5a3a4;
    margin: 0px;
    padding: 10px 15px;
  }
  .resp-arrow {
    display: none;
  }
  h2.resp-accordion {
    font-size: 24px !important;
    text-transform: capitalize;
    text-align: center;
    color: #ed217d !important;
    border-bottom: 0 !important;
  }
  h2.resp-accordion::first-letter {
    font-size: 28px !important;
  }
  header > div.top_right {
    display: none !important;
  }

  header > div.logo {
    width: 100%;
    text-align: center;
    padding-top: 8px;
  }
  .btn {
    width: 100%;
    margin-right: 0;
  }
  .right_container .tabs,
  .forms > div {
    padding: 0 10px;
  }
}

/* screed resize */
@media all and (max-width: 1023px) {
  .left_container img {
    height: auto;
  }
  .right_container .tabs .resp-tabs-container {
    height: auto;
    overflow: visible;
  }
  #wrapp {
    height: auto;
  }
  input[type='text'] {
    width: 100%;
    padding: 10px 0px;
    text-indent: 10px;
  }
  .left_container,
  header,
  footer {
    width: 100%;
  }
  .left_container img {
    height: auto;
  }
  .right_container {
    width: 100%;
  }
  footer,
  header,
  .forms {
    position: relative;
  }
  .broucher {
    margin-right: 20px;
  }
  .home_banner .slides img {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  footer > div > div {
    width: 100%;
    text-align: center;
    margin: 5px 0px;
  }
  .ph_icon > span {
    display: none;
  }
  .ph_icon {
    margin-right: 0px;
  }
}
@media all and (min-width: 1280px) {
  .left_container,
  header,
  footer {
    width: 65%;
  }
  .right_container {
    width: 35%;
  }
}


:root {
			color-scheme: light only;
		}

		ul.resp-tabs-list,
		p {
			margin: 0px;
			font-family: 'Dosis', sans-serif;
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 26px;
			text-align: center;
			color: #000000;
		}

		ul.d_list {
			font-size: 15px;
			color: #ed217d;
		}

		.resp-tab-active {
			color: #ed217d !important;
			border-bottom: 2px solid #ed217d !important;
		}