.input-select,
.input-text,
.input-textarea {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	outline: none;
	padding: 10px;
	font-size: 14px;
	background: #fff;
}

.input-select,
.input-text,
.input-textarea {
	padding: 10px !important;
	border-color: rgb(219, 222, 224) !important;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.col-lg-6 {
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.form-box p {
	font-weight: bold;
	margin: 0 0 10px;
}

.btn {
	color: white !important;
	font-weight: 500 !important;
	font-size: 100% !important;
	text-decoration: none !important;
}

.btn {
	background-color: #f45c2e;
	border-color: #f45c2e;
}

.btn-sm {
	font-size: 16px;
}

.text-bold,
b {
	font-weight: 500 !important;
}

.shadow-1 {
	box-shadow: 0 3px 30px -2px rgba(20, 45, 100, 0.25);
}

.btn-sm {
	padding: 10px 30px;
	font-size: 15px;
}

.btn-circle {
	border-radius: 100px;
}

a {
	cursor: pointer;
}

.input-select,
.input-text,
.input-textarea {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	outline: none;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	background: #fff;
	margin: 0 0 20px;
	transition: all 0.5s;
}

input {
	box-sizing: border-box;
}

.boxed-area {
	padding: 30px;
}

.boxed-area,
.hc-cmp-column .hc-cmp-column.boxed-area,
.hc-cmp-column .hc-cmp-column.boxed-area:last-child {
	border-radius: 3px;
}
