.kcs-row{ display: flex;  align-items: flex-end; }
.kcs-col{ flex: 1; margin: 0 15px;  }
.kcs-col:first-child{ margin-left: 0; }
.kcs-col:last-child{ margin-right: 0; }
.kcs-col button{ width: 100%; }

.rms-form-holder{

	
}

.kcs-rms-booking .kcs-row{

    
}

.kcs-rms-booking label{
	
	font-size: 12px;
	text-transform: uppercase; 
	font-weight: bold;
	color: #fff !important;
}

.kcs-rms-booking input{
	
	background: #f0f0f0;
}

@media screen and (max-width: 768px){
	
	/*.kcs-rms-booking{
	
		display: none;
	}*/

	.kcs-row{ display: initial;	}
	.kcs-col{ margin: 15px 0; width: 100%; }
	.kcs-col input{ width: 100% !important; }
}

/*.kcs-row{ display: flex;  align-items: flex-end; }
.kcs-col{ flex: 1; margin: 0 15px;  }
.kcs-col:first-child{ margin-left: 0; }
.kcs-col:last-child{ margin-right: 0; }
.kcs-col button{ width: 100%; }

.rms-form-holder{

	
}

.kcs-rms-booking .kcs-row{

    
}

.kcs-rms-booking label{
	
	font-size: 12px;
	text-transform: uppercase; 
	font-weight: bold;
	color: #fff !important;
}

.kcs-rms-booking input{
	
	background: #f0f0f0;
}

@media screen and (max-width: 768px){

	.kcs-row{ display: initial;	}
	.kcs-col{ margin: 15px 0; width: 100%; }
	.kcs-col input{ width: 100% !important; }
}



.kcs-row{ display: flex;  align-items: flex-end; }
.kcs-col{ flex: 1; margin: 0 15px;  }
.kcs-col:first-child{ margin-left: 0; }
.kcs-col:last-child{ margin-right: 0; }
.kcs-col button{ width: 100%; }

.rms-form-holder{

	border-radius: 5px 5px 0 0; 
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	background: #fff;
	padding: 15px;
}

.kcs-rms-booking{
	
	color: #000; 
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

.kcs-rms-booking .kcs-row{

	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	padding: 15px 30px;
}

.kcs-rms-booking label{
	
	font-size: 12px;
	text-transform: uppercase; 
	font-weight: bold;
	color: #777;
}

.kcs-rms-booking input{
	
	background: #f0f0f0;
}

@media screen and (max-width: 768px){
	
	.kcs-rms-booking{
	
		display: none;
	}

	.kcs-row{ display: initial;	}
	.kcs-col{ margin: 15px 0; width: 100%; }
	.kcs-col input{ width: 100% !important; }
}*/