.ry-section-headline.have-borders {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ry-section-headline.have-borders:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 200px;
    height: 4px;
    background: #b7c1c5;
    transform: translate(-50%, 0);
}
.ry-section-headline h1 {
    font-size: 80px;
    font-weight: 400;
}
.ry-section-headline h2 {
    font-size: 60px;
    color: #738478;
	font-weight: 400;
}
.ry-section-headline h1 span {
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.ry-btn:before,
.ry-btn:after {
	display: none;
}
.ry-btn {
    max-width: max-content;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 58px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #fff !important;
}
.ry-btn.btn-center {
    margin: 0 auto;
}
.ry-btn.ry-btn-primary {
    background: #6f848c !important;
}
.ry-btn.ry-btn-primary:hover {
    background: #738478 !important;
}
.ry-btn.btn-white {
    background: #fff !important;
    color: #3f4c55 !important;
}
.ry-btn.btn-white:hover {
    background: #6f848c !important;
    color: #fff !important;
}

/* HEADER */
.module-43 {
    position: fixed;
    padding: 25px 0;
}
.module-43 .ry-left {
    align-items: flex-start;
}
.module-43 .ry-right .ry-leads .ry-contact li {
    height: 70px;
}
.module-43 .ry-right .ry-leads .ry-contact li a,
.module-43 .ry-right .ry-leads .ry-contact li span.call_us {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
}
.module-43 .ry-right .ry-leads .ry-contact li span.call_us {
    font-size: 16px;
}
.module-43 .ry-right .ry-leads .ry-contact li a, 
.module-43 .ry-right .ry-leads .ry-contact li a span {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.module-43 .ry-right .ry-menu .nav-menu {
    top: 0;
}
.module-43 .ry-right .ry-menu .nav-menu > li > a {
    font-size: 20px;
}
.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
    margin-left: 5px;
}
.module-43.fixed .ry-right .ry-menu .nav-menu {
    top: 15px;
}
.module-43.fixed .ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    top: 30px !important;
}
.module-43 .ry-left img {
    max-width: 420px;
    width: 100%;
    min-width: 420px;
}
/* HEADER INNER */
body.default .module-43 .ry-right .ry-menu .nav-menu > li > a,
body.home .module-43 .ry-right .ry-menu .nav-menu > li > a{
    color: #3f4c55;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) .contact__overlay,
body.home .module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) .contact__overlay {
    background: #6f848c;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li .contact__overlay,
body.home .module-43 .ry-right .ry-leads .ry-contact li .contact__overlay {
    -webkit-transform: scale(15);
    transform: scale(15);
}
body.default .module-43,
body.home .module-43.fixed {
    background: #fff;
	padding: 20px 0 15px;
}

body.default .module-43:not(.fixed) {
    padding-bottom: 0;
}

/*
body.default .module-43 .ry-left img,
body.home .module-43 .ry-left img {
	filter: brightness(1) invert(1);
}
*/
/* HERO */
.hero-v2 .carousel-control {
    display: none;
}
.hero-v2 .hero-banner .item .text-center, 
.hero-v2 .hero-banner .item .text-center img {
    height: 100vh;
    min-height: 700px;
    object-fit: cover;
}
.hero-content {
    position: absolute;
    bottom: 70px;
}
.hero-v2 .ry-section-headline h1 {
    text-align: center;
    color: #fff;
}
.hero-v2 .ry-btn {
    font-size: 20px !important;
    margin-top: 20px;
}
/* END HERO */

/* WELCOME */
.welcome-v2 {
    padding: 180px 0 200px;
}
.welcome-v2 .ry-section-headline h2 {
    text-align: center;
}
.welcome-v2 .ry-text p {
    max-width: 790px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.5;
    text-align-last: center;
}
/* END WELCOME */

/* SERVICES */
.services-v2 .ry-grid-services {
    display: flex;
    flex-direction: row;
}
.services-v2 .ry-grid-services .ry-each-container {
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each {
    position: relative;
	overflow: hidden;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each.each-large {
    width: 100%;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each.each-medium {
    width: 50%;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    top: 50%;
    border: 1px solid #738478;
    z-index: 2;
    opacity: 0;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each .each-title {
	position: absolute;
	bottom: 45px;
	left: 0;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	transition: .2s;
	z-index: 3;
	width: 100%;
	padding: 0 45px;
	text-align: left;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each .each-link, 
.services-v2 .ry-grid-services .ry-each-container .ry-each .each-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each .each-link a {
    z-index: 999;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    top: 50%;
    border: 2px solid #738478;
    z-index: 2;
	transition: .5s;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
	transition: .2s;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each:hover:after {
    opacity: 1;
    transition: .2s;
}
.services-v2 .ry-grid-services .ry-each-container .ry-each:hover:before {
	transform: translate(-50%, -50%) scale(1);
	transition: .5s;
	opacity: 1;
	
}
.services-v2 .ry-grid-services .ry-each-container .ry-each:hover .each-title {
	bottom: 50%;
	transform: translate(0, 50%);
	transition: .5s;
} 
/* END SERVICES */

/* TEAM */
.team-v2 {
	background: #e3e3e3;
	overflow: hidden;
}
.team-v2:before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(50% - 8.333vw);
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-2041f3a4-71e9-4c13-892c-95f1ec410755/HomepageAssets/bg_team.jpg);
    top: 0;
    height: 100%;
    /* z-index: 1; */
}
.team-v2 .ry-flex {
    align-items: center;
}
.team-v2 .ry-flex .ry-each {
    width: 50%;
}
.team-v2 .ry-flex .ry-each:nth-child(1) {
    padding-top: 190px;
}
.team-v2 .ry-flex .ry-each:nth-child(1) .photo img {
	max-width: 630px;
	margin-left: auto;
}
.team-v2 .ry-flex .ry-each:nth-child(2) {
    max-width: 800px;
    padding: 0 70px;
}
.team-v2 .ry-flex .ry-each .have-borders:after {
    left: 0;
    transform: unset;
}
.team-v2 .ry-flex .ry-each .ry-text p {
    line-height: 1.5;
    margin-bottom: 30px;
}
/* END TEAM */

/* REVIEW */
.review-v2 .ry-flex {
    align-items: center;
}
.review-v2 .ry-flex .ry-each:nth-child(1) {
    max-width: 800px;
    padding-left: 8.3333vw;
    padding-top: 100px;
    padding-bottom: 100px;
}
.review-v2 .ry-flex .ry-each .have-borders:after {
    left: 0;
    transform: unset;
}
.review-v2 .ry-flex .ry-each .each-comment .ry-text div {
    text-align: left !important;
    line-height: 1.5;
}
.review-v2 .ry-flex .ry-each .each-comment .each-name {
    display: none;
}
.review-v2 .ry-flex .ry-each .each-comment .review-btn {
    clear: both;
    margin-top: 40px;
}
.review-v2 .ry-flex .ry-each .carousel-control {
    display: none;
}

/* END REVIEW */

/* AFFI v2 */
.affi-v2 {
    padding: 200px 0 230px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-2041f3a4-71e9-4c13-892c-95f1ec410755/HomepageAssets/insurance_bg.jpg);
    background-size: cover;
    background-position: top center;
}
.affi-v2 .ry-content {
    display: flex;
    justify-content: center;
}
.affi-v2 .ry-content .content {
    max-width: 1120px;
}
.affi-v2 .ry-content .content .ry-section-headline h2 {
    color: #fff;
    text-align: center;
}
.affi-v2 .ry-section-headline.have-borders:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 200px;
    height: 4px;
    background: rgba(255,255,255,0.8);
    transform: translate(-50%, 0);
}
.affi-v2 .ry-content .content .ry-text p {
    max-width: 960px;
    margin: 0 auto 30px;
    text-align: justify;
    text-align-last: center;
    color: #fff;
    line-height: 1.5;
}
.affi-v2 .swiper-wrapper {
    align-items: center;
}
.affi-v2 .swiper-button-prev, 
.affi-v2 .swiper-button-next {
    background: transparent;
    width: 15px;
    height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 35px;
}
.affi-v2 .swiper-button-prev:before, 
.affi-v2 .swiper-button-next:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.affi-v2 .swiper-button-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.affi-v2 .swiper-wrapper .swiper-slide img {
    max-width: 180px !important;
    max-height: 52px;
    object-fit: contain;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.affi-v2 .swiper-wrapper .swiper-slide,
.affi-v2 .swiper-container {
    height: auto;
}
.affi-v2 .swiper-container {
    padding-bottom: 110px;
    margin-top: 30px;
}
.affi-v2 .swiper-pagination {
    bottom: 50px !important;
}
.affi-v2 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px !important;
}
/* END AFFI */

/* CONTACT */
.contact-v2 .ry-flex .ry-each {
    max-width: 50%;
}
.contact-v2 .ry-flex .ry-each:nth-child(1) {
    padding: 160px 8.333vw;
}
.contact-v2 .ry-flex .ry-each .have-borders:after {
    left: 0;
    transform: unset;
}
.contact-v2 .ry-flex .ry-each .ry-text p {
    line-height: 1.5;
}
.contact-v2 .ry-flex .ry-each .form-v2 {
    margin-top: 30px;
}
.contact-v2 .ry-flex .field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}
.contact-v2 .ry-flex .field-wrapper .field-lg {
    width: calc(100% - 10px);
    margin-left: 10px;
}
.contact-v2 .ry-flex .ry-each .form-group {
    margin-bottom: 10px;
}
.contact-v2 .ry-flex .ry-each .form-control {
    border-radius: unset;
    height: 60px;
    padding-left: 30px;
    font-size: 18px;
    color: #3f4c55;
}
.contact-v2 .ry-flex .ry-each textarea.form-control {
    height: 200px;
    resize: unset;
    padding-top: 15px;
}
.contact-v2 .ry-flex .ry-each .form-control::placeholder {
    color: #3f4c55;
}
.contact-v2 .ry-flex .field-wrapper .field-md {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.contact-v2 .ry-flex .ry-each:nth-child(2) {
    position: relative;
}
.contact-v2 .ry-flex .ry-each:nth-child(2) .map-iframe-ratio, 
.contact-v2 .ry-flex .ry-each:nth-child(2) .map-iframe-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-v2 .ry-flex .ry-each .ry-section-headline h2 {
    text-align: left;
}
/* END CONTACT */

/* FOOTER */
.module-44 {
    padding-top: 80px;
    background: #3f4c55;
}
.module-44 .social-icons {
    margin-top: 50px;
    margin-bottom: 70px;
}
.module-44 .social-icons .social-inner-wrap {
    background: #3f4c55;
}
.module-44 .ry-flex .ry-each h2 {
    font-size: 28px;
	margin-bottom: 25px;
	line-height: 1;
	text-transform: initial;
}
.module-44 .ry-flex .ry-each ul li:not(:last-child) {
    margin-bottom: 10px;
}
.module-44 .ry-flex .ry-each ul li, 
.module-44 .ry-flex .ry-each ul li a {
    display: flex;
    line-height: 1.5 !important;
}
.module-44 .ry-flex .ry-each ul li a {
    font-size: 16px;
}
.module-44 .ry-divisor, 
.module-44 .ry-footer-copyright .ry-container {
    border-top: 1px solid #657077;
}

.module-44 .ry-flex .ry-each .span-2 {
    width: 160px;
    display: inline-block;
}
.module-44 .ry-flex .ry-each a, 
.module-44 .ry-flex .ry-each div, 
.module-44 .ry-flex .ry-each span {
    font-size: 16px;
    line-height: 1.5 !important;
}
.module-44 .ry-footer-copyright a {
    opacity: 1;
}
div.module-44 .ry-footer-copyright .ry-right {
    display: flex;
    align-items: center;
}
div.module-44 .ry-footer-copyright .ry-right .powered {
    flex-direction: revert;
}
.module-44 .ry-flex .ry-each .website-info .phone a {
    font-size: 28px;
    font-weight: 500;
}
.module-44 .ry-flex .ry-each .website-info .span-2 {
    display: block;
}
.module-44 .ry-flex .ry-each .website-info .phone {
    margin-top: 20px;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title .ry-container h1 {
    font-size: 60px;
    text-transform: initial;
    font-weight: 300;
    color: #738478;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title .ry-container {
    max-width: 1600px;
}

/* QA Edits */
.alert li:last-child {
	margin-bottom: 0 !important;
}
.alert li, .alert {
	font-size: 16px !important;
}
.module-44 .ry-footer-copyright a:hover {
    color: #738478;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap .fa,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap .fa {
    color: #3f4c55;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap {
    border-color: #3f4c55;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover a, 
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover a span,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover a, 
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover a span {
    color: #3f4c55 !important;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover {
    border: 1px solid #3f4c55 !important;
    border-left: unset !importantt;
}
body.home .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap .fa,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap .fa {
    color: #fff;
}
body.home .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap,
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap {
    border-color: #fff;
}
body.home .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover a, 
body.home .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover a span {
    color: #fff !important;
}
body.home .module-43.fixed .ry-right .ry-leads .ry-contact li:nth-child(2):hover a, 
body.home .module-43.fixed .ry-right .ry-leads .ry-contact li:nth-child(2):hover a span {
	color: #3f4c55 !important;
}
body.default .module-43 .ry-right .ry-leads .ry-contact li:nth-child(1):hover .contact__overlay, 
body.home .module-43.fixed .ry-right .ry-leads .ry-contact li:nth-child(1):hover .contact__overlay,
body.home .module-43 .ry-right .ry-leads .ry-contact li:nth-child(1):hover .contact__overlay {
    background: #819186;
}
.module-43.fixed .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap .fa {
    color: #3f4c55 !important;
}
.module-43.fixed .ry-right .ry-leads .ry-contact li:nth-child(2):hover .icon__wrap {
    border-color: #3f4c55 !important;
}
/*.placeholder-photo {
    padding: 30px 20px;
    background: #819186;
}*/
.module-1 .ry-box-right .ry-btn {
    margin-top: 10px;
}
body.default .module-43 .ry-right .ry-menu .nav-menu > li > a {
    padding-bottom: 0 !important;
}
.published-copy .ry-btn .span-2 {
    margin-left: 5px;
}
.module-43 .ry-right .ry-leads .ry-contact li .link-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    max-width: 100% !important;
}
body.default .module-43 .ry-right .ry-menu .nav-menu > li > a:hover,
body.home .module-43 .ry-right .ry-menu .nav-menu > li > a:hover {
    color: #819186;
}

.module-44 .ry-footer-logo {
    max-width: 300px;
    margin: 0 auto 0;
    width: 80%;
    filter: brightness(0) invert(1);
}
.module-44 .social-icons .social-inner-wrap {
    display: none;
}
.module-44 .ry-footer-copyright {
	padding: 0 0 15px 0;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1660px) {
    
}
@media (max-width: 1440px) {
	.module-43 .ry-left {
		max-width: 200px;
		position: absolute;
		z-index: 9;
	}
	.module-43 .ry-right, 
	.module-43 .ry-right .ry-leads,
	.module-43 .ry-right .ry-menu .nav-menu {
		max-width: 100%;
	}
	.ry-section-headline h2 {
		font-size: 50px;
	}
	.review-v2 .ry-flex .ry-each:nth-child(1) {
		max-width: 45%;
	}
	.review-v2 .ry-flex .ry-each:nth-child(2) {
		width: 80%;
	}
	.review-v2 .ry-flex .ry-each:nth-child(2) .photo, 
	.review-v2 .ry-flex .ry-each:nth-child(2) .photo img {
		height: 100%;
		object-fit: cover;
		min-height: 800px;
		object-position: left;
	}
	
}

@media (max-width: 1366px) {
	.services-v2 .ry-grid-services .ry-each-container .ry-each .each-title {
		font-size: 24px;
	}
	.module-44 .ry-flex .ry-each .span-2 {
		width: 110px;
	}
}
@media (max-width: 1366px) and (min-width: 1081px) {
	.review-v2 .ry-flex .ry-each:nth-child(2) {
		margin-left: -100px;
		z-index: 1;
	}
	.review-v2 .ry-flex .ry-each:nth-child(1) {
		position: relative;
		z-index: 2;
	}
	.review-v2 .ry-flex:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		z-index: 2;
	}
}
@media (max-width: 1199px) {
	.ry-section-headline h1 {
		font-size: 60px;
	}
	.ry-section-headline h1 span {
		font-size: 24px;
	}
}
@media (max-width: 1080px) {
	.module-43 {
		display: none;
	}
	.mobile-container {
		padding: 24px 0;
	}
	#theme2-smHeader {
		display: block !important;
	}
	.mobile-container {
		background: #3f4c55;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 220px;
		min-width: 220px;
		filter: brightness(0) invert(1);
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .fa {
		color: #3f4c55;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		background: #fff;
	}
	.hero-content {
		position: relative;
		bottom: 0;
		padding: 40px 0 40px;
		background: #3f4c55;
	}
	.welcome-v2 {
		padding: 100px 0;
	}

	.welcome-v2 .ry-text p {
		font-size: 18px;
	}
	.services-v2 .ry-grid-services {
		flex-wrap: wrap;
	}
	.services-v2 .ry-grid-services .ry-each-container {
		max-width: 100%;
	}
	.team-v2:before {
		width: 50%;
		background-size: cover;
	}
	.team-v2 .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.team-v2 .ry-flex .ry-each:nth-child(1) {
		padding-top: 100px;
	}
	.team-v2 .ry-flex .ry-each:nth-child(2) {
		max-width: 90% !important;
		padding: 60px 60px 30px;
		background: #fff;
		width: 100%;
	}
	.team-v2 .ry-flex .ry-each:nth-child(2) h2 {
		text-align: center;
	}
	.team-v2 .ry-flex .ry-each .have-borders:after {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.team-v2 .ry-flex .ry-each .ry-text p {
		text-align: center;
		font-size: 18px;
	}
	.team-v2 .ry-flex .ry-each .ry-text .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.review-v2 .ry-flex {
		flex-direction: column-reverse;
	}
	.review-v2 .ry-flex .ry-each:nth-child(1) {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 60px;
	}
	.review-v2 .ry-flex .ry-each .ry-section-headline h2 {
		text-align: center;
	}
	.review-v2 .ry-flex .ry-each .ry-section-headline:after {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.review-v2 .ry-flex .ry-each .each-comment .ry-text div {
		text-align: center !important;
	}
	.review-v2 .ry-flex .ry-each .each-comment .review-btn .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.review-v2 .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
	.review-v2 .ry-flex .ry-each:nth-child(2) .photo, 
	.review-v2 .ry-flex .ry-each:nth-child(2) .photo img {
		height: auto;
		min-height: auto;
	}
	.affi-v2 {
		padding: 100px 0;
	}
	.contact-v2 .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact-v2 .ry-flex .ry-each {
		max-width: 100%;
	}
	.contact-v2 .ry-flex .ry-each:nth-child(1) {
		padding: 100px 5%;
	}
	.contact-v2 .ry-flex .ry-each:nth-child(2) {
		position: relative;
		height: 600px;
	}
	.contact-v2 .ry-flex .ry-each .ry-section-headline:after {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.contact-v2 .ry-flex .ry-each .ry-section-headline h2 {
		text-align: center;
	}
	.contact-v2 .ry-flex .ry-each .ry-text p {
		text-align: center;
	}
	.review-v2 .review-wrapper .carousel-indicators {
		display: none !important;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 86px;
		background-position: 90%;
	}
}
@media (max-width: 991px) {
	.module-44 .ry-flex .ry-each ul li {
		justify-content: center;
	}
	.module-44 .ry-flex .ry-each .website-info .span-2 {
		margin: 0 auto;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li span {
		display: flex;
		width: auto;
	}
}
@media (max-width: 767px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
	.team-v2 .ry-flex .ry-each:nth-child(2) {
		max-width: 100% !important;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}
	.contact-v2 .ry-flex .field-wrapper .field-md {
		width: calc(100% - 10px);
	}
}

@media (max-width: 600px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.services-v2 .ry-grid-services .ry-each-container .ry-each .each-title {
		text-align: center;
		font-size: 20px;
		bottom: 20px;
	}
	.ry-section-headline h1 {
		font-size: 50px;
	}
	.ry-section-headline h2 {
		font-size: 40px;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title .ry-container h1 {
		font-size: 50px;
	}
}
@media (max-width: 420px) {

	#ry-pg-banner .ry-bnr-wrp {
		height: 260px;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 160px;
		min-width: 160px;
		filter: brightness(0) invert(1);
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.mobile-container {
		padding: 29px 0;
	}
}

@media (min-width: 992px) {
	#ry-sidebar .ry-contact-table .ry-row .ry-btn {
		margin-left: 0;
	}
}
@media (min-width: 1081px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.team-v2 .ry-flex .ry-each .ry-section-headline h2,
	.review-v2 .ry-flex .ry-each .ry-section-headline h2 {
		text-align: left;
	}
	.team-v2 .ry-flex .ry-each:nth-child(1) .photo img {
		margin-bottom: -150px;
	}
}
@media (max-width: 1440px) and (min-width: 1081px) {
	.team-v2 .ry-flex .ry-each:nth-child(1) .photo img {
		margin-bottom: -50px !important;
	}

	.team-v2 .ry-flex .ry-each:nth-child(1) .photo img {
		max-width: 420px;
		margin-left: auto;
	}
	.team-v2 .ry-flex .ry-each:nth-child(1) {
		padding-top: 100px;
	}
}