html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:200px
}

:root {
  --site-font: Google Sans Flex,sans-serif;;
  --title-font: ;
  --primary-color: #ff6981;
  --secondary-color: #000000;
}
body p {
    line-height:1.5;
    color: #666;
    font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem) !important;
}
#ry-pg-body h1, #ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
	font-weight:300 !important
}
#ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
color: var(--secondary-color);
}
.ry-btn {
    width:fit-content;
    padding-inline:35px;
    min-height:fit-content;
    line-height:1.1 !important
}
.hp-title h2 { 
    font-size: clamp(2.5rem, 1.8627rem + 2.6144vw, 5rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 200;
    line-height:1.2
}

.hp-title h2 span {
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500 !important;
    display:flex
}
.module-66 .carousel .carousel-control {
    display:none
}
.module-66 .carousel .carousel-inner{
    opacity:unset
}
/* -- ACCORDION ---  */
.ry-accordion.ui-accordion .ry-heading {
	background: linear-gradient(
		to right,
		var(--color-primary) 50%,
			#fff 50%
		);
		background-size: 202% 100%;
		background-position: right bottom;

		background-clip: padding-box;
		border-radius: 10px;

		transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		color 0.3s ease;

		color: #403f40;
		border: solid 1px transparent;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		color: #666;
		border:solid 1px transparent;
		margin-bottom:10px;
		padding-block:15px
}

.ry-accordion.ui-accordion .ry-heading:hover {
    background-position: left bottom;
    border: solid 1px #fff;
}

.ry-accordion.ui-accordion .ry-heading > div {
	display:flex;
	align-items:center;
}

.ry-accordion.ui-accordion .ry-heading div {
    color: #2f2f2f;
}


.ry-accordion.ui-accordion .ry-heading:hover {
	border:solid 1px #fff
}
.ry-accordion.ui-accordion .ry-heading:hover div {
    color: #fff;
}
.ry-accordion.ui-accordion .ry-heading:after{
    color: #2f2f2f;
}

.ry-accordion.ui-accordion .ry-heading:hover:after,
.ry-accordion.ui-accordion .ry-heading.ui-state-active:hover:after {
    color: #fff;
}
.ry-accordion.ui-accordion .ry-heading:before {
    border-radius: 0;
}
.ry-accordion.ui-accordion .ry-heading.ui-state-active:after {
	color:#fff
}
.ry-accordion.ui-accordion .ry-heading.ui-state-active {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    filter: unset;
    border: none;
    box-shadow: none;
	background: linear-gradient(to right, #ff6981d4, #fd876fde) !important;
	border:solid 1px #fff
}
.ry-accordion.ui-accordion .ry-heading.ui-state-active > div {
	color:#fff
}
.ry-accordion.ui-accordion .ry-content.ui-accordion-content-active {
    filter: unset;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ry-accordion.ui-accordion {
    background:transparent;
    box-shadow:none
}
/* --- HEADER UPDATE ---*/
.module-43 .ry-content.ry-flex {
   display:flex;
   flex-direction:column;;
 gap:20px
}

.module-43 .ry-flex .logo-wrapper{
 display:flex;
 margin-inline:auto;
 padding:30px 0 12px;
 background:#000;
 margin-top:-2PX
}

.module-43 .ry-flex .logo-wrapper .ry-logo img{
 position:absolute;
 top:-30px
}
.module-43 .ry-flex .logo-wrapper .ry-container {
 max-width:1600px;
 width:90%;
 display:flex;
 justify-content:space-between;
}
.module-43 .ry-right {
 padding-left:0
}
.module-43 .ry-container {
  max-width:100%;
 display:flex
}

.module-43 {
 padding-top:0
}
.module-43 .ry-left img {
    max-width: 200px;
    width:200px
}

.module-43 .ry-right .ry-menu .nav-menu li a {
 text-transform:uppercase;
 font-size: 17px;
}

.module-43 .ry-right .ry-menu .nav-menu {
 gap:2.5vw !important;
 justify-content:end
}

.module-43 .ry-flex .btn-wrapper {
 max-width:1600px;
 width:90%;
 margin-inline:auto;
 display:flex;
 justify-content:end;
 gap:15px
}
.module-43 .ry-flex .btn-wrapper > div,
.module-43 .ry-flex .btn-wrapper  .dropdown{
 width:fit-content;
 display:flex;
 
}

.module-43 .ry-flex .btn-wrapper  .dropdown button{
 font-size: 18px !important;
 font-weight: 400;
 gap:5px
}
.module-43 .ry-flex .btn-wrapper .apt .dropdown button{
 background: #fd876f !important; 
}
.module-43 .ry-flex .btn-wrapper .dropdown button:hover {
    background:#fd876f !important
}
.module-43 .ry-flex .btn-wrapper .apt .dropdown button:hover {
    background:var(--primary-color) !important
}
.caret {
     border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.module-43,
.module-43 .ry-content.ry-flex,
.module-43 .ry-flex .logo-wrapper,
.module-43 .ry-left img,
.module-43 .ry-right,
.module-43 .ry-container,
.module-43 .ry-right .ry-menu .nav-menu,
.module-43 .ry-right .ry-menu .nav-menu li a,
#litlleLogo {
    transition: all .3s ease;
}

.module-43 {
    background-color: transparent;
}

.module-43 .ry-content.ry-flex {
    gap: 20px;
}

.module-43 .ry-flex .logo-wrapper {
    padding-bottom: 20px;
}


.module-43.fixed {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 20px;
}

.module-43.fixed .ry-flex .btn-wrapper {
    margin-top:-40px
}

.module-43.fixed .ry-left img {
    margin-top: 0;
}

.ry-sticky-menu.fixed {
    z-index: 999;
}

.module-43.fixed .ry-right .ry-menu .nav-menu li a {
    font-size: 17px !important;
    padding-bottom: 15px !important;
}

.module-43.fixed .ry-container {
    max-width: 1600px;
    width: 95%;
    margin-inline: auto;
}

.module-43.fixed .ry-right {
    align-items: center;
    gap: 20px;
    flex: unset;
    width: fit-content;
    flex-direction: column-reverse;
}

.module-43.fixed .ry-right .ry-menu {
    order: 1;
    width: 100%;
}

.module-43.fixed .ry-right .ry-menu .nav-menu {
    justify-content: end;
    gap: 32px;
}


.module-43.fixed #litlleLogo {
    display: flex;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}

.module-43.fixed .ry-logo,
.module-43.fixed .ry-logo img {
    display: block !important;
}

#litlleLogo a img {
    display: none;
}

 .module-43 .ry-right .ry-menu .nav-menu li a {
     text-wrap:nowrap;
     font-size:17px !important
 }
   
.mobile-container {
    background:#000;
    padding:10px 0
}
.mobile-container .mobile-nav button .hamburger-inner ,
.mobile-container .mobile-nav button .hamburger-inner:before,
.mobile-container .mobile-nav button .hamburger-inner:after {
background:var(--primary-color)
}

.mobile-container .flex-wrap .mobile_logo img {
    max-width:70px;
    width:100%
}
.mobile-container .flex-wrap .flex-item.left-nav,
.mobile-container .flex-wrap .flex-item.right-nav {
    width:fit-content
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
    background:var(--primary-color)
}
.mobile-container .mobile-nav {
    margin-right: 10px;
}
#menu_container .mm-listview li a,
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next),
.mm-menu_theme-black .mm-navbar>*, .mm-menu_theme-black .mm-navbar a{
    font-size:17px;
    padding-block:10px;
    text-transform:uppercase
}
body.default #ry-section-header.module-43 {
background:#000 !important
}

