.wrapper {
	padding: 50px 0px;
	background-image: url('/images/coming-soon-img.jpg');
	height: 100%;
	width: 100%;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}

/* *********************************************************** */

.comingsoon-form input[type=text],
select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.comingsoon-form input[type=email]{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.comingsoon-form input[type=submit] {
	width: 90%;
	background-color: #0d5d9f;
	color: #fff;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.comingsoon-form input[type=submit]:hover {
	background-color: #c1272c;
	transition: 0.3s;
}

.comingsoon-form {
	/* width: 600px; */
	margin: 80px auto;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

.comingsoon-form label {
	color: #444;
}

.comingsoon-form form {
	text-align: left;
}

.comingsoon-form .form-btn {
	text-align: center;
}

.comingsoon-form h6 {
	color: #444;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 4px dotted #ccc;
}

/* ************************ */

.main-heading h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.main-subheading ul {
	padding: 0px;
	text-align: center;
}

.main-subheading ul li {
	list-style: none;
	color: #fff;
}

.block-logo {
	border: none;
	background-color: #fff;
	display: block !important;
}

.block-logo span {
	color: #444;
}

.div-block {
	height: 120px;
	margin: 20px 0px;
	display: flex;
	/* background: red; */
	justify-content: center;
	align-items: center;
	border: 1px dotted;
	border-radius: 3px;
	font-size: 15px;
	padding: 5px;
	text-shadow: 0px 1px 1px #00000061;
	font-weight: 500;
	color: #fff;
}

.div-block:hover {
	background-color: #fff;
	cursor: pointer;
	color: #444;
	transition: 0.6s;
}

/* ************************************************************ */

@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main-heading h1 {
		margin-bottom: 20px;
	}
	.main-subheading ul li {
		margin-bottom: 20px;
	}
}