#zs-contacts .bg-primary {
	background: var(--zs-primary) !important;
}

#zs-contacts .ftco-section {
	padding: 7em 0;
}

#zs-contacts .ftco-no-pt {
	padding-top: 0;
}

#zs-contacts .ftco-no-pb {
	padding-bottom: 0;
}

#zs-contacts .heading-section {
	font-size: 28px;
	color: #000;
}

#zs-contacts .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#zs-contacts .form-control {
	height: 36px;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	border-radius: 2px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#zs-contacts .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.3) !important;
}

#zs-contacts .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.3) !important;
}

#zs-contacts .form-control:-ms-input-placeholder {
	/* IE 0+ */
	color: rgba(0, 0, 0, 0.3) !important;
}

#zs-contacts .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.3) !important;
}

#zs-contacts .form-control:focus, .form-control:active {
	border-color: #46b5d1 !important;
}

#zs-contacts textarea.form-control {
	height: inherit !important;
}

#zs-contacts .wrapper {
	width: 100%;
}

#zs-contacts .contact-wrap {
	background: #fff;
}

#zs-contacts .dbox {
	width: 100%;
	margin-bottom: 25px;
}

#zs-contacts .dbox p {
	margin-bottom: 0;
}

#zs-contacts .dbox p span {
	font-weight: 500;
	color: #000;
}

#zs-contacts .dbox p a {
	color: #46b5d1;
}

#zs-contacts .dbox .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--zs-primary);
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 19px #0000002e;
}

#zs-contacts .dbox .icon span {
	font-size: 20px;
	color: #fff;
}

#zs-contacts .dbox .text {
	width: 100%;
}

#zs-contacts .btn {
	padding: 12px 16px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#zs-contacts .btn:hover, .btn:active, .btn:focus {
	outline: none !important;
}

#zs-contacts .btn.btn-primary {
	background: var(--zs-primary) !important;
	border-color: var(--zs-primary) !important;
	color: #fff;
}

#zs-contacts .btn.btn-primary:hover, .btn.btn-primary:focus {
	border-color: var(--zs-primary-75) !important;
	background: var(--zs-primary-75) !important;
}

#zs-contacts .contactForm .label {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

#zs-contacts .contactForm .form-control {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}

#zs-contacts #contactForm .error {
	color: red;
	font-size: 12px;
}

#zs-contacts #contactForm .form-control {
	font-size: 16px;
}

#zs-contacts #message {
	resize: vertical;
}

#zs-contacts #form-message-warning, #form-message-success {
	display: none;
}

#zs-contacts #form-message-warning {
	color: red;
}

#zs-contacts #form-message-success {
	color: #28a745;
	font-size: 18px;
	font-weight: 500;
}

#zs-contacts .submitting {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-size: 16px;
	font-weight: bold;
}

#zs-contacts .popover{
	max-width: none;
}

#zs-contacts .dbox .icon .iconify {
	font-size: 30px;
	color: var(--zs-white);
}

@media (max-width: 767.98px) {
	#zs-contacts .info-wrap {
		height: 400px;
	}
}

@media (max-width: 767.98px) {
	#zs-contacts .dbox {
		margin-bottom: 25px !important;
		padding: 0 20px;
	}
}
@media (prefers-reduced-motion: reduce) {
	#zs-contacts .btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}