body.default #ry-section-header.module-43 .ry-flex .logo-wrapper {
    padding-bottom: 0px;
}

body.default #ry-section-header.module-43 .ry-content.ry-flex {
    gap:0
}
body.default #ry-section-header.module-43.fixed .ry-flex .btn-wrapper {
    margin-top:0
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
    padding:0
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a{
    padding:15px 30px !important;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button,
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
    width:45px;
    min-width:45px;
    height:45px;
    border-radius:50% !important;
    background:var(--primary-color)
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button:hover,
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:hover {
    background:#fd876f !important
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button {
    padding:unset
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button svg {
    fill:#fff;
    width:20px;
    margin-inline:auto
}
.mobile-container .dropdown-menu. dropdown-menu-lg-left a {
    width:100%;
    height:fit-content;
    border-radius:unset;
    background:unset
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button{
    align-items:center;
    gap:10px
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > .dropdown {
    display:flex;
    align-items:center;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu a {
    width: 100%;
    min-width: unset;
    height: 100%;
    background: #000;
    border-radius: 0% !important;
    padding:10px;
    margin-right:0;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    text-wrap:wrap;
    text-align:center;
    
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu {
    padding:0;
    max-width:200px;;
    min-width:200px;
    width:100%;
	  max-height:80vh;
    overflow-x:hidden;
    overflow-y:auto
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu a span {
    display:flex;
}
@media (max-width: 1440px) {
    .module-43 .ry-right .ry-menu .nav-menu {
        margin-top: 0px;
    }
}

@media (max-width: 1400px) {
    .module-43 .ry-right .ry-menu .nav-menu {
        gap:1.3vw !important
    }
    .module-43 .ry-flex .logo-wrapper .ry-container {
        width:95%
    }
    .module-43 .ry-left img {
    max-width: 120px;
    width: 100%;
}
    .module-43 .ry-left {
        flex:unset;
          max-width: 180px;
        width: 100%;
    }
}

@media (max-width: 1080px) {
	.module-43 .ry-right .ry-menu .nav-menu li a,
	.module-43.fixed .ry-right .ry-menu .nav-menu li a{
		font-size:16px !important
	}
}
@media (max-width: 1024px) {
	#theme2-smHeader {
		display: block !important;
		z-index:999;
		visibility:visible !important
	}

	.module-66 {
		margin-top:80px
	}
}

/* --- WELCOME SECTION ---*/
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.module-67 {
    padding: 6.66667vw 0;
}
.hp-custom-welcome .hp-title h2 {
    text-align:start !important;
}

.module-67 .ry-container {
    max-width:1600px;
    width:90%
}

.module-67  .welcome-img {
    position:absolute;;
    bottom:-240px;
    left:70%;
    transform:translatex(-50%);
    z-index:0
}
.module-67 .welcome-img img {
    max-width:1000px;
    width:100%;
}
.module-67 .ry-container #about{
    display:flex;
    flex-direction:row
}
.module-67 .ry-container .ry-left {
    width:32%
}
.module-67 .ry-container .ry-right {
    width:40%
}

.module-67 .ry-container .ry-left strong  {
    font-size: 20px !important;
}

.hp-custom-welcome .ry-btn {
    margin-inline:0
}
.module-67 .ry-btn-primary {
    margin-top: 30px;
}

.module-67 .ry-container .sub-title {
    display:flex;
    gap:10px;
    margin-bottom:20px;
	align-items:center
}
.module-67 .ry-container .sub-title  p {
    font-size: 23px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold !important;
}
.module-67 .ry-container .sub-title svg {
    fill:var(--primary-color)
}

.module-67 .ry-container .location-wrapper {
    display:grid;
    grid-template-columns:repeat(2,2fr);
    gap:15px;
}

.module-67 .ry-container .location-wrapper .hp-each-location {
    height: 73px;
    border-radius: 15px;
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    border: 1px solid #0202021c;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 25px;
    transition:all .3s ease
}
.module-67 .ry-container .location-wrapper .hp-each-location p  {
    font-size: 17px !important;
    transition:all .3s ease;
    text-align:start
}
.module-67 .ry-container .location-wrapper .hp-each-location:hover{
    background-image: linear-gradient(180deg, #ffffff 0%, #fedfd8 100%);
}
.module-67 .ry-container .location-wrapper .hp-each-location:hover p{
color: var(--primary-color) !important;
text-shadow:0px 0px var(--primary-color)
}
.module-67 .ry-container .location-wrapper .hp-each-location svg {
    transition:all .3s easet
}
.module-67 .ry-container .location-wrapper .hp-each-location:hover svg {
    fill:var(--primary-color)
}
@media(max-width:1080px) {
	.module-67 .ry-container .ry-left {
		width:45%
	}
	.module-67 .ry-container .ry-right {
		width:50%
	}
	.module-67  .welcome-img {
		position:absolute;;
		bottom:-220px;
		left:60%
	}
}

@media(max-width:1023px) {
	.module-67 .ry-container #about{
		flex-direction:column;
		gap:40px
	}
	.module-67 .ry-container .ry-left {
		width:100%
	}
	.module-67 .ry-container .ry-right {
		width:100%
	}
	.module-67 .ry-container .ry-left * {
		text-align:center !important
	}
	.hp-title h2 span {
		justify-content:center
	}
	.module-67 .ry-container .ry-btn {
		margin-inline:auto
	}
	.module-67 .ry-container .sub-title {
		justify-content:center
	}
	.module-67  .welcome-img {
		left:50%;
		bottom:-45%
	}
	.module-67 {
		padding-bottom:300px
	}
}

@media(max-width:600px) {
	.module-67 .ry-container .location-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.module-67  .welcome-img {
		left:50%;
		bottom:-17%
	}
	.module-67 {
		padding-bottom:200px
	}
}
	
/* --- SERVICES SECTION ---*/
.hp-custom-services {
    background:#fdebe7
}
.hp-custom-services {
    padding:200px 0
}

.hp-custom-services h2 span {
    justify-content:center
}

.ry-services.style1.hp-custom-services .ry-flex {
    gap:20PX;
    margin-top:40px
}
.ry-services.style1.hp-custom-services .ry-flex .ry-each {
    max-height: 380px;
    border-radius: 23px;
    overflow:hidden;
    width:calc(50% - 20px);
    flex:unset;
}

.ry-services.style1.hp-custom-services  .ry-flex .ry-each .button-svg {
    display:none 
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each .title {
    position: absolute;
    top: unset;
    left: 50%;
    transform: translatex(-50%);
    z-index: 9;
    bottom:25px;
    width:fit-content;
    transition:all .3s ease
}
.ry-services.style1.hp-custom-services .ry-flex .ry-each .title div {
    font-size: clamp(1.5625rem, 1.4828rem + 0.3268vw, 1.875rem);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 300; !important;
    line-height: 1.3;
    padding: 0px;
    width:fit-content;
    letter-spacing:1px;
    text-wrap:nowrap
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each .title div::before,
    .ry-services.style1.hp-custom-services .ry-flex .ry-each .photo::before {
    display:none !important
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each:hover::before ,
.ry-services.style1 .ry-flex .ry-each::after{
    background: linear-gradient(
    to bottom,
    #ff6981 0%,
    #fd876f 80%
);
}
.ry-services.style1.hp-custom-services .ry-flex .ry-each:hover::before {
    box-shadow:unset;
    opacity: 0.7;
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each::after {
    display:none
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each .photo {
    position: relative;
    padding-bottom:unset;
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each .photo img {
    position:relative;
    inset:unset
}
.ry-services.style1.hp-custom-services .ry-flex .ry-each .details {
    position:absolute;
    left:50%;
    top:50%;
    width:90%;
    transform:translate(-50%, -50%);
    opacity:1;
    z-index:10;
    max-width:480px;
    opacity:0
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each .details * {
    color:#fff !important;
}
.ry-services.style1.hp-custom-services .ry-flex .ry-each .details h3 {
    font-size: clamp(1.5625rem, 1.4828rem + 0.3268vw, 1.875rem);
    line-height:1.1;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 300; !important 
    line-height: 1.3;
    padding: 0px;
    width:fit-content;
    letter-spacing:1px;
    width:100%;
    margin-bottom:10px
}
.ry-services.style1.hp-custom-services .ry-flex .ry-each .details .ry-btn {
    margin-inline:auto;
    margin-top:12px;
    background:#fff !important;
    color:#000 !important;
    border-radius:unset !important
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each:hover .details {
    opacity:1
}

.ry-services.style1.hp-custom-services .ry-flex .ry-each:hover .title {
    opacity:0
}

.ry-services.style1.hp-custom-services .btn-wrapper {
	padding-top:60px;
	display:flex;
	width:100%;
	justify-content:center
}
.ry-services.style1.hp-custom-services .ry-btn {
	margin-inline:auto
}
@media(max-width:1280px) {
	.ry-services.style1.hp-custom-services .ry-flex {
		gap:10PX;
	}
	.ry-services.style1.hp-custom-services .ry-flex .ry-each {
		width:calc(50% - 10px);
	}
		.ry-services.style1.hp-custom-services .ry-flex .ry-each img {
		height:250px
	}
	    .ry-services.style1 .ry-flex {
        flex-direction: row;
    }
	    .hp-custom-services {
        padding-bottom:80px;
    }
}

@media(max-width:1080px) {
    .hp-custom-services .ry-btn {
        height:45px
    }
    .ry-services.style1.hp-custom-services .ry-flex .ry-each .details p {
        font-size:17px !important;
        line-height:1.1
    }
}

@media(max-width:1023px) { 
      .ry-services.style1.hp-custom-services .ry-flex .ry-each .details p {
        font-size:18px !important;
      }
    .hp-custom-services { 
        padding-top:130px
    }
    
}

@media(max-width:767px) {
	.ry-services.style1.hp-custom-services .ry-flex .ry-each {
		width:100%;
		max-height: auto;
		height:100%;
	}
	.ry-services.style1 .ry-flex {
		flex-direction:column
	}
}

/* --- CONDITION WE TREAT SECTION ---  */
.hp-conditions-we-treat {
    padding:100px 0
}
.hp-conditions-we-treat .ry-container {
    max-width:1280px;
    width:90%
}
.hp-conditions-we-treat h2 span {
    justify-content:center
}

.hp-conditions-we-treat ul {
    padding: 0;
    list-style: none;

    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;

    gap: 10px 20px;
    margin-top: 50px;
}
.hp-conditions-we-treat ul li {
    max-width:270px;
    width:100%;
}
.hp-conditions-we-treat ul li a {
    border-bottom:1px #ff698154 solid;
    display:flex;
    padding:10PX;
    color: #666666;
    justify-content:space-between;
    text-wrap:nowrap;
    text-decoration:none;
    width:100%
}

.hp-conditions-we-treat ul li a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity:.3;
	transition:all .3s ease
}
.hp-conditions-we-treat ul li a:hover {
    color:var(--primary-color)
}
.hp-conditions-we-treat ul li a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23ff6981' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
    opacity:1
}
@media(max-width:1199px) {
    .hp-conditions-we-treat ul {
        grid-template-rows: repeat(4, auto);
    }

}
@media(max-width:991px) {
    .hp-conditions-we-treat {
        padding: 60px 0;
    }
}
@media(max-width:767px) {
    .hp-conditions-we-treat ul {
        grid-template-rows: repeat(6, auto);
        max-width:580px;
        width:100%;
        margin-inline:auto;
        margin-top:30px
    }
}

@media(max-width:600px) {
        .hp-conditions-we-treat ul {
            display:flex;
            flex-direction:column
    }

    .hp-conditions-we-treat ul li {
        margin-inline:auto
    }
}
	
/* --- CONDITION WE TREAT SECTION ---  */

/* --- TEAM SECTION ---  */
.module-team {
    padding: 100px 0 0;
    overflow:hidden;
}
 .module-team h2  span {
	 margin-bottom:10px
 }
.module-team h2 , .module-team h2  span{
	color:#fff;
	line-height:1.1
}

.module-team .ry-content {
	display:flex;
	gap:30px;
	justify-content:space-between;
	align-items:end;
}
.module-team .ry-content p {
	color:#fff;
	font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem) !important;
	line-height:1.5
}

.module-team .ry-content .ry-left{
	width:25%;
	margin-left:5%;
	padding-bottom:100px
}
.module-team .ry-content .ry-left .ry-btn {
	background:#fff !important;
	color: #333333 !important
}
.module-team .ry-content .slider-wrapper{
	width:57%;
	position:relative;
	margin-bottom:-3px;
}
.module-team .section-background, .module-team .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	
}
.module-team .ry-container {
	z-index:2;
	
}
.module-team .slider-for {
		margin: 0 auto;
		text-align: center;
	
	}

	.module-team .slider-for .slider-content {
		border-radius: 20px;
		padding: 0px;
		display:flex;
		position:relative;
		
	}
.module-team .slider-for .name {
	position:absolute;
	z-index:98;
	bottom:30px;
}

.module-team .slider-for .name .ry-btn {
	background-color: #3232328f !important;
	border: 0px solid #020202;
	text-transform:uppercase;
	padding-inline:20px !important
}
.module-team .slider-for .name .ry-btn:hover {
	background:var(--secondary-color) !important
}
.module-team .slider-for .name .ry-btn:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
	margin-top:-10px;
	position:relative
}
	.module-team .slider-for img {
		width: 100%;
		margin: 0 auto !important;
	}

	.module-team .slider-nav {
		margin: 0px auto 0;
		position:absolute;
		bottom:0;
		max-width:420PX;
		right:8%;
		bottom:15px
	}

.module-team .slider-nav img{
	background:#fff;
	padding:5PX;
	min-height:100%
}

.module-team .slider-nav .nav-item {
		padding: 10px;
		cursor: pointer;
}

.module-team .slider-nav  .slick-slide {
	display:flex !important;;
	min-height:100%;
	height:auto;
}

	.module-team .slider-nav img {
		border-radius: 37px;
		background-color: #ffffff;
		border-radius: 50%;
		object-fit: cover;
		margin: auto;
		border: 3px solid transparent;
		transition: 0.3s;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.module-team .slider-nav .slick-current img {
		border-color: pink;
		transform: scale(1.1);
	}


	.module-team .slick-prev,
	.module-team .slick-next {
		display: none !important;
	}
	.module-team .slick-prev,
	.module-team .slick-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		width: 45px;
		height: 45px;
		background: #fff;
		border-radius: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		box-shadow: 0 5px 15px rgba(0,0,0,0.15);
		cursor: pointer;
		border: none;
	}

	.module-team .slick-prev {
		left: -50px;
	}

	.module-team .slick-next {
		right: -50px;;
	}

	.module-team .slick-prev svg,
	.module-team .slick-next svg {
		fill: #333;
	}

.module-team .ry-content .slider-wrapper::before {
    content: "";
    width: 60vw;
    height: 60vw;
    max-width: 850px;
    max-height: 850px;
    min-width: 300px;
    min-height: 300px;

    position: absolute;
    top: -10vw;
    left: -3vw;

    border-radius: 50%;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-4e850101-e153-477c-b54c-060170456640/HomepageAssets/doctor_circle.png)no-repeat center / contain;
    opacity: .5;
}


.module-team .slider-nav img {
    object-position:top;
    height:75px;
    width:75px;
    min-height:75px;
    min-width:75px;

}
.module-team .slider-for img {
    height:100%;
    height:90vh;
    object-fit:contain;
    object-position:bottom
    
    
}
@media(min-width:1680px) {
    .module-team .slider-nav img {
        height:85px;
        width:85px;
         min-height:85px;
        min-width:85px;
    
    }
}



@media(max-width:1600px) {
	.module-team .slider-nav {
		max-width:320px
	}

	.module-team .slick-prev, .module-team .slick-next {
		height:35px;
		width:35px
	}
}

@media(max-width:1580px) {
    .module-team .slider-nav img {
        height:68px;
        width:68px;
         min-height:68px;
        min-width:68px;
    
    }
}

@media(max-width:1400px) {
    .module-team .ry-content .ry-left {
        width: 30%;
        margin-left: 0%;
        padding-bottom:50PX
    }
	.module-team .ry-content .slider-wrapper::before {
    content: "";
    width: 50vw;
    height: 50vw;
    left: 0vw;
}
	.module-team .slider-for img {
	height:100%;
	height:65vh;
	}
}

@media(max-width:1380px) {
    .module-team .slider-nav {
			max-width: 250px;
		}
	.module-team .slider-for .name .ry-btn {
		font-size:16px !important
	}
}


@media(max-width:1198px) {
	.module-team .slider-nav {
		max-width: 200px;
	}
	.module-team .slick-prev {
		left: -40px;
	}
	.module-team .slick-next {
		right: -40px;
	}

}
@media(max-width:1080px) {
	.module-team .slider-nav {
		right:5%
	}
}
@media(max-width:1023px) {
	.module-team {
		padding:80px 0 0 
	}
	.module-team .ry-content .ry-left {
		max-width:600px;
		width:100%;
		margin-inline:auto
	}
	.module-team .ry-content .ry-left *{
		text-align:center
	}
	.module-team .ry-content .ry-left .ry-btn {
		margin-inline:auto
	}
	.module-team .ry-content {
		flex-direction:column;
	}
	.module-team .slider-nav {
		right:0%
	}
	.module-team .ry-content .slider-wrapper {
		max-width:500px;
		width: 100%;
		position: relative;
		display:flex;
		flex-direction:column-reverse;
		justify-content:center;
		align-items:center;
		gap:30px;
		margin-inline:auto;
		inset:unset
	}

	.module-team .slider-for .name {
		display:flex;
		justify-content:center
	}
	.module-team .slider-nav {
		position:relative;
		inset:unset
	}

	.module-team .ry-content .slider-wrapper::before {
		display:none
	}
	.module-team .ry-content .ry-left {
		padding-bottom:20px
	}

}
@media(max-width:1023px) {
	.module-team .slider-for .name {
		bottom: 15px;
	}
	.module-team .slider-for .name .ry-btn {
		height:fit-content
	}
		.module-team .slider-for img {
		height:100vh;
		object-fit:contain;
		object-position:top;
			max-height:300px;
			min-height:100%
	}
	.module-team .slider-nav img {
		object-position:top;
		height:75px;
		width:75px;
		min-height:75px;
		min-width:75px;

    }
}



/*END TEAM */
/* --- TESTIMONIALS SECTION ---  */
.module-testimonials.style-3 .ry-container {
    max-width:1280px;
    width:90%
}
.module-testimonials.style-3 h2  {
    color:#FFF
}
.module-testimonials.style-3 h2 span {
    justify-content:center
}
.module-testimonials.style-3 {
    padding:100px 0;
    background:#323232;
    margin-top:-3.7px
}
.module-testimonials.style-3 .ry-container {
    width:90%
}
.module-testimonials.style-3 .ry-container .ry-content {
    width:100%;
    margin-inline:auto
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex {
    gap:30px;
	align-items:center
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:first-child {
    width:35%
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
    width:50%;
    position:relative
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before {
    display:none
}

.module-testimonials.style-3 .ry-container .rating-img{
    width:100px;
    border-radius:10px;
    margin-inline:auto;
    margin-bottom:20px
}
.module-testimonials.style-3 .ry-container .quote-img {
    width:70px;
    margin-inline:auto;
    padding:20px 0 10px
}
.module-testimonials.style-3 * {
    text-align:center !important;   
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
    color: #ffffff;
    opacity: 0.600;
    line-height:1.5;
    font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem) !important;
	margin-bottom:0px
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment .ry-text {
    height:200px;
    min-height:fit-content;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 400;;
    margin-top:8px
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    bottom: -30px !important;
    width: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    margin-inline:auto;
    right:auto;
}

.module-testimonials.style-3 .video_wrapper{
    border-radius:20px;
    background:transparent;
    overflow:hidden
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5;
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}
.module-testimonials.style-3 .carousel {
    padding-left:0
}
.module-testimonials.style-3 img {
    height: auto;
}	
@media(max-width:1200px) {
    .module-testimonials.style-3 .ry-container .ry-content .review-box {
        margin-top:0
    }
}
@media(max-width:1080px) {

    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
    width: 55%;
    }
    .module-testimonials.style-3 {
        padding-block:80px
    }
}

@media(max-width:1023px) {
   
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:nth-child(1) {
        margin-bottom: 0px;
        
    }
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:first-child {
       max-width: 330px;
        width: 100%;
}
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child{ 
        max-width: 600px;
        width: 100%;
        margin-inline: auto;
    }
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex {
        flex-direction:column-reverse;
        gap:50px
    }
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5,
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p{
        margin-bottom:10px
    }
}
@media(max-width:600px) {
        .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:first-child {
        height:60vh;
        width: 100%;
    }
}

/* -- FOOTER --*/
.custom-footer {
    padding:130px 0 0
}
.custom-footer .ry-container {
    max-width:1280px;
    width:90%;
}
.custom-footer h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 700;
    margin-bottom:15px
}

.custom-footer h4 span {
    color:var(--primary-color)
}

.custom-footer  ul{
    list-style:none;
    padding:0;
    width:fit-content
}

.custom-footer .services-wrapper li,
.custom-footer .each-location > div{
    padding-bottom:5px;
    font-size: 18px;
    line-height:1.5
}

.custom-footer .services-wrapper li a,
.custom-footer .each-location p {
    color:#666666;
    opacity: 0.800;
      font-size: 18px !important;
    line-height:1.5
}
.custom-footer .services-wrapper li a:hover{
    color:var(--primary-color)
}
.custom-footer .social-inner-wrap {
    display:flex;
    gap:8px;
    margin-top:20px;
    width:fit-content
}

.custom-footer .social-inner-wrap button{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:15px;
    background:#e7e7e7 !important;
    color:#666
}
.custom-footer .social-inner-wrap ul.dropdown-menu{
	background:#000;
}
.custom-footer .social-inner-wrap ul.dropdown-menu a:hover {
	background:var(--primary-color)
}
.custom-footer .social-inner-wrap ul.dropdown-menu a{
    font-size:16px;
    padding:10px 30px;
    border-bottom:solid 1px #ffffff61
}

@media(min-width:992px) {
.custom-footer .social-inner-wrap ul.dropdown-menu {
	left:100%;
	top:50%;
	transform:translateY(-50%)
}	
}
@media(max-width:991px) {
	.custom-footer .social-inner-wrap ul.dropdown-menu {
		min-width:300PX;
		width:100%;
		left:50%;
		transform:translatex(-50%)
	}
	.custom-footer .social-inner-wrap ul.dropdown-menu a {
		text-wrap:wrap;
	}
}
.custom-footer .ry-each {
    width:fit-content;
    display:flex;
    flex-direction:column
}
.custom-footer  .logo-wrapper {
    width:fit-content;
    display:flex;
}
.custom-footer  .logo-wrapper img {
    max-width:320px;
    width:100%;
}
.custom-footer .social-inner-wrap {
    margin-top: 0px;
}
.custom-footer .footer-social {
    display:flex;
    gap:5px;
    align-items:center;
    margin-top:30px
}
.custom-footer .ry-copyright-conts .ry-container {
    padding:30px 0 60px;
    border-top:solid 1px #66666654;
    margin-top:80px
}

.custom-footer .ry-copyright-conts .ry-container * {
    font-size:16PX !important;
    line-height:1.5;
    text-transform: uppercase;
    color: #666666;
}

.custom-footer .ry-copyright-conts .ry-container  a:hover {
    color:var(--primary-color)
}
.custom-footer .ry-copyright-conts .ry-container .col-md-7,
.custom-footer .ry-copyright-conts .ry-container .col-md-5 {
    width:fit-content
}

.custom-footer .ry-copyright-conts .ry-container .row {
    display:flex;
    align-items:center;
    justify-content:space-between
    
}
.custom-footer .ry-copyright-conts .ry-container .col-md-5 a {
    display:flex;
    gap:5px;
	align-items:center
}
.custom-footer .ry-copyright-conts .ry-container .row:before, 
.custom-footer .ry-copyright-conts .ry-container .row:after {
    display:none
}
.custom-footer .ry-copyright-conts .ry-container img {
    width:100px;
    height:fit-content;
    object-fit:contain
}
.custom-footer .ry-each.footer-locations a{
    color:#666
}

.custom-footer .ry-each.footer-locations a:hover {
    color:var(--primary-color)
}
@media(max-width:1480px) {
    .custom-footer .logo-wrapper img {
        max-width: 200px;
        width: 100%;
    }
    .custom-footer .ry-each {
        max-width:250px;
        width:100%
    }
    .custom-footer {
    padding: 100px 0px 0px;
}
    .custom-footer .ry-copyright-conts .ry-container {
    margin-top: 40px;
    }
}
@media(max-width:1199px) {
    .custom-footer .ry-copyright-conts .ry-container .row {
    justify-content: center;
        flex-direction:column;
        gap:10PX
}
    .custom-footer .ry-copyright-conts .ry-container *  {
        text-align:center;
    }
}

@media(max-width:991px) {
    .custom-footer .logo-wrapper {
        margin-inline:auto
    }
    .custom-footer .ry-flex {
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:40px
    }
    .custom-footer .footer-social {
        flex-direction:column;
        justify-content:center
    }

    .custom-footer .ry-each * {
        text-align:center
    }
    .custom-footer ul {
    width: 100%;
  
}
    .custom-footer .ry-each {
        max-width:100%
    }
    .custom-footer .social-inner-wrap {
        margin-inline:auto
    }
}
	
/* --- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity:1 !important;
	display:none
}
#ry-pg-banner {
    margin-top:130px
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1px;
	font-size: 50px !important;
	line-height:1.1 !important;
	color:#FFF !important;
	font-family:var(--site-font) !important;
    font-weight:200
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	padding:0 !important;
	margin:0;
	
}
@media (min-width: 1600px) {
    #ry-pg-banner .ry-bnr-wrp {
        height: 340px;
    }
}
@media (max-width: 1199px) {
	#ry-pg-banner {
		margin-top:0px
	}
}
@media (max-width: 1080px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		text-align:center;
	}
}
@media (max-width: 991px) {
    #ry-pg-banner .ry-bnr-wrp {
        height: 200px;
    }
		#ry-pg-body p{
		font-size:18px !important;
		text-align:center 
	}
	#ry-pg-body h1, #ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
	text-align:center  !important;
}
}


/*--- SIDEBAR ---*/
.ry-sb-title {
	background: var(--secondary-color) !important;
}
.ry-sb-title div {
	text-align: center;
	color:#fff
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background:#50505026;
}
#ry-sidebar #accordion .ry-drop-nav ul li a, #ry-sidebar #accordion .ry-drop-nav a {
	transition:all ease-in-out .10s
}
#ry-sidebar #accordion .ry-drop-nav ul li a:hover, #ry-sidebar #accordion .ry-drop-nav a:hover{
    background:none;
    color:var(--secondary-color);
}
#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition:unset;
}
#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color:var(--secondary-color);
		transition:all 0.3s ease;
    text-shadow:.5px 0px var(--secondary-color)
		}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	font-weight:500;
	background: var(--primary-color);
	color: #fff
	}

#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color: var(--primary-color) !important;
}
#ry-sidebar #accordion .ry-link-item.open > a {
	color:var(--secondary-color);
	font-weight:600 !important
	}
#ry-sidebar .ry-link-wrp .ry-link-item.active{
	background:unset
}
#ry-sidebar #searchfield button:before {
	color:var(--primary-color);
	}

