@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous');
@import url('../js/bootstrap-datepicker.min.js');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous');
@import url('bootstrap-datepicker.css');
@import url('bootstrap.min-5.css');

html
{
	overflow-x: hidden;

}

html,body{
height:100%;
width:100%;
font-family: 'Poppins',sans-serif;
color:#222;	 
}

#loader_div{display:none;}
/* unvisited link */
a:link {
  color: #FF6F61;
}

/* visited link */
a:visited {
  color: #FF6F61;
}

/* mouse over link */
a:hover {
  color: green;
}

/* selected link */
a:active {
  color: #FF6F61;
}

.navbar{
	padding: .1rem;
	
}
.navbar-nav li{
	padding-right: 20px;
} 
.nav-link{
	font-size: 1.1em;
}

.custom-toggler.navbar-toggler {                  
    border-color: white;
}
.custom-toggler .navbar-toggler-icon {         
  background-image: url();
}

.carousel-inner img{
	width: 100%;
	height: 100%;
}
.carousel-caption{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-caption {
	font-size:500%;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px #000;
       
}
.carousel-caption h3{
	font-size: 200%;
	font-weight:500;
	text-shadow: 1px 1px 10px #000;
	padding-bottom: 1rem;
}
.btn-primary{
	background-color: white;
	border: 1px solid #FF6F55;
	color: black;
}
.btn-primary:hover{
	background-color: #FF6F55;
	border: 1px solid #FF6F55;
	color: white;
}
.btn-outline-light{
	background-color:#2163af;
	border:1px solid #2163af;
	color:white;
}
.btn-outline-light:hover{
	background-color: #FF6F55;
	border: 1px solid #FF6F55;
	color: white;
}
.jumbotron{
	padding: 1rem;
	border-radius: 0;
}
.login{
	background-color: #2163af;
	color:white ;
}

.login:hover{
	background-color: #FF6F55;
	border: 1px solid #FF6F55;
	color: white;
}
.padding{
	padding-bottom: 2rem;
}
.welcome{
	width:75%;
	margin: 0 auto;
	padding-top: 2rem;
}
.welcome hr{
	border-top: 2px solid #FF6F55;
	width: 95%;
	margin-top: .3rem;
	margin-bottom:1rem;

}
.social a{
	font-size: 1.5em;
	padding: 1rem;
}
.facebook{
	color:#4267B2;
}
.twitter{
	color:#00aced;
}
.instagram{
	color: #fb3958;
}
.youtube{
	color: #bb0000;
}
.my-4{
	border-top: 2px solid #FF6F55;
	width: 95%;
	margin-top: .3rem;
	margin-bottom:1rem;
}
footer{
	background-color: #3f3f3f;
	color: #FF6F55;
	padding-top: 2rem;
}
.light{
	border-top: 1px solid #d5d5d5;
	width: 75%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}
.footer a{
	color: #d5d5d5;

}
.light-100{
	border-top: 1px solid #d5d5d5;
	width: 100%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}


/*---Media Queries ---*/
@media (max-width: 992px){
    .social a{
		font-size:4em;
		padding:2rem;

	}
	.carousel-indicators{
		display: none;
	}

}
@media (max-width: 768px){
	.carousel-caption{
		
		top: 45%;
		
	}
	.carousel-caption h1{
		font-size:350%;
		
		   
	}
	.carousel-caption{
		font-size: 140%;
		font-weight:400;
		
		padding-bottom: .2rem;
	}
	.carousel-caption .btn{
		font-size:95%;
		padding: 16px 14px;
	}
	/*.display-4{
		font-size: 200%;
	}*/
	/*.sicial a{
		font-size: 2.5em;
		padding: 1.2rem;
	}*/
	.carousel-indicators{
		display: none;
	}

	/*booking-form*/
	.section-book {
		position: relative;
		height: 100vh;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	form {
		width: 550px;
		height: 450px;
		margin: auto;
		position: relative;
	  }
	  input {
		width: 375px;
		height: 25px;
	  }
		  
    
}
@media (max-width: 576px){
    .carousel-caption{
		
		top: 40%;
		
	}
	.carousel-caption {
		font-size:250%;
		
		   
	}
	.carousel-caption {
		font-size: 110%;
		
		
		
	}
	.carousel-caption .btn{
		font-size:90%;
		padding: 4px 8px;
	}
	.carousel-indicators{
		display: none;
	}
	.display-4{
		font-size: 160%;
	}
	.social a{
		font-size: 2em;
		padding: .7rem;
	}
	.book{
		
		
		width: 100%;
		height: 145%;
		
		
		
	}

	/*booking-form*/
	.section-book {
		position: relative;
		height: 100vh;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	form {
		width: auto;
		height: auto;
		margin: auto;
		position: relative;
		display: block;
	  }
	  input {
		width: auto;
		height: auto;
		margin: auto;
		position: relative;
		display: block;
	  }
	

}

/*--Firefox Bug Fix---*/

.carousel-item{
    transition: -webkit-transform 0.5s ease;
    transition:  transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility:visible;
    backface-visibility: visible;
}

/*--Fixed background Image---*/
.booking{
    background-color: #f4f4f4;
}
.figure{
    position: relative;
    width:100%;
    height: 60%;
    margin: 0;
}
.fixed-wrap{
    clip: rect(0, auto, auto,0);
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
}
#fixed{
   
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-size: cover;
    background-position:  center;
    transform:0;
            
}

/*--Bootstrap Padding Fix--*/


/*-----navigation----*/
.logo{
    width: 10%;
    height: 10%;
    border-radius: 50%; 
    border: 2px;
}

.nav{
    background: #FF6F55;
}


/*-----booking----*/
.book{
  background-image: url("../jpg/background.jpg");
  max-width: 100%;
	 /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.section-book {
	position: relative;
	height: 100vh;
	
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Raleway', sans-serif;
}

.booking-form {
	position: relative;
	max-width: 80vh;
	width: 100%;
	margin: auto;
	padding: 20px;
	overflow: hidden;
	background-image: url('');
	
	border-radius: 5px;
	z-index: 20;
}

.booking-form::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.booking-form .form-header {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-header h1 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 42px;
	color: #ff6f61;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-control {
	background-color: rgba(255, 255, 255, 0.2);
	height: 60px;
	padding: 0 25px;
	border: none;
	border-radius: 40px;
	color: #fff;

	box-shadow: 0 0 0 2 transparent;

	transition: 0.2s;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: white;
}

.booking-form .form-control:-ms-input-placeholder {
	color:white;
}

.booking-form .form-control::placeholder {
	color: white;
}

.booking-form .form-control:focus {
	box-shadow: 0 0 0 2 #ff8846;

}

.booking-form input[type="date"].form-control {
	padding-top: 16px;
}

.booking-form input[type="date"].form-control:invalid {
	color: white;
}

.booking-form input[type="date"].form-control+.form-label {
	opacity: 1;
	top: 10px;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control:invalid {
	color:white;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	
	transform: translateY(-50%);
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;

	transform: rotate(90deg);
}

.booking-form select.form-control option {
	color: #000;
}

.booking-form .form-label {
	position: absolute;
	top: -10px;
	left: 25px;
	opacity: 0;
	color: #ff8846;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	height: 15px;
	line-height: 15px;
	
	transition: 0.2s all;
}

.booking-form .form-group.input-not-empty .form-control {
	padding-top: 16px;
}

.booking-form .form-group.input-not-empty .form-label {
	opacity: 1;
	top: 10px;
}

.booking-form .submit-btn {
	color: #fff;
	background-color: #FF6F61;
	font-weight: 700;
	height: 60px;
	padding:10px;
	width: 100%;
	border-radius: 40px;
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.3px;
	transition: 0.2s all;
	
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	opacity: 0.9;
}


/* hotels*/
.hotels{
	height: 70%;
	width: 80%;
	margin: 1rem;
}
/*footer*/
.footer-logo{
	height: 10%;
	
	border-radius: 50%;
}

/*navbar*/


.navbar-custom {
    background-color: #FF6F61;
}


/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color:white;
    padding: 1rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #ee4400; /* add background-color to active links */
}


/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color:white;
    padding: 1rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #FF6F61; /* add background-color to active links */
}
.login-modal-header {
    background-color: #FF6F61;
}
.Remember_checkbox{
    padding-left: 5px;

}

#modaltitle{
    color: white;
    padding: 20PX;
}
#modaltitle {
    margin-left: 160px;
    padding: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;

}

