    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }

  .carousel-inner:not(.topslider) img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      /* min-height:200px; */
      object-fit: cover;
      border-top: 10px solid #bbb;
      border-right: 10px solid #ddd;
      border-bottom: 10px solid #fff;
      border-left: 10px solid #ddd;
  }
  
.carousel-inner .liitems::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    height: auto;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    box-shadow: inset 0 0 5px rgba(0,0,0,.8);
}

.carousel-caption {
	-webkit-animation: captiontextmove .8s linear;
	-moz-animation: captiontextmove .8s linear;
	-ms-animation: captiontextmove .8s linear;
	-o-animation: captiontextmove .8s linear;
	animation: captiontextmove .8s linear;
}

/* Make it move */
@keyframes captiontextmove {
	from {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);

		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);

		opacity: .6;
	}
}

  .carousel-caption h1 {
      white-space: pre-line;
      text-align: left;
      font-size: 80px;
      font-weight: bold;
      font-family: 'Oswald', sans-serif;
      text-shadow: 0px 0px 20px #000000;
color: #17ff05;
  }

  @media (max-width: 1000px) {
    .carousel-caption h1 {
        font-size: 55px;
    }
  }

  @media (max-width: 800px) {
    .carousel-caption h1 {
        font-size: 40px;
    }
  }

  .carousel-caption p {
      text-align: left;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }



.carousalIndicatorStyling {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1;
}

.carousalIndicatorStyling li,
.carousalIndicatorStyling li.active {
  float: left;
  width: 7.69%;
  height: 7px;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: rgba(0,0,0,0.7);
  border-right:1px solid #777;
}

  @media (max-width: 600px) {
    .carousalIndicatorStyling li,
    .carousalIndicatorStyling li.active {
        height: 3px;
    }
  }

.carousalIndicatorStyling li.active {
  background: #ffb400;
}





