/* Request Appointment */

.module-appointment.option-1 .ry-content .form-block {
    max-width: 600px;
}

div.module-appointment.option-1 input#recaptcha_hp_appt {
    margin-top: 15px;
}

div#request-appointment .ry-text {
    max-width: 480px;
}

div.module-appointment.option-1 .ry-content .ry-flex {
    padding: 4em 5em;
}


div.module-appointment.option-1 .ry-content {
    padding: 20px;
    background: rgb(255 255 255 / 67%);
    border-radius: 30px;
    margin-bottom: -21%;
    z-index: 9999;
}
.module-appointment.option-1 .ry-flex .ry-each:nth-child(1) {
    max-width: 800px;
    width: auto;
}

.module-appointment.option-1 .section-headline h2 {
	color: #3c877f;
	font-size: 42px;
	text-align: left;
}

.module-appointment.option-1 .ry-flex .ry-each .ry-text p {
	text-align: left;
	line-height: 1.5;
	margin: 15px 0 30px;
}

.module-appointment.option-1 .form-block .form-control {
	-webkit-appearance: none;
	height: 55px;
	border-radius: unset;
	box-shadow: unset;
	padding-left: 55px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid hsl(173.6deg 38.46% 38.24% / 34%);
}

.module-appointment.option-1 .form-block textarea.form-control {
	height: 150px;
	padding-top: 15px;
	resize: none;
}

.module-appointment.option-1 .form-block  .input-wrap.flex {
	margin-left: -10px;
	width: calc(100% + 10px);
}

.module-appointment.option-1 .form-block .input-wrap.flex .input-wrap {
	margin-left: 10px;
	width: calc(50% - 10px);
}

.module-appointment.option-1 .form-block .form-group {
	margin-bottom: 10px;
}

.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) {
	padding-top: 6vw;
	max-width: 650px;
	width: 50%;
}

.module-appointment.option-1  .photo {
	border: 10px solid #fff;
}

.module-appointment.option-1  .carousel-control {
	background: transparent;
	width: auto;
	height: auto;
}

.module-appointment.option-1 .carousel-control span {
	margin: 0;
}

.module-appointment.option-1 .carousel-control span:before {
	border: solid #FFFFFF;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 7px;
	content: "";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.module-appointment.option-1 .carousel-control.right span:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.module-appointment.option-1 .carousel-control.right {
	right: 30px;
}

.module-appointment.option-1 .carousel-control.left {
	left: 30px;
}

div.module-appointment.option-1 .ry-content .ry-flex:after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url('https://s3.amazonaws.com/static.organiclead.com/Site-ae4a7ebb-a269-45c6-a3e9-cf41334a0b16/Assets/Contact_Us_bg_new.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px;
}

.module-appointment.option-1 .ry-content {
	position: relative;
	z-index: 3;
}

/*.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) .section-headline h2, .module-appointment.option-1 .ry-flex .ry-each:nth-child(2) .ry-text p {
	color: #111 !important;
}*/

.module-appointment.option-1 .form-block .input-wrap .svg-fields svg {
    width: 18px;
    fill: #d7bea7;
    opacity: 0.8;
}

.module-appointment.option-1 .form-block .input-wrap .svg-fields {
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 5;
}
.module-appointment.option-1 .btn,
.module-appointment.option-2 .btn  {
	border-radius: 0;
	padding: 13px 20px;
	background: #3c877f;
	border: unset !important; }
.module-appointment.option-1 .btn:hover,
.module-appointment.option-2 .btn:hover {
	color: #FFFFFF;
	background: #293535;}
.module-appointment.option-1 .btn.btn-primary, 
.module-appointment.option-1 .btn.ry-btn-primary,
.module-appointment.option-2 .btn.btn-primary, 
.module-appointment.option-2 .btn.ry-btn-primary {
	border: 1px solid transparent; }
.module-appointment.option-1 .btn.arrow-right::after,
.module-appointment.option-2 .btn.arrow-right::after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 10px; }

@media (max-width: 1660px) {
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) {
		padding: 6vw 30px;
	}
}


@media (max-width:1350px) {
	  div.module-appointment.option-1 .ry-content .ry-flex:after {
        opacity: 0.2;
        background-position: 82%;
    }
	
	div.module-appointment.option-1 input#recaptcha_hp_appt {
		margin: 10px auto 0;
		clear: both;
	}
	
	div.module-appointment.option-1 .ry-content .ry-flex {
		padding: 4em !important;
	}

	div#request-appointment .ry-text, .module-appointment.option-1 .ry-content .form-block,
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(1){
		max-width: 100% !important;
	}

	.module-appointment.option-1 .ry-headline span, 
	.module-appointment.option-1 .ry-headline h2,
	.module-appointment.option-1 p {
		text-align: center !important;
	}
	
}


@media (max-width:1080px) {
	div.module-appointment.option-1 .ry-content {
		padding: 0 !important;
	}

	div.module-appointment.option-1 .ry-content {
		margin-bottom: 0 !important;
	}

	div.module-appointment.option-1 {
		padding-bottom: 3em;
	}

}




@media (max-width: 991px) {
	.module-appointment.option-1 {
		padding: 1em;
	}
	
	div.module-appointment.option-1 .ry-content {
		padding: 0 !important;
	}
	.module-appointment.option-1 .section-headline h2 {
		font-size: 230%;
	}
	.module-appointment.option-1 .ry-flex .ry-each .ry-text p,
	.module-appointment.option-1 .form-block .form-control {
		font-size: 90%;
	}
	div.module-appointment.option-1 .ry-content .ry-flex {
		flex-direction: column;
		padding: 3em  1em !important;
	}
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(1), 
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
		width: 100%;
	}
	.module-appointment.option-1 .section-headline h2, 
	.module-appointment.option-1 .ry-flex .ry-each .ry-text p {
		text-align: center;
	}
	
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) {
		padding: 60px 30px;
	}
}
@media (max-width: 620px) {
	.module-appointment.option-1 .form-block .input-wrap.flex .input-wrap {
		width: calc(100% - 10px);
	}
	.module-appointment.option-1:before {
		/*position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 50%);
		content: "";
		background: #293535;
		z-index: 2;*/
		height: calc(100% - 25%);
		z-index: 2;
		opacity: 0.8;
		background: #3c877f;
		top: unset;
		bottom: 0;
	}
	.module-appointment.option-1:after {
		height: calc(100% - 25%);
		/*background: #252324;*/
		position: absolute;
		right: 0;
		top: unset;
		bottom: 0;
		opacity: 1;
	}
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(1){
		box-shadow: 0px 20px 50px #3c877f20;
		border-radius: 20px;
	}
}

@media (max-width: 414px) {
	.module-appointment.option-1 .section-headline h2 {
		font-size: 160%;
	}
	.module-appointment.option-1 .ry-flex .ry-each .ry-text p {
		font-size: 16px;
	}	
}

.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) h2, .module-appointment.option-1 .ry-flex .ry-each:nth-child(2) p {
    color: #fff !important;
}
