/* HEADER */
.gallery-wrapper-v2 .ry-block {
	width: calc(33.33% - 20px);
	position: relative;
}

.gallery-wrapper-v2 {
	margin-bottom: 60px;
}

.gallery-wrapper-v2 .ry-block img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.gallery-wrapper-v2 .ry-block:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	border: 1px solid #333;
}
.ry-sticky-menu.fixed {
	z-index: 100 !important;
}
.mobile-container.header-menu-v2 {
	background: #151a38;
	padding: 25px 0;
	transition: .2s;
}
.mobile-container .flex-wrap .mobile_logo img {
	max-width: 480px;
	transition: .2s;
}
.mobile-container.header-menu-v2 .menu-wrap {
	display: flex;
	justify-content: center;
}
.mobile-container.header-menu-v2 .flex-wrap {
	background: transparent;
	max-width: 1600px;
	width: 100%;
}
.mobile-container.header-menu-v2 .desktop-button {
	display: flex;
	flex-direction: column;
}
.mobile-container.header-menu-v2 .desktop-button .header-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mobile-container.header-menu-v2 .desktop-button .header-top .span-hour {
	font-size: 18px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a {
	display: flex;
	align-items: center;
	font-size: 18px;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a .fa {
	width: 35px;
	background: #d9dad9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	border-radius: 50%;
	font-size: 16px;
	margin-right: 10px;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a span {
	font-size: 22px;
	font-weight: bold;
	margin-left: 5px;
}
.mobile-container.header-menu-v2 .header-bottom {
	padding-top: 0px;
	display: flex;
	align-items: center;
}
.mobile-container.header-menu-v2 .header-bottom .header-social {
	margin-right: 25px;
}
.mobile-container.header-menu-v2 .header-bottom .header-social .social-inner-wrap {
	display: flex;
}
.mobile-container.header-menu-v2 .header-bottom .header-social .social-inner-wrap li {
	list-style: none;
}
.mobile-container.header-menu-v2 .header-bottom .header-social .social-inner-wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #d9dad9;
	border-radius: 50%;
	font-size: 16px;
}
.mobile-container.header-menu-v2 .header-bottom .header-social .social-inner-wrap li:not(:first-child) {
	margin-left: 7px;
}
.mobile-container.header-menu-v2 .header-bottom .header-button-group {
	display: flex;
}
.mobile-container.header-menu-v2 .header-bottom .header-button-group .ry-btn:not(:first-child) {
	margin-left: 7px;
}

/* FIXED HEADER */
.mobile-container.header-menu-v2.fixed {
	padding: 15px 0;
	transition: .2s;
	background: #5d646d;
}
.mobile-container.header-menu-v2.fixed .mobile_logo img {
	max-width: 240px;
}
.mobile-container.header-menu-v2 .header-bottom .header-social .social-inner-wrap li a:hover {
	background: #4CBAB1;
	color: #fff;
	transition: .2s;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover {
	color: #4CBAB1;
	transition: .2s;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover .fa {
	background: #4CBAB1;
	color: #fff;
	transition: .2s;
}
.mobile-container .flex-wrap .flex-item.left-nav {
	max-width: 420px;
}

.module-311 .ry-payment-options-logos .ry-each {
	min-height: 150px;
}



@media (max-width: 1080px) { 
	.mobile-container.header-menu-v2 {
		background: #fff;
		padding: 15px 0;
	}
	.mobile-container.header-menu-v2 .desktop-button {
		display: none;
	}
	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before,
	.mobile-container .mobile-nav button .hamburger-inner:after {
		background: #4CBAB1;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 80px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		background: #4CBAB1;
	}
	.module-team.style2 .ry-content .slick-dots {
		position: relative;
		right: unset;
		left: unset;
		top: unset;
		transform: unset;
		display: flex !important;
		margin-top: 30px;
		gap: 6px;
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.lives-saved .ry-flex .ry-each {
		width: calc(33.33% - 15px);
	}
	.mobile-container .flex-wrap .flex-item.left-nav {
		justify-content: flex-start;
	}
	.mobile-container .mobile-nav {
		margin-right: 20px;
	}
	.gallery-wrapper-v2 .ry-block {
		width: calc(50% - 20px);
		position: relative;
		margin: 0 10px;
		margin-bottom: 20px;

	}
	.gallery-wrapper-v2 {
		justify-content: center;
	}
}
@media (max-width: 620px) {
	.gallery-wrapper-v2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 420px) {
	.gallery-wrapper-v2 .ry-block {
		width: calc(100% - 20px);
	}
}
@media (min-width: 1081px) {
	body.default .mobile-container.header-menu-v2:not(.fixed) {
		position: relative;
	}
	.mobile-container .flex-wrap .flex-item.right-nav {
		width: calc(100% - 300px);
	}
	.mobile-container .mobile-nav {
		margin-right: 40px;
		height: 56px;
	}
	.mobile-container .mobile-nav .flex-btn {
		width: 56px;
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #c4c7c7;
	}
	.mobile-container .mobile-nav button .hamburger-box {
		width: 18px;
		height: auto;
		bottom: -6px;
	}
	.mobile-container .mobile-nav button .hamburger-inner {
		bottom: auto;
	}
	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before,
	.mobile-container .mobile-nav button .hamburger-inner:after {
		background: #ffffff;
		width: 18px;
	}
	.mobile-container .mobile-nav button .hamburger-inner:before {
		top: -7px;
	}
	.mobile-container .mobile-nav button .hamburger-inner:after {
		top: -14px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		display: none;
	}
	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
}
@media(max-width:1199px) {
	.mobile-container.header-menu-v2 .desktop-button .header-top .span-hour {
		font-size: 16px;
		padding-right: 10px;
		margin-right: 10px; 
	}
	.mobile-container.header-menu-v2 .desktop-button .header-top a {
		font-size: 16px;
	}
}

.mobile-container.header-menu-v2 .header-bottom .header-social .social-inner-wrap li:hover a {
	background: #4CBAB1;
	color: #ffffff;
}

.mobile-container .flex-wrap .flex-item.left-nav {
	justify-content: flex-start;
}

.cta-v2 .ry-container .ry-content .ry-flex .ry-each:hover .each-title,
.footer-top .ry-flex .ry-each .each-group .each-details a.btn-phone:hover,
.footer-bottom .copyrights-detail a:hover,
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover span {
	color: #4CBAB1;
}
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next):hover {
	opacity: .8;
}
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
	color: #ffffff;
	font-size: 20px;
}
.mobile-container.header-menu-v2 .header-bottom .header-button-group a.ry-btn.ry-btn-primary, .office-list a.ry-btn.ry-btn-primary {
	border: 1px solid #ffffff99;
	font-size: 17px !important;
	padding: 16px 20px;
	height: auto !important;
	line-height: 18px;
}
.office-list a.ry-btn.ry-btn-primary {
	margin-right: 12px;
}

.office-list .main-dropdown .under-dropdown {
	display: none;
}

.office-list .main-dropdown .under-dropdown.hover {
	display: block;
}

.office-list {
	list-style: none;
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	position: relative;
	top: 4px;
}

.office-list>li {
	padding-bottom: 14px;
	position: relative;
	top: 4px;
}

.office-list>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255 255 255 / 10%);
	font-size: 16px;
	width: 42px;
	height: 42px;
	border-radius: 21px;
	border: 0px solid #000000;
	color: #fff;
}

.office-list>li>a:hover {
	background: #45798b;
}

.office-list li a.fa:before {
	display: none;
}

.office-list>li>a svg {
	fill: #fff;
	width: 13px;
	height: 13px;
}

.office-list .main-dropdown ul {
	list-style: none;
	position: absolute;
	z-index: 999999;
	background: #212121;
	border:1px solid #4CBAB1;
	border-radius: 12px;
	width: 210px;
	padding: 9px 0;
	top: 4rem;
	left: 0px;
}


.office-list .main-dropdown ul:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #4CBAB1;
	position: absolute;
	top: -8px;
	z-index: 999999;
	left: 90px;
	display: inline-block;
}

