.WhiteBg {
	background-color: #fff;
	border-radius: 10px 0 0 10px
}

.redBg {
	background-color: #be1e2d;
	border-radius: 0 10px 10px 0
}

.contactLeftSide {
	padding: 30px 50px;
	text-align: left
}

.contactLeftSide h6 {
	color: #be1e2d;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 30px
}

.contactLeftSide .user-box input {
	width: 100%;
	padding: 10px 0 5px 0;
	font-size: 16px;
	color: #000;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #575756;
	outline: 0;
	background: 0 0
}

.contactLeftSide .user-box label {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 10px 0;
	font-size: 14px;
	color: #575756;
	pointer-events: none;
	transition: .5s
}

.contactLeftSide .user-box input:focus~label,
.contactLeftSide .user-box input:not(:placeholder-shown)~label,
.contactLeftSide .user-box input:valid~label {
	top: -20px;
	left: 15px;
	color: #575756;
	font-size: 12px
}

.messageText {
	margin-bottom: 5px;
	color: #575756;
	font-size: 14px
}

textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #707070;
	resize: none;
	margin-bottom: 20px
}

.sendBtn {
	background-color: #be1e2d;
	width: 90px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border: none;
	font-size: 12px;
	cursor: pointer;
	float: right
}

.contactRightSide {
	padding: 30px 50px;
	text-align: left;
	color: #fff
}

.contactRightSide h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 30px
}

.contactRightSide .heading h6 {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 2px
}

.contactRightSide .textContent p {
	color: #fff;
	font-size: 12px;
	padding-bottom: 14px
}

.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .75);
	text-align: center;
	z-index: 999;
	overflow: hidden;
	overflow-y: auto
}

.popup:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -4px;
	vertical-align: middle
}

.popup-inner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 85%;
	box-shadow: 0 2px 6px #000;
	border-radius: 3px;
	background: #fff;
	border-radius: 10px;
	margin-top: 30px
}

.popup-inner h1 {
	font-family: "Roboto Slab", serif;
	font-weight: 700
}

.popup-inner p {
	font-size: 24px;
	font-weight: 400
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer
}

.ph-num {
	color: #fff!important;
	pointer-events: none important
}

@media (min-width:320px) and (max-width:768px) {
	.contactLeftSide,
	.contactRightSide {
		padding: 30px 10px
	}
	.contactRightSide .textContent p {
		padding-bottom: 15px
	}
}

@media (min-width:1024px) and (max-width:1280px) {
	.contactLeftSide,
	.contactRightSide {
		padding: 30px 20px
	}
	.contactRightSide .textContent p {
		padding-bottom: 14px
	}
}



