:root {
  --site-font: Poppins,sans-serif;
  --title-font: Poppins,sans-serif;
  --primary-color: #aed8e5;
  --secondary-color: #000000;
}

body, 
html {
	font-family: 'Poppins';
}

/* HEADLINE */

.section-headline h1 {
    font-size: 88px;
    font-family: 'Poppins';
    color: #000;
}

.section-headline p {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'Poppins';
	color: #ffffff;
}

.section-headline h2 {
    font-size: 48px;
    font-family: 'Poppins';
	color: #3d4f61;
}

#section-contact h2 {
    color: #fff;
	line-height:1.1
}

#promoted p {
    color: #3d4f61;
}
#section-contact .section-headline p {
	font-size: 20px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
text-align: center;
	letter-spacing:0;
	text-transform:none
}

#section-contact .ry-btn {
	margin-top:40px;
}

/* END HEADLINE */

/* TEXT */
.ry-text p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
}
/* TEXT */
/* BUTTON */
.ry-btn {
    height: 55px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    font-size: 19px !important;
    font-family: 'Poppins';
    border-radius: 10px;
	padding-left: 30px;
    padding-right: 30px;
	text-transform:uppercase
}

.ry-btn.ry-btn-primary {
    background: #d5573f;
}

.ry-btn:after {
    display: none;
}

.ry-btn.btn-svg-phone {
    font-weight: 600;
}
.ry-btn.btn-svg-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.btn-center {
    margin: 0 auto;
}
/* END BUTTON */

/* FORM FIELD */
.form-control {
    height: 52px;
    border-radius: unset;
    box-shadow: unset;
    font-size: 18px;
    font-family: 'Poppins';
    padding-left: 20px;
}

.form-group {
    margin-bottom: 10px;
}

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    resize: unset;
}
/* END FORM */

/* HEADER */
.landing-header {
    padding: 30px 0;
	background: #3d4f61;
}

.landing-header .ry-flex .ry-each:not(.button-block) {
    max-width: 210px;
}

.landing-header .ry-flex .ry-each.button-block {
    max-width: max-content;
}

.landing-header .ry-flex {
    align-items: start;
}


.landing-header .button-wrapper {
    display: flex;
    gap: 20px;
}

.landing-header .button-wrapper .ry-btn {
    margin-left: 10px;
}

/* END HEADER */

/* HERO CONTENT */
.landing-hero .section-background, 
.landing-hero .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-hero .hero-content {
    padding: 150px 0 120px;
    position: relative;
    z-index: 2;
}

.landing-hero .hero-content .ry-flex {
    align-items: flex-end;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
    max-width: 1120px;
    width: 70%;
    padding-right: 7vw;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
    max-width: 480px;
    min-width: 480px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
    padding: 50px 55px;
    background: #fff;
    border: 1px solid #cdc8ca;
}


.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
    margin: 15px 0 30px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {
    margin-left: auto;
    margin-right: auto;
}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
    margin: 20px 0 30px;
    color: #fff;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    margin-top: 5px;
    color: #fff;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
    color: #3d4f61;
}

.landing-hero .section-background:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #0d0d0d00, #000000b8);
    width: 100%;
    height: 60%;
    z-index: 1;
}
/* END HERO */

/* WELCOME */
.landing-welcome {
    padding: 180px 0;
	background: #3d4f61a3;
}

.landing-welcome .ry-container {
    display: flex;
    justify-content: center;
}