#ry-sidebar #searchfield input[type="text"] {
	border-color:var(--primary-color);
	background:#fff;
    color:#333
}

#ry-sidebar #accordion .ry-drop-nav.open {
	background:unset
}
#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color:  var(--secondary-color);
}
#ry-sidebar #services {
	display:none
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
       font-size:30px !important;
	line-height:1.1 !important;
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
	background:var(--primary-color) !important;
    transition:all .3s ease;
    height:fit-content
}
#ry-pg-content:not([data-button-color=""]) .ry-btn.ry-btn-primary:not(.btn-transparent):hover:hover {
    background:var(--secondary-color) !important;
}
#ry-sidebar .ry-link-wrp .ry-link-item a, #ry-sidebar #accordion .ry-drop-nav ul li a {
    color:#333;
	font-size:18px
}

	
/* --- SERVICES PAGE ---*/
#ry-pg-body.services-grid .module-services.style1 .ry-each {
	overflow:hidden
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	/* background: linear-gradient(to right, #ff6981d4, #fd876fde) !important; */
	background:#000000a3
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5; 
	padding-inline:10px;
	-webkit-box-orient: vertical;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
	margin-bottom:15px;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	position:relative;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block:after {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:solid #fff 1px;
}
#ry-pg-body.services-grid .module-services.style1 {
	width:100%;
	margin-inline:auto;
	gap:10px
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem) !important;
	line-height:1.1 !important;
	width:90%;
	text-align:center;
	margin-inline:auto;
	color: #fff !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem) !important;
	line-height:1.2 !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	font-size:20px !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	width:fit-content;
	background:var(--primary-color) !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn:hover {
    background:var(--secondary-color) !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each {
    margin-left: 0px;
    width: calc(33.33% - 20px);
    margin-bottom: 0px;
    position: relative;
	flex:unset;
}
@media(max-width:1080px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
		height:50px;
		font-size:16px !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
		font-size:16px !important;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		color: #fff !important;
		font-size:25px !important
	}
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each  {
		width:100% !important;
		margin-inline:auto !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		font-size:30px !important
	}
}
	
