@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
$color-primary: #009688;
body{
  font-family: 'Poppins', sans-serif;
  background: #fff;
  font-size: 14px;
  color: lighten(black, 22%);
}
.b
{
background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width:100%;
	
}
.container{
padding-bottom: 200px;
padding-top:25px;
    text-align: center;
}
.red_button
  {
	color: white;
    background-color: MediumSeaGreen;
    width: 95px;
    height: 30px;
    border-radius: 10px;
    border-color: mediumseagreen;; 
  }
  .Search
  {
  width: 45%;
  height: 55px;
  border-radius:0;
  font-size: 16px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
  resize: none;  
  }

.form-row{
	display:inline
}
.form-control{
    width: 49%;
    height: 39px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    /* border-bottom: none; */
    background-color: #e0e0e0;
    resize: none;
    text-align: center;
  
}

  &:focus{
    box-shadow: none;
    outline: none;
    border-width: 2px;
    border-color: $color-primary;
  }
  &:focus + label,
  &.has-value + label {
    top: -15px;
    color: $color-primary;
    font-size: 12px;
  }
}
.form-group select, .mob, .det{
  margin-bottom: 15px;
  width: 40%;
}
.input-group-addon {
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
@media screen and (max-width: 768px){
  .form-group select,  .mob{
    min-width: 100%;
  }
}
