@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, a, label, div{font-family: 'Roboto', sans-serif;}
.form-frame{
	background: #f5f5f5 none repeat scroll 0 0;
    padding: 30px 20px;
}
.form-frame h1{
	margin-bottom: 30px;
border-bottom: 1px solid #e4e4e4;
padding-bottom: 20px;
font-size: 28px;
}

.form-frame h1 span{
	font-size: 16px;
color: #878787;
}
.form-frame h3{
	margin-bottom: 20px;
font-size: 20px;
}
.form-group label{
	display: block;
font-weight: 500;
margin-bottom: 6px;
}



/*.form-frame span{
	display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.form-frame label{
	font-size: 16px;
    font-weight: normal;
}
*/
.booknow{
	background: #5abd2c none repeat scroll 0 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    padding: 15px 0 !important;
    text-transform: uppercase;
    width: 100%;
	border-bottom:4px solid #3f841f !important;
}
.booknow:hover{
	background:#4ca124;
}
.onlinepayment{
	background: #ff7d43 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    padding: 15px 0 !important;
    text-transform: uppercase;
    width: 100%;
	border-bottom:4px solid #b56e4e !important;
}
.onlinepayment:hover{
	background: #ff7d43 none repeat scroll 0 0 !important;
}

.m-t-20{ margin-top:30px !important;}
.p-select{
	height: 34px;
width: 100%;
padding-left: 15px;
border: 1px solid #ccc;
border-radius: 4px;
}


header{
	padding: 10px 0;
box-shadow: 0 0 6px 0 #7b7b7b;
}
footer{
	text-align: center;
background: #000;
padding: 40px 0;
color: #666;
font-weight: 100;
font-size: 13px;
line-height: 27px;
}
footer a{
	color:#999;
}
footer a:hover{
	color:#fff;
	text-decoration:none;
}
.form-frame{
	margin:80px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.input-group-addon.currency-select {
    background: #fff;
    padding: 0 !important;
    height: 36px !important;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{height: 36px !important;}
.currency-select select{
    border: none;
height: 32px;
padding-left: 6px;
font-size: 14px !important;
}
.multi-input{font-size: 14px !important;z-index: 0 !important;}
.form-inline .form-group{}
.form-inline .inline-input{}
.date-picker{}
.date-picker input{
	height: 34px;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}














