
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sk-form-control {
	width: 100%;
	padding: 5px 7px;
}

.sk-container {
	max-width: 1220px;
	width: 100%;
	margin: auto;
}

.sk-main-wrapper {
	width: 100%;
	min-height: 400px;
	padding: 100px 10px;
}

.sk-section-title {
	margin: 10px auto;
}

.sk-section-title h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	text-align: center;
	font-family: inherit;
}

.sk-text-container {
	position: relative;
}

.sk-text-container textarea {
	padding: 10px;
	font-size: 16px;
	color: #222;
	border: 1px solid rgba(0, 0, 0, .73);
}

.sk-text-container textarea:focus-visible {
	outline: 0;
}

.sk-text-container .sk-floating-label {
	position: absolute;
	left: 20px;
	top: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sk-text-container textarea:focus + .sk-floating-label {
	top: 10px;
}

/* Option Box */
.sk-option-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sk-option {
	max-width: 25%;
	width: 100%;
	padding: 10px;
	margin: 10px auto;
}

.sk-option-container .select2-container {
	width: 100% !important;
}

.sk-option-container .select2-container .select2-selection--single {
	height: 35px !important;
}

.sk-option-container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px !important;
	color: #000;
}

.sk-option-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
}

.sk-option-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000;
}

.sk-range {
	-webkit-appearance: none;
	height: 3px;
	padding: 0;
	background-color: #a9a8a0;
	cursor: pointer;
}

.sk-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-color: #000;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

/* All the same stuff for Firefox */
.sk-range::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #000;
	cursor: pointer;
	outline: 0;
	border: 0;
	-moz-transition: .2s;
	transition: .2s;
}

.sk-range::-ms-thumb {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #000;
	cursor: pointer;
	-ms-transition: .2s;
	transition: .2s;
}

.sk-range:hover::-moz-range-thumb {
	width: 15px;
	height: 15px;
}

.sk-range:hover::-webkit-slider-thumb {
	width: 15px;
	height: 15px;
}

.sk-action-container {
	text-align: center;
	padding: 20px 0;
}

.sk-btn2 {
	padding: 14px 40px;
	font-size: 12px;
	font-weight: 700;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #000;
	background-color: #fbe041;
	border: 0;
	outline: 0;
	margin: 10px 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sk-btn2:hover {
	background-color: #ddc539;
}

.sk-btn {
	margin-top: 8px;
	border-radius: 45px;
	padding: 13px 60px;
	border: none;
	background: #10a2ef;
	color: #fff;
	box-shadow: -1px 6px 19px rgba(16, 162, 239, 40%);
	font-weight: 500;
	text-transform: uppercase;
	outline: none;
}

/* Responsive */
@media (max-width:992px) {
	.sk-option {
		max-width: 50%;
		width: 100%;
		padding: 10px;
		margin: 10px auto;
	}
}

@media (max-width:576px) {
	.sk-option {
		max-width: 100%;
		width: 100%;
		padding: 10px;
		margin: 10px auto;
	}
}