.office-list .main-dropdown ul li {
	width: 160px;
	margin: auto;
	line-height: 0;
}

.office-list .main-dropdown ul li a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
	width: 100%;
	display: block;
	padding: 4px 0px 8px;
	margin-bottom: 4px;
	border-bottom: 1px solid #4CBAB1;;
	transition: all .3s ease;
}

.office-list .main-dropdown ul li:hover a {
	color: #FFFFFF;
	transition: all .3s ease;
}

/*.header-appt .office-list .main-dropdown ul li:nth-child(2) a, .header-appt .office-list .main-dropdown ul li:last-child a {
margin-bottom: 0;
border-bottom: none;
padding: 4px 0px;
}*/

.office-list .main-dropdown ul li:last-child a {
	margin-bottom: 0;
	border-bottom: none;
	padding: 4px 0px;
}

.office-list .main-dropdown ul li a p {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 8px;
}
.office-list .main-dropdown ul li a big {
	font-size: 16px;
	font-weight: 500;
}
#ry-section-header .btn-wrap{
	margin: 0px auto;
}

.office-list .main-dropdown ul li a:hover .ry-text, .office-list .main-dropdown ul li a:hover {
	opacity: .7;
	transition: .3s;
}

/* END HEADER */

.link, .link a {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: transparent !important;
}

