

.about{
   
    min-height: 300px;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: bottom;
}
.padding {
    padding-top: 35px;
    padding-bottom: 35px;
}
footer .widget {
    border-right: 2px solid #677b91;
    margin-bottom: 25px;
}

.newsletter-widget .form-control {
    background: rgba(255,255,255,.2);
    border: 0;
    color: #fff;
}
input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-control {
    display: block;
    width: 90%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 15px;

}
.content h1{
   color:#2196f3 ;
}

/*price list*/
.back {
    background-size:cover;
    padding-bottom:20px;
    
}

.top{ 
background-color:#fff;
  height:100%;
  width:100%;
  padding:25px;
  outline: thick #fff;
  outline-style: solid;
  outline-width:8px;
  outline-offset: 5px;
  margin-top:60px;
  margin-bottom:60px;
}

.lists{
  text-align:center;
  color:#2196f3;
}

hr{
 
  height:1px;
  background-color:#9e9e9e40;
  margin-top:20px;
  margin-bottom:20px;
}

table{ 
  width:100%;
  padding:10px;
  
}

td {
  padding:10px;
  margin:0;
  color:black;
  width: 80%;
  
}

