@font-face {
	font-family: 'Icons';
	src: url(../icons.woff);
	font-weight: normal;
	font-style: normal;
}

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

.input-text,
popup > button {
	width: 100% !important;
	box-sizing: border-box;
}

.form-box-item input,
.form-box-item select {
	margin: 0 0 20px 0;
}

.btn {
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	position: relative;
	cursor: pointer;
	outline: none;
	text-align: center;
	transition: all 0.5s;
	font-weight: 500;
}

.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;
}

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

@media screen and (max-width: 800px) {
	.boxed-area {
		padding: 30px;
	}
}

@media screen and (min-width: 800px) {
	.boxed-area {
		padding: 0px;
	}
}

.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%;
	}
}

.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;
}

.form-box-item p {
	font-weight: 600;
}

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

.dialog {
	height: 100vh;
}

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