html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #FFF;
}

body.scrolling {
  overflow-y: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}

header {
	width: 100%;
	display: table;
	height: auto;
	position: relative;
	z-index: 5;
}

.head {
	width: 100%;
	height: auto;
	display: table;
	background: #ffbd59;
	margin: 0 auto;
	position: relative;
	/*background-image: url("../img/bg/header-bg.png");
	background-repeat: no-repeat;
    background-position: 80% 0;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 2px 5px #555;
}

.head-contact {
	width: 16%;
	height: auto;
	display: table;
	float: right;
	padding: 10px 0;
}

.sticky .head-contact {
	padding: 0px 15px;
}

.head-contact .call-icon-bg {
    padding: 0 8px 0 0;
	margin: 0 5px 0 0;
}

.head-contact .call-icon {
	background: transparent url(../img/icons/call.svg) no-repeat 0 2px;
    border: none;
    padding: 0 0 0 20px;
	background-size: 20px 24px;
    cursor: pointer;
	background-repeat: no-repeat;
	border: none;
	filter: brightness(0) sepia(1) hue-rotate(90deg) saturate(4);
	
	/*background-repeat: no-repeat;
    background-size: 22px 33px;
    border: none;
    padding: 0 0 0 33px;
    cursor: pointer;
	background-image: url(../img/icons/call.svg);
    filter: brightness(0.25) sepia(9) hue-rotate(-40deg) saturate(1);*/
}

.head-contact h2 {
	text-align: center;
	margin-top: 6px;
	background-color: transparent;
	padding: 12px 5px;
	border-radius: 15px;
	font-size: 1.2rem;
	
}

.head-contact a {
	color: #000;
}

.head-contact a:hover {
	color: #000;
}

.head-logo {
	width: 20%;
	height: auto;
	display: table;
	float: left;
	position: relative;
}

.head-logo img.h-logo-1 {
	margin: 0 auto;
	width: 100%;	
	padding: 10px 50px;
	display: block;
	/*background-color: #000;*/
	position: absolute;
	border-radius: 0 0 20px 20px;
	/*box-shadow: 0px 2px 5px #999;
	background: #f8fafa;*/
}

.sticky .head-logo img.h-logo-1 {
	width: 70%;
}

.head-logo img.h-logo-2 {
	display: none;
}

.sticky .head-logo img.h-logo-2 {
	margin: 0 auto;
	width: 80%;
	background: #FFF;
	padding: 10px;
	display: block;
	box-shadow: none;
}

.head-menu {
	width: 60%;
	height: auto;
	display: table;
	float: right;
	padding: 25px 30px 25px 50px;
}

/* Menu */

.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 16px;
  margin: 0 8px;
  font-weight: 500;
  /*background-color: rgba(255, 255, 255, 0.3);*/
  border-radius: 10px;
}

.topnav a:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  color: #000;
  padding-bottom: 5px;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.frame {
	width: 1230px;
	display: table;
	margin: 0 auto;
}

::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

.top-banner {
	width:100%;
	height:auto;
	display: block;
	position: relative
}

.top-banner .banner {
	content: url("../img/banner/banner1.jpg");
	display: inline-block;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.banner-paint-down {
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
    bottom: 0;
}

.banner-paint-down img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:320px){
	.top-banner .banner {content: url("../img/banner/mbanner1.jpg");}
}

@media only screen and (max-width:400px) and (min-width:360px) {
	.top-banner .banner {content: url("../img/banner/mbanner1.jpg");}
}

@media only screen and (max-width:667px) and (min-width:400px) {
	.top-banner .banner {content: url("../img/banner/mbanner1.jpg");}
}

.top-form {
	width: 30%;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.8);	
    color: #000;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 8px;
	top: 30%;
    right: 8%;
    z-index: 1;
	padding: 15px 0 40px 0;
	margin: 20px 0;
	border-radius: 10px;
}

.top-form-sec {
	width: 90%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.form-col-top {
	width: 100%;
	padding: 0 10px;
	float: left;
	position: relative;
}

.top-form h2 { 
	font-weight: 900;
	padding-top: 8px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.top-form-control {
    width: 100%;
    height: 45px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    border: 0px solid #999;
    margin: 10px 0 5px 0;
	border-radius: 10px;
}

.top-form-control::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}

.top-form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}

.top-form-field-icon i {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
	color: #000;
	z-index: 2;
	left: 0;
}

.top-form-field-icon i:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 3px 5px 0 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    filter: brightness(1) sepia(1) hue-rotate(460deg) saturate(0);
}