@media screen and (max-width: 681px) {
	div.custom--brands__w-full {
		background-position: 31% !important;
	}

	div.custom--brands__w-full .brands--inner .flex--title {
		flex-direction: column;
		gap: 2rem;
	}

	div.custom--brands__w-full .brands--inner .flex--title span:after, .custom--brands__w-full .brands--inner .flex--title span:before {
		width: 100%;
	}

	div.custom--brands__w-full .each-logo img {
		max-width: max-content;
		margin: auto;
	}
}

@media (max-width: 767px){
	div.custom--brands__w-full .flex--bottom__title .each--title span:after,
	div.custom--brands__w-full .flex--bottom__title .each--title span:before {top: 35%;left: 50%;}
}

@media screen and (max-width: 1367px) {
	.custom--brands__w-full .flex--bottom__title .each--title span:after, .custom--brands__w-full .flex--bottom__title .each--title span:before {
		width: 75px;
	}

	.custom--brands__w-full .flex--bottom__title .each--title span:after {
		right: 0;
	}
}

@media screen and (max-width: 1281px) {

	.custom--brands__w-full .flex--bottom__title .each--title span:after, 
	.custom--brands__w-full .flex--bottom__title .each--title span:before {
		width: 75px;
	}

	.custom--brands__w-full .flex--bottom__title .each--title span:after {
		right: 0;
	}
}

@media screen and (max-width: 1081px) {
	.custom--brands__w-full:before {content: " ";position: absolute;height: 100%;width: 100%;background: rgb(255 255 255 / 90%);inset: 0;}
	.custom--brands__w-full .brands--inner {
		z-index: 9;
		width: 100% !important;
	}
	.custom--brands__w-full {
		background-position: 0 !important;
	}

	div.custom--brands__w-full {
		background-position: 0;
	}
}

.custom--brands__w-full {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-9d49c8b7-fc73-4c71-bfd9-447493433ada/Assets/Brand_background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 7rem 0;
	background-size: cover;
}

.custom--brands__w-full .brands--inner .each-logo img {
    max-width: max-content;
}

.custom--brands__w-full .brands--inner .flex--title {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 32px;
}

.custom--brands__w-full .brands--inner span {
    text-align: center !important;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
	color: #4CBAB1;
    font-weight: 400;
}

.brands--inner .flex--title .each--title {
    /* display: inline-block; */
    /* margin: auto; */
	max-width: max-content;
}

.custom--brands__w-full .brands--inner .flex--title span {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: auto;
    line-height: 2;
}

.custom--brands__w-full .brands--inner {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 5rem;
}

.custom--brands__w-full .ry-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.custom--brands__w-full .brands--logos__center img {
    max-width: max-content;
    margin: auto;
}

.custom--brands__w-full .brands--inner .flex--title span:after, .custom--brands__w-full .brands--inner .flex--title span:before {
    content: " ";
    background: #c1c0c0;
    height: 2px;
    width: 10rem;
    display: block;
    margin: auto;
}

.custom--brands__w-full .flex--bottom__title .each--title span {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 2;
    margin-bottom: 3rem;
    position: relative;
    justify-content: center;
}

.custom--brands__w-full .flex--bottom__title .each--title span:after, .custom--brands__w-full .flex--bottom__title .each--title span:before {
    position: absolute;
    content: " ";
    width: 150px;
    height: 2px;
    background: #c1c0c0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom--brands__w-full .flex--bottom__title .each--title span:after {
    right: -4rem;
}

