﻿.UnderMaintenance .wrapper {
	float: left;
	width: 100%;
}

.UnderMaintenance .inner_page {
	width: 100%;
	height: 500px;
	margin-top: 10vh;
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	position: relative;
	margin-bottom: 10vh;
}

.UnderMaintenance .left_section {
	text-align: center;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
}

.UnderMaintenance .right_section {
	text-align: center;
	width: 100%;
	float: left;
}

.UnderMaintenance .left_text {
	margin: 0;
	padding: 10px 30px 10px;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
	color: #333;
	font-size: 28px;
	display: inline-block;
}

.UnderMaintenance .right_wrapper img {
	max-width: 90%;
	margin-top: 20px;
	width: 300px;
	display: inline-block;
}

.UnderMaintenance .welcare_text {
	float: right;
	padding: 15px 20px;
	font-weight: bold;
	color: #25a5e5;
}

.UnderMaintenance .right_wrapper {
	float: left;
	width: 100%;
}

.UnderMaintenance .logo_img {
	width: 200px;
	float: left;
	padding: 20px 15px;
}

.UnderMaintenance .left_img {
	width: 100%;
	margin-top: 80px;
}

.UnderMaintenance .phone_number {
	line-height: 40px;
	float: left;
	padding: 0 30px;
	color: #000;
	font-weight: 600;
}

.UnderMaintenance .emailid {
	float: right;
	color: #000;
	padding: 0 30px;
	color: #000;
	font-weight: 600;
	line-height: 40px;
}

	.UnderMaintenance .emailid img {
		float: left;
		width: 40px;
		margin-right: 10px;
	}

.UnderMaintenance .phone_number img {
	float: left;
	width: 40px;
	margin-right: 10px;
}

.UnderMaintenance .construction_msg {
	padding: 0 30px;
	width: 100%;
}

.UnderMaintenance .coming_msg {
	padding: 15px 30px 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: bold;
}

@media(max-width: 991px) {
	.UnderMaintenance .emailid, .UnderMaintenance .phone_number {
		padding: 15px;
	}

	.UnderMaintenance .construction_msg {
		padding: 0 15px;
	}
}

@media(max-width: 767px) {
	.UnderMaintenance .inner_page {
		width: 100%;
		height: auto;
		margin-top: 0;
		background: #fff;
		box-shadow: none;
		position: relative;
		margin-bottom: 0;
	}

	.UnderMaintenance .left_section {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
		background: transparent;
	}

	.UnderMaintenance .right_section {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
	}

	.UnderMaintenance .left_img {
		width: 200px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.UnderMaintenance .phone_number img {
		width: 25px;
	}

	.UnderMaintenance .emailid img {
		width: 25px;
	}

	.UnderMaintenance .phone_number, .UnderMaintenance .emailid {
		line-height: 25px;
	}

	.UnderMaintenance .logo_img {
		width: 170px;
	}

	.UnderMaintenance .left_text {
		padding: 14px 15px;
		font-size: 18px;
	}

	.UnderMaintenance .right_wrapper img {
		margin-top: 0px;
	}

	.UnderMaintenance .emailid, .UnderMaintenance .phone_number {
		padding: 0px 15px;
	}
}