.landing-welcome .ry-container .ry-content {
    max-width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each {
    width: 50%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 27%;
    width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
    width: 65%;
    padding-left: unset;
}
.landing-welcome .ry-container .ry-content .ry-flex:nth-child(2) .ry-each:nth-child(1){
	width: 65%;;
	max-width:unset
}

.landing-welcome .ry-container .ry-content .ry-flex:nth-child(2) .ry-each:nth-child(2){
	max-width: 27%;
	width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
    margin-bottom: 15px;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
    margin-bottom: 30px;
}

.landing-welcome .ry-container .ry-content .ry-flex {
    align-items: center;
}
/* END WELCOME */

/* FEATURED SERVICE */
.landing-featured-service {
	padding: 160px 0 30px;
	margin-bottom: 2px;
}

.landing-featured-service .section-headline p {
    margin-top: 15px;
    margin-bottom: 50px;
}

.landing-featured-service .photo {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-featured-service .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-featured-service .ry-content .ry-text {
    max-width: 860px;
    margin-top: 50px;
}

.landing-featured-service:after {
    position: absolute;
    content: "";
    bottom: -230px;
    left: 0;
    width: 100%;
    height: 30vw;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 230px solid #fff;
    z-index: 9;
}
/* END SERVICES */

/* LIST SERVICES */
.landing-services {
    padding: 180px 0 140px;
	background: #3d4f61;
}

.landing-services .section-headline h2 {
    color: #000000;
}

.landing-services .section-headline p {
    margin-top: 15px;
    color: #000000;
}

.landing-services .ry-flex .ry-each .link, .landing-services .ry-flex .ry-each .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.landing-services .ry-flex {
    max-width: 1280px;
    /* margin: 0 auto; */
    width: calc(100% + 30px);
    margin-left: -30px;
}

.landing-services .section-headline {
    margin-bottom: 50px;
}
.landing-services .section-headline p {
	display:none
}

.landing-services .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-services .ry-flex .ry-each {
    margin-left: 0px;
    width: 33.33%;
	transition:all .3s ease
}
.landing-services .ry-flex .ry-each:hover {
    transform:scale(1.03)
}

.landing-services .ry-flex .ry-each .title {
    clear: both;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
	letter-spacing: 0px;
	font-size: 17px;
	line-height: 1.1;
	color: #ffffff;
	font-weight: 400;
	font-family: "Poppins";
	background:transparent
}

.landing-featured-service:after {
    position: absolute;
    content: "";
    bottom: -230px;
    left: 0;
    width: 100%;
    height: 30vw;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 230px solid #fff;
    z-index: 9;
}
.landing-services .ry-btn {
	margin: 50px auto 0 
}
/* END LIST SERVICES */

/* REVIEW */
.landing-reviews {
    padding: 150px 0 130px;
}

.landing-reviews .ry-container {
    display: flex;
    justify-content: center;
}

.landing-reviews .ry-container .ry-content {
    max-width: 1280px;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 400px;
    min-width: 400px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
    text-align: right;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
}

.landing-reviews .ry-container .ry-content .ry-each  .carousel-navigation-slide {
    display: flex;
    justify-content: flex-end;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #3d4f61;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* transform: rotate(-45deg); */
    /* -webkit-transform: rotate(-45deg); */
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:before {
    border: solid #3d4f61;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev {
    margin-right: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
    font-size: 18px;
	color: #26211f
}

.landing-reviews .ry-container .ry-content .ry-each.review-container {
    padding-top: 70px;
    display: flex;
    justify-content: flex-end;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel {
    max-width: 767px;
    position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name {
    display: flex;
    flex-direction: column;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate svg {
    width: 20px;
    fill: #eab936;
    margin: 0 2px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
	margin-top: 15px;
	letter-spacing: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
    text-align: center;
    margin-bottom: 50px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
    content: "";
    width: 50px;
    height: 449px;
    position: absolute;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/LandingTemplate/footer_shadow.png);
    background-size: contain;
    top: 0;
    right: -50px;
}


.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before, 
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
    content: '“';
    font-family: 'Poppins';
    font-size: 230px;
    opacity: .2;
    position: absolute;
}


.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
    top: -28px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
    content: "”";
    right: 0;
    bottom: -40px;
}
/* END REVIEW */

/* CONTACT */
.landing-contact {
    padding:100px 0
}
.landing-contact .section-background, 
.landing-contact .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-contact .ry-container {
    display: flex;
    justify-content: flex-start;
}

.landing-contact .ry-container .ry-content {
    max-width: 50%;
    padding: 0 0vw;
}

.landing-contact .ry-container .ry-content h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* END CONTACT */

/* FOOTER */
.landing-footer .footer-top {
	padding: 80px 0 70px;
	background: #3d4f61;
}

.landing-footer .footer-top .ry-flex {
	align-items: center;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
	max-width: 320px;
}

.landing-footer .footer-top .ry-container {
	display: flex;
	justify-content: center;
}

.landing-footer .footer-top .ry-container .ry-content {
	max-width: 1280px;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
	max-width: max-content;
	width: 33.33%;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-title {
	font-size: 25px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}

.landing-footer .footer-top .ry-flex .ry-each  .footer-details.hours-list ul {
	list-style: none;
	padding-left: 0;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
	display: flex;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
	min-width: 160px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	font-family: 'Poppins';
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
	font-size: 18px;
	color: #fff;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details:not(:last-child) {
	margin-bottom: 25px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .phone, 
.landing-footer .footer-top .ry-flex .ry-each:nth-child(2) .footer-details .span-1 {
	font-weight: 600;
}

.social-block .social-icons-custom {
	display: flex;
	list-style: none;
	padding-left: 0;
}

.social-block .social-icons-custom .social-inner-wrap {
	display: flex;
}

.social-block .social-icons-custom .social-inner-wrap li {
	margin-right: 5px;
}

.social-block .social-icons-custom .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #434343;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #ffd9c6;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	background: #434343;
}
.social-block .social-icons-custom .social-inner-wrap li a svg {
	width: 15px;
	fill: #3d4f61;
}

.landing-footer .footer-top .ry-flex .ry-each {
	flex-direction: column;
	display: flex;
}

.landing-footer .footer-bottom {
	padding: 20px 0;
}

.landing-footer .footer-bottom .ry-container {
	display: flex;
	justify-content: center;
}

.landing-footer .footer-bottom .ry-container .ry-content {
	max-width: 1280px;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-family: 'Poppins';
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
	display: flex;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) img {
	width: 120px;
	margin-left: 5px;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each {
	max-width: max-content;
}
@media (max-width: 1080px) {
	.landing-footer .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
		max-width: 280px;
	}

	.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-title {
		text-align: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
		text-align: center;
	}

	.social-block .social-icons-custom {
		justify-content: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul {
		max-width: max-content;
		margin:  auto;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) .powered-text {
		margin: 10px 0;
	}
}
@media (max-width: 620px) {
	.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
		text-align: center;
	}
}
/* END FOOTER */

/* QA CHANGES */
.landing-hero .hero-content {
	display: flex;
	align-items: flex-end;
}
.landing-hero .hero-content {
	padding: 60px 0;
	min-height: calc(100vh - 130px);
}
.landing-hero .hero-content .form-wrapper .alert li, 
.landing-hero .hero-content .form-wrapper .alert {
	font-size: 14px;
	line-height: 1;
	text-align: left;
}
.landing-hero .hero-content .form-wrapper .alert li:last-child {
	margin-bottom: 0;
}
.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
	text-align: left;
}
.landing-reviews {
	padding: 150px 0 150px;
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a:hover {
	color: #3d4f61;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	fill: #000000;
	background: transparent;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #3d4f61;
}
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a:hover {
	text-decoration: underline !important;
}
@media (max-width: 1680px) {
	.landing-featured-service {
		margin-bottom: 5px;
	}
}


/* END QA */

/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}




/*update*/
/*GLOBAL*/
h1,h2,h3,h4,h5,h6 {
	font-family:var(--title-font) !important;
	font-style:italic
}

.section-headline h2 {
font-size: clamp(2.1875rem, 1.4706rem + 2.9412vw, 5rem);
line-height: 1.2;
text-transform: uppercase;
color: #26211f;
font-weight: 400;
font-family: "Poppins";
font-style:normal;
}

.section-headline p {
letter-spacing: 8px;
text-transform: uppercase;
color: #26211f;
font-weight: 400;
font-family: "Poppins";
}


.landing-welcome .ry-text p {
line-height: 1.5;
font-size: 20px;
color: #26211f;
font-weight: 400;
font-family: "Poppins";
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
    margin: 0px 0 20px;
}
.landing-welcome {
    padding: 180px 0 100px;
    background-color:unset;
    background-position:center;
    background-size:cover;;
	
}
.landing-services {
    background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-e9ae6a73-5c71-4b7b-a8ba-b6783e7b1dd0/PPC_Landing_Assets/what_we_offer_bg.png);
    background-position:top center;
    background-size:cover;
    background-color: unset;
}

.landing-hero .hero-content {
	padding: 60px 0;
	min-height:100vh;
}
.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1{
	font-size: clamp(2.8125rem, 2.4029rem + 1.7476vw, 4.5rem) !important;
	line-height: 1.1;
	color: #ffffff;
	font-weight: 400;
	font-style: normal;
	text-transform:uppercase;
	font-family: "Poppins";
	line-height:1.1
}
.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
	font-size: 25px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	font-family: "Poppins";
	line-height:1.2;
	margin-block:20px
}


@media(min-width:1080px) {

	.landing-header {
		background:transparent;
		position:absolute;
		z-index:99
	}
}

	
	.ry-btn.btn-svg-calendar:before {
    content: "\f073";
}

.ry-btn.btn-svg-calendar:before, .ry-btn.btn-svg-phone:before {
        font-family: 'FontAwesome';
    margin-right: 20px;
    font-size: 21px;
}

.ry-btn.btn-svg-phone:before {
	transform:rotate(260deg);
	margin-right:10px
}

.ry-btn.btn-svg-calendar {
    background-color: #a69c9b !important
}

.landing-header .button-wrapper a p {
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    line-height:1.2;
    text-transform:no;
    font-weight:400;
	font-size: 18px;
}

.landing-header .button-wrapper a p .span-1{
    font-weight:300;
    font-size: 14px !important;
}

.landing-header .button-wrapper .ry-btn {
	border-radius: 12px !important;
	height: 55px;
}

.landing-header .button-wrapper .ry-btn.ry-btn-secondary:first-child {
	background:#aed8e5 !important;
	color:#26211f !important;
	min-width:unset !important
}
.landing-header .button-wrapper .ry-btn.ry-btn-secondary:last-child {
	background:#fff !important;
	color:#26211f !important
}

.landing-header .button-wrapper .ry-btn.ry-btn-secondary:hover {
	background:#000 !important;
	color:#fff !important;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text {
    margin-bottom:20px;
    font-size: 18px;
    color: #333333;
    
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
    font-size: clamp(1.875rem, 1.636rem + 0.9804vw, 2.8125rem) !important;
    font-weight: 500;
    line-height:1.1;
	font-style:normal;
	text-transform:uppercase;
	color: #26211f;;
	margin-bottom:30px
}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
	margin: 10px 0;
	color: #fff;
	line-height:1.2;
	font-size: 20px;
	font-weight: 400;
	font-family: "Poppins";
}
.landing-hero .hero-content .ry-each:nth-child(1) .ry-btn {
	margin-top:60px;
	text-transform:uppercase
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
border-radius: 25px;
    padding-block:40px
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn{
    margin-top:20px;
    margin-bottom:-10px;
    font-size: 18px !important;
    color: #26211f !important;
    font-family: "Poppins";
    text-align: center;
    text-transform:uppercase;
    font-weight:400;
    min-width: 208px;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 155px;
}

/*WELCOME*/
.landing-welcome .ry-container .ry-content {
	display:flex;
	flex-direction:column;
	gap:100px
}

/*SERVICES*/
.landing-services .ry-content {
	margin-top:200px
}

.landing-services .section-headline h2{
	color:#fff !important
}

.landing-services .section-headline p {
	color:#fff !important;
	opacity: 0.502;
}

.landing-services .ry-flex .ry-each .title {
	line-height:1.2;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:30px
}

.landing-services .slick-prev,
.landing-services .slick-next {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  background:transparent;
  box-shadow:unset;
  border:unset
}

.landing-services .slick-prev:hover,
.landing-services .slick-next:hover {
  opacity: 1;
}

.landing-services .slick-prev {
  left: -60px;
}

.landing-services .slick-next {
  right: -60px;
}


.landing-services .ry-flex .ry-each {
    margin:0;
}
.landing-services .ry-flex {
margin:auto;
width: 100%;
	gap:30px
}

/*REVIEW SECTION*/
.landing-reviews {
    background:#3d4f61
}

.landing-reviews *{
    color:#fff !important
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
    background:#ffffff;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
font-size: 24px;
line-height: 1.3;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5 {
font-size: 24px;
line-height: 1.5;
color: #ffffff;
font-family: "Poppins" !important;
font-style:unset;
text-align: center;
letter-spacing:1px;
text-transform:capitalize
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5:before {
    content:"—";
    margin-right:10px
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate {
        display:none
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p{
    margin-bottom:20px;
    margin-top:80px
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
    left:50%;
    transform:translateX(-50%);
    opacity: 0.200;
    font-size: 269px;
    color: #000000;
}
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
    display:none
}

    .landing-reviews {
    padding: 100px 0;
}
.landing-reviews .ry-container .ry-content a.ry-btn {
    background-color: #a69c9b !important;
    font-size:18px !important;
color: #ffffff;
font-family: "Poppins";
text-align: center;;
    font-weight:400;
    margin:20px auto 0 ;
    
}


.landing-reviews .ry-container .ry-content .ry-each.review-container {
    flex-direction:column;
    align-items:center;
    max-width:640px;
    width:100%;
    justify-content:start
}

.landing-reviews .ry-container .slick-track {
    height:300px
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
    height:fit-content;
       overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
    height:fit-content;
    margin:20px auto;
    text-align:center
    
    
}

.landing-reviews .ry-container .each-comment {
    display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}

	.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
		top: -40px;
	}
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/shadow.png);
		background-repeat:no-repeat;

	}
	

/*FOOTER UPDATE*/
.landing-footer .footer-top {
    background:url('https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/bg_3.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.landing-footer .footer-top .ry-flex {
    align-items: self-start;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
    align-items:center;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) img{
    margin:auto
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
    min-width: 150px;
    text-align:end;
    padding-right:50px;
    text-transform:uppercase !important
}


.landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(2) .ry-text p:before{
    content: "\f3c5";
    font-family: 'FontAwesome';
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text {
    display:flex;
    gap:10px
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text:before{
    content: "\f095";
    font-family: 'FontAwesome';
    color:#fff
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text a {
    color:#fff;
    background: unset !important;
}

.social-block .social-icons-custom .social-inner-wrap li a svg {
    fill:#fff
}
.landing-footer .footer-top .ry-flex .ry-each .footer-title {
    font-weight: bold;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text, .landing-footer .footer-bottom .ry-container .ry-content .powered-text p, .landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
    font-size: 16px;
color: #333333;
font-weight: 500 !important;
}


/* MEDIA QUERIES */
@media screen and (min-width: 992px) and (max-width: 1700px) {
	.ry-container {
		max-width: 95%;
	}
}

@media(max-width:1280px) {
	.landing-hero .section-background, .landing-hero .section-background img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.landing-hero .hero-content {
		background:#3d4f61
	}
	.landing-hero .hero-content .ry-flex {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:30px
	}

	.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) *{
		text-align:center 
	}
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
		padding:0;
		width:100%
	}

	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
		max-width: 480px;
		width:100%;
		min-width: unset;
	}

	.landing-header {
		padding: 30px 0;
		background: #3d4f61;
	}
	.landing-header .button-wrapper .ry-btn {
		border:solid 1px #fff
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
		width: 100%;
	}
	.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text {
		display: flex;
		gap: 10px;
		align-items:center;
		justify-content:center
	}
	.landing-footer .footer-top .ry-flex {
		justify-content:center;
		align-items:center
	}
/*REVIEWS*/
	.landing-reviews .ry-flex {
		flex-direction:column;
		gap:30px;
		align-items:center;
		justify-content:center
	}
	.landing-reviews .ry-container .ry-content .ry-each {
		min-width:unset !important;
		width:100%;
		max-width:100% !important;
		padding:0 !IMPORTANT
	}

	.landing-reviews .ry-container .ry-content .ry-each * {
		text-align:center !important
	}

	.landing-reviews .ry-container .ry-content .ry-each .carousel-navigation-slide {
		justify-content:center
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		justify-content:center
	}
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
			display:none
	}

}

@media(max-width:980px) {
	.landing-header .button-wrapper a p {
		display:none;
	}

	.landing-header .button-wrapper .ry-btn {
		min-width:55px !important;
		height:55px;
		padding:0;
		display:flex;
		justify-content:center;
		align-items:center
	}
	.ry-btn.btn-svg-calendar:before, .ry-btn.btn-svg-phone:before {
		margin:unset;
		font-size:25px 
	}

	/*WELCOME SECTION 980PX*/

	.landing-welcome .ry-container .ry-content .ry-flex {
		flex-direction:column;
		gap:30px;
		align-items:center;
		justify-content:center
	}
	.landing-welcome .ry-container .ry-content .ry-flex *{
		text-align:center !important
	}

	.landing-welcome .ry-container .ry-content .ry-each {
		max-width: 700px !important;
		width: 100% !important;
		margin:auto;
		padding:0 !important
	}

	.landing-welcome .ry-container .ry-content .ry-flex:nth-child(2) {
		flex-direction:column-reverse;
	}

	

}
@media(max-width:780px) {
	.landing-welcome {
		padding: 100px 0px 500px;
	}
}
@media(max-width:480px) {
	.landing-header .ry-flex .ry-each:not(.button-block) {
		max-width: 180px;
	}
	.landing-header .button-wrapper .ry-btn {
		min-width:50px !important;
		height:50px;
	}

	/*SERVICES*/
	.landing-services .slick-prev {
		left: -40px;
	}

	.landing-services .slick-next {
		right: -40px;
	}

}

.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 9;
    opacity: 0;
}

