/* STYLE 7 */

.module-welcome.style-7 .background-section, 
.module-welcome.style-7 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center right;
	display: none;
}



.module-welcome.style-7:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-67cf1024-cda9-4b56-ac34-55bcf2d6866b/Assets/Welcome_image_V2.jpg);
	z-index: 1;
	z-index: 1;
	/*background-position: bottom right;*/
	background-size: cover;
	background-repeat: no-repeat;
}

.module-welcome.style-7 {
	padding: 110px 0 16%;
	background: #ffffff;
	margin-top: -2px;
}


.module-welcome.style-7 .ry-flex {
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.module-welcome.style-7 .ry-container {
	max-width: 1400px;
	width: 90%;
	z-index: 99;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
	max-width: 880px;
	width: 50%;
}


.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
	position: relative;
	height: 100%;
	width: 100%;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.module-welcome.style-7 .ry-headline h2 {
	font-size: 58px;
	font-family: Poppins;
	font-weight: 500;
	text-align: center;
}

.module-welcome.style-7 .ry-text p {
	margin: 30px 0 40px;
	font-size: 20x;
    color: #333;
}

.module-welcome.style-7  .text-wrapper {
	max-width: 100%;
}
.module-welcome.style-7 .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.module-welcome.style-7 .button-wrapper .ry-btn {
	width: max-content;
	max-width: max-content;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 150px;
}
@media (max-width: 1680px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 50px;
	}
}
@media (max-width: 1480px) {
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 60px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 60%;
	}

}
@media (max-width: 1080px) {
	.module-welcome.style-7 {
		padding: 60px 0;
	}
	.module-welcome.style-7 .ry-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.module-welcome.style-7 .ry-each h2 {
		text-align: center;
	}
	.module-welcome.style-7 .ry-each h2 {
		font-size: 46px;
	}
	.module-welcome.style-7 .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		width: 100% !important;
		max-width: 500px !important;
		padding-bottom: 40px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper .photo.offset {
		max-width: 80%; 
	}
}
@media (max-width: 680px) {
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		width: 80%;
	}
}
@media (max-width: 480px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 42px;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 36px;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 16px !important;
	}
}

.module-welcome.style-7 .ry-container {
    margin: unset;
    max-width: 100%;
	width: 100%;
}

.module-welcome.style-7 .text-wrapper {
		padding: 0 15%;
	}

/* END STYLE 7 */

@media (min-width: 1081px) {

	.module-welcome.style-7 .ry-headline h2, .module-welcome.style-7 .ry-text p {
		text-align: left !important;
	}
}

@media (max-width:480px){
	.module-welcome.style-7 .text-wrapper, .ortho-lenses .section.qa .ry-container{
		margin-bottom:8vw;
		background:#f3f2f285;
		padding: 5vw;
		max-width:900px;
		width: 90%;
		position:relative
	}

	.module-welcome.style-7:before{
		background-position: top;
	}
}

@media (max-width:780px){ 
	.module-welcome.style-7:before{
		background-size:contain;
		background-color:#f3f2f285;
	}
	.module-welcome.style-7 .text-wrapper, .ortho-lenses .section.qa .ry-container{
		background:none
	}

	.module-welcome.style-7 .ry-flex .image-wrapper{
		display:none
	}

	.module-welcome.style-7:before{
		background-size: cover;
		background-position: right;
	}
	.module-welcome.style-7 {
		padding: 10% 0 10%;
	}
}