.ft-why-choose-section {
	z-index: 1;
	padding-bottom: 80px;
	&:before {
		top: 0;
		right: 0;
		width: 50.7%;
		z-index: -1;
		content: '';
		height: 100%;
		position: absolute;
		background-color: #fff;
	}
}
.ft-why-choose-text-area {
	.ft-section-title {
		max-width: 600px;
		padding-left: 100px;
	}
}
.ft-why-choose-feature-wrapper {
	padding-top: 18px;
	padding-left: 30px;
}
.ft-why-choose-feature-item {
	margin-bottom: 25px;
	.ft-why-choose-feature-icon {
		z-index: 1;
		width: 85px;
		height: 85px;
		margin-right: 23px;
		border-radius: 100%;
		background-color: #fff;
		box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
		i {
			font-size: 40px;
			line-height: .75;
			color: $base-color;
		}
		&:before {
			top: 10px;
			left: 10px;
			content: '';
			z-index: -1;
			width: 65px;
			height: 65px;
			position: absolute;
			border-radius: 100%;
			background-color: #ffebe8;
		}
	}
	.ft-why-choose-feature-text {
		max-width: 420px;
		h3 {
			color: $color-2;
			font-size: 22px;
			font-weight: 700;
			padding-bottom: 10px;
		}
		p {
			line-height: 1.5;
		}
	}
}
.ft-why-choose-section-2 {
	z-index: 1;
	overflow: hidden;
	padding: 115px 0px 250px;
	.why-choose-img-2 {
		right: 0;
		bottom: 75px;
	}
	.why-choose-bg-2 {
		top: 0;
		left: 0;
		opacity: .07;
		z-index: -1;
		position: absolute;
	}
	.ft-why-choose-text-2 {
		padding-top: 50px;
	}
}
.ft-why-choose-list-wrapper {
	max-width: 460px;
	margin-top: 42px;
	li {
		color: #0b0b0b;
		font-size: 18px;
		padding-left: 35px;
		margin-bottom: 15px;
		position: relative;
		font-family: $heading;
		&:last-child {
			margin-bottom: 0;
		}
		&:before {
			top: 2px;
			left: 0;
			font-size: 18px;
			color: var(--ft-main-theme);
			content: '\f058';
			font-weight: 900;
			position: absolute;
			font-family: 'Font Awesome 5 Pro';
		}
	}
}
.ft-why-choose-form-wrapper {
	padding-left: 35px;
}
.ft-why-choose-form {
	max-width: 455px;
	padding: 45px 30px 45px;
	background-color: #080c24;
	.wc-input {
		margin-bottom: 20px;
		span {
			color: #fff;
			display: block;
			font-size: 15px;
			margin-bottom: 10px;
		}
		select,input {
			width: 100%;
			height: 48px;
			border: none;
			border: none;
			color: #d0cfcf;
			font-size: 14px;
			border-radius: 5px;
			padding-left: 15px;
			-webkit-appearance: none;
			background-color: #494d62;
			&::placeholder {
				color: #d0cfcf;
			}
		}
	}
	.wc-select {
		&:before {
			top: 13px;
			right: 12px;
			color: #d0cfcf;
			font-size: 15px;
			content: '\f078';
			font-weight: 900;
			position: absolute;
			font-family: 'Font Awesome 5 Pro';
		}
	}
	.wc-input-range {
		margin-bottom: 20px;
		span {
			color: #fff;
			display: block;
			font-size: 15px;
			margin-bottom: 10px;
		}
		#slider-range {
			height: 7px;
			width: 300px;
			border:  none;
			border-radius: 0;
			margin-right: 15px;
			background-color: #adaeb0;
			.ui-widget-header {
				background-color: var(--ft-second-theme);
			}
			.ui-slider-handle {
				top: -10px;
				width: 27px;
				height: 27px;
				margin-left: 0;
				cursor: pointer;
				margin-bottom: 0;
				border-radius: 100%;
				border: 5px solid var(--ft-second-theme);
				&:focus {
					outline: none;
				}
			}
		}
		.range-value {
			input {
				width: 100px;
				height: 40px;
				border:  none;
				color: #d0cfcf;
				border-radius: 5px;
				padding-left: 15px;
				background-color: #494d62;
			}
		}
	}
	button {
		color: #fff;
		height: 48px;
		border: none;
		width: 185px;
		margin-top: 5px;
		font-weight: 700;
		border-radius: 5px;
		border-radius: 5px;
		background-color: var(--ft-main-theme);
		transition: 500ms all ease;
		&:hover {
			background-color: var(--ft-second-theme);
		}
	}
	p {
		color: #fff;
		font-size: 14px;
		padding-top: 15px;
		a {
			color: var(--ft-main-theme);
		}
	}
}