.modal-header{
    background-color: #f15025;
}
.modal-footer{
    background-color: #f15025;
}
    

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
   
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
} 
.accordion:after {
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#myBtn {
    

    cursor: pointer;
            font-size: 1.2em;
            font-weight: bold;
            position: fixed;
            bottom: 20px;
            right: 20px;
            margin-bottom:50px;
            padding: 10px;
            display:none;
            background-color: #f15025;
            z-index: 9999999;
            animation-name: fadeIn;
}
#myBtn:hover {
    font-size: 20px;
}
.user_login {
	background-color: #ff6f56;

	padding-top:10px;
	left:80px;
	border-radius: 15px;
	box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 19em;
}

.login_form {
	padding-top: 30px;
	width: 60%;

}
.fa-3x {
margin: 0 auto;
float: none;
display: table;
color: #4ad1e5;
}
.counter {
background-color: #f15025;
padding: 20px 0;
border-radius: 5px;
}
.count-title {
font-size: 40px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
}

.count-text {
font-size: 13px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
}
.service-heading-block{
					display:block;
					margin-bottom:30px;
				}
				.title {
					display: block;
					font-size: 30px;
					font-weight: 200;
					margin-bottom: 10px;
				}
				.sub-title {
					font-size: 18px;
					font-weight: 100;
					line-height: 24px;
				}
				.feature-block {
					background-color: #fff;
					border-radius: 2px;
					padding: 15px;
					box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
					margin-bottom: 15px;
					transition:all ease .5s
				}
