/* Request Appointment */


.module-appointment.option-1 .ry-flex .ry-each:nth-child(1) {
	max-width: 780px;
}

.module-appointment.option-1 .section-headline h2 {
	color: #012f5b;
	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 {
	height: 60px;
	border-radius: unset;
	box-shadow: unset;
	padding-left: 30px;
	font-size: 18px;
	border: 1px solid #eee;
}

.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 {}

.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 {
    background: linear-gradient(40deg, #f8f8f8, #c8dbee);
    padding: 8em 0;
    margin-bottom: -3px;
}
div.module-appointment.option-1 h4 {
    font-size: 30px !important;
    margin: 5px 0 30px;
    color: #333;
}

div#submit {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    align-items: center;
    margin-top: 0;
}

div#submit .form-disclaimer {
    width: 80%;
}

div#submit .form-group {
    width: auto;
    margin-bottom: 0;
}

div#name:after, div#phone:after, div#email:after,
div#date:after, div#time:after{
    position: absolute;
    content: "*";
    font-family: 'Font Awesome 5 Free';
    left: 24%;
    top: 20px;
    color: #4eb9c1;
    font-size: 11px;
}

div#name:after {
    left: 12.5%;
}

div#phone:after {
    left: 25%;
}

div#date:after {
    left: 39%;
}

div#time:after {
    left: 41%;
}

.form-disclaimer p {
    font-size: 19px;
    color: #333;
}


.module-appointment.option-1:before {
	content: "";
	max-width: 700px;
	height: 1000px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: -50px;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-c1d5cf34-be10-4929-8a92-2a69924bbbea/HomepageAssets/form_img.png);
	background-size: contain;
	width: 100%;
}
.module-appointment.option-1:after {
	content: "";
	width: 100%;
	height: calc(100% - 90px);
	/* background: #012f5b; */
	/* background-image: url(''); */
	background-size:cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.3;
}

.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;
	opacity: .5;
}

.module-appointment.option-1 .form-block .input-wrap .svg-fields {
	position: absolute;
	top: 20px;
	left: 25px;
}
.module-appointment.option-1 .btn,
.module-appointment.option-2 .btn  {
	border-radius: 0;
	padding: 10px 35px;
	background: #012f5b;
	border: unset !important;
	float: right;
	font-size: 20px !important;
	}
.module-appointment.option-1 .btn:hover,
.module-appointment.option-2 .btn:hover {
	color: #FFFFFF;
	background: #359ba3;}
.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: 991px) {
	.module-appointment.option-1 {
		padding: 100px 0 0;
	}
	.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%;
	}
	.module-appointment.option-1 .ry-flex {
		flex-direction: column;
	}
	.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(1) {
		padding: 0;
		box-shadow: none;
	}
	.module-appointment.option-1 .ry-flex .ry-each:nth-child(2) {
		padding: 60px 30px;
	}

	.module-appointment.option-1 .form-block .input-wrap.flex {
    width: 100%;
    flex-direction: column;
    margin: 0 !important;
}

div#name:after, div#phone:after, div#email:after, div#date:after, div#time:after {
    display: none;
}


.module-appointment.option-1 .form-block .input-wrap.flex .input-wrap {
    width: 100% !important;
    margin-left: 0 !important;
}
}

@media (max-width:1600px) and (min-width:1200px) {
    div#name:after {
        left: 14%;
    }

    div#phone:after {
        left:30%;
    }

     div#date:after {
        left:46%;
    }

     div#email:after {
        left:28%;
    }

     div#time:after {
        left:48%;
    }

}

@media (max-width:1500px) and (min-width:1301px) {
     div.module-appointment.option-1:before {
		height: 700px;
		right: -11%;
		top: 5%;
	}
}

@media (max-width:1300px) and (min-width:1200px) {

 	div.module-appointment.option-1 .ry-flex .ry-each:nth-child(1) {
        width:60%;
    }

    .module-appointment.option-1:before {
		height: 650px;
		right: -16%;
		top: 4%;
	}
}

@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: #359ba3;
		z-index: 2;*/
		height: calc(100% - 25%);
		z-index: 2;
		opacity: 0.8;
		background: #012f5b;
		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 #012f5b20; */
		/* 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;
}






