@charset "utf-8";
/* CSS Document */
.contact {
    padding: 5em 0em;
}
.contact-top h3 {
   font-size: 2em;
    color: #555;
    text-align: left;
    font-family: "Arial", sans-serif;
	margin:10px 0 30px;
}
.contact-block-left input[type="text"]{
    font-size: 1em;
    width: 100%;
    padding: 0.8em 1em;
    margin-bottom: 1em;
    background: #fff;
    outline: none;
    border: 1px solid #D6D5D5;
    color: #8B8A8A;
    -webkit-appearance: none;
   font-family: 'Arial',sans-serif;
}
.contact-block-left textarea {
    resize: none;
    font-size: 1em;
    width:100%;
    height: 15em;
    padding: 0.8em 1em;
    background: #fff;
    outline: none;
    border: 1px solid #D6D5D5;
    color: #8B8A8A;
    -webkit-appearance: none;
     font-family: "Arial", sans-serif;
}
.contact-block-left input[type="submit"] {
    background: #009bbb;
    color: #fff;
    font-size: 1em;
    width: 100%;
    border: none;
    padding: 0.7em 0em;
    outline: none;
   font-family: "Arial", sans-serif;
    margin-top: 0.8em;
}
.contact-block-left input[type="submit"]:hover {
   background: #558211;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.contact-block-left {
    float: left;
    width: 30%;
	margin-right:1%;
}
.contact-block-right {
    float: right;
    width: 49%;
}
.contact-address ul {
    padding: 0px;
    list-style: none;
    margin-top: 1em;
}
.contact-address ul li {
    padding-bottom: 25px;
    color: #000;
    font-size: 1em;
}
span.glyphicon.glyphicon-map-marker {
    font-size: 1.3em;
    color: #555;
    margin-right: 0.5em;
    vertical-align: text-top;
}
span.glyphicon.glyphicon-phone {
    font-size: 1.3em;
    color:#555;
    margin-right: 0.5em;
    vertical-align: text-top;
}
span.glyphicon.glyphicon-envelope {
    font-size: 1.3em;
    color: #555;
    margin-right: 0.5em;
    vertical-align: middle;
}
.contact-address {
    float: left;
    width: 35%;
}
.contact-map {
    
    width: 90%;
}
.contact-map iframe {
    width: 100%;
    border: none;
    height: 300px;
}
.contact-block2 {
    padding-top: 4em;
}
.contact-address h4 {
    font-size: 2em;
    color: #000;
    margin-bottom: 0.5em;
   font-family: "Arial", sans-serif;
}
.contact-address p {
    font-size: 1em;
    color: #000;
    line-height: 1.8em;
}
.contact-address ul li a {
    font-size: 1em;
    color: #000;
}
.contact-address ul li a:hover {
    color:#009bbb;
}
/*--contact end here--*/

@media screen and (max-width: 600px) {
   span.glyphicon.glyphicon-map-marker {
    font-size: 1em;    
    margin-right: 0;
   
}
span.glyphicon.glyphicon-phone {
    font-size: 1em;    
    margin-right: 0;
  
}
span.glyphicon.glyphicon-envelope {
    font-size: 1em;  
    margin-right: 0;

}
   .contact-address ul li {
    padding-bottom:10px;     
    font-size: 0.9em;
}
  .contact-block2 {
    padding-top: 1em;
} 

.contact-map {
    
    width: 100%;
}
.contact-address {
    float: left;
    width: 100%;
}	
.contact-block-left {
  
    width: 49%;
    margin-right: 1%;
}

.contact-top h3 {
   font-size: 1.5em;
   margin:10px 0 20px;
}
 
}