/* HEADER */
.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: #505959;
}
.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: #7ea7ad;
	color: #fff;
	transition: .2s;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover {
	color: #7ea7ad;
	transition: .2s;
}
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover .fa {
	background: #7ea7ad;
	color: #fff;
	transition: .2s;
}
.mobile-container .flex-wrap .flex-item.left-nav {
	max-width: 420px;
}

.contact-dropdown .wrapper .contact-drop {
    font-size: 14px;
    display: flex;
    gap: 5px;
    background: var(--color-primary);
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    transition: .3s;
}

.module-43 .ry-right .btn-wrapper {
    width: auto;
}

.content-hidden {
    position: absolute;
    min-width: 100%;
    right: 0;
    z-index: 9;
}

.content-hidden .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0;
}
.contact-dropdown .wrapper .contact-drop:hover {
    background: var(--color-primary);
    color: #fff;
}
.content-hidden a {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    display: flex;
    gap: 5px;
    width: 100%;
}

.contact-dropdown .wrapper {
    position: relative;
}

.contact-dropdown .wrapper.active .contact-drop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-dropdown .wrapper svg {
    width: 15px;
    height: 15px;
	
	display: none !important;
}

.contact-dropdown .wrapper a:hover {
    background: #fff;
    color: #000;
}


.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper a.contact-drop {
    background: #7ea7ad;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden {
    min-width: 160px;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden .wrapper {
    background: var(--color-secondary);
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden .wrapper a {
    width: 100%;
    margin: 0;
    padding: 10px 20px !important;
    font-size: 13px;
    width: 100%;
    align-items: center;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper.active .contact-drop {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden .wrapper a svg {
    width: 13px;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown svg {
    display: block !important;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .content-hidden svg {
    display: none !important;
}
@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;
	}
}
@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: #7ea7ad;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 200px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		background: #7ea7ad;
	}
}
@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: #7ea7ad;
	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: #7ea7ad;
}
.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;
}


/* Cosmetic Start */

.hp-cosmetic {
	position: relative;
	z-index: 9;
}

.hp-cosmetic .full-bg {
	position: absolute;
	inset: 0;
}

.hp-cosmetic:before {
	content: "";
	position: absolute;
	inset: 0;
	height: 50%;
	bottom: unset;
	background: #505959;
}

.hp-cosmetic .full-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.hp-cosmetic .ry-container {
	max-width: 1600px;
	position: relative;
	display: flex;
	padding: 100px 6% 0px 3%;
}

.hp-cosmetic .ry-container .ry-flex {
    align-items: center;
}

.hp-cosmetic .for-content {
	padding-bottom: 80px;
	padding-left: 0%;
}

.hp-cosmetic .for-content h2 {
    margin-bottom: 25px;
}

.hp-cosmetic .for-content .ry-btn {
    margin-top: 25px;
}

@media (min-width: 1081px) {
	.hp-cosmetic .ry-container .ry-each.for-img {
		max-width: 40%;
	}
	.hp-cosmetic .for-content {
		padding-left: 10%;
	}
	
}

/* Cosmetic End */

/* Footer 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: #7ea7ad;
}

/* FOOTER */

.ry-headline h1 {
	font-size: 68px;
	font-family: "PT Serif" !important;
	font-weight: 400 !important;
}
.ry-headline h2 {
	color: #505959 !important;
}
.ry-headline h2 .span-1 {
	font-size: 20px;
	font-weight: 500;
	color: #7ea7ad;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 3px;
}



.footer-custom .footer-top:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 40%);
	height: 100%;
	background: #505959;
	z-index: 2;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block {
    max-width: 660px;
    width: 40%;
    flex: unset;
    background: #fff;
    padding-top: 160px;
    padding-left: 160px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block {
    width: 60%;
    flex: unset;
    padding-top: 160px;
    padding-left: 160px;
    padding-bottom: 100px;
}


.footer-custom .footer-top .ry-content .content {
	border-top-left-radius: 5vw;
	border-bottom-left-radius: 5vw;
	
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul {
	padding-left: 0;
	list-style: none;
	margin-top: 40px;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active:after {
	opacity: 1;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul a {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #505959;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	opacity: 0;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul a {
	color: #333;
	position: relative;
	z-index: 2;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block .photo {
    padding-right: 8.333vw;
    margin-top: 2em;
    max-width: 400px;
}
@media only screen and (min-width:1081px){
	.footer-custom .footer-top .ry-content .ry-flex .left-block .photo {
            /* position: absolute;*/
    bottom: 0;
}
}
#ry-footer .footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active a,
#ry-footer .footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active a:hover {
	color: #fff !important;
}
#ry-footer .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a:hover,
#ry-footer .footer-custom .ry-copyright-conts a:hover {
	color:  #7ea7ad !important;
}
#ry-footer .footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li a:hover {
	color:  #7ea7ad !important;
}
.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul a:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 20px;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23739e42' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
	background-size: cover;
}

.footer-custom .footer-top:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 40%);
	height: 100%;
	background: #505959;
}