.headertopbackground {
	position: relative;
	background-color: #72d300;
	color: #ff9600;
	padding: 5px 20px 5px 20px;
	height: 50px;
	/*text-shadow: 0px 0px 10px #000;*/

	/*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);*/
	/*background: linear-gradient(-45deg, #cedb00, #1adb00, #21a610, #0e7735);*/
	background: linear-gradient(-45deg, #000000, #78c82a, #000000, #222222);
	background-size: 200% 200%;
	-webkit-animation: Gradient 45s ease infinite;
	-moz-animation: Gradient 45s ease infinite;
	animation: Gradient 45s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.headercontainer {
	position: absolute;
	margin: 0;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.smallheadercontainer {
	display: none;
	/* background-color: #ffb400; */
	background: linear-gradient(-45deg, #000000, #2d6305, #000000, #222222);
	color: #eeeeee;
	width:100%;
	text-align: center;
	/* padding: 5px 10px 5px 10px; */
	border-top: 1px solid #444;
	font-size:12px;
}

@media (max-width: 768px) {
	.headertopbackground {
		display: none;
	}

	.smallheadercontainer {
		display: block;
	}
}

.headerimagetext {
	position: absolute;
	top: 140px;
	right: 0px;
	font-size:80px;
	font-family: 'Poppins', serif;
	background-color:rgba(0,0,0,0.3);
	color:#11ff17;
	padding: 10px 80px 10px 50px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	text-shadow: 0px 0px 10px #000000;
	z-index:1;
}

@media (max-width: 1000px) {
	.headerimagetext {
		top:300px;
		font-size:60px;
		padding: 7px 50px 6px 35px;
	}
}

@media (max-width: 1000px) {
	.headerimagetext {
		top:300px;
		font-size:55px;
		padding: 7px 50px 6px 35px;
	}
}

@media (max-width: 600px) {
	.headerimagetext {
		top:300px;
		font-size:50px;
		padding: 7px 50px 6px 35px;
	}
}

@media (max-width: 400px) {
	.headerimagetext {
		top:300px;
		font-size:40px;
		padding: 5px 30px 5px 15px;
	}
}






.chackavailabilitysection {
	height:100%;
	padding:5px 10px 10px 0px;
	border: 3px solid #ddd;
	border-radius:5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
	display:flex-box;
	justify-content:center;
	align-items:center;

	color: #fff;
	/*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);*/
	/*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #00ffc3);*/
	/*background: linear-gradient(-0deg, #3d7407, #59b400, #81d300, #59b400);*/
	background: linear-gradient(-0deg, #3d7407, #438313, #66a93e, #59b400);

	/*background: -webkit-radial-gradient(farthest-corner at 0% 0%, #67b709 70%, #579f03 70%);
	background: -o-radial-gradient(farthest-corner at 0% 0%, #67b709 70%, #579f03 70%);
	background: -moz-radial-gradient(farthest-corner at 0% 0%, #67b709 70%, #579f03 70%);
	background: radial-gradient(farthest-corner at 0% 0%, #67b709 70%, #579f03 70%);*/
}

.chackavailabilitybuttonsection {
	position:absolute;
	top:50%;
	left:82%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
	margin:0;
}

  @media (max-width: 768px) {
	.chackavailabilitybuttonsection {
		position:relative;
		top:10px;
		left:0;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform:translateY(0%);
		margin:0;
		padding: 6px 0px 10px 15px;
	}
  }





.galleryheading {
    text-align: center;
    margin: 50px 0px 50px 0px;
    font-size:4vw;
    font-weight:bold;
    line-height:30px;
    font-family: 'Arima Madurai', cursive;
}

.galleryrow {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallerycolumn {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0px 4px;
}

.gallerycolumn img {
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .gallerycolumn {
        -ms-flex: 75%;
        flex: 75%;
        max-width: 75%;
        margin: auto;
    }

    .galleryheading {
        text-align: center;
        margin: 40px 0px 40px 0px;
        font-size:7vw;
        font-weight:bold;
        line-height:25px;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .gallerycolumn {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .galleryheading {
        text-align: center;
        margin: 30px 0px 30px 0px;
        font-size:10vw;
        font-weight:bold;
        line-height:50px;
    }
}

.galleryheadingimg {
	width: 185px;
}



figure {
	margin: 0;
	padding: 0;
	/*background: #fff;*/
	overflow: hidden;
}

.gallerycolumn figure {
	position: relative;
}
.gallerycolumn figure::before {
	position: absolute;
	top: 0;
	left: -175%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.gallerycolumn figure:hover::before {
	-webkit-animation: shine .75s;
	-moz-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.gallerycolumn figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gallerycolumn figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.galleryviewmorebutton {
  display: inline-block;
  margin: 20px;
  padding: 7px 40px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #72d300;
  border: none;
  border-radius: 5px;
}

.galleryviewmorebutton:hover {
  background-color: #407106;
}

.galleryviewmorebutton > a {
    text-decoration: none;
    color: #ffffff;
}






/*table.roomavailabilitytable {
	width: 100%;
	margin-top: 30px;
}

tbody.roomavailabilitytbody tr.roomavailabilitytr:nth-child(even) {
	background: #eeeeee;
}

thead.roomavailabilitythead tr.roomavailabilitytr:nth-child(1) {
	background: darkgreen;
	color: white;
	font-size: 14px;
}

thead.roomavailabilitythead tr.roomavailabilitytr:nth-child(1) th {
	padding: 8px 4px;
}

thead.roomavailabilitythead {
	position: sticky;
	top: 0px;
	background: white;
}

tr.roomavailabilitytr:nth-child(even) > td.roomavailabilitytd:nth-child(1) {
	background: #008000;
	color: white;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
}

tr.roomavailabilitytr:nth-child(odd) > td.roomavailabilitytd:nth-child(1) {
	background: #159415;
	color: white;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
}

tr.roomavailabilitytr > td.roomavailabilitytd:not(:first-child) {
    width: 16.66%;
}

@media
	only screen 
	and (max-width: 768px), (min-device-width: 768px) 
	and (max-device-width: 1024px)  {

		table.roomavailabilitytable, thead.roomavailabilitythead, tbody.roomavailabilitytbody, th.roomavailabilityth, td.roomavailabilitytd, tr.roomavailabilitytr {
			display: block;
			border: none;
			font-size:8px;
			vertical-align: middle;
		}

		thead.roomavailabilitythead tr.roomavailabilitytr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr.roomavailabilitytr {
			margin: 0 0 1rem 0;
			border: 1px solid #888;
			vertical-align: middle;
		}

		tr.roomavailabilitytr > td.roomavailabilitytd:not(:first-child) {
            width: 100%;
        }
        
        tr.roomavailabilitytr:nth-child(odd) > td.roomavailabilitytd:nth-child(1),
        tr.roomavailabilitytr:nth-child(even) > td.roomavailabilitytd:nth-child(1){
            padding: 20px;
            width: 100%;
        }

		td.roomavailabilitytd:nth-child(1) {
			background: green;
			color: white;
			vertical-align: middle;
		}

		td.roomavailabilitytd:nth-child(7) {
			border: none;
		}
    
		td.roomavailabilitytd {
			border-bottom: 1px solid #aaa;
			position: relative;
			padding-left: 50%;
			text-align:center;
			vertical-align: middle;
		}

		td.roomavailabilitytd:not(:first-child):before {
			position: absolute;
			top: 0;
			left: 6px;
			width: 45%;
			height: 100%;
			padding-right: 10px;
			border-right: 1px solid #aaa;
			font-size:14px;

			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			flex-direction: column;
			-webkit-justify-content: center;
			justify-content: center;
			text-align: left;
		}

		@media all and (max-width: 350px) {
			td.roomavailabilitytd:before {
				font-size:12px;
			}
		}


		td.roomavailabilitytd:nth-of-type(1):before { content: "Date: "; }
		td.roomavailabilitytd:nth-of-type(2):before { content: "Super Deluxe:"; }
		td.roomavailabilitytd:nth-of-type(3):before { content: "Ethnic Deluxe:"; }
		td.roomavailabilitytd:nth-of-type(4):before { content: "Economic Family Room (Double Bed):"; }
		td.roomavailabilitytd:nth-of-type(5):before { content: "Economic Family Room (Triple Bed):"; }
		td.roomavailabilitytd:nth-of-type(6):before { content: "Economic Family Room (Four Bed):"; }
		td.roomavailabilitytd:nth-of-type(7):before { content: "Economic Family Room (Five Bed):"; }
	}
*/

.frontenddaterange {
	display:inline-block;
	width:50%;
	padding-right:20px;
	box-sizing: border-box;
}

.frontenddaterangebutton {
	margin:0;
	white-space: normal;
}

@media all and (max-width: 495px) {
	.frontenddaterange {
		display:inline-block;
		width:100%;
		padding-right:0px;
		box-sizing: border-box;
	}
}

/* ..................Home Page Rooms................................. */

@media all and (min-width: 991px) {
	#bigscreenroomsection {
		display: block;
	}
	#smallscreenroomsection {
		display: none;
	}
}

@media all and (max-width: 991px) {
	#bigscreenroomsection {
		display: none;
	}
	#smallscreenroomsection {
		display: block;
	}
}

.RoomSectionLeftRight {
	animation: fadeinLeftRight 1s;
	-moz-animation: fadeinLeftRight 1s;
	-webkit-animation: fadeinLeftRight 1s;
	-o-animation: fadeinLeftRight 1s;
	margin-top: 30px;
}

@keyframes fadeinLeftRight {
	from {
		opacity:0;
		-webkit-transform: translateX(-40px);
		-moz-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		-o-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-moz-keyframes fadeinLeftRight {
	from {
		opacity:0;
		-webkit-transform: translateX(-40px);
		-moz-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		-o-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-webkit-keyframes fadeinLeftRight {
	from {
		opacity:0;
		-webkit-transform: translateX(-40px);
		-moz-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		-o-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-o-keyframes fadeinLeftRight {
	from {
		opacity:0;
		-webkit-transform: translateX(-40px);
		-moz-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		-o-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.RoomSectionBodyLeftRight {
	opacity:0;
	background-color: #bbbbbb;
}



.RoomSectionRightLeft {
	animation: fadeinRightLeft 1s;
	-moz-animation: fadeinRightLeft 1s;
	-webkit-animation: fadeinRightLeft 1s;
	-o-animation: fadeinRightLeft 1s;
	margin-top:30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ddd;
}

@keyframes fadeinRightLeft {
	from {
		opacity:0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-moz-keyframes fadeinRightLeft {
	from {
		opacity:0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-webkit-keyframes fadeinRightLeft {
	from {
		opacity:0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}
@-o-keyframes fadeinRightLeft {
	from {
		opacity:0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
	}
	to {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.RoomSectionBodyRightLeft {
	opacity:0;
	background-color: #bbbbbb;
}



.RoomTitleText {
	font-size: 40px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.RoomTitleTextMobile {
	font-size: 40px;
	font-weight: bold;
	/*margin-top: 20px;*/
}

.RoomTypeSubTitleText {
	font-size: 28px;
	font-weight: bold;
	color: #72d300;
	text-align: center;
}

.RoomTypeSubTitleTextMobile {
	font-size: 28px;
	font-weight: bold;
	color: #72d300;
}

.RoomSubTitleText {
	font-size: 18px;
	color: #444;
	text-align: center;
}

.RoomSubTitleTextMobile {
	font-size: 18px;
	color: #444;
}

.RoomContentText {
	margin-top: 30px;
	font-size: 15px;
	color: #666;
	line-height: 28px;
	text-align: center;
}

.RoomContentTextMobile {
	margin-top: 30px;
	font-size: 15px;
	color: #666;
	line-height: 28px;
}

.RoomContentPriceMobile {
    margin-top: 20px;
    padding: 3px 30px;
    background-color: #222;
    color: #72d300;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.RoomFacilitySection {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.RoomFacilitySectionMobile {
	margin-top: 30px;
	width: 100%;
}

.RoomFacilityText {
	font-size: 18px;
	color: #444;
	text-align: center;
}

.RoomFacilityTextMobile {
	font-size: 18px;
	color: #444;
}

.RoomFacilityButton {
	margin-top: 30px;
	font-size: 14px;
	color: #eee;
	background-color: #6aba0c;
	border-radius: 50px;
	padding: 10px 40px 10px 40px;
	text-align: center;
}

.RoomFacilityButtonMobile {
	margin-top: 30px;
	font-size: 14px;
	color: #eee;
	background-color: #6aba0c;
	border-radius: 50px;
	padding: 10px 40px 10px 40px;
}

.RoomFacilityButton:hover, .RoomFacilityButtonMobile:hover {
	color: #eee;
	background-color: #0b95dd;
}

.RoomFacilityButton > a, .RoomFacilityButtonMobile > a {
    text-decoration: none;
    color: #eee;
}



.roomthumbnail {
	background-color: transparent;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 0px;
	cursor: pointer;
}

.roomthumbnail:hover, .roomthumbnailauto {
	background-color: #ddd;
}


.roomthumbnailarrow{
    width:100%;
    line-height:0px;
    position:relative;
    background:#eee;
    text-align:center;
    margin:0px auto;
}
.roomthumbnailarrow:after, .roomthumbnailarrow:before{
    content:"";
    position:absolute;
    width:20px;
    height:100%;
    left:100%;
}
.roomthumbnailarrow:after{
    bottom:0;
    background: linear-gradient(to right bottom, red 50%, transparent 50%);
}
.roomthumbnailarrow:before{
      top:0;
    background: linear-gradient(to right top, red 50%, transparent 50%);
}



/* ..................Footer................................. */

.footer {
	background-color: #444444;
	background-image: url("../image/wild-footer.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	color: white;
}

.credittext {
	display: table;
	background-color: #000000;
	color: white;
	height: 100%;
	width: 100%;
	padding: 10px 10px 0px 10px;
}

.credittextinnerdiv {
	display: table-cell;
	vertical-align: middle;
}

.socialicon {
	width:25px;
	cursor:pointer;
}

.footerlink, .footerlink:visited {
	color: #fff;
	padding-left:0px;
}

.footerlink:hover {
	color: #fff;
	padding-left:2px;
	text-decoration: none;
}



/* ............................................................ */

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 230px;
	height: 230px;
	border: 0;
	cursor: pointer;
	margin: auto;
}

@media screen and (max-width: 991px) {
	.flip-container, .front, .back {
		width: 250px;
		height: 250px;
	}
}

.flipper {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	box-shadow:0px 0px 20px black;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);

	background: #f8f8f8;
	box-shadow:0px 0px 20px white;
}

.back-logo {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: brightness(60%);
}

.back-text {
	position: absolute;
	width: 100%;
	height: 100%;

	color: white;
	font-family: 'Arima Madurai', cursive;
	font-size: 14px;
	/*font-weight: bold;*/
	text-shadow: 0px 0px 4px #000000;
	padding: 0px 10px 10px 10px;
	/*margin: auto;*/
}

.back-text h3 {
	background-color: rgba(255,255,255,0.3);
	padding: 2px 5px 2px 5px;
	margin-top:5px;
}






/*............ Testimonial.....................*/

.parallax {

	background-image: url("../image/testimonial/testimonial-back.jpg");

	/*max-height: 400px;*/

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* carousel */
#quote-carousel 
{
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
	background: none;
	color: #fff;
	font-size: 2.3em;
	text-shadow: none;
	/*margin-top: 30px;*/
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
	background: #333333;
}
#quote-carousel img
{
	/*width: 100px;
	height: 100px;*/
}
/* End carousel */

.item blockquote {
	border-left: none; 
	margin: 0;
	color:#fff;
}

.item blockquote img {
	margin: 50px 50px 50px 50px;
	border: 2px solid #eee;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.item blockquote p:before {
	content: "\“";
	font-family: 'Volkhov', serif;
	float: left;
	margin: 0px 20px 0px 0px;
	font-size: 1000%;
	line-height: 0px;
	padding-top: 60px;
}

.quote-carousel-text {
	padding-top: 50px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

    .quote-carousel-text {
      padding-top: 40px;
    }
}









.modal {
text-align: center;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}
.modal-dialog{display: inline-block; text-align:center; vertical-align: middle;}
.modal-content{width:100%;}
/*.galeria > img{ width: 200px;}*/
.galeria:hover{cursor: pointer;}
#btn-download {float:left;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
opacity: .65;
}

.galeria > img, .modal-body, .modal-content, .modal{
-webkit-user-select: none;   
-moz-user-select: none; 
-ms-user-select: none; 
-o-user-select: none;
user-select: none;
  }

.modal-body > img{ 
width:100%;
}




.semicircle {
    position: absolute;
    top: 0;
    right: -450px;
    width: 100vh;
    height: 100%;
    overflow:hidden;
    background-color: #72d300;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    float:right;
    box-shadow: -10px 0px 20px -15px rgba(0,0,0,.9);
}

#gmap_canvas {
    position: relative;
    height: 100vh;
    width: 180%;
    left: -350px;
    overflow: hidden;
}

  @media (max-width: 992px) {
    .semicircle {
      display: none; 
    }
    
    #gmap_canvas {
        width: 100%;
        left: 0;
    }
  }




.headingh1 {
	color: #ffffff;
	font-size:5vw;
	font-weight:bold;
	font-family: 'Poppins', serif;
	/*text-shadow: 0px 0px 10px #407106;*/
}


  @media (min-width: 768px) {
    .ContactSection {
	    padding-top:80px;
	    padding-bottom:80px;
    }
  }
  @media (max-width: 768px) {
    .ContactSection {
	    padding-top:4px;
	    padding-bottom:30px;
    }
  }

.ContactSectionRightLeft {
	animation: fadeinRightLeft 1s;
	-moz-animation: fadeinRightLeft 1s;
	-webkit-animation: fadeinRightLeft 1s;
	-o-animation: fadeinRightLeft 1s;
}

.ContactSectionBodyRightLeft {
	opacity:0;
	background-color: #bbbbbb;
}

.ContactSectionLeftRight {
	animation: fadeinLeftRight 1s;
	-moz-animation: fadeinLeftRight 1s;
	-webkit-animation: fadeinLeftRight 1s;
	-o-animation: fadeinLeftRight 1s;
}

.contactuscontainer {
	position: absolute;
	-webkit-transform: translate3d(0%,30%,0);
	-moz-transform: translate3d(0%,30%,0);
	-ms-transform: translate3d(0%,30%,0);
	-o-transform: translate3d(0%,30%,0);
	transform: translate3d(0%,30%,0);
}

  @media (max-width: 992px) {
    .contactuscontainer {
	position: relative;
	padding: 40px 0px 40px 0px;
	-webkit-transform: translate3d(0%,0%,0);
	-moz-transform: translate3d(0%,0%,0);
	-ms-transform: translate3d(0%,0%,0);
	-o-transform: translate3d(0%,0%,0);
	transform: translate3d(0%,0%,0);
    }
  }

.contactusbutton {
  display: inline-block;
  padding: 10px 80px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
}

.contactusbutton:hover {background-color: #eeeeee}

.contactusbutton:active {
	background-color: #eeeeee;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.contactusbutton > a {
    text-decoration: none;
    color: #000000;
}

.contactinfostyle {
	font-size:20px;
}





/*.............. Sticky Enquiry Form...............*/


.stickyEnquiry {
  position: fixed;
  top: 50%;
  right: -40px;
  padding: 10px 20px 10px 20px;
  margin: 0;
  color: #eeeeee;
  background-color: red;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 10px #666666;
  font-weight: bold;
  z-index: 2;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.stickyEnquiry:hover {
  right: -32px;
  color: #ffffff;
  background-color: #ff0000;
  cursor: pointer;
}

.enquiryformwrapper {
  display: none;
  position: fixed;
  color: white;
  background-color: #222222;
  top: calc(50% - 200px);
  right: 0px;
  padding: 20px 0px 20px 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 10px #666666;
  /*margin: 0;*/
  font-weight: normal;
  width: 300px;
  height: 400px;
  z-index: 2;

  /*opacity: 0.7;*/

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*.enquiryformwrapper:hover, .enquiryformwrapper input[type=text]:focus {
  opacity: 1;
}*/

  @media (max-width: 550px) {
    .enquiryformwrapper {
	width: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
  }

.closebtn {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.7;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
.closebtn:hover {
  opacity: 1;
}
.closebtn:before, .closebtn:after {
  position: absolute;
  /*left: 15px;*/
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #ffffff;
  text-decoration: none;
  color: #222222;
}
.closebtn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
}
.closebtn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #ffffff;
}






/* ..........scroll to Top..... */


#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover span {
    color: #fff;
    top: 5px;
}







/* ........ Contact us ........ */

.marquee {
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	pointer-events: none;
}



.marqueeimgsingle {
	display: inline-block;
	position:absolute;
	height:100%;
	top:0px;
	left:0px;
	/*padding-left: 100%;*/
	animation: marqueesingle 90s linear forwards;
}

.marqueeimg1 {
	display: inline-block;
	position:absolute;
	height:100%;
	top:0px;
	left:0;
	padding-left: 100%;
	animation: marquee1 90s linear infinite;
}

.marqueeimg2 {
	display: inline-block;
	position:absolute;
	height:100%;
	top:0px;
	left:0;
	padding-left: 100%;
	animation: marquee2 90s linear infinite;
	animation-delay: 45s;
}

/* Make it move */
@keyframes marqueesingle {
	from {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	to {
		-webkit-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		-o-transform: translateX(-200%);
		transform: translateX(-200%);
		display: none;
	}
}

@keyframes marquee1 {
	from {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	to {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes marquee2 {
	from {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	to {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}


.contactdetailsstylesymbol {
	padding: 0px 0px 0px 5px;
	text-align: right;
	font-size: 30px;
	color: black;
}

.contactdetailsstyletext {
	padding: 0px 5px 0px 10px;
	font-size: 18px;
	color: black;
}

.contactdetailsstylesocialmediaid {
	padding:3px;
	margin:3px;
	-webkit-filter:brightness(0) invert(1);
	filter:brightness(0) invert(1);
}

.contactdetailsstylesocialmedia {
	animation: bounce 1s linear;
}

.contactdetailsstylesocialmedia:hover {
	/*animation: bounce 1s linear;*/
}

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



/* ................ Gallery ............... */

.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.imgcontainer {
    position: relative;
    display: none;
}

/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Eack Image */
.eachimagesection {
    width: 150px;
    margin: 2px 2px 2px 2px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #666;
}

.eachimagesection:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px #fff;
}

/* Closable button inside the expanded image */
.closebuttongallery {
    position: absolute;
    top: 0px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.previousbtn {
    /*background-image: url("../galleryimages/prev.png");*/
    position: absolute;
    top: 40%;
    left: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.nextbtn {
    /*background-image: url("../galleryimages/next.png");*/
    position: absolute;
    top: 40%;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

@media (max-width: 495px) {
    .previousbtn {
        width: 33px;
        height: 50px;
    }

    .nextbtn {
        width: 33px;
        height: 50px;
    }
}

@media (min-width: 496px) and (max-width: 768px) {
    .previousbtn {
        width: 49px;
        height: 75px;
    }

    .nextbtn {
        width: 49px;
        height: 75px;
    }
}

.nextprevfadeeffect {
	opacity: .1;
	animation-name: nextprevfadeeffectOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .1s;
	border-radius: 5px;
}

.nextprevfadeeffect:hover {
	opacity: .6;
	animation-name: nextprevfadeeffectOpacityHover;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .1s;
}

@keyframes nextprevfadeeffectOpacityHover{
	0% {
		opacity: .1;
	}
	100% {
		opacity: .6;
	}
}
@keyframes nextprevfadeeffectOpacity{
	0% {
		opacity: .6;
	}
	100% {
		opacity: .1;
	}
}


.fadeinEffect {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.gallerycontainerdisplay {
	display:flex;
	background-color:#72d300;
}

@media (max-width: 767px) {
	.gallerycontainerdisplay {
		display:block;
	}
}


.albumlists {
	background-color: #444;
	color: #fff;
	margin: 10px 20px 10px 20px;
	padding: 3px 15px 3px 15px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 14px;
}

.albumlists:hover {
	/*background-color: #288f0c;*/
	background-color: #666666;
}

.albumlistsselected {
	background-color: #72d300;
	color: #222;
}














section {
  width: 100%;
  height: 25em;
  margin: 0 auto;
  position: relative;
}

.liitems {
  width: 100%;
  height: auto;
  background: transparent;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  
  box-shadow: 0px 20px 20px grey;
}

.liitems {
  position: absolute;
}

.main-pos {
  margin-left: -3em !important;
  z-index: 3000;
}

.left-pos {
  opacity: .3;
  margin-left: -17em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  -o-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
}

.back-pos {
  margin-left: 2em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}

.right-pos {
  opacity: .3;
  margin-left:  21em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  -o-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
}



.placevisithover {
    background: #ddd;
    background: -webkit-linear-gradient(45deg, #ffffff 25%, #eeeeee 50%, #dddddd 0 75%, #cccccc 100%);
    background: -moz-linear-gradient(45deg, #ffffff 25%, #eeeeee 50%, #dddddd 0 75%, #cccccc 100%);
    background: -o-linear-gradient(45deg, #ffffff 25%, #eeeeee 50%, #dddddd 0 75%, #cccccc 100%);
    background: -ms-linear-gradient(45deg, #ffffff 25%, #eeeeee 50%, #dddddd 0 75%, #cccccc 100%);
    background: linear-gradient(45deg, #ffffff 25%, #eeeeee 50%, #dddddd 0 75%, #cccccc 100%);
    color: #444;
    padding:15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}

.placevisithover:hover {
    background:#407204;
    background: linear-gradient(45deg, #4c8b00 25%, #407501 50%, #4b8703 0 75%, #376301 100%);
    color: #eee;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.placevisithover > h4 {
    border-bottom:1px solid #444;
}

.placevisithover:hover > h4 {
    color: #fff;
    border-bottom:1px solid #fff;
}

.placevisithover > p {
    margin-top: 10px;
    text-align: justify;
    text-justify: auto;
    font-family: 'Kalam', cursive;
}


  @media (max-width: 600px) {
    .smallLongText {
        font-size: 16px;
        font-weight: 600;
    }
  }


.AboutSectionRightLeft {
	animation: fadeinRightLeft 1s;
	-moz-animation: fadeinRightLeft 1s;
	-webkit-animation: fadeinRightLeft 1s;
	-o-animation: fadeinRightLeft 1s;
	z-index: 1;
}

/*.AboutSectionRightLeft > img:before, .AboutSectionRightLeft > img:after {*/

.AboutSectionRightLeft > img {
    /*background: transparent;
	border-color: transparent;
	bottom: 15px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	content: "";
	height: 10px;
	left: 22px;
	position: absolute;
	width: 50%;
	z-index: -1;
	-moz-transform: skew(-4deg) rotate(-4deg);
	-webkit-transform: skew(-4deg) rotate(-4deg);
	transform: skew(-4deg) rotate(-4deg);*/

	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.4);
}

/*.page-curl:after {
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	transform: skew(4deg) rotate(4deg);
	left: auto;
	right: 22px;
}*/


.GallerySectionRightLeft {
	animation: fadeinRightLeft 1s;
	-moz-animation: fadeinRightLeft 1s;
	-webkit-animation: fadeinRightLeft 1s;
	-o-animation: fadeinRightLeft 1s;
}

.GallerySectionLeftRight {
	animation: fadeinLeftRight 1s;
	-moz-animation: fadeinLeftRight 1s;
	-webkit-animation: fadeinLeftRight 1s;
	-o-animation: fadeinLeftRight 1s;
}

#mover {
    background-color: transparent;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 130px;
    height: 130px;
    border: 1px dashed red;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background-image: url('');
    background-size: cover;
    
    display:none;
    line-height:130px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-shadow:0 0 5px #000;
    cursor: move;
}

#SelectedImage {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

progress {
  border: none;
  height: 5px;
  width: 100%;
  background: gray;
}

progress {
  color: lightblue;
}

progress::-webkit-progress-value {
  background: lightblue;
}

progress::-moz-progress-bar {
  background: lightcolor;
}

progress::-webkit-progress-value {
  background: gray;
}

progress::-webkit-progress-bar {
  background: blue;
}














.roomavailabilitytable {
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.roomavailabilitytbody {
    border: 1px solid #ccc;
    background: #ffffff;
}

.roomavailabilitytr:nth-child(even) {
    background-color: #e5e5e5;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.roomavailabilityth {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
    background-color: #2e2a2b;
    background-image: linear-gradient(0deg, #2e2a2b, #4e4a4b);
    padding: 5px;
}

.roomavailabilityth:nth-child(even) {
    background-image: linear-gradient(0deg, #077269, #1abe58);
}

.roomavailabilityth:nth-child(odd):not(:first-child) {
    background-image: linear-gradient(0deg, #04544e, #0d8f3e);
}

.roomavailabilityth:first-child {
    font-size: 0;
    color: #00ff00;
    user-select: none;
    border-top-left-radius: 10px;
}

.roomavailabilityth:last-child {
    border-top-right-radius: 10px;
}

.roomavailabilitytd {
    width: calc(100%/7);
    text-align: center;
    padding: 15px 0;
}

.roomavailabilitytd:first-child {
    color: green;
    font-weight: bold;
    pointer-events: none;
}

.roomavailabilitytr:nth-child(odd) .roomavailabilitytd:first-child {
    border-right: 1px solid #cccccc;
}

.roomavailabilitytr:nth-child(even) .roomavailabilitytd:first-child {
    border-right: 1px solid #bbbbbb;
}

.roomavailabilitytd:not(:first-child) {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .allotherroomtype, .anyroom {
        display: none;
    }
    .roomavailabilityth:not(:first-child) {
        border-top-right-radius: 10px;
    }
}

.selectiondone::before, .selectionnotdone::before {
    display: inline-block;
    font-size: 16px;
    background: #eee;
    background: linear-gradient(90deg, #ddd, #ccc);
    color: white;
    border: 1px solid #ddd;
    padding: 2px 0;
    margin: 0 15px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
}

.selectiondone::before {
    content: "✓";
    color: #0f9b0f;
}

.selectionnotdone::before {
    content: "X";
    color: #b92b27;
}

#isselectioncompleted {
    color: red;
    background: pink;
    font-size: 14px;
    margin: 20px 0;
    padding: 15px;
    border-radius: 3px;
}

.editroomrequired, .editextrabed {
    margin: 5px;
    font-size: 14px;
    color: black;
}

.glyphicon-edit {
    color: gray;
    transition: color .3s;
}

.glyphicon-edit:hover {
    color: lightgreen;
}

#choicesections {
    padding: 0 40px;
}

#nextsection, #prevsection {
    margin: 0;
    padding: 0;
}

#nextsection > span, #prevsection > span {
    margin: 10px 0 10px 5px;
    padding: 10px 35px;
    background: green;
    color: white;
    border: 1px solid green;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background .3s, color .3s;
}

#nextsection > span:hover, #prevsection > span:hover {
    background: #eee;
    color: green;
}

#finalizesection .control-label {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.roomselectionroomtype {
    font-size: 14px;
    font-weight: bold;
    background: #76b852;
    background-image: -webkit-linear-gradient(45deg, #76b852, #8DC26F);
    background-image: linear-gradient(45deg, #76b852 0%, #8DC26F 80%, #76b852 80%, #8DC26F);
    color: #FFE000;
    padding: 5px 15px;
    margin: 10px 0 5px 0;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.roomselectiontable {
    margin: 0 5px;
    font-size: 10px;
    color: #666;
    width: 100%;
}

.roomselectiontable tr {
    border-bottom: 1px dotted #ddd;
}

.roomselectiontable td {
    padding: 5px;
}

.roombookingdetailtable {
    margin: 0 5px;
    font-size: 12px;
    color: #222;
    width: 100%;
}

.roombookingdetailtable th:not(:first-child), .roombookingdetailtable td:not(:first-child) {
    text-align: center;
}

.confirmationcontainer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirmationsubcontainer {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 18px -7px rgba(0,0,0,.6);
    border-radius: 15px;
}

.confirmationsubcontainer h1 {
    color: #333;
    font-weight: bold;
}

.confirmationtick, .confirmationcross {
    position: relative;
    margin-bottom: 30px;
}

.confirmationtick span, .confirmationcross span {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    left: -35px;
    top: -35px;
    position: absolute;
}

.confirmationtick span::after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 12px;
    left: 20px;
    position: absolute;
    top: 24px;
    transform: rotate(-45deg);
    width: 32px;
}

.confirmationcross span::before, .confirmationcross span::after {
    content: "";
    height: 40px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 34px;
}

.confirmationcross span::before {
    transform: rotate(45deg);
}

.confirmationcross span::after {
    transform: rotate(135deg);
}

.confirmationtick span {
    background-color: #80bf28;
}

.confirmationcross span {
    background-color: #f25757;
}



.loading {
	border: 3px solid #cccccc;
	border-radius: 50%;
	border-top: 3px solid #999;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	display: none;
	margin-left: 0px;
	vertical-align: middle;
	position: relative;
	top: -60px;
	left: -15px;
}

            /* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}




.confirmationcontainer {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maintitle {
    font-size: 36px;
    margin-bottom: 40px;
}

.confirmationsubcontainer {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #eee;
    box-shadow: 0 10px 18px -7px rgba(0,0,0,.6);
    border-radius: 15px;
    padding: 0 20px 40px 20px;
}

@media screen and (max-width: 767px) {
    .confirmationsubcontainer {
        width: 90%;
    }
}

.confirmationsubcontainer h1 {
    color: #333;
    font-weight: bold;
}

.confirmationtick, .confirmationcross {
    position: relative;
    margin-bottom: 30px;
}

.confirmationtick span, .confirmationcross span {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    left: -35px;
    top: -35px;
    position: absolute;
}

.confirmationtick span::after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 12px;
    left: 20px;
    position: absolute;
    top: 24px;
    transform: rotate(-45deg);
    width: 32px;
}

.confirmationcross span::before, .confirmationcross span::after {
    content: "";
    height: 40px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 34px;
}

.confirmationcross span::before {
    transform: rotate(45deg);
}

.confirmationcross span::after {
    transform: rotate(135deg);
}

.confirmationtick span {
    background-color: #80bf28;
}

.confirmationcross span {
    background-color: #f25757;
}

.bookingstatusul {
    list-style: none;
}

.bookingstatusul li {
    padding: 5px;
}

.bookingstatusul li::before {
    content: '\2714';
    color: green;
    margin-right: 5px;
}