#ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
    font-weight:200 !important
}

#ry-pg-body.custom-each-location-pg {
	padding:0
}
.custom-each-location-pg .location-banner-section .ry-container h1 {
    display:flex;
    flex-direction:column-reverse;
}
.custom-each-location-pg .location-banner-section .ry-container h1 span {
    font-size: 18px;
    display:flex;
    gap:5Px;
    color:#666;
    font-weight:400;
    align-items:center
    
}
.custom-each-location-pg .location-banner-section .ry-container h1 span:before {
    content:"";
    width:4vw;
    height:1px;
    background:#666
}
.custom-each-location-pg  .location-banner-section {
	background:#fdf5f1;
	padding:150px 0 80px;
}

.custom-each-location-pg  .location-banner-section .ry-container {
	display:flex;
	justify-content:space-between;
	gap:30px
}
.custom-each-location-pg  .location-banner-section .ry-container > div:first-child {
	width:34%
}
.custom-each-location-pg  .location-banner-section .ry-container .group-wrapper {
	width:60%;
	display:flex
}

.custom-each-location-pg  .location-banner-section .ry-container .group-wrapper {
	max-height:450px;
	overflow:hidden
	
}
.custom-each-location-pg  .location-banner-section .ry-container .group-wrapper > div {
	width:calc(100% / 2);
	border-radius: 17px;
}

.custom-each-location-pg  .location-banner-section .ry-container .group-wrapper .location-info {
	padding:40px;
	background-color: #ffffff;
		border-start-start-radius:0px;
	border-end-start-radius:0px;
}
.custom-each-location-pg  .location-banner-section .ry-container {
	max-width:1600px !important;
	width:90%
}
.custom-each-location-pg  .location-banner-section .ry-container h1 {
	font-size: clamp(2.5rem, 2.0221rem + 1.9608vw, 4.375rem) !important;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000000;
}

.custom-each-location-pg  .location-banner-section  .location-address svg {
	width:25px;
	fill:#666666;
}
.custom-each-location-pg  .location-banner-section  .location-address  {
	display:flex;
	align-items:center;
	gap:5px;
	margin-bottom:20px
}
.custom-each-location-pg  .location-banner-section  .location-address a {
	color: #666666; 
}
.custom-each-location-pg  .location-banner-section  .location-address a:hover,
.custom-each-location-pg .location-info .phone-wrapper a:hover{
	color:var(--primary-color) !important
		}

.custom-each-location-pg  .location-banner-section .btn-wrapper .ry-btn {
	background:#666 !important
}

.custom-each-location-pg  .location-banner-section .btn-wrapper .ry-btn:hover{
	background:var(--primary-color) !important
		}


.custom-each-location-pg .location-info > div p {
	font-size: 15px !important;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fd876f;
	font-weight: 400;
	margin-bottom:10px
}
.custom-each-location-pg .location-info .phone-wrapper a {
	font-size: 23px !important;
	color: #666666 !important;
	font-weight: 600;
}

.custom-each-location-pg .location-info .location-hours ul {
	list-style:none;
	padding-left:0;
	margin-left:0
}
.custom-each-location-pg .location-info .location-hours ul li {
	display:flex;
	gap:10px;
	margin-bottom:5PX
}

.custom-each-location-pg .location-info .location-hours ul li .span-1 {
	width:120px;
	font-size: 17px;;
	line-height:1.5
}

.custom-each-location-pg .location-info .location-hours ul li .span-2 {
	width:170px;
	font-size: 17px;;
	line-height:1.5
}

.custom-each-location-pg .location-info .location-social-wrapper {
	display:flex;
	justify-content:start;
	gap:10px;
}

.custom-each-location-pg .location-info .location-social-wrapper  .icon,
.custom-each-location-pg .location-info .location-social-wrapper  > div{
	width:fit-content
}
.custom-each-location-pg .location-info .location-social-wrapper a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	min-width:35px;;
	background:#8e8e8e14;
	border-radius:50%
}
.custom-each-location-pg .location-info .location-social-wrapper a:hover {
	background:var(--primary-color)
		}
