@media (min-width: 34em) {
	.modal-dialog {
		width: 640px;
	}
}

#sendButton {
	margin: 0 auto;
	max-height: none;
	height: auto;
	outline: none !important;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.75rem + 2px);
}

.modal-body .form-group label {
	display: block;
	text-align: left;
	line-height: 1.1;
}

.modal-body .form-group {
	margin-bottom: 1.5rem;
}

.form-control {
	/* line-height: 1.7; */
}

.form-group {
	margin-bottom: 1.5rem;
}

.modal.fade .modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -100%);
}

.modal.in .modal-dialog {
	transform: translate(-50%, -50%);
}

.modal {
	background-color: rgba(0,0,0,0.3);
}

.close {
	width: 1.8rem;
	height: 1.8rem;
	top: 2rem;
	right: 2rem;
	cursor: pointer;
	margin: 0 !important;
}

.close:before, .close:after {
	height: 100%;
}

.modal-title {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.modal-content {
	padding: 2rem;
}

.modal-header {
	padding: 0;
}

.modal-footer {
	padding: 0;
	margin-top: 1rem;
}

.navbar-dark .navbar-brand {
	display: inline-block;
	width: 200px;
	height: 38px;
	background: url(/user/themes/nanocad/img/logo.png) 50% no-repeat;
}

.modal-dialog {
	max-width: 90vw;
	width: 640px;
	margin: 0;
}

@media (max-width: 767px) {
	.navbar-dark .navbar-brand {
		display: none !important;
	}

	.close {
		width: 1.6rem;
		height: 1.6rem;
		top: 1.5rem;
		right: 1.5rem;
	}

	.modal-title {
		font-size: 18px;
	}

	.modal-content {
		padding: 1.5rem;
	}

	.modal-body {
		padding-left: 0;
		padding-right: 0;
	}
}

.media-object.icon-logo-b,
.media-object.lgo-b {
	font-size: 0;
}

.modal-response a {
	color: #0096d8;
	text-align: left;
}

.collapse.show {
	display: block;
}


.contact {

	/*font-size: 1.4rem;*/
}

#tawkchat-minified-container {

}

.form-control{

}

.zoho-global{
}

.zoho-table {
	width: 600px;
}
.zoho-button {
}

@media (max-width: 767px) {
	.zoho-table {
		width: 100%;
		min-width: 200px;
	}
}

.center {
	width: 100%;
	text-align: center;
	align-items: center;
	align-content: center;
	margin-left:100px;
}
