html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
	.example_b {
		color: #fff !important;
		text-transform: uppercase;
		background: #60a3bc;
		padding: 14px;
		min-width: 170px;
		border-radius: 50px;
		display: inline-block;
		border: none;
		text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
		-moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
		transition: all 0.4s ease 0s;
		min-height: 50px;
	}
	#modalBody {
		display: none;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: white 50% 50% no-repeat;
	}
	body.loading {
		overflow: hidden;
	}
	body.loading #modalBody {
		display: block;
	}
	#head1 img {
		display: none;
	}
	a.btn {
		color: white;
		background: #68d6c6;
		box-shadow: 0px 3px 10px #333;
		border-radius: 20px;
		cursor: pointer;
		padding: 8px 0;
	}
	.btnBig {
		border-bottom: 1px solid;
	}
	.selected-dial-code {
		font-size: 25px;
	}
	.slow-pulse {
		transform: scale(0.9);
		animation: slow-pulse 1s infinite alternate;
		animation-delay: 2.5s;
	}
	@keyframes moveText {
		from {
			transform: translateY(0);
		}
		to {
			transform: translateY(-5%);
		}
	}
	@keyframes slow-pulse {
		0% {
			transform: scale(0.9);
		}
		100% {
			transform: scale(1);
		}
	}
	.btn {
		color: #fff !important;
		border-radius: 50px;
		display: inline-block;
		border: none;
		border: medium none;
		box-shadow: 0 0 0 0 rgba(50, 201, 36, 0.5);
		box-sizing: border-box;
		color: #333;
		display: block;
		font-size: 1.4em;
		font-weight: 700;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	#SA {
		background-size: 100%;
		background-position: center top;
		background-color: black;
		background-repeat: no-repeat;
	}
	.iti-flag {
		display: none;
	}
	.intl-tel-input.separate-dial-code .selected-dial-code {
		margin-left: 0px;
	}
