	.bracket-left {
		margin: 5px 5px 0 0
	}

	.bracket-right {
		margin: 5px 0 0 5px;
	}

	.bracket-color {
		color: #FFF; /* 212529 */
	}

	.phone-field-container {
		display: flex !important;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: row !important;
	}	 
	
	.phone-field-container .country-code {
		width: 100% !important;
	}
	

	@media (max-width: 400px) {
		.phone-field-container .country-code {
			width: 115px !important;
			margin: 0 15px 10px 0;
		}

		.phone-field-container .phone-number {
			flex: 1 0 auto;
			width: auto !important;
			margin: 0 0 10px 0;
		}
	}

	#captcha_error { 
		display: none;
	}

	#service_contact .error {
		color: #ff0000;
	}

	#service_success {
		z-index: 100;
		transform: translate(-50%, -50%);
		max-width: 400px;
		text-align: center;
		width: 100%;
		padding: 15px;
		left: 50%;
		top: 50%;
		position: fixed;
		background-color: #d4edda;
		border: 2px solid #fff;
		display: block;
		color: #1a5b3c;
		font-size: 18px;
		font-weight: bold;
	}

	#service_success p {
		font-size: 15px;
		color: #1a5b3c;
		font-weight: normal;
		margin: 0;
	}