.custom-each-location-pg .location-info .location-social-wrapper a svg {
	width:20px;
	transition:ALL .3s ease;
	fill:#666
}
.custom-each-location-pg .location-info .location-social-wrapper a:hover  svg {
	fill:#fff
}

.custom-each-location-pg  .location-banner-section .location-info > div:first-child {
	display:flex;
	gap:20px;
	margin-bottom:30px
}


.custom-each-location-pg  .location-photo img {
	border-start-start-radius:30px;
	border-end-start-radius:30px;
	object-fit:cover;
	height:100%
}
@media(max-width:1600px) {
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper .location-info {
    padding-inline:20px
}
    .custom-each-location-pg .location-info .phone-wrapper a {
        text-wrap:nowrap
    }
}

@media(max-width:1280px) {
    .custom-each-location-pg .location-banner-section .location-info > div:first-child {
        flex-direction:column
    }
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper {
    max-height: fit-content;
    }
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper > div:nth-child(1) {
        width:55%
    }
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper > div:nth-child(2) {
        width:45%
    }
}

@media(max-width:1199px) {
    .custom-each-location-pg .location-banner-section .ry-container {
        flex-direction:column;
        width:100%
    }
    .custom-each-location-pg .location-banner-section .ry-container > div:first-child * {
        text-align:center;
        align-items:center;
        justify-content:center 
    }
    .custom-each-location-pg .location-banner-section .ry-container .ry-btn {
        margin-inline:auto
    }
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper,
    .custom-each-location-pg .location-banner-section .ry-container > div:first-child{
        width:100%
    }
    .custom-each-location-pg .location-banner-section {
        padding:40PX
    }
}

@media(max-width:991px) {
    .custom-each-location-pg .location-info .phone-wrapper > div {
        justify-content:center;
        display:flex;
        flex-direction:column;
        align-items:center
    }
    .custom-each-location-pg .location-info .location-social-wrapper {
        justify-content:center;
    }
        .custom-each-location-pg .location-banner-section .ry-container .group-wrapper,
    .custom-each-location-pg .location-banner-section .location-address{
            flex-direction:column;
            align-items:center
        }
    .custom-each-location-pg .location-photo img {
        border-start-end-radius:20px;
        border-end-start-radius:0px
    }

    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper > div:nth-child(2) {
        border-end-end-radius:20px;
        border-start-end-radius:0px;
        border-end-start-radius:20px;
    }
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper > div:nth-child(1),
    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper > div:nth-child(2){
        width:100%
    }
    .custom-each-location-pg .location-info .location-hours ul li {
        justify-content:center
    }

    .custom-each-location-pg .location-banner-section .ry-container .group-wrapper {
        max-width:600px;
        margin-inline:auto
    }
        .custom-each-location-pg .location-banner-section {
           padding-bottom:80px
    }
     .custom-each-location-pg .location-info .location-hours ul li .span-2 {
        width:145px
    }
}
/* WELCOME SECTION */
.custom-each-location-pg h2 {
	font-size: clamp(2.3125rem, 1.9461rem + 1.5033vw, 3.75rem) !important;
	text-transform: uppercase !important;
	color: #000000;
}
.custom-each-location-pg h2 span {
	display:flex;
	justify-content:center;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fd876f;
	font-weight: 400;
	text-align: center;
}
.custom-each-location-pg .location-welcome-section { 
	padding:100px 0
}

#ry-pg-body.custom-each-location-pg .location-welcome-section .ry-container {
	max-width:950px;
	width:90%;
}

