*{
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
	/* background-color: rgb(253, 253, 237); */
}
.container{
	width:100%;
}
.row{
	display:block ruby;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
	float:left;
}

html{
	scroll-behavior: smooth;
}

.contactus-heading{	
	margin-top: 60px;
	font-weight: 800;
	text-align: center;
}

/* .hvr-grow { */
    /* vertical-align: middle; */
    /* transform: translateZ(0); */
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    /* backface-visibility: hidden; */
    /* -moz-osx-font-smoothing: grayscale; */
    /* transition-duration: 0.3s; */
    /* transition-property: transform; */
/* } */

/* .hvr-grow:hover, */
/* .hvr-grow:focus, */
/* .hvr-grow:active { */
    /* transform: scale(1.1); */
/* } */

.form-section div {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 25px;
  margin-top: 40px;
}
.form-section label{
  font-size: 1.35em;
  margin-bottom: 0px;
}

.form-area input,label,textarea {
	background:white;
}

textarea[type=message]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 14px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 75%;
  padding: 14px 20px;
  margin: 8px 45px 1px 95px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.35em;
}

#captcha-code{
	border: 1px soild black;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
	color: white;
	font-size: 1.25em;
	width: 10%;
	text-align: center;
	margin-bottom:0px;
	margin-left: 14px;
	margin-top: 44px;
	display: inline;
	letter-spacing: 8px;
}

.res-time{
	margin-top: 120px;
}

#day{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 24px;
	letter-spacing: 4px;
}

#time{
	font-size: 24px;
	font-weight: 700;
}

/******Media Query******/

@media only screen and (max-width: 1025px){
	.res-time{
		font-size: .8em;
	}
}
	
@media only screen and (max-width: 992px){
	.res-time{
		margin-top: 20px;
		text-align: center;
		margin-bottom:30px;
	}
	.col-lg-12 {
		width: 100%;
	}
	input[type=submit] {
		width: 100%;
		margin-left: 53px;
	}
}
		
	
@media only screen and (max-width: 597px){
	.col-lg-12 {
		width: 100%;
	}
	input[type=submit] {
		width: 100%;
		margin-left: 35px;
	}
	.res-time{
		font-size: .7em;
	}
}		
	
@media only screen and (max-width: 492px){
	input[type=submit] {
		margin-left: 35px;
		width: 100%;
	}
}	
	
@media only screen and (max-width: 384px){
	input[type=submit] {
		margin-left: 18px;
		width: 100%;
	}
}