.btQuoteBooking {
	.btQuoteBookingForm {
		.ui-slider {
			border: none;
			border-radius: 3px;
			background: #d8d8d8;
			box-shadow: none !important;
			.ui-slider-handle {
				background-color: #fff;
				min-width: 24px;
				height: 24px;
				box-shadow: none !important;
				border: 1px solid #ddd;
				outline: none;
				&:after {
					content: '';
					display: block;
					position: absolute;
					top: 50%;
					left: 50%;
					height: 12px;
					width: 12px;
					background: $secondary-color;
					border-radius: 100%;
					opacity: 0;
					@include transform(translate(-50%, -50%));
				}
				&.ui-state-hover, &.ui-state-focus {
					&:after {
						opacity: 1;
					}
				}
				.btQuoteSliderValue {
					position: absolute;
					top: -32px;
					left: 50%;
					min-width: 27px;
					height: 25px;
					border-radius: 5px;
					font-size: 12px;
					line-height: 25px;
					padding: 0 5px;
					@include transform(translateX(-50%));
					background: #1d2736;
					&:after {
						content: '';
						position: absolute;
						bottom: -5px;
						left: 50%;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 5px 5px 0 5px;
						border-color: transparent transparent transparent transparent;
						border-top-color: #1d2736;
						@include transform(translateX(-50%));
					}
				}
			}
			&.ui-slider-horizontal {
				height: 6px;
				margin-top: 20px;
				.ui-slider-handle {
					top: -10px;
					margin-left: -18px;
				}
				.ui-slider-range-min {
					background: red;
				}
				.slider-range {
					height: 6px;
					background: $secondary-color;
					border-radius: 3px;
				}
			}
		}
		.dd.ddcommon.borderRadiusTp .ddTitleText, .dd.ddcommon.borderRadiusBtm .ddTitleText {
			box-shadow: none;
		}
		.dd.ddcommon.borderRadius .ddTitleText {
			border: 1px solid #dddddd;
			border-radius: 6px;
			height: 45px;
		}
		.btTotalNextWrapper {
			border-top: 1px solid #ececec;
			border-bottom: 1px solid #ececec;
			padding-top: 15px;
			padding-bottom: 15px;
			margin-top: 50px;
		}
		.btQuoteTotal {
			background-color: transparent;
			@include clearfix;
		}
		.btQuoteTotalText {
			font-size: 20px;
			float: left;
			margin-top: 0;
			margin-right: 0;
			color: $primary-color;
			&:before {
				content: '\f0d6';
				display: inline-block;
				vertical-align: middle;
				margin-right: 15px;
				font-family: 'FontAwesome';
				font-size: 32px;
				color: $secondary-color;
			}
		}
		.btQuoteTotalCalc, .btQuoteTotalCurrency {
			font-size: 24px;
			background-color: transparent;
			border-radius: 0;
			display: inline-block;
			vertical-align: middle;
			padding: 0;
			color: $primary-color;
			margin-top: 8px;
		}
		.btContactNext {
			border-radius: 5px;
			font-size: 14px;
			font-weight: 700;
			text-transform: capitalize;
			color: #fff;
			border: 2px solid $secondary-color;
			background-color: $secondary-color;
			height: 56px;
			&:hover, &:active {
				box-shadow: none;
				background-color: $primary-color;
				border-color: $primary-color;
			}
		}
	}
	.btTotalQuoteContactGroup {
		.boldBtn {
			text-align: left;
			padding: 0 10px;
		}
		.btContactSubmit {
			border-radius: 5px;
			font-size: 14px;
			font-weight: 700;
			text-transform: capitalize;
			color: #fff;
			border: 2px solid $secondary-color;
			background-color: $secondary-color;
			height: 56px;
			&:hover, &:active {
				box-shadow: none;
				background-color: $primary-color;
				border-color: $primary-color;
			}
		}
		input, textarea, .btContactFieldMandatory .ddcommon.borderRadius .ddTitleText {
			border: 1px solid #ddd;
			height: 45px;
			border-radius: 5px;
			box-shadow: none;
			&:hover {
				box-shadow: none;
			}
			&:focus {
				box-shadow: none;
				border-color: $primary-color;
			}
		}
	}
	.btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
		box-shadow: none;
		outline: none;
		border-color: $primary-color;
	}
}