#ry-pg-body.custom-each-location-pg .location-welcome-section .ry-container strong {
	font-size: clamp(1.5625rem, 1.5147rem + 0.1961vw, 1.75rem);
	font-weight: 400;
	font-family: "Google Sans Flex";
	text-align: center;
	display:flex;
	max-width:710px;
	margin-inline:auto;
	width:100%;
	line-height:1.3
}

/* PROMOTION SECTION */
.promotion-section {
    padding:80px 0
}

.promotion-section .ry-container {
    max-width:1280px;
    width:90%;
    background:url("https://s3.amazonaws.com/static.organiclead.com/Site-4e850101-e153-477c-b54c-060170456640/Background_images/location_promotion_section.png") no-repeat center / cover;
    display:flex;
    flex-direction:column;
    padding:80px 100px
}
#ry-pg-body  .promotion-section .ry-container .ry-flex {
    gap:30px;
    justify-content:space-between;
    align-items:center
}
#ry-pg-body .promotion-section .ry-container .ry-left{
    width:35%;
    max-width:unset;
}

#ry-pg-body  .promotion-section .ry-container .ry-right{
        width:55%;
    max-width:unset;
}

#ry-pg-body .promotion-section .ry-container .ry-left h2 {
    color:var(--primary-color);
    font-weight:200 !important;
    margin-block:0
}

#ry-pg-body  .promotion-section .ry-container .ry-right h3 {
    font-size: 80px;
    color: #ff6981;
    font-weight: bold !important;
    font-family: "Google Sans Flex";
    line-height:1.1;
    margin-block:0
}

#ry-pg-body  .promotion-section .ry-container .ry-right strong {
    text-transform:uppercase;
    color:#000;
    font-size:20px !important
}

#ry-pg-body  .promotion-section .ry-container .ry-right p {
    font-size:18px !important
}

@media(max-width:991px) {
    #ry-pg-body .promotion-section .ry-container .ry-flex {
        flex-direction:column;
        gap:20px
    }
    #ry-pg-body .promotion-section .ry-container .ry-flex > div {
        width:100%
    }
}

@media(max-width:780px) {
    .promotion-section .ry-container {
        padding:50px
    }
}

@media(max-width:480px) {
    .promotion-section .ry-container {
        padding-inline:10px
    }
}

/* TEAM SECTION */ 
.team-section {
    padding:80px 0;
}
#ry-pg-body .team-section .ry-container {
    max-width:1300px;
    width:90%
}
.team-section .ry-flex {
    gap:30px;
     justify-content:center;
     padding:50px 5%;
    border:solid 1px #ffc0cb54;
    border-radius:30px;
    align-items:center;
    gap:8VW
}

.team-section .ry-flex {
    position: relative; 
}

.team-section .ry-flex::before {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 100%;
    background:#fff;

}
#ry-pg-body .team-section .ry-flex .ry-left {
    width:45%
}
#ry-pg-body .team-section .ry-flex .ry-left * {
    text-align:center
}
#ry-pg-body .team-section .ry-flex .ry-left h2 {
    display:flex;
    width:100%;
    flex-direction:column;
    margin-top:0;
    margin-bottom:10px
}
#ry-pg-body .team-section .ry-flex .ry-left p {
    font-size:18px !important;
}

.team-section .ry-flex .ry-left .ry-photo  img {
    margin-bottom:15px
}
.team-section .ry-flex .ry-left .ry-photo,
.team-section .ry-flex .ry-right .ry-photo {
    padding-block:0
}
#ry-pg-body .team-section .ry-flex .ry-right {
    position: relative;
    width: 35%;
    max-width: unset;
    height: 100%;
    background: #fff;
    padding-left: 20px;
    padding-block: 30px;
}