.ms-feature:hover, 
				.ms-feature:focus {
					background-color: #fafafa;
					box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 3px rgba(0, 0, 0, 0.12);
				}
				.fb-icon {
					border-radius: 50%;
					display: block;
					font-size: 36px;
					height: 80px;
					line-height: 80px;
					text-align:center;
					margin:1rem auto;
					width: 80px;
					transition: all 0.5s ease 0s;
				}
				.feature-block:hover .fb-icon,
				.feature-block:focus .fb-icon {
					box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
					transform: rotate(360deg);
				}
				.fb-icon.color-info {
					background-color: #5bc0de;
					color: #fff;
				}
				.fb-icon.color-warning {
					background-color: #eea236;
					color: #fff;
				}
				.fb-icon.color-success {
					background-color: #5cb85c;
					color: #fff;
				}
				.fb-icon.color-danger {
					background-color: #d9534f;
					color: #fff;
				}
				.feature-block h4 {
					font-size: 16px;
					font-weight: 500;
					margin: 3rem 0 1rem;
				}
				.color-info {
					color: #46b8da;
				}
				.color-warning {
					color: #f0ad4e;
				}
				.color-success {
					color: #4cae4c;
				}
				.color-danger {
					color: #d43f3a;
				}
				.btn-custom{
					border: medium none;
					border-radius: 2px;
					cursor: pointer;
					font-size: 14px;
					font-weight: 500;
					letter-spacing: 0;
					margin: 10px 1px;
					outline: 0 none;
					padding: 8px 30px;
					position: relative;
					text-decoration: none;
					text-transform: uppercase;
				}


				.ResMail {
					color: #4cae4c;
				}
				.fb-icon.ResMail {
					background-color:  #f15025;
				}
				.Our_strengths {
					color: #FF6F71;
				}
				
msg-error {
  color: #c65848;
}
.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 19em;
}

  
#dynamic_slide_show
{
  height: 200px;
  
 background-color:#eea236;;

}
#slides{
  background-color:#eea236;;
}
.card {
			margin: 0 auto;
		}
		.card .carousel-item {
			height:250px;
		}
		.card .carousel-caption {
			padding: 0;
			right: 0;
			left: 0;
			color: #3d3d3d;
		}
		.card .carousel-caption h3 {
			color: #3d3d3d;
		}
		.card .carousel-caption p {
			line-height: 30px;
		}
		.card .carousel-caption .col-sm-3 {
			display: flex;
			align-items: center;
		}
		.card .carousel-caption .col-sm-9 {
			text-align: left;
		}