/* --- BRANDS AND PAYMENT PAGE */
.module-311 .ry-payment-options-logos .ry-each img {
	object-fit:contain;
	max-height:75PX;
	height:100PX;
	max-width:100%;
	width:100%;
}
	
 .module-311 .ry-payment-options-logos  .check img, .module-311 .ry-payment-options-logos  .debit > div{
	max-width:130px;
	min-height:60px;
	max-height:80px;
	 width:100%;
	height:100%;
	background:#f8f8f8;
	border-radius:5px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	object-fit:contain;
}
 .module-311 .ry-payment-options-logos p {
    font-weight: 600 !important;
    font-size: 20px !important;
    text-transform: uppercase;
	 line-height:1.1 !important;
	 text-align:center !important;
}
.module-311 .ry-payment-options-logos {
	margin-top:15px
}
/* --- CONTACT US PAGE ---*/
.map-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.map-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
    padding:20px 15px
}

.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(1) {
    width: 60%;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
    width: 38%;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text a {
    font-size:18px
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
    min-width:42px
}


.contact-template.style-3 .inner-flex .ry-each {
    width: calc(50% - 15px);
    max-width: 100%;
    flex-basis: unset;
}

@media(max-width:1400px) {
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		flex-direction:column;
		display:flex
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(1) {
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
		margin-right:0
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap {
		flex-direction:column;
		gap:15pX;
		margin-bottom:15px
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap * {
		text-align:center
	}
}

@media(max-width:1080px) {
	.contact-template.style-3 .inner-flex .ry-each {
		max-width:500px;
		width:100%;
	}
}
@media(max-width:991px) {
	.contact-template.style-3 .contact-form .ry-form-box-wrapper .form-group[data-type="radiolist"] {
		display:flex !important;
		justify-content:center;
		margin-block:15PX !important
	}

}
	
/* --- LOCATION PAGE ---*/
.custom-location-pg .section-background, .custom-location-pg  .section-background img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right;
	z-index: -1;
}

.ry-horizontal-line:after {
	height:2px;
	opacity:.6
}
.custom-location-pg .ry-horizontal-line::after {
    display:none
}
[data-page-id="WebPage-7a11a504-48fb-402d-a3ad-2cc48f3a6b3b"] #ry-pg-banner {
    display:none
}

.custom-location-pg .pg-banner .ry-container {
	display:flex;
	align-items:center;
	height:100%;
	position:absolute;
    top:50%;
    left:50%;
    max-width:1280PX;
    transform:translate(-50%,-50%);
	width:90%
}

.custom-location-pg .banner-content .title {
max-width:680px
}

.custom-location-pg .banner-content .title h2{
    color:#000 !important;
    text-transform:uppercase;
    font-size: clamp(2.5rem, 1.8627rem + 2.6144vw, 5rem);
    font-weight:200
    
}

.custom-location-pg .banner-content .title p {
	padding-block:20px
}

.custom-location-pg .banner-content .search-wrapper > div{
    display:flex;
    gap:20px;
	align-items:center;
}
.custom-location-pg .banner-content .search-wrapper .search-box  {
	position:relative;
	width:fit-content
}
.custom-location-pg .banner-content .search-wrapper .search-box {
	max-width: 400PX;
	width:100%;
}
.custom-location-pg .banner-content .search-wrapper input {
	width:100%;
	height: 58px;
	border-radius: 11px;
	background-color: #ffffff;
	border: 0px solid #020202;
	padding:5px 20px
}
.custom-location-pg .banner-content .search-wrapper .search-box svg {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20PX
}

.custom-location-pg .banner-content .search-wrapper .switch__wrapper {
	 display:flex;
	align-items:center;
	justify-content:center;
	height:fit-content;
	width:fit-content
}

.custom-location-pg .banner-content .search-wrapper .switch__wrapper SVG {
	fill:#fff;
	margin-right:10px
}
.custom-location-pg .banner-content .search-wrapper .switch__wrapper * {
	color:#fff
}
.custom-location-pg .banner-content .search-wrapper .switch__wrapper .ry-btn {
	height:50PX;
	padding-inline:20px
}

.custom-location-pg .each-location > div {
	display:flex;
	justify-content:space-between;
	align-items:end
}

.custom-location-pg .each-location .location-details p span {
	display:flex;
	width:fit-content;
	height: fit-content;
	border-radius: 25px;
	background-color: #ffe4d0;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: ;
	color: #cc7b32;
	text-align:center;
	padding:10px 25px;
	text-transform:uppercase
}

.custom-location-pg #ry-pg-body .each-location .location-details h3 {
	font-size: 23px !important ;
	color: #666666 !important;
	font-weight: 400 !important;
	margin-bottom:10px
}
.custom-location-pg .target-optical .each-location .location-details p span {
    background-color: #ffecee;
    color: #ff7385;
}
.custom-location-pg #ry-pg-body .each-location .location-details a {
	opacity: 0.702;
	font-size: 18px;
	color:#666 !important 
}
.custom-location-pg #ry-pg-body .each-location .location-details a:hover {
	color:var(--primary-color) !important;
	opacity:1
}
.custom-location-pg #ry-pg-body .each-location .btn-wrapper {
	display:flex;
	flex-direction:column;
	gap:10px;
}