.custom--brands__w-full .flex--bottom__title .each--title span:before {left: 5rem;}

.custom-slick .slick-slide .ry-img {
	width: calc(33.33% - 40px);
	display: flex;
	align-items: center;
	justify-content: center;

}

.custom-slick .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.custom-slick .slick-slide .ry-img img {
    object-fit: contain;
    min-height: 50px;
    max-height: 80px;
    max-width: 160px;
    filter: brightness(0) invert(0.15);
}

.custom--brands__w-full ul.slick-dots {
    display: none !important;
}

.custom--brands__w-full .slide-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    background: transparent;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
	left: calc(50% - 25px);
    bottom: 0;
    transform: translateX(-50%);
    transition: .3s;
}

.custom--brands__w-full .slide-arrow:hover {
	transition: .3s;
	background: #333;
}

.custom--brands__w-full .slide-arrow.next-arrow {
    left: calc(50% - -25px);
}
.custom-slick .slick-wrapper {
    padding-bottom: 70px;
}

.custom--brands__w-full .slide-arrow:before {
    content: "";
    position: absolute;
    inset: 0;
    border: solid #555;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin: auto;
	transition: .3s;
}
.custom--brands__w-full .slide-arrow.next-arrow:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	transition: .3s;
}
.custom--brands__w-full .slide-arrow:hover:before {
	transition: .3s;
	border: solid #fff;
    border-width: 0 2px 2px 0;
}
.custom--brands__w-full .brands--inner .flex--title .each-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
}

/** Experience Start **/

.module-experience .title h2 span{
	display: block;
    font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
    letter-spacing: 0px;
    line-height: 40px;
    text-transform: capitalize;
	margin-bottom: 20px;
	font-family: Jost !important;
	font-weight: 500;
	color: #333;
}

.module-experience {
	background: #5d646d22;
	padding: 10px 0;
	margin-top: -2px;
}
.title h2 br {
    display: none;
}

.module-experience .ry-flex .ry-each {
    aspect-ratio: 1;
}
.module-experience .ry-flex .ry-each:not(.one-col .ry-each) {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	width: 100%;
	flex-direction: column;
}
.module-experience .ry-flex .ry-each.title {
    padding: 40px 20px;
}
.module-experience .ry-flex {
    gap: 12px;
    /* column-gap: 12px; */
}
.module-experience .two-cols {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
.module-experience .one-col .ry-each img {
    object-fit: cover;
    height: 100%;
}
.module-experience .one-col .ry-each {
    aspect-ratio: unset;
    height: 100%;
}

/** Experience End **/

@media screen and (max-width: 500px) {
	div.module-experience .ry-flex {
		flex-direction: column;
	}
}

.module-experience .ry-each {
    border: 10px solid #fff;
}
.module-experience .two-cols:nth-child(2) .ry-each:first-child {
    border: none;
}


/* INITIAL */

.module-44 .ry-flex .ry-each .website-info .phone {
    font-weight: 300 !important;
}

.ry-menu .ry-nav li .third-level-container:last-child .third-level-dropdown {
	top: unset;
	bottom: 0;
}

@media (max-width: 1024px) {
	.module-team.style2 .ry-flex .ry-left {
		max-width: 480px !important;
	}
	
}

@media (max-width: 768px) {
	.module-14 .item .card .slide-text-wrap h2 span.span-1 {
		letter-spacing: 5px;
	}

	.module-14 .item .card .slide-text-wrap h2 span.span-1:before {
		width: 15%;
	}

	body .module-14 .item .card .slide-text-wrap .big-title h1 {
		letter-spacing: 3px;
	}

	.module-14 .item .card .slide-text-wrap h4 {
		letter-spacing: 1px;
	}
}
@media (max-width: 480px) {
	.module-14 .item .card .slide-text-wrap h2 span.span-1 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.module-14 .item .card .slide-text-wrap h4 {
		font-size: 20px;
		letter-spacing: initial;
	}

	.custom--brands__w-full .flex--bottom__title .each--title span:before {
		/* opacity: 0; */
		top: 0 !important;
		bottom: unset;
	}
	.custom--brands__w-full .flex--bottom__title .each--title span:after {
		top: unset !important;
		bottom: 0 !important;
	}
}