.top-form-field-icon .fa-user:before {
    background-image: url(../img/icons/user.svg);
}

.top-form-field-icon .fa-mobile-retro:before {
    background-image: url(../img/icons/call.svg);
}

.top-form-field-icon .fa-envelope:before {
    background-image: url(../img/icons/email.svg);
}


.top-form-butn {
    border: none;
    padding: 10px;
    width: 100%;
    background-image: linear-gradient(to right, #000 , #333 , #000);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
	border-radius: 10px;
	transition: background-image 0.3s ease, color 0.3s ease; /* Add this line */
}

.top-form-butn:hover {
    background-image: linear-gradient(to right, #333 , #000 , #333);
    color: #FFF;
}

.about {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	position: relative;
}

.about-content {	
	width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
}

.about-left {
	width: 50%;
	height: auto;
	display: table;
	padding: 0 30px 0 0;
}

.about-left h1 {
	font-size: 2.3rem;
    font-weight: 500;
    line-height: 3.2rem;
    margin: 0 0 15px 0;
}

.about-left h4 {
	font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 30px 0;
	color: #000;
}

.about-left p {
	font-size:0.9rem;
	font-weight: 300;
    line-height: 2rem;
}

.about-left button {
	background: #000;
	color: #FFF;
	padding: 7px 20px;
	margin: 40px 0 0 0;
	border-radius: 5px;
	border: 1px solid #000;
}

.about-left button:hover {
	background: #303381;
	color: #FFF;
	border: 1px solid #303381;
}

.about-right {
	width: 50%;
	height: auto;
	display: table;
	padding: 0 0 0 30px;
}

.about-right img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.highlights {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}

.highlights-main {
	width: 90%;
	height: auto;
	display: table;
	margin: 30px auto;
}

.highlights h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

.highlights h4 {
    font-weight: 300;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 10px;
}

.highlights-col {
	width: 16.666%;
	height: auto;
	display: table;
	float: left;
	padding: 10px;
	margin: 0 auto;
}

.highlights-col-in {
	width: 100%;
	height: auto;
	display: table;
	padding: 5px;
}

.highlights-icon {
	width: 60%;
	padding: 25px 10px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
	
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/*.highlights-icon:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}*/

.highlights-col-in img {
	filter: brightness(0) sepia(1) hue-rotate(90deg) saturate(4);
	width: 100%;
	display: block;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
	cursor: pointer;
}

.highlights-col-in p {
	font-weight: 300;
	text-align: center;
	color: #000;
}


.amenities {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0 30px 0;
}

.amenities h2 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

.amenities h4 {
    font-weight: 300;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.amenities .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.amenities .carousel {
    position: relative;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.amenities .carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.amenities .carousel-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: auto;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    text-align: center;
    padding: 10px;
}

.amenities .carousel-item-inner {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.amenities .carousel-item-inner img {
    width: 100%;
    height: 320px;
    display: block;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    cursor: pointer;
    border-radius: 10px;
}

.carousel-item-inner .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
}

.carousel-item-inner .summary-details h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

.amenities button {
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffbd59;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 10px;
}

.amenities button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
	.amenities h2 {font-size: 1.6rem;}
	
	.amenities .carousel-container {
		margin: 0;
		position: relative;
	}
	
    .amenities .carousel-item {
        flex: 0 0 100%; /* One item per row for mobile */
        max-width: 100%;
    }

    .amenities .carousel {        
        max-width: none; /* No maximum width */
        width: 100%;
    }
	
	.amenities button {
		position: absolute;
		z-index: 3;
	}
	
	.prev-btn {left: -20px;}
	.next-btn {right: -20px;}
}



.amenities2 {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 30px 0;
}

.amenities2 h2 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

.amenities2 h4 {
    font-weight: 300;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.amenities2 .carousel2-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.amenities2 .carousel2 {
    position: relative;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.amenities2 .carousel2-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.amenities2 .carousel2-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: auto;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    text-align: center;
    padding: 10px;
}

.amenities2 .carousel2-item-inner {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    overflow: hidden;
}

.amenities2 .carousel2-item-inner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    cursor: move;
	border-radius: 10px;
}

.carousel2-item-inner .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
	display: none;
}

.carousel2-item-inner .summary-details h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

.amenities2 button {
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffbd59;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    margin: 0 10px;
}

.amenities2 button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Media query for mobile devices */
@media (max-width: 768px) {	
	.amenities2 .carousel2-container {
		margin: 0;
		position: relative;
	}
	
    .amenities2 .carousel2-item {
        flex: 0 0 100%; /* One item per row for mobile */
        max-width: 100%;
    }

    .amenities2 .carousel2 {        
        max-width: none; /* No maximum width */
        width: 100%;
    }
	
	.amenities2 button {
		position: absolute;
		z-index: 3;
	}
	
	.prev2-btn {left: -20px;}
	.next2-btn {right: -20px;}
}


.plan {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	position: relative;
}

.plan h2 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

.plan h4 {
    font-weight: 300;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.plan-main {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}

.master-plan {
	width: 80%;
	height: auto;
	display: table;
	margin: 0 auto;
	position: relative;
}

.master-plan img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.1) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.plan .plan-butn {
	border: none;
    padding: 10px 40px 10px 10px;
    width: fit-content;
    background-image: linear-gradient(to right, #000, #000);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-image 0.3s ease, color 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plan .plan-butn:hover {
    background-image: linear-gradient(to right, #000 , #000);
    color: #FFF;
}

.plan .plan-butn i {
    position: absolute;
    margin-top: 3px;
    margin-left: 10px;
    color: #FFF;
    z-index: 1;
}


.map {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}

.map h2 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8rem;
}

.map h4 {
    font-weight: 300;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 50px;
}

.map-main {
	width: 90%;
	height: auto;
	display: table;
	margin: 20px auto;
}

.map-col {
	width: 100%;
	height: auto;
	display: table;
	float: left;
	padding: 0 10px;
}

.map-col iframe {
	width: 100%;
	height: 372px;
	display: block;
	border-radius: 10px;
}

.accordin-col {
	padding: 0 0 0 30px;
}


#accordian {
  position: relative;
  width: 100%;
  margin: 5px auto;
}

#accordian ul li {
    list-style-position: outside;
    list-style: decimal;
    margin-left: 40px;
    line-height: 2.5rem;
    cursor: pointer;
    color: #000;
}

#accordian ul li span {
    position: relative;
    left: 10px;
    color: #000;
    font-weight: 300;
}