.who-we-are-section {
	padding:100px 0
}
.who-we-are-section .ry-content {
	display:flex;
	flex-direction:column;
}
.who-we-are-section .header-wrapper {
max-width:960px;
	margin-inline:auto
}
.who-we-are-section .locations > div {
	width:20%;
}
.who-we-are-section .locations > div .link{
   display:none
}


.who-we-are-section .section-headline {
	margin-bottom:20px;
}
.who-we-are-section .header-wrapper * {
	line-height:1.5 !important;
}
.who-we-are-section .locations {
margin-block:60px;
	gap:10px;
	display:flex
}
.who-we-are-section .locations > div img {
	max-width:46px;
	margin:0 auto
}

.who-we-are-section .locations .location-name {
	font-size: 20px;
	color: #26211f;
	font-weight: 700;
	font-family: "Poppins";
	text-align: center;;
	margin-top:10px
}


.insurance-section .section-headline {
	margin-bottom:30px
}

.insurance-section .ry-multi-item-slider-heading-section {
	display:none
}
/* OWL START */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  filter: invert(1);
  margin: 0 auto;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

/* OWL END */


.ry-multi-item-slider {
	padding: 6.6vh 0px;
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ry-multi-item-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  /*background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-e9ae6a73-5c71-4b7b-a8ba-b6783e7b1dd0/Background_images/Floral_zoomed_in.png);*/
  background-size: cover;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.ry-multi-item-slider-heading-section {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -60px;
	color: #000000 !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 3px;
  margin: 5px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #000000;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work {
     display: flex;
    width: 100%;
    height: 100px;
    width: 160px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
	align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {.work {width: 100%;}}

.work .img {
  width: 100%;
  position: relative;
}

.work .img .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .work .img .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.work .text h3 {
  font-size: 18px;
  font-weight: 500;
}

.work .text h3 a {
  color: #000;
}

.work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

.work:hover .img .icon {
  opacity: 1;
}
.insurance-section .module-32:before,
.module-32.style3 .module-32-heading-2 .ry-section-title {
    display:none
}

.insurance-section .module-32.style3 .module-32-wrapper-one {
    background:unset;
        padding: 20px 0 40px;
}

.insurance-section .module-32 .swiper-slide img {
    filter:brightness(0) !important
}

.who-we-are-section .ry-container,
.insurance-section > .ry-container {
    max-width:1280px;
    width:90%;
    margin-inline:auto
}


.insurance-section .module-32 .swiper-button-prev:before, 
.insurance-section .module-32 .swiper-button-next:before {
    color: #4d4c4c;
    font-size:30px
}
.insurance-section .module-32.style3 .module-32-wrapper-one .ry-container {
    max-width:100%;
    width:100%
}


.insurance-section .module-32 .swiper-pagination-bullet {
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
}
.insurance-section .ry-btn {
    margin:0px auto 0
}


.insurance-section {
    padding:0 0 650px;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e9ae6a73-5c71-4b7b-a8ba-b6783e7b1dd0/PPC_Landing_Assets/insurance_accepted_bg.png) no-repeat bottom;;
	background-size:100%
}

.module-16 .office-hours {
  display:flex
}
.module-16 .office-hours .day-and-time-wrap .day-and-time {
  max-width:400px;
  margin:auto
}
@media(min-width:1280px) and (max-width:1880px) {
  .landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
    font-size:50px!important;
  }  
  .landing-header .ry-flex .ry-each:not(.button-block) {
    max-width: 150px;
  }
  .landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
    font-size:18px 
  }
  .landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    font-size:20px 
  }
}

