/*---------------------------------------*/
/* Form Header */
/*---------------------------------------*/
.form-header  {
  background-color: #EFF0F1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-header h1 {
  font-size: 30px;
  text-align:center;
  color:#666;
  padding:20px 0;
  border-bottom:1px solid #cccccc;
}

/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
  color:#666;
}

.form-groupp{
  margin-bottom:20px;
  
}
.form-groupp input {
    height: 15px;
    width: 15px;
    margin: 3px 3px 0 0;
}

.form-body .label-title {
  color:#d27b1e;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  line-height: 1rem;
}

.form-body .form-input {
    font-size: 17px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
}



.horizontal-group .left{
  float:left;
  width:49%;
}

.horizontal-group .right{
  float:right;
  width:49%;
}

input[type="file"] {
  outline: none;
  cursor:pointer;
  font-size: 17px;
}

.input-group label {
    width: 100%;
    text-align: left;
}

#range-label {
  width:15%;
  padding:5px;
  background-color: #e64510;
  color:white;
  border-radius: 5px;
  font-size: 17px;
  position: relative;
  top:-8px;
  text-align: center;
}


::-webkit-input-placeholder  {
  color:#d9d9d9;
}

/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.calc-form .form-footer  {
  background-color: #EFF0F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px 40px;
  text-align: right;
  border-top: 1px solid #cccccc;
  clear:both;
}

.form-footer span {
  float:left;
  margin-top: 10px;
  color:#999;  
  font-style: italic;
  font-weight: thin;
}

/*.btn {
   display:inline-block;
   padding:10px 20px;
   background-color: #1BBA93;
   font-size:17px;
   border:none;
   border-radius:5px;
   color:#bcf5e7;
   cursor:pointer;
}*/

/*.btn:hover {
  background-color: #169c7b;
  color:white;
}*/

#price {font-size: 1.6rem;}

@media (max-width: 677px) {
.calc-form{
font-size: 0.7rem;}
.form-body .label-title {font-size: 14px;}
.form-body .form-input {font-size: 13px;}
.form-groupp input {height: 11px;}
#price {font-size: 1.3rem;}
}