.carouselindicators div a span {
			border-radius: 40%;
			padding: 10px;

		}
		.carouselindicators div a:hover {
			border-radius: 60%;

		}
		
/*preview*/
.rooms{
    
    border-width: 2px;
    padding-left: 40px;
    padding-right: 60px;
    
    display: block;
    background-color: #dbdbdb;
}
.perNight{
    font-size: 70%;
    font-weight: bold;
    color: grey;
    margin-bottom: 0px
}
.currentRate{
    font-size: 150%;
    color: blue;
    font-weight: bold;
}
.superiorRoom{
    font-weight: bold;
}
.saving{
    font-size:60%;
    font-weight: bold;
    color: red;
}
.bookNow{
   
    
    
  border-radius: 10%;
  background-color: #2163af;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.map{
    margin: 30px;
  
}


#page-wrapper
	{
		background: #EEEEEE;
	}

	#page
	{
		overflow: hidden;
    padding: 6em 0em;
    
	}

/*table*/

table.table { width: 100%; }

.table th, .table td { 
  text-align: left; 
  padding: 0.25em;
}

.table tr { 
  border-bottom: 1px solid #DDD;
}
td.edit-buttons { text-align: right; }
button { 
  border-radius: 3px; 
  border: none; 
  margin: 0 0.25em; 
  transition: all 0.3s;
  color: white;
}

button:hover { 
  box-shadow: 0 0 4px rgba(3,3,3,0.8); 
  opacity: 0.9;
}


button.delete { background: #FF6F55; }

@media screen and (max-width: 800px) {
  tr { 
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em 0;
    border: 1px solid rgba(3,3,3,0.2);
  }
  td, th {
    flex: 1 1 150px;
    border: 0.5px solid rgba(3,3,3,0.2);
  }
  
}

* { box-model: border-box; font-family: 'futura'; }

.table{
  background-color: white;
}



/*select option*/
select {
  text-indent: 1px;
  text-overflow: '';
}

.price{
  font-size: 120%;
}

.date{
  margin-right: 0%;
  padding: 0%;
}
.checkoutData{
  background: #fafcff;
}

/*#login{*/
/*  background-color: #2163af;*/
/*	color:white ;*/
/*}*/
/*#login:hover{*/
/*	background-color: #FF6F55;*/
/*	border: 1px solid #FF6F55;*/
/*  color: white;*/
/*  transition:0.3s;*/
/*}*/
.hovered:hover{
  background-color: #e6f0fc;
  transition: 0.3s;
}
.infobar-conatiner.infobar-conatiner-show {
    z-index: 3;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}
.info-content {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.left-info {
    -ms-flex: 0 0 66.5%;
    flex: 0 0 66.5%;
    max-width: 66.5%;
    text-align: center;
}
.proceed-pay-wrapper {
    position: relative;
    -ms-flex: 0 0 33.5%;
    flex: 0 0 33.5%;
    max-width: 33.5%;
    text-align: center;
    background: red;
}
.stickypricebar {
   background-color: #b91d71;
	padding: 20px 40px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}

/*add_property page*/


.body-bg
{
	background-color: #f5f5f5; 
}
.bg{
    background:linear-gradient(#FF6F61 10%, #f5f5f5 , #f5f5f5 50% 70%, #f5f5f5 90%);
}
.reg-content {
  background-color: #195190;
  opacity: 1.0;
  color: white;
   border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  
  .req-submit{
    width: 88%;
  background: #FF6F61;
  color: #fff;
  padding: 16px 17px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -moz-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -o-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -ms-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7); }
  .req-submit:hover {
    background: #7D5D99; }


.card-banner {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    border-radius: 5px;
}
.card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10;
}

/* overlay effects */
.overlay-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff;
}


.overlay-grad {
    position: relative;
}

.overlay-grad::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e83e8c;
    background: -webkit-gradient(linear, left top, right bottom, from(#007bff), to(#e83e8c));
    background: linear-gradient(to bottom right, #007bff, #e83e8c);
    opacity: .6;
    transition: .5s;
}
.overlay-grad:hover:before{
     opacity: .9;
}
