

.bg-agile {
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding: 3em 3em 3.5em;
    background: #f5fdff;
}

.book-appointment h2 {
    text-align: center;
    font-size: 30px;
    color: #ff7294;
    text-transform: capitalize;
    margin-bottom: 1em;
    font-weight: 500;
    letter-spacing: 2px;
}
/*-- reservation --*/
.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1, input#datepicker {
    width: 86.8%!important;
    color: #000;
    font-size: 0.9em;
    letter-spacing: 2px;
    padding: 10px 10px 10px 50px;
    outline: none;
    background: rgba(255, 255, 255, 1);
    border: none;
    border: 1px solid #000;
	
}
.phone_email, .span1_of_1 {
    margin-bottom: 1.5em;
    width: 100%;
    float: left;
}
.phone_email1 {
    float: right;
}
select#country,select#country1{
    width: 100%!important;
}
select#country option, select#country1 option {
	background:#fff;
}
.book-form .form-text,.book_date,.section_room {
    position: relative;
} 
.book-form i {
    position: absolute;
    color: #000;
    font-size: 14px;
    top: 7px;
    left: 0px;
    width: 34px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #000!important;
}
.book-form input[type="submit"] {
    text-transform: capitalize;
    background: #f5fdff;
    color: #000;
    padding: 0.7em 0em;
    border: none;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 1.5em;
       width: 27%;
    
	    display:block;
    outline: none;
    letter-spacing: 2px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
}
.book-form input[type="submit"]:hover {
    background: #ff67ae;
    border-color: #000;
    color: #fff;
}
.book-form ::-webkit-input-placeholder {
	color:#000 !important;
}
.book-form :-moz-placeholder { /* Firefox 18- */
	color:#fff !important; 
}
.book-form ::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
.book-form :-ms-input-placeholder {  
	color:#fff !important;
}







.book-form textarea ::-webkit-input-placeholder {color:#c0392b;}
.book-form  textarea ::-moz-placeholder          {color:#c0392b;} /* Firefox 19+ */
.book-form textarea :-moz-placeholder           {color:#c0392b;} /* Firefox 18- */
.book-form  textarea :-ms-input-placeholder      {color:#c0392b;}



	
.agile-reservation-grid {
    background: #000;
    padding: 2em;
}
.book-form {
       margin: 0em 0;
	   width:100%
}

/*-- //reservation --*/
/*--copyright--*/
.copy.w3ls {
    margin: 8em 0em;
    text-align: center;
}
.copy p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.copy p a {
    color: #ffffff;
    text-decoration: underline;
	 transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}
.copy p a:hover {
    color: #ea2e3e;
}



























/*--//copyright--*/
/*--responsive--*/
@media(max-width:1680px){
	.book-form input[type="text"], .book-form input[type="email"],input#datepicker {
		width: 85%!important;
	}
	.copy.w3ls {
		margin: 5em 0em;
	}
}
@media(max-width:1600px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	
	}
	.copy.w3ls {
		margin: 2.54em 0em;
	}
}
@media(max-width:1440px){
	.bg-agile {
		width: 75%;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:1366px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:1280px){
	.bg-agile {
		width: 75%;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100!important;
	}
	.book-form input[type="submit"] {
		margin-top: 1em;
		display: block;
    margin: auto;
}

}
@media(max-width:1080px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.bg-agile {
		width: 75%;
		padding: 2em 3em 2.5em;
	}
}
@media(max-width:1050px){
	.bg-agile {
		width: 75%;
		padding: 2em 2.5em 2.5em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	h1 {
		font-size: 50px;
	}
}
@media(max-width:1024px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-appointment h2 {
		font-size: 27px;
		margin-bottom: 0.8em;
	}
	.bg-agile {
		width: 75%;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:991px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-appointment h2 {
		font-size: 25px;
		letter-spacing: 6px;
	}

}
@media(max-width:900px){
	.book-form input[type="submit"] {
		padding: 0.6em 0em;
		font-size: 1em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width:100%!important;
	}
	.bg-agile {
		width: 80%;
	}

	.phone_email, .span1_of_1 {
		margin-bottom: 1.2em;
	}
}
@media(max-width:800px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-appointment h2 {
		font-size: 25px;
	}
	
	.copy p {
		letter-spacing: 1.5px;
	}
	.copy.w3ls {
		margin: 2.5em 0em;
	}

}
@media(max-width:768px){

	.copy.w3ls {
		margin: 4.5em 0em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:767px){

	.copy.w3ls {
		margin: 2.5em 0em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:736px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.copy p {
		letter-spacing: 1.2px;
		word-spacing: 1px;
	}
	
}
@media(max-width:667px){

	.book-appointment h2 {
		letter-spacing: 2.5px;
	}
	.copy p {
		font-size: 13.5px;
		letter-spacing: 1.7px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="submit"] {
		font-size: 15.4px;
		letter-spacing: 5px;
	}
	.bg-agile {
		width: 85%;
		padding: 1.5em 2em 2em;
	}
	.phone_email, .span1_of_1 {
		margin-bottom: 1em;
	}
	.copy.w3ls {
		margin: 2.1em 0em;
	}
}
@media(max-width:640px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1, input#datepicker {
		font-size: 13.5px;
	}
	.copy.w3ls {
		margin: 1.5em 2em;
	}
	.copy p {
		line-height: 28px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:600px){
	.book-appointment h2 {
		font-size: 23px;
	}
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	h1 span {
		padding: 0 3px 0 5px;
		line-height: 45px;
		display: inline-block;
	}
	.book-form input[type="submit"] {
    width: 35%;
}
}
@media(max-width:568px){
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:480px){
	
	.bg-agile {
		width: 78%;
		padding: 1.5em 2em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.phone_email, .span1_of_1 {
		width: 100%;
		float: none;
	}
}
@media(max-width:440px){
	
	.book-appointment h2 {
		letter-spacing: 1.4px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="submit"] {
    width: 50%;
}
}
@media(max-width:414px){
	h1 {
		letter-spacing: 2px;
	}
	.book-appointment h2 {
		font-size: 21px;
	}
	.bg-agile {
		width: 80%;
		padding: 1.5em 1.5em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.copy.w3ls {
		margin: 1.5em 1em;
	}
}
@media(max-width:384px){
	
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:375px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:320px){

	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="submit"] {
    width: 62%;
}
.copy p {
    font-size: 13px;
    letter-spacing: 1px;
}
}
/*--//responsive--*/