
footer input[type="text"] {
    outline: none;
    padding: 10px 20px;
    float: left;
    background: #fff;
    border: 1px solid #999;
    font-size: 14px;
    color: #fff;
    width: 75%;
    border-radius: 30px;
    background: #252525;
}
footer input[type="button"] {
    outline: none;
    padding: 10px 20px;
    float: left;
    background: #fff;
    border: 1px solid #999;
    color: #fff;
    width: 75%;
    border-radius: 30px;
    font-weight: 700;
    background: -webkit-linear-gradient(top, #5f95e0, #97c3fc);
}

.web-button {
   border-top: 1px solid #57a0ff;
   background: #97c3fc;
   background: -webkit-gradient(linear, left top, left bottom, from(#5f95e0), to(#97c3fc));
   background: -webkit-linear-gradient(top, #5f95e0, #97c3fc);
   background: -moz-linear-gradient(top, #5f95e0, #97c3fc);
   background: -ms-linear-gradient(top, #5f95e0, #97c3fc);
   background: -o-linear-gradient(top, #5f95e0, #97c3fc);
   padding: 11.5px 23px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.web-button:hover {
   border-top-color: #5f95e0;
   background: #5f95e0;
   color: #ccc;
   }
.web-button:active {
   border-top-color: #0d76ff;
   background: #0d76ff;
   }
   

.pt-25 {
    padding-top: 13.5rem !important;
}
.pt-15 {
    padding-top: 9.5rem !important;
}
.hide{
	display : none !important;
}