#ry-pg-body .team-section .ry-flex .ry-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    pointer-events: none;
    box-shadow: -12px 0 20px -8px rgba(0, 0, 0, 0.2);
}
#ry-pg-body .team-section .ry-flex .ry-right .ry-each{
    display:flex;
    align-items:center;
    gap:20px;
    padding-inline:30PX;
	    border-left:solid 3px transparent;
    transition:all .3s ease
}
#ry-pg-body .team-section .ry-flex .ry-right .ry-each:hover {
    border-color:var(--primary-color)
}
#ry-pg-body .team-section .ry-flex .ry-right .ry-each:not(:last-child) {
        margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:solid 1px #0000002b;
}
#ry-pg-body .team-section .ry-flex .ry-right  .ry-each img {
    max-width:164px;
    width:100%;
    object-fit:cover
}

#ry-pg-body .team-section .ry-flex .ry-right  .ry-each .ry-info p{
    font-size: 21px !important;
    color: #333;
    font-weight: 600 !important;
    font-family: "Google Sans Flex";
	line-height:1.1
}
#ry-pg-body .team-section .ry-flex .ry-right  .ry-each .ry-info p span {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:var(--primary-color);
}
@media(max-width:1280px) {
    .team-section .ry-flex {
        padding-inline:20PX
    }
    #ry-pg-body .team-section .ry-flex .ry-right {
        padding-left:10px
    }
    #ry-pg-body .team-section .ry-flex .ry-right {
        width:45%
    }
    #ry-pg-body .team-section .ry-flex .ry-left {
        width:40%
    }
    .promotion-section, .custom-each-location-pg .location-welcome-section,
    .team-section{
        padding-block:40px
    }
}
@media(max-width:991px) {
.team-section .ry-flex {
    flex-direction:column;
    padding-inline:unset
}
    #ry-pg-body .team-section .ry-flex .ry-right {
          max-width:600px;
        width:100%;
    }
    #ry-pg-body .team-section .ry-flex .ry-left {
          max-width:600px;
        width:100%;
        padding-inline:10px
    }
    #ry-pg-body .team-section .ry-flex .ry-left  img {
        margin-inline:auto
    }
    #ry-pg-body .team-section .ry-flex .ry-right .ry-each .ry-info * {
        text-align:start
    }
     .team-section .ry-flex .ry-right .ry-photo{
         width:fit-content
     }
}


@media(max-width:480px) {
 #ry-pg-body .team-section .ry-flex .ry-right .ry-each .ry-info p {
	 font-size:20px !important
 }
	#ry-pg-body .team-section .ry-flex {
		padding-inline:15px
	}
	#ry-pg-body .team-section .ry-flex .ry-right .ry-each {
		justify-content:space-between;
		padding-inline:0
	}
	#ry-pg-body .team-section .ry-flex .ry-right {
		padding-inline:0PX

	}
}
/* TECHNOLOGY SECTION  */
.technology-section {
    padding:80px 0
}
.location-technology-section .ry-container{
    display:flex;
    flex-direction:column;;
    padding:50px 3vw ;
    background:#fcf7f854;
    border-radius:30px;
    border:solid 1px #ffc0cb54;
}

#ry-pg-body .location-technology-section .technology-wrapper h3 {
    margin:0 0 10px;
    font-size: 23px;
    font-weight:400 !important;
    color:var(--primary-color);
}

#ry-pg-body .location-technology-section .technology-wrapper p {
    font-size:18px !important
}

#ry-pg-body .ry-btn {
    height:50px !important;
    min-height:fit-content !important;
    margin-top:10px
}

.technology-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content:center
}

.location-technology-section .technology-wrapper .ry-each {
    width: calc(50% - 20px);
}
.location-technology-section .technology-wrapper .ry-each {
    background:#ffffff;
    padding:30px;
    border:solid 1px #ffc0cb54;
    border-radius:20px
}
.location-technology-section .technology-wrapper .ry-each:nth-child(5) {
    width: 100%;
}

/* OPTICAL CENTER SECTION */
.location-optical-section .section-title p {
    max-width:780px;
    width:100%;
    margin-inline:auto
}
.location-optical-section {
    padding:40px 0
}
.location-optical-section .ry-container{
    display:flex;
    flex-direction:column;
    max-width:1280px;
    width:90%
}

