.calculate-overlay {
  background: #e8f1f8;
  position: absolute;
  height: 16px;
  width: 100%;
  margin-top: -12px;
}
.calculate-header {
  background-image: linear-gradient(to right, #720b0f, #e81b22);
  width: 98%;
  margin: auto;
  height: 200px;
  position: relative;
}
.calculate-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 84px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .calculate-header p {
    font-size: 64px;
  }
  .utilities {
    width: 98%;
  }
}
@media (max-width: 568px) {
  .calculate-header {
    height: 100px;
  }
  .calculate-header p {
    font-size: 48px;
  }
}
@media (max-width: 430px) {
  .calculate-header p {
    font-size: 32px;
  }
}
.calculator {
  width: 85%;
  margin: auto;
  margin-top: 64px;
}
.calculator-header {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
.calculate-product-image img {
  max-width: 200px;
  display: block;
  margin: 15% auto;
  animation-name: animatetop;
  animation-duration: 2s;
}
@keyframes animatetop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.paint-calculator {
  padding: 32px !important;
  background: #e8f1f8;
}
.paint-calculator-header {
  margin-bottom: 2rem;
  font-weight: 550;
}
.paint-calculator-sub {
  font-size: 14px;
  font-weight: 550;
}
.first-row {
  margin-top: 40px;
  margin-bottom: 16px;
}
.radio {
  display: flex;
}
.form-check {
  margin-right: 30%;
}
.form-check-input {
  width: 20px;
  height: 20px;
  margin-left: -1.5rem !important;
  margin-top: 0.2rem !important;
}
#calculate {
  border: none;
  padding: 16px;
  width: 100%;
  background: #16184a;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}
.excluded-area {
  margin-top: 16px;
  display: none;
  position: relative;
}
.doors-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.doors {
  width: 40%;
  margin-bottom: 0px !important;
}
#doors-area {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.add-button {
  position: relative;
  float: right;
  margin-right: 2%;
  margin-top: 2%;
  padding: 4px 16px 4px 16px;
  background: #16184a;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 600;
}
#window-area {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .calculator {
    width: 98%;
  }
}
.mainArea {
  position: relative;
}
#areaCross {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 4px;
  right: 0;
}
.result {
  padding: 32px;
  background: #76b250;
  height: 495px;
}
.result-header {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.area-header {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#area {
  font-size: 32px;
  font-weight: 700;
  color: #01342b;
  text-align: center;
}
.quantity-header {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#quantity {
  font-size: 32px;
  color: #01342b;
  font-weight: 700;
  text-align: center;
}
.disclaimer {
  color: #fff;
}
