@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}
.text-green{
	color: #00B188;
}
.text-orange{
	color: #EE7525;
}
.form-control:focus{
	box-shadow: none !important;
}
.bg-green{
	background-color: #00B188;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-600{
	font-weight: 600;
}
.font-size-15{
	font-size: 15px;
}
.font-size-14{
	font-size: 14px;
}
.font-size-17{
	font-size: 17px;
}
textarea{
	resize:none
}
.main-banner-wrapper{
	position: relative;
}
.heat-pump-banner{
	background: url(../img/download.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 40px 0 195px 0;
	height: 800px;
}
.heat-pump-banner h1{
	font-size: 60px;
	font-weight: 600;
	color: #00B188;
}
.heat-pump-banner p{
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	width: 37%;
	font-weight: 500;
}
.book-now-btn a{
	color: #fff;
	background-color: #ee7525;
	padding: 8px 10px;
}
.measure-up{
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.measure-block{
	width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 35px 35px 20px 20px;
	-webkit-box-shadow: 0 10px 20px 2px rgba(0,177,136,0.2);
	box-shadow: 0 10px 20px 2px rgba(0,177,136,0.2);
}
.measure-block h2{
	font-weight: 600;
}
.more-text h6{
	font-size: 18px;
}
.grey-background{
	background: url(../img/arc.png) no-repeat no-repeat center center;
	background-size: cover;
	min-height: 280px;
}
.brands{
	padding: 70px 0;
}
.brands ul li{
	font-size: 18px;
}
.main-form-wrapper{
	background: url(../img/arc-2.png) no-repeat no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 30px 0;
}
.main-form-wrapper .form-description{
	padding: 40px 30px 20px 30px;
	background-color: #00b188;
	min-height: 572px;
	position: relative;
}
.main-form-wrapper .form-content{
	padding: 20px 20px 35px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 20px 2px rgba(0,177,136,0.2);
	box-shadow: 0 10px 20px 2px rgba(0,177,136,0.2);
	min-height: 572px;
	position: relative;
}
.main-form-wrapper .form-content .form-progress span{
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #00b188;
	display: inline-block;
	margin-right: 70px;
	position: relative;
}
.main-form-wrapper .form-content .form-progress em{
	height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #00b188;
    display: inline-block;
    position: absolute;
    left: 27%;
	top: 28px;
	border: 2px solid #fff;
}
.main-form-wrapper .form-content .form-progress span:nth-last-child(2){
	margin: 0;
}
.main-form-wrapper .form-content .form-progress span:nth-last-child(3)::after{
	border-radius: 0 5px 5px 0 !important;
}
.main-form-wrapper .form-content .form-progress span:nth-last-child(2)::after{
	display: none !important;
}
.main-form-wrapper .form-content .form-progress span::after{
	content: '';
	height: 10px;
	width: 82px;
	background-color: #ccefe7;
	display: inline-block;
	position: absolute;
    top: -2px;
	margin-left: 5px;
}
.main-form-wrapper .form-content form {
	margin-top: 70px;
}
.main-form-wrapper .form-content form .form-control{
	border-radius: 0px;
	border-color: #777;
	font-size: 15px;
}
.main-form-wrapper .form-content .next-button a{
	padding: 5px 30px;
	border-radius: 5px;
	background-color: #00b188;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.next-button{
	position: absolute;
	bottom: 35px;
    right: 30px;
}
.previous-button{
	position: absolute;
	bottom: 35px;
    left: 30px;
}
footer{
	background-color: #00b188;
	padding: 30px 0;
}
.step-2-circle{
	left: 38% !important;
}
.step-5-circle{
	left: 58% !important;
}
.step-6-circle {
    left: 69% !important;
}
.step-7-circle{
	left: 38% !important;
}
.step-10-circle{
	left: 67% !important;
}
.span-1::after{
	background-color: #00b188 !important;
	border-radius: 5px 0 0 5px;
	margin-left: -3px !important;
}
.span-2::after{
	background-color: #00b188 !important;
	margin-left: -3px !important;
}
.span-3::after{
	background-color: #00b188 !important;
	margin-left: -3px !important;
}
.span-4::after{
	background-color: #00b188 !important;
	margin-left: -3px !important;
	width: 70px !important;
}
.span-5::after{
	background-color: #00b188 !important;
	margin-left: -3px !important;
	width: 70px !important;
}
.photo-container{
	width: 100%;
	height: 200px;
	display: block;
	background-color:#E6E7E8;
}
.step-3-circle{
	left: 48% !important;
}
.step-6-circle {
    left: 66% !important;
}
/* Custom checkbox */
/* The container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #333;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
	background-color: #ee7525;
	border: 1px solid #ee7525;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .product-wrapper{
	  position: relative;
  }
  .product-wrapper .product-desc{
	  padding: 20px 10px;
	  background-color: #99dfcf;
  }
  .product-wrapper .product-desc h5{
	  font-size: 17px;
  }
  .product-wrapper i{
	  color: #EE7525;
	  position: absolute;
	  top: 5px;
	  right: 5px;
  }
  .grey-form-fields .form-control{
	  border-color: #CACACA !important;
  }
  .recommended .carousel-control-prev, .recommended .carousel-control-next{
	  opacity: 1;
  }
  .recommended .carousel-control-prev{
	  left: -35px;
  }
  .recommended .carousel-control-next{
	  right: -35px;
  }
  .recommended .carousel-control-next, .recommended .carousel-control-prev{
	  width: 5%;
  }
  .recommended .carousel-control-prev .fas, .recommended .carousel-control-next .fas{
	  color: #EE7525;
	  opacity: 1;
  }
  .send-request{
	  bottom:0;
	  right: 0;
  }
  .send-request a{
	  padding: 5px 10px !important;
  }
.form-content-7{
	min-height: 660px !important;
}
.form-description-7{
	min-height:  660px !important;
}
.pincode-textarea{
	background-color: #eee;
	border: none;
	resize: none;
}
.quote-details {
	padding: 20px 15px;
	border: 1px solid #999;
}
.quote-details h6{
	font-size: 20px;
}
.quote-details .form-control{
	border: none;
	font-size: 14px;
	padding-right: 20px;
}
.quote-details form hr{
	width: 135px;
	display: inline-block;
	border-color: #999999;
	margin:0; 
	margin-bottom: 20px;
}
.quote-details select {
	text-align-last: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px !important;
}
.quote-details option { 
	direction: rtl; 
	font-size: 12px;
}

.quote-details select {
	background-image:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
	background-position: calc(103% - .5rem), 100% 0;
	background-size:  1.5em 1.5em;
	background-repeat: no-repeat;
  }
  .disabled-quote-details{
	  color: #c9c9c9;
	  border-color: #c9c9c9;
  }
  .quote-total{
	  padding: 15px 25px;
	  background-color: #f5f5f6;
  }
  .finish-btn{
	  position: relative;
	  bottom:0;
	  right: 0;
  }
  .alert-wrapper{
	  position: fixed;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
  }
  .alert-wrapper .alert-content{
	padding: 100px;
	background-color: #d45e1e;
  }
  .alert-wrapper .alert-warning{
	  background-color: #d45e1e;
	  border: none;
	  border-radius: 0px;
  }
  .alert-content .close{
	  opacity: 1;
  }