section[data-cattype="50035"].wrapper_middle {
	padding: 0;
	background-color: #5fa7d9;
	height: 100vh;
	z-index: 2;
}



[data-cattype="50035"] .form {
	margin: 0px 0px 0px 90px;
	background-color: #21409a;
	padding: 120px 0px 120px 120px;
}

[data-cattype="50035"] .control-label {
	display: none;
}

[data-cattype="50035"] .container{
    width: 100%;
}

[data-cattype="50035"] .wrapper_form {
	max-width: 100%;
}

[data-cattype="50035"] input {
	width: 100%;
	height: 45px;
	margin: 5px;
	border-radius: 10px;
	border: navajowhite;
	padding: 10px;
}

[data-cattype="50035"] textarea {
	width: 100%;
	height: 150px;
	border: none;
	margin: 5px;
	border-radius: 10px;
	padding: 20px 10px;
}

[data-cattype="50035"] #verificationKey {
	width: 50%;
	margin-bottom: 20px;
}

[data-cattype="50035"] iframe {
	width: 100%;
	border-radius: 80px 0px 0px 0px;
}

[data-cattype="50035"] .map {
	padding: 0px;
}

[data-cattype="50035"] h2 {
	font-size: 45px;
	color: #fff;
}

[data-cattype="50035"] .contact-form {
	margin: 50px 40px 0px 0px;
}

[data-cattype="50035"] .custom-element {
	position: absolute;
	top: -110px;
	left: 140px;
	display: grid;
}

[data-cattype="50035"] .rect {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #fec21c;
	position: relative;
}

[data-cattype="50035"] .line {
	width: 2px;
	background-color: white;
	height: 0px;
	margin: auto;
	transition: 0.3s;
}

.scrolling-down .line {
	height: 300px !important;
	transition: 0.3s;
}

.scrolling-down .rect {
	position: initial;
}

[data-cattype="50035"] .btn-success {
	color: black;
  	background-color: #fec21c;
	border-color: #fff;
	padding: 10px 20px !important;
}

[data-cattype="50035"] .btn-success:hover {
	color: #000;
	background-color: #fff;
}


[data-cattype="50035"] .bottom-form {
	padding-top: 20px;
}

[data-cattype="50035"] .bottom-form span {
	font-size: 14px;
	margin-left: 10px;
	display: block;
	color: white;
}




/* Typical laptop screen size*/
@media (min-width: 1200px) and (max-width: 1700px) {

	[data-cattype="50035"] .form {
		padding: 20px 0px 70px 40px;
	}

	[data-cattype="50035"] .custom-element {
		top: -70px;
		left: 105px;
	}

	
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

	section[data-cattype="50035"].wrapper_middle {
		padding: 0px 0px 30px 0px;
		background-color: #e9ddc6;
		height: auto;
		overflow: visible;
	}

	[data-cattype="50035"] .custom-element {
		top: 40px;
		left: 10px;
	}

	[data-cattype="50035"] .line {
		width: 5px;
	}

	[data-cattype="50035"] .form {
		margin: 0px 20px 0px 20px;
		padding: 10px 10px 40px 10px;
	}

	[data-cattype="50035"] h2 {
		font-size: 45px;
		text-align: center;
	}

	[data-cattype="50035"] .contact-form {
		margin: 10px 30px 0px 0px;
	}

	[data-cattype="50035"] input {
		height: 30px;
		font-size: 14px;
	}

	[data-cattype="50035"] textarea {
		font-size: 14px;
		height: 100px;
	}

	[data-cattype="50035"] .bottom-form {
		padding-top: 5px;
	}

	[data-cattype="50035"] .bottom-form .col {
		min-width: 100%;
		display: block;
		text-align: center;
	}

	[data-cattype="50035"] .bottom-form span {
		font-size: 12px;
		margin-left: auto;
		display: block;
		text-align: center;
	}

	[data-cattype="50035"] .btn-success {
		margin: 20px auto;
		display: block;
	}

	[data-cattype="50035"] iframe {
		border-radius: 10px;
		height: 200px;
		margin-top: 0px;
		width: 100%;
	}
      
}