.custom-location-pg #ry-pg-body .each-location .btn-wrapper .ry-btn {
	background:linear-gradient(67deg, #ff6981 0%, #ffab8d 100%) !important;
	 border: none !important;
	line-height:1.1 !important;
	margin-top:0;
	height:fit-content;
	text-transform:capitalize
}

.custom-location-pg #ry-pg-body .each-location .btn-wrapper .ry-btn::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='white' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.custom-location-pg #ry-pg-body .each-location .btn-wrapper a {
	text-transform:uppercase;
	color:#666;
	font-size: 17px;
	text-align:center;
	display:flex;
	justify-content:center;
	margin-top:5px;
}


.custom-location-pg #ry-pg-body .each-location .btn-wrapper a:hover {
	color:var(--primary-color)
}

.custom-location-pg .each-location {
	border-radius: 9px;
	background-color: #ffffff;
	border: 1px solid #0202021f;
	padding:30PX 3vw;
	margin-bottom:30px
}
@media(max-width:1199px) {
	.custom-location-pg .pg-banner{
		height:400PX;
	}
}

@media(max-width:1024px) {
	.custom-location-pg .pg-banner .ry-container {
		top:60%
	}

	.custom-location-pg .banner-content .title {
    max-width: 100%
}
	.custom-location-pg .banner-content .title * {
		text-align:center
	}
	.custom-location-pg .banner-content .search-wrapper > div {
		justify-content:center
	}
.custom-location-pg .pg-banner {
    position: relative;
}

.custom-location-pg .pg-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffffe3;
}
}
@media(max-width:991px) {
	.custom-location-pg #ry-pg-body .each-location .location-details * {
		text-align:start !important
	}
	.custom-location-pg #ry-pg-body .each-location .location-details {
	}
}
@media(max-width:767px) {
	.custom-location-pg .banner-content .search-wrapper > div {
		flex-direction:column;
		gap:10px
	}
	.custom-location-pg .pg-banner .ry-container {
		top:60%
	}
	.custom-location-pg .pg-banner{
		height:480PX;
	}

	.custom-location-pg .each-location > div {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:20px
	}
	.custom-location-pg #ry-pg-body .each-location .location-details * {
		text-align:center !important
	}
	.custom-location-pg .each-location .location-details p span {
		margin-inline:auto
	}
}cation-pg .banner-content .search-wrapper > div {
		justify-content:center
	}
