*{
	box-sizing: border-box;
	font-family: Microsoft Tai Le;
}
.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;
}

.trackorder-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); */
/* } */

.trackorder-area div {
  border-radius: 5px;
  background-color: #f0efe6;
  padding: 20px;
  margin-bottom: 25px;
}
.trackorder-area  label{
  font-size: 1.35em;
  margin-bottom: 0px;
}
/* input[type=email], input[type=password]{ */
  /* width: 100%; */
  /* padding: 12px 20px; */
  /* margin: 8px 0; */
  /* display: inline-block; */
  /* border: 1px solid #ccc; */
  /* border-radius: 4px; */
  /* box-sizing: border-box; */
/* } */

input[type=text]{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background: inherit;
}
 input[type=phonenumber]{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background: inherit;
 }
input[type=submit] {
  width: 50%;
  background-color: #1882b5;
  color: white;
  padding: 14px 20px;
  margin: 8px 199px 1px 135px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.35em;
  text-align: center;
}

input[type=submit]:hover {
  background-color: #093d55;
}



/*****Meida Query*******/



@media only screen and (max-width: 868px){
	input[type=submit] {
		width: 100%;
		margin: 0px;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
}



@media only screen and (max-width: 623px){
	.trackorder-area .col-lg-12 {
		width: 100%;
	}
}


@media only screen and (max-width: 597px){
	.col-lg-12 {
		width: 100%;
	}
}