.filter-option-heading {
	padding: 15px;
	cursor: pointer;
	border-bottom: 1px solid #CCC;
}

.activeFilter {
	background: #dedbfb;
}

.filter-option-heading:before {
  content: "+";
  color: #000;
  font-size: 18px;
  right: 20px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
}

.filter-option-heading.activeFilter:before {
  display: none;
}

#accordian .filter-option-heading.activeFilter:after {
  content: "-";
  color: #000;
  font-size: 18px;
  transform: rotate(180deg);
  right: 20px;
  position: absolute;
  transition: all 0.6s ease;
}

.filter-option-content {
  display: none;
  padding: 20px 0;
}


.footer-form {
	width: 100%;
	height: auto;
	display: table;
	background: #333;
    /*background-image: url(../img/footer.png);
     background-repeat: no-repeat; 
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 0px 8px;*/
	padding: 50px 0;
	position: relative;
	margin: 50px 0 0 0;
}

.footer-form-main {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.footer-form-left {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.footer-form-left-img {
	width: 35%;
	height: auto;
	display: table;
	float: left;
}

.footer-form-left-address {
	width: 65%;
	height: auto;
	display: table;
	float: left;
	padding: 0 20px 0 0;
}

.footer-form-left img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 0 20px -10px;
}

.footer-form-left h2 {
	font-size: 1.6rem;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.footer-form-left p {
	font-size: 1rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: left;
	font-weight: 300;
}

.footer-form-left p span {
	color: #fff;
	font-weight: 500;
}

.footer-form-left p a {
	color: #fff;
	font-weight: 700;
}

.footer-form-right {
	width: 48%;
    height: auto;
    display: table;
    float: left;
    padding: 30px 25px 30px 40px;
    background: #ffbd59;
    border-radius: 20px;
    margin: 0 0 0 20px;
}

.footer-form-right h2 {
	font-weight: 500;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	/*font-weight: normal;
	text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted;
	text-decoration-color: #9d0a0e;
	text-underline-position: under;*/

}

.footer-form-right p {
	line-height: 2rem;
	font-weight: 300;
}

.form {
    width: 100%;
}

.form-col {
    width: 50%;
	float: left;
	padding: 10px 20px 0 0;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0;
	border-radius: 10px;
}

.form-control::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.butn {
    border: none;
    padding: 12px;
    width: 100%;
    background-image: linear-gradient(to right, #000 , #000);
    background-origin: border-box;
	color: #FFF;
    font-size: 16px;
    cursor: pointer;
	margin-top: 10px;
	border-radius: 10px;
}

.butn:hover {
	background-image: linear-gradient(to right, #000 , #000);
	color: #FFF;
}

.error {
    color: red;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}

.error1 {
    color: #9d0a0e;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}

.form-field-icon {
	position: relative;
}

.form-field-icon i {
    position: absolute;
    margin-top: 22px;
    margin-left: 10px;
	color: #000;
	z-index: 2;
}

.form-field-icon i:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 3px 5px 0 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    /*filter: brightness(0) sepia(1) hue-rotate(90deg) saturate(4);*/
}

.form-field-icon .fa-user:before {
    background-image: url(../img/icons/user.svg);
}

.form-field-icon .fa-mobile-retro:before {
    background-image: url(../img/icons/call.svg);
}

.form-field-icon .fa-envelope:before {
    background-image: url(../img/icons/email.svg);
}




.base {
	width: 100%;
	height: auto;
	display: table;
	background: #000;
	padding: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.base p {
	color: #CCC;
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
	font-size: 0.9rem;
}

.base a {
	color: #ffbd59;
	font-weight: 500;
}

.wa {
    z-index: 99999;
    position: fixed;
    bottom: 5px;
    right: 0;
}

.cal {
    z-index: 99999;
    position: fixed;
    bottom: 15%;
    right: 0;
	display: block;
}

.cal img {
    width: 90%;
}

.pencil {
    z-index: 99999;
    position: fixed;
    bottom: 50%;
    left: 0;
	display: block;
}

.pencil img {
    width: 70%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    left: 0;
}

.pdf img {
    width: 70%;
}

.cookie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.95);
	display: none;
}
  
.cookie-form img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 70%;
  height: auto;
  z-index: 9999999;
}
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999999;
}

.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    height: auto;
    max-width: 1200px;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content1 {    
    margin: auto;
    padding: 20px;
    width: 60%;	
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: normal;
    cursor: pointer;
}

.modal-content-popup-form {
	margin-top: 10%;
	padding: 0;	
}

.brochure-form-inner {
	padding: 20px;
	background-color: #1d3e73;
	display: table;
	background: url(../img/gallery-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin: 0 auto;
}

.modal-content-popup-form h3 {
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.modal-content-popup-form p {
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.modal-content-popup-form img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.form-col-mob {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.btn-pkg {
	padding: 10px 15px;
}

.error-pkg {
    color: #F0C311;
    font-size: 0.7rem;
    position: absolute;
    margin-top: -7px;
}

select {
  /* styling */
  background-color: #FFF;
  color:#000;
  border: thin solid blue;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.3em;
    background-repeat: no-repeat;
}

/*Popup Banner Changeable*/

.dazzle-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.dazzle-cookie-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    width: 60%;
    height: auto;
    z-index: 9999999;
}

.desktop-hide {
    display: none;
}

.pop-butn {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-decoration: none;
}

.pop-butn:hover {
	color: #cc262c;
}


		.thanks {
			background-color: transparent;
			color: #000;
			width: 100%;
			display: table;
			position: absolute;
		}

		.md {
			padding: 20px;
		}

		.company h1 {
			font-size: 1.8rem;
			text-transform: uppercase;
			line-height: 3rem;	
		}

		.w-80 {
			width: 80% !important;
		}

		.text-center {
			text-align: center !important;
		}

		.company {
			display: block;
			margin: 0 auto;
			top: 650%;
			left: 50%;
			transform: translate(-50%, -50%);
			position: absolute;
		}

.entry-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 5;
}

.entry-popup .popup {
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 80%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	position: relative;
}

.entry-popup .popup::before{
	content: '';
    background: url(../img/dazzle.png) no-repeat;
    height: 300px;
    width: 300px;
    background-size: 120px 120px;
    position: absolute;
    left: -40px;
    top: -50px;
	z-index: -1;
}

.entry-popup .popup h2 {
	font-weight: 500;
    margin-bottom: 10px;
    color: #000;
	font-size: 1.2rem;
}

.entry-popup .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.entry-popup form {
    display: flex;
    flex-direction: column;
}

.entry-popup .form-col {
	width: 100%;
	padding: 0;
}

.entry-popup input {    
    background-color: #ddfcea;
    background-image: none;
    border: 0px dotted #CCC;
    border-radius: 4px;
}

.entry-popup .hidden {
    visibility: hidden;
    opacity: 0;
}

