#wjcallback-modal {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: block;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

#wjcallback-modal.show {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	overscroll-behavior: contain;
}

#wjcallback-modal .wjcallbackform {
	display: inline-flex;
	position: relative;
	width: auto;
	min-width: 290px;
	text-align: left;
	box-sizing: border-box;
	background: #000000;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	margin-top: 100px;
	margin-bottom: 15px;
	border-radius: 5px;
}

#WJCForm124 > div > div > form > div.modal-footer > button {
	text-transform: none;
	white-space: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	padding: 10px 40px;
	position: relative;
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 50px;
	margin: auto;
	color: white;
}
.btn.class-send {
	padding: 12px 30px 15px 32px;
	background: transparent;
	border: 1px solid var(--gradient-color-1);
	border-radius: 200px;
	margin: auto;
	color: #fff;
}

.btn.class-send:hover {
	background: linear-gradient(
		133.69deg,
		var(--gradient-color-1) -2.59%,
		var(--gradient-color-2) 113.65%
	);
	border-color: transparent;
	color: #fff;
}

#WJCForm129 > div > div > form > div.modal-footer > button:hover,
#WJCForm129 > div > form > div.modal-footer > button:hover {
	border: 1px solid #ffcb00;
	/* color: #ffcb00; */
}

#WJCForm129 > div > form > div.modal-footer > button {
	border: 1px solid #000000;
	border-radius: 50px;
	margin: auto;
}

div.control-group.phone.custom-04 {
	border-bottom: 1px solid #717171;
}

#WJCForm129 > div > form > div.modal-body.message-container {
	padding: 20px 0 20px 0;
	color: #000000;
}

#WJCForm129 > div > form {
	padding: 0;
}

#WJCForm129 > div > div > form {
	color: white;
}

#comment-lbl,
#phone-lbl,
#email-lbl,
#name-lbl {
	display: none;
}

.wjcallback-body-scrolloff {
	overflow: hidden;
}

#wjcallback-modal.show .wjcallbackform {
	opacity: 1;
}

.wjcallbackform .form-validate {
	margin: 0;
	padding: 30px 50px;
}

.wjcallbackform .form-validate .modal-body {
	padding: 40px 15px 50px 15px;
	width: 100%;
	box-sizing: border-box;
	color: white;
	margin-top: 35px;
}

.wjcallbackform .form-validate input[type='text'],
.wjcallbackform .form-validate input[type='tel'],
.wjcallbackform .form-validate textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0px;
	display: block;
	height: auto;
	background-color: #00000000;
	color: #ffffff;
	border: #00000000;
	border-bottom: 1px solid #717171;
	border-radius: 0;
}

.wjcallbackform .form-validate textarea {
	margin-bottom: 5px;
}

.wjcallbackform .control-group.tos_box {
	display: inline-flex;
	flex-direction: row-reverse;
}

.wjcallbackform .form-validate .informtext {
	padding-bottom: 20px;
}

.wjcallbackform .modal-dialog {
	margin: 50px auto;
	/* border-radius: 10px; */
}

.wjcallbackform .modal-content {
	border: none;
}

.wjcallbackform .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 1rem 0em;
	border-bottom: 1px solid #717171;
	text-align: center;
}

.wjcallbackform .modal-header .modal-title {
	font-size: 1.5em;
	line-height: 120%;
	color: #ffffff;
}

.wjcallbackform .modal-header .close {
	font-size: 3em;
	line-height: 1rem;
	cursor: pointer;
	float: right;
	top: -30px;
	position: absolute;
	right: 20px;
	color: #e5e5e5;
	font-weight: 100;
}
.note {
    color: #6c757d;
    font-size: 8px;
}

/* Preloader
*********************************************/
#wjcallback-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1060;
}

#wjcallback-loader::after {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #0088cc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	position: fixed;
	margin: -40px auto 0;
	top: 50%;
	left: 0;
	right: 0;
	content: '';
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Media
*********************************************/
@media only screen and (max-width: 480px) {
	#wjcallback-modal .wjcallbackform {
		/* margin: 15px; */
	}
}