@media(min-width:1281px) and (max-width:1440px) {
  .landing-hero .hero-content {
    padding-bottom:30px
  }
}

@media(max-width:1280px) {
  .landing-header .button-wrapper a p {
    display:none;
  }
  .landing-header .button-wrapper .ry-btn.ry-btn-secondary:first-child,
  .landing-header .button-wrapper .ry-btn.ry-btn-secondary:last-child{
    border-radius:50% !important;
    height:48PX;
    width:48px;
    min-width: 48px !important;
    padding:0
  }
  .landing-header .button-wrapper {
    gap:10px
  }
  .ry-btn.btn-svg-calendar:before, .ry-btn.btn-svg-phone:before {
    margin-right: 0px;
  }
  .landing-header .button-wrapper .ry-btn {
    margin-left: 0px;
}
    .landing-header .ry-flex .ry-each:not(.button-block) {
        max-width: 100px;
    }
  .landing-header {
    padding:20px 0 
  }
  .landing-header .ry-flex {
    align-items: center;
}

  .landing-hero .hero-content .ry-flex .ry-each:nth-child(1) .ry-btn {
    margin-inline:auto
  }

  .landing-welcome .ry-container .ry-content .ry-flex {
    flex-direction:column;
    row-gap:30px
  }
  .landing-welcome .ry-container .ry-content .ry-flex * {
    text-align:center !important
  }
  .landing-welcome .ry-container .ry-content .ry-btn {
    margin-inline:auto
  }
  .landing-welcome {
    padding: 100px 0 20px;
  }
  .landing-welcome .ry-container .ry-content .ry-flex .ry-each {
    width:90% !important;
    max-width:100% !important
  }
  .landing-welcome .ry-container .ry-content .ry-flex .ry-each img{
    max-width:400px;
    width:100%;
    margin-inline:auto
    
  }
  .landing-services {
    padding: 100px 0 100px;
  }
}
@media(max-width:991px) {
   .landing-welcome .ry-container .ry-content .ry-flex .ry-each {
    width:100% !important;
    max-width:100% !important
  }
      .landing-header {
        padding: 12px 0;
    }

  .landing-services .ry-flex {
    flex-direction:column;
    align-items:center;
    justify-content:center
  }
  .landing-services {
        padding-top: 250px;
    margin-top:-240px
    }
  .landing-services .ry-flex .ry-each {
    width:fit-content
  }
  .landing-services .ry-flex .ry-each img {
   max-width:400px;
    margin-inline:auto
  }
  .who-we-are-section .locations {
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:3vw
  }
  .who-we-are-section .locations >div{
    max-width:150px;
    width:100%;
  }
  .insurance-section {
    padding: 0 0 350px;
  }
  .landing-contact .section-background, .landing-contact .section-background img {
    position: relative;
    height:300px;
    object-fit:cover;
    object-position:right
  }
  .landing-contact {
    padding-top:0;
}
  .landing-contact {
    background:#000
  }
.landing-contact .ry-container {
  align-items:center;
  justify-content: center;
  padding-top:50px
}
  .landing-contact .ry-container .ry-content {
    max-width:100%;
  }
}
@media(max-width:480px) {
  .landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    font-size: 20px;
    letter-spacing:5px
}
  .landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
    padding: 50px 35px;
}
   .insurance-section {
    padding: 0 0 180px;
  }
  .who-we-are-section .locations {
    gap:30px
  }
  .who-we-are-section {
    padding: 80px 0 30PX;
}
  .module-32 #module-32-carousel-two {
    padding-top: 0px;
    padding-bottom: 40px;
}
  .landing-welcome .ry-container .ry-content {
    gap:50px
  }
}

