.calc-title h1 {
  line-height: 66px;
  margin: 0;
  padding: 0;
}
.calc-title {
  clear: both;
  display: block;
  padding: 0 15px;
}
.short-description img {
  padding-bottom: 20px;
  padding-right: 20px;
}
.short-description  ul {
  font-size: 14px;
}
.short-description p{font-size:16px;}
.btn.btn-imperial.active {
  background-color: #000000;
  border-color: #2e6da4;
  color: #ffffff;
  margin: 0 0 10px;transition:all .6s linear;
}
.btn.btn-imperial{
  background-color: #fff;
  border-color: #000;
  color: #000;
  margin: 0 0 10px;transition:all .6s linear;
}
.switch-change-cont {
  clear: both;
  display: block;
  padding: 10px;
  width: 100%;
}
.form-switch.hide{opacity:0;transition:all .6s linear;}
.form-switch{opacity:1;transition:all .6s linear;}
.switch-imperial-cont, .switch-metric-cont {
 clear: both;
padding: 30px 0;
width: 100%;
}
.switch-change-cont .col-md-12,.switch-change-cont .col-md-6{
padding-right:0px !important;
padding-left:0px !important;
padding-top:5px;}

.c_form_right select, .c_form_right input {
  border: 1px solid #ccc;
  border-radius: 3px;
  min-height: 39px;
  padding: 6px 0 6px 11px;
  width: 100% !important;
  font-weight:400;
}
.c_form_right label{display:block;}
.expand_link {
	background-color: #00ADEF;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 15px;
	text-decoration: none;
}
.expand_link i {
	padding-right: 10px;
}