.schedule-visit-form-container {
	float: left;
	min-height: 10px;
	width: 100%;
	position: absolute;
	top: 65px;
}
.first-line {
	width: 100%;
	float: left;
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
  }
  
  .main-menu ul li a {
	padding: 20px;
	display: block;
	color: #ddd;
	text-decoration: none;
	background: #21263E;
  }
  
  .main-menu ul li ul {
	display: none;
  }
  
  .main-menu ul li:hover ul {
	display: flex;
	flex-direction: column;
  }
  
  .main-menu ul li:hover a {
	color: #fff;
  }

.second-line {
	width: 100%;
	float: left;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: bold;
	color: #f8f8f8;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 25px;
}
.schedule-visit-form-inner {
	width: 35%;
	height: auto;
	float: left;
	background:rgb(151 151 151);
	margin-top: 140px;
	padding: 50px 30px;
	border-radius: 12px;
}

.schedule-visit-form-inner::before {
	background-repeat: no-repeat;
	
	filter: drop-shadow(6px 1px 0 rgba(0, 0, 0, 0.1));
	height: 100px;
	left: 0;
	position: absolute;
	text-align: center;
	top: -140px;
	width: 100%;
	z-index: 1;
}
.schedule-visit-form-inner::after {
	background-repeat: no-repeat;
	
	height: 100px;
	left: -3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 0;
}
.schedule-visit-form-inner {
	position: relative;
}

.schedule-visit-form-inner .shedule-visit input {
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	background-color: #ffffff;
	padding: 12px 20px;
	font-family: "Lato";
	font-size: 14px;
	line-height: 1;
	border-radius: 18px;
	outline: none;
}

.schedule-visit-form-inner .shedule-visit textarea {
	height: 95px;
	width: 100%;
	margin-bottom: 20px;
	border: none;
	background-color: #ffffff;
	padding: 12px 20px;
	font-family: "Lato";
	font-size: 14px;
	line-height: 1;
	border-radius: 18px;
}

.schedule-visit-form-inner .shedule-visit .send-message {
	height: 45px;
	width: 100%;
	border: none;
	border-radius: none;
	background-color: #05a63b;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.submit{
	background: transparent;
	/* color: #000000; */
	 border: 1px solid black;
	 border-radius: 20px; 
	 text-transform: uppercase;
	 font-size: 20px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	 
}
.submit button{
	border: none;
	background: transparent;
	letter-spacing: 2px;

}
.submit:hover{
	background:#ffffff;
    transition-duration: 1000ms;
	color: #ffffff;
	 /* border: 2px solid ;  */
	 text-transform: uppercase;
	 border-radius: 20px; 
	

	 
}

.schedule-visit-form-inner .shedule-visit .send-message:hover {
	background: rgb(87, 56, 173);
}

@media screen and (max-width:1399px) {
	.schedule-visit-form-inner {
		margin-top: 25px;
	}

	.schedule-visit-form-inner::before {
		content: url("img/ribbin_small.png");
		top: -39px;
	}
}

@media screen and (max-width:1199px) {
	.schedule-visit-form-inner {
		padding: 30px;
		height: 415px;
	}

	.schedule-visit-form-inner .shedule-visit textarea {
		height: 75px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:991px) {

	.schedule-visit-form-inner::before,
	.schedule-visit-form-inner::after {
		display: none;
	}

	.schedule-visit-form-container {
		position: relative;
		top: 0;
	}

	.schedule-visit-form-inner {
		position: relative;
		width: 100% !important;
		margin-top: 0px;
	}
}