#ry-pg-body .location-optical-section .technology-wrapper h3 {
    margin:0 0 10px;
    font-size: 23px;
    font-weight:400 !important;
    color:var(--primary-color);
}

#ry-pg-body .location-optical-section .technology-wrapper p {
    font-size:18px !important
}

#ry-pg-body .ry-btn {
    height:50px !important;
    min-height:fit-content !important;
    margin-top:10px
}

.location-optical-section  .technology-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:40px
}

.location-optical-section  .technology-wrapper .ry-each {
    width: calc(50% - 20px);
}
.location-optical-section  .technology-wrapper .ry-each {
    background:#f7f7f7b5;
    padding:30px;
    border-radius:20px
}
.location-optical-section  .technology-wrapper .ry-each:nth-child(5) {
    width: 100%;
}


/* BRANDS SECTION*/
#ry-pg-body .location-brands {
    padding:50px 0
}
#ry-pg-body .location-brands .ry-container {
    max-width:1440px;
    width:90%
}
.location-brands  .brand-wrapper .ry-each img{
    filter:brightness(0) !important;
    max-height:50px;
    object-fit:contain
}
.location-brands .brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-brands .brand-wrapper .ry-each {
    flex: 1 1 calc(25% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    height:100%;
    margin-inline:10PX;
    border:soli 1px;
    background:#FFF;
    border:solid 1px #ffc0cb54;
    border-radius:10px;
    height:120PX;
    padding:30px 20PX
}
.location-brands .brand-wrapper .ry-each img {
    width:100%;
    max-width:250PX
}
.location-brands .brand-wrapper .slick-track {
    display:flex !important;
    align-items:center;
}
.location-brands .brand-wrapper button {
    border:unset;
    background:unset;
    opacity:.2
}
.location-brands .brand-wrapper button:hover {
    opacity:1
}
@media (max-width: 1024px) {
    .location-brands .brand-wrapper .ry-each {
        flex-basis: calc(33.333% - 14px);
    }
}

@media (max-width: 767px) {
    .location-brands .brand-wrapper .ry-each {
        flex-basis: 100%;
    }
}

/* GALLERY SECTION */
.custom-location-gallery-section .gallery-wrapper .slick-slide {
    padding: 0 8px;
}

.custom-location-gallery-section  .gallery-wrapper .slick-slide > div {
    width: 100% !important;
}

.custom-location-gallery-section  .gallery-wrapper img {
    width: 100%;
    display: block;
    border-radius:20px
}

.custom-location-gallery-section  .gallery-wrapper .slick-dots {
    list-style:unset;
    display:flex !important;
    gap:6px;
    justify-content:center;
    margin-top:20px
}

.custom-location-gallery-section  .gallery-wrapper .slick-dots li {
    font-size:0
}
.custom-location-gallery-section  .gallery-wrapper .slick-dots li button {
    width:12PX;
    height:12px;
    border-radius:50%;
    border:unset;;
    opacity:.4;
    background:var(--primary-color)
}
.custom-location-gallery-section  .gallery-wrapper .slick-dots li.slick-active button {
    opacity:1
}

.custom-location-gallery-section  .gallery-wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
}

@media(max-width:991px) {
.technology-wrapper .ry-btn {
    margin-inline:auto
}
}

@media(max-width:767px) {
    .location-optical-section .technology-wrapper,
    .location-technology-section .technology-wrapper  {
        justify-content:center;
        flex-wrap:wrap;
    }
    .location-optical-section .technology-wrapper {
        margin-top:20px
    }
    .location-optical-section .technology-wrapper .ry-each,
    .location-technology-section .technology-wrapper .ry-each{
        max-width:600px;
        width:100%;
        border-radius:15px
    }
    .technology-section {
        padding:40px 0
    }
    .location-technology-section .ry-container {
        padding-block:20px
    }
}