/*
==========================================
    Reset Css
==========================================
*/
body {
    font-family: 'Hind Siliguri', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.c-container{
    max-width: 700px;
    margin: auto;
    background: #fdfdcc;
    border-top: 3px solid #34B4E1;
}
.calculator form {
    margin: auto;
    width: 90%;
}
.calculator input[type="submit"] {
    border: medium none;
}
.calculator .row {
    margin-top: 22px;
}
.logo a {
    color: gold;
    display: inline-block;
    font-family: "Hind Siliguri";
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.logo-area {
    padding: 0 10px;
}
.header_text {
    background: rgba(0, 0, 0, 0) linear-gradient(#d7e7ed, #34b4e1) repeat scroll 0 0;
    padding: 10px 10px;
}
.output {
    padding: 0 24px;
}
.total_price {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
footer p {
  background: rgba(0, 0, 0, 0) linear-gradient(#d7e7ed, #34b4e1) repeat scroll 0 0;
  padding: 6px 10px;
  text-align: center;
}





@media (max-width: 480px){
    .c-container{ 
        padding: 20px;
    }
}

/*
    Download App
*/
.download-app {
    text-align: center;
}
.download-app a {
    text-decoration: none;
    display: block;
    background: #F3F3A4;
    padding: 8px 0;
    margin-top: 18px;
    font-weight: 600;
    font-size: 16px;
}