.cutsom-location-pg .pg-banner {
    position: relative;
}

.cutsom-location-pg .pg-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffffe3;
}
}
@media(max-width:991px) {
	.cutsom-location-pg #ry-pg-body .each-location .location-details * {
		text-align:start !important
	}
	.cutsom-location-pg #ry-pg-body .each-location .location-details {
	}
}
@media(max-width:767px) {
	.cutsom-location-pg .banner-content .search-wrapper > div {
		flex-direction:column;
		gap:10px
	}
	.cutsom-location-pg .pg-banner .ry-container {
		top:60%
	}
	.cutsom-location-pg .pg-banner{
		height:480PX;
	}

	.cutsom-location-pg .each-location > div {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:20px
	}
	.cutsom-location-pg #ry-pg-body .each-location .location-details * {
		text-align:center !important
	}
	.cutsom-location-pg .each-location .location-details p span {
		margin-inline:auto
	}
}

/* --- TEAM PAGE ---  */
.team-inner-page.style3 .btn-excerpt {
	display:none !important
}
.team-inner-page.style3 .team-social {
	margin-top:20px
}

.team-inner-page.style3 .ry-each {
	background:#fff;
	border: solid #ffaaaa66 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw;
	padding-top:20px
}

.team-inner-page.style3 .ry-flex.object-top .photo img {
	position:relative;
	object-position:top;
	object-fit:cover;
	height: auto;
}
.team-inner-page.style3 .ry-each .photo {
	padding-bottom:unset;
	height:fit-content
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description img {
    max-width:400px;
    width:100%;
}
body.default #ry-section-header.module-43 {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.team-inner-page.style3 .ry-each .each-container .details .title p {
    font-size: 15px !important;
}
.team-inner-page.style3 .ry-each .each-container .details .title h5 {
	font-size:25px !important
}
.team-inner-page.style3 .btn-excerpt:before {
	filter:unset
}
body.default #ry-section-header.module-43 .ry-btn:hover, .module-43 .btn-wrapper .ry-btn:hover {
    background:#fd876f !important
}
body.default #ry-section-header.module-43 #locations-dropdown button.ry-btn:hover{
	background:var(--primary-color) !important
}
#ry-section-header .btn-wrapper .dropdown-menu {
    background:#000;
	padding:0
}

#ry-section-header .btn-wrapper .dropdown-menu a {
    font-size:18px;
	padding:10px 30px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-align: center;
	border-bottom:solid 1px #ffffff61
}

#ry-section-header .btn-wrapper .dropdown-menu  a:hover {
    background:var(--primary-color)
}
@media(min-width:1600px) {
	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 25%;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 75%;
	}
}

@media(max-width: 1680px) {
	.team-inner-page.style3 .team-excerpt p, .team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
		font-size:18px !important;
	}
}

@media (max-width: 991px) {
	.team-inner-page.style3 .ry-each .each-container .details .title {
		padding-top:15px
	}
	.team-inner-page.style3 .ry-each {
		padding-inline:20px
	}
}

.module-326 .ry-btn-container .ry-btn {
    margin-inline:auto
}