.estimate_h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.container label {
  font-size: 15px;
  margin: 0px 5px 0px 0px;
}

#quantity {
  border: 1px solid lightgray;
}

.title {
  text-align: left;
  width: 30%;
}

.buttons {
  text-align: left;
  width: 70%;
  border-right: 1px solid lightgray;
}

.cell {
  margin: 0px;
  padding: 20px;
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;

  /* margin: 0px; */
}

.quantity_group {
  margin-top: 30px;
  border-top: 1px solid lightgray;
}

.caption {
  font-size: 12px;
  text-align: left;
}

.total {
  display: block;
  text-align: right;
  /* border-bottom: 1px solid black;
  /* border-bottom: 1px solid black; */
}

.total p {
  margin: 20px 0px 20px 0px;
  font-size: 25px;
  color: red;
  font-weight: 800;
  border-bottom: 1px solid lightgray;
}

#total_price {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px;
}

.qty_caption {
  font-size: 13px;
  /* color: lightslategray; */
}

.pdf_dl_button {
  padding: 10px 10px 10px 10px;
  border: 1px solid lightgray;
  background-color: hsl(51, 100%, 96%);
}

.estimate_main {
  margin-bottom: 200px;
}

/* .contact-button {
  background-color: #007bff;
  color: #fff;            
  padding: 10px 20px;     
  margin-top: 50px;
  border: none;           
  border-radius: 4px;     
  font-size: 16px;        
  text-decoration: none;  
  transition: background-color 0.3s;
} */




.contact-button a {
  background-color: #007bff;
  
  padding: 10px 20px 10px 20px;
  margin: 30px 0px 5px 0px;
  display: inline-block;
  color: #fff;

}

.contact-button a:hover  {
  background-color: #0056b3;
}



@media screen and (max-width: 550px) {
  .container {
    display: flex;
  }

  .buttons {
    text-align: left;
    width: 60%;
    border-right: 1px solid lightgray;
  }

  .title {
    font-size: 15px;
    text-align: left;
    width: 40%;
  }

  .total {
    display: inline-block;
  }

  .dl_filed {
    display: inline-block;
    text-align: center;
    margin: 0 0 100px 0;
  }

  .select_group {
    margin: 10px 0px 10px 0px;
  }

  #quantity {
    width: 80px;
  }

  .pdf_dl_button {
    padding: 20px 20px 20px 20px;
  }

  /* p {
  } */

  .logo {
    background-color: white;
    position: relative;
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
  }

  header {
    display: block;
  }

  .logo img {
    display: block;
    position: relative;
    height: auto;
    margin: 10px 0px 0px 10px;
    width: 60vw;
  }
}