.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each {
	flex: unset;
	float: unset;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(1) {
	max-width: 340px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(2) {
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex {
	display: flex;
	justify-content: space-between;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(2) .title {
    text-align: center;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .title {
	font-size: 29px;
	font-weight: 600 !important;
	color: #fff;
	margin-bottom: 30px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details:not(:last-child) {
	margin-bottom: 20px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details {
	display: flex;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons {
	width: 45px;
	height: 45px;
	min-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	margin-right: 20px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons svg {
	width: 17px;
	height: 17px;
	fill: #fff;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details, .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a {
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a {}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details:not(.hour) {
	align-items: center;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour {
	margin-bottom: 60px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .social-block .social-inner-wrap {
	display: flex;
	gap: 10px;
	list-style: none;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .social-block .social-inner-wrap li a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7ea7ad;
	border-radius: 50%;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .social-block .social-inner-wrap li a svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .social-block  ul {
	padding-left: 0;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .map-iframe {
	position: relative;
	padding-bottom: 270px;
	margin-bottom: 50px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .map-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .form-group {
	margin-bottom: 10px;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .form-group .ry-btn:hover {
	background: #fff !important;
	color: #7ea7ad !important;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .form-group.has-error .form-control {
	border: 1px solid #ffa5a5;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .form-control {
	height: 50px;
	border-radius: unset;
	border: unset;
	padding-left: 30px;
	font-size: 16px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .column-field {
	margin-left: -10px;
	width: calc(100% + 10px);
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .column-field .field-xl {
	margin-left: 10px;
	width: calc(100% - 10px);
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .column-field .field-md {
	margin-left: 10px;
	width: calc(50% - 10px);
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom textarea.form-control {
	height: 150px;
	padding-top: 20px;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.phone a {
	font-size: 22px;
	font-weight: 600;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul {
	list-style: none;
	padding-left: 0;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li {
	display: flex;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li > .span-1 {
	min-width: 107px;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li > .span-2 > span {
	display: block;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li span {
	line-height: 1.2;
}

.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li:not(:last-child) {
	margin-bottom: 9px;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container:not(.active) {
	display: none;
}
.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container:not(.active) {
	display: none;
}
.footer-custom .ry-copyright-conts {
	background: #e7e7e7;
}
.footer-custom .ry-copyright-conts p, 
.footer-custom .ry-copyright-conts a {
	color: #333;
}

.footer-custom .ry-copyright-conts li a {
	color: #333;
}

.footer-custom .footer-top {
    background: transparent;
    margin-top: -9em;
}

.footer-custom .footer-top .ry-container {
	z-index: 2;
}

.footer-custom .ry-copyright-conts img {
	height: 20px;
	vertical-align: middle;
}

div.footer-custom {
    background: #e7e7e7;
}

.footer-custom .footer-top .ry-content .ry-flex .left-block h2 {
    font-weight: 400 !important;
}


#ry-footer .footer-custom .ry-copyright-conts li a:hover {
	color: #333 !important;
}

@media (max-width: 1680px) {
	.footer-custom .footer-top .ry-content .ry-flex .left-block,
	.footer-custom .footer-top .ry-content .ry-flex .right-block {
		padding-left: 6.333vw;
		padding-top: 6.333vw;
	}
}

@media (max-width: 1480px) {
	.ry-headline h1 {
		font-size: 52px;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons {
		width: 40px;
		min-width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons svg {
		width: 15px;
		height: 15px;
	}
	
}

@media (max-width: 1366px) {
	.footer-custom .footer-top:before {
		width: calc(100% - 25%);

	}
	.footer-custom .footer-top .ry-content .ry-flex .left-block {
		width: 33.33%;
	}
	.footer-custom .footer-top .ry-content .ry-flex .right-block {
		width: 66.66%;
		padding-left: 60px;
	}
}

@media (max-width: 1200px) {
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details {
		flex-direction: column;
		align-items: flex-start !important;
		justify-content: flex-start;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .svg-icons {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#cta-wrap {
		margin-top: 0;
	}
}

@media (max-width: 1080px) {
	.ry-headline h1 {
		font-size: 46px;
	}
	.ry-headline h2 {
		font-size: 42px;
	}
	.footer-custom {
		padding-top: 100px;
	}
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.footer-custom .footer-top .ry-content .ry-flex .left-block {
		width: 100%;
		max-width: 100%;
		padding-top: 60px;
		padding-right: 6.333vw;
	}

	.footer-custom .footer-top .ry-content .content {
		border-bottom-left-radius: 0;
		border-top-right-radius: 5vw;
	}

	.footer-custom .footer-top .ry-content .content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block .photo {
    padding-right: 0;
    float: none;
    margin: 0 auto;
    pointer-events: none;
}

	  .footer-custom .footer-top .ry-content .ry-flex .left-block .photo img {
		max-width: 150px;
		margin: 0 auto;
		padding: 28px 0;
	  }

	.footer-custom .footer-top .ry-content .ry-flex .left-block .each-container .ry-headline h2 {
		text-align: center;
	}

	.footer-custom .footer-top:before {
		opacity: 0;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block {
		padding: 60px 6.3333vw;
		width: 100%;
		max-width: 100%;
		background: #505959;
	}

	.ry-copyright-conts .container {
		width: 90%;
		padding: 0;
	}

	.footer-custom .ry-copyright-conts p, .footer-custom .ry-copyright-conts a {
		line-height: 1.3;
		text-align: center;
	}

	#ry-footer .row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.ry-copyright-conts ul {
		padding-left: 0;
		text-align: center;
	}

	.footer-custom .ry-copyright-conts li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 1.5;
	}

	.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul {
		/*display: none;*/
	}
	/*
	.location-selector select {
	padding: 10px 30px;
	border-radius: 30px;
	width: 100%;
	margin-top: 30px;
	background: #505959;
	border-color: #505959;
	font-size: 16px;
	color: #fff;
	box-shadow: unset;
}

	.location-selector select option {
	font-size: 14px;
	padding: 10px 20px;
	border: unset;
	box-shadow: unset;
}
	*/
.location-selector select {
    /* appearance: none; */
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: ;
    background-image: none;
    cursor: pointer;
}
	/* Remove IE arrow */
	.location-selector select::-ms-expand {
		display: none;
	}
	/* Custom Select wrapper */
	.location-selector .select {
		position: relative;
		display: flex;
		width: 20em;
		height: 3em;
		border-radius: .25em;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	/* Arrow */
	.location-selector .select::after {
		content: '\25BC';
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em;
		background-color: #fff;
		transition: .25s all ease;
		pointer-events: none;
	}
	/* Transition */
	.location-selector .select:hover::after {
		color: #f39c12;
	}
	 .footer-custom .footer-top .ry-content .ry-flex .left-block {
        padding-left: 0;
        padding-right: 0;
		         border-radius: 0 !important;
    }

    .location-selector {
        background: var(--color-secondary);
			display: none;
    }

 .location-selector .select {
    color: #fff;
    background: inherit;
    text-align: center;
    width: fit-content;
    line-height: 1.5;
}

    .location-selector .select option {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 768px) {
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(1), .footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(2) {
		max-width: 100%;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each:nth-child(1) {
		margin-bottom: 30px;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .title {
		text-align: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details {
		align-items: center !important;
		justify-content: center !important;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li > .span-1 {
		min-width: unset;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .social-block .social-inner-wrap {
		justify-content: center;
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .column-field .field-md {
		width: calc(100% - 10px);
	}

	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .inner-each .form-box-custom .form-group .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details, 
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details p,
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details .text-details a,
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li span,
	.footer-custom .footer-top .ry-content .ry-flex .right-block .each-container .ry-inner-flex .each-details.hour ul li {
		text-align: center;
	}
}
.footer-custom .footer-top .ry-content .ry-flex .left-block .ry-text ul li.active a:before {
    filter: brightness(0) invert(1);
}
@media (max-width: 620px) {
	.ry-headline h1 {
		font-size: 36px;
	}
	.ry-headline h2 {
		font-size: 32px;
	}
}

@media (min-width: 1081px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.location-selector .select {
		display: none;
	}
}

.icon-bar .appointment, .icon-bar .phone, .icon-bar .book, .icon-bar .cart, .icon-bar .shop {
    background: #4e5758
}


.icon-bar a:hover{
    background: #7ea7ac !important
}

.ry-flex.ulthera {
    gap:20px;
    padding-bottom:20px;
}

.ry-flex.ulthera img{
    border-radius:20px;
}

@media (max-width: 620px) {
	.ry-flex.ulthera {
		flex-direction:column;
	}
}