@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic);

.inputbox {
 position: relative;
 margin:5rem;
}
form {
  margin: 5rem;
  text-align:center;
}
.inputbox input[type=text],textarea{
    border: 0;
    border-bottom: 1px solid #a8c545;
    background-color: transparent;
    color: #333;
    outline: 0;
    width: 100%;
    text-indent: 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    line-height: normal;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.1s ease-out;
}
.inputbox input[type=text]:focus {
  border-bottom: 2px solid #a8c545;
}
.inputbox label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 400;
    cursor: text;
    margin: 0;
    line-height: normal;
    transition: .2s ease-out;
}
label {
    display: inline-block;
    max-width: 100%;
  font-family: Roboto;
color:  #3b2f22;
font-size: 0.875rem;
font-weight: 400;
text-align: left;
}
label, input, textarea {
  padding: 0.5em 0.3em;
}
.inputbox label.active {
    font-size: 13px;
    font-weight: 400;
  font-family: Roboto;
  color: #a8c545;
  font-size: 0.813rem;
  font-weight: 400;
  text-align: left;
  transform: translate(0%, -100%);
}
.textarea label {
  top:50%;
}
.textarea label.active {
  top:0;
}
.contact_h1
{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px !important;
}
.bg-contact
{
    background-color: #75d69c;
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-bottom: 50px;
}
.map_info
{
    margin-top:50px;
}
.find_h1
{
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 50px;
}
.target a
{
    font-size: 30px;
    text-decoration: none !important;
    color: white !important;
    
   
}
.contact_p
{
    margin-top: 10px;
    color:black;
    font-size: 18px;
    padding: 0 20px;
}
.bg-img
{
    background-image: url(../images/contact-ban.jpg);
    background-size: cover;
   
    height: auto;
  
}

.contact-details {
	-webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     position: relative;
     margin: 1rem 0;
     border: 1px solid rgba(34, 36, 38, .15);
     box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
     border-radius: .28571429rem


}



/* ================================term & conditions*/

.page_header
{
    background-color: bisque;
    text-align: center;
}
.company
{
    font-size: 20px;
    color:gray;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px !important;
}
.glyphicon-ok
{
    color:#00bc8c;
    font-size: 12px;
}
.panel-default>.panel-heading {
    background-color:#00bc8c !important;
    border-color:#00bc8c !important;
}
.panel-body {
    padding: 5px !important;
    font-size: 13px;
}