body, body p, body div{font-family: Jost !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Jost, sans-serif !important;font-weight: 400 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Jost';z-index:99;text-transform:uppercase !important;letter-spacing:.5px}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #FFFFFF !important;background: #353a47 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #af4319 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #af4319 !important;}
.ry-btn.ry-btn-secondary:hover {background: #353a47 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

/*PATIENT FORMS*/
div .title-txt p {
    font-size: smaller;
    margin-bottom: 15px;
}

.pl-txt p {
    font-size: 15px !important;
}

label.control-label.stacked {
    font-size: small;
}

label.control-label.inline {
    font-size: small;
}
/*PATIENT FORMS end*/

/* --- BUILD ---*/
:root {
  --site-font: Jost,sans-serif;;
  --title-font: Jost;
  --primary-color: #353a47;
  --secondary-color: #af4319;
}

html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:300px
}
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

    opacity: 0;
}

/*----- BUTTONS -----*/
.ry-btn {
	padding: 15px 20px;
	height: 55px;
	max-height: fit-content;
	line-height: 1 !important;
	border-radius: 0 !important;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	color:#fff !important
}

.ry-btn,
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34,
.module-34 .ry-btn-module-34 {
	border-radius: 0 !important;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	color:#fff !important
}

.ry-btn::before,
.module-34 .header-cta a::before,
.module-34 .ry-btn-module-34::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.ry-btn.ry-btn-primary::before,
.module-34 .header-cta a::before {
	border: solid var(--primary-color) 3px;
}

.ry-btn.ry-btn-secondary::before,
.module-34 .ry-btn-module-34::before {
	border: solid var(--secondary-color) 3px;
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34::before {
	border-color: var(--secondary-color);
}

.ry-btn:hover,
.module-34 .header-cta a:hover,
.module-34 .ry-btn-module-34:hover {
	transform: scale(0.9) !important;
	color: #fff !important;
}

.module-34 .ry-btn-module-34:hover {
	background: var(--primary-color) !important;
}
.ry-btn.ry-btn-secondary:hover{
    background:var(--secondary-color) !important;
}
.ry-btn:hover::before,
.module-34 .header-cta a:hover::before,
.module-34 .ry-btn-module-34:hover::before {
	opacity: 1;
}

/*----- HEADER UPDATE -----*/
.header-cta {
	display:flex;
	align-items:center;
	gap:10px;
	padding-top:20px
}
	
.module-34 {
    background:#fff
}
body.default .module-34 {
    position: fixed;
	padding-top:10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.module-34 .ry-header-logo img {
    max-width: 380px;
    transition: all .3s ease;
}

.module-34 .module-34-bot {
    margin-top: 50px;
}
.module-34 .ry-menu a {
	font-weight:600
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, 
.module-34 .ry-btn-module-34 {
	text-transform:uppercase;
	font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
	height: 55px;
	line-height:1.1 !important
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34 i, 
.module-34 .ry-btn-module-34 i {
	display:none
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34 {
background:var(--secondary-color) !important;
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover {
	background:var(--secondary-color) !important;
	color:#fff !important
}
.module-34-top-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, 
.module-34 .ry-btn-module-34 {
	border-radius:0 !important;
	 position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	display:flex;
	gap:4PX;
	align-items:center;
	justify-content:center;
	letter-spacing:.5px
}
.module-35 .mobile-button a {
	color:#fff;
	width:45px;
	height:45px;
	background:var(--primary-color);
}
.module-35 .mobile-button a i{
    font-size:20px !important
}
.module-35 .module-35-header-container {
	width:100%
}
.module-35 .module-35-header-left {
	flex:unset;
	width:fit-content
}
.module-35 .mobile-nav .hamburger {
	padding:15px 15px 10px 0;
	display:flex;
	align-items:center;
}

.mm-panel .mob-menu a {
	padding-block:13px
}
	
.mm-panel .mob-menu a,
#menu_container .mm-listview li a {
    text-wrap:wrap;
    line-height:1.2;
    font-size:18px;
	letter-spacing:1px
}
	
.mm-panel_opened {
	padding-inline:0px
}
#menu_container, .mm-panels, .mm-panels>.mm-panel{
    background:var(--primary-color)
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:first-child ,
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:last-child {
    border-radius:0 !important
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li{
    padding:0;
    background: var(--primary-color) !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background:transparent;
	 display:flex;
    justify-content:space-between;
    padding:0
}
.ry-menu .ry-nav li.dropdown .dropdown-menu {
    background:transparent;
	left:50%;
    transform:translateX(-50%)
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    min-width: 240px;
    width:fit-content
}


.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a {
    display:flex;
    width:100%;
    color:#fff !important;
    padding-block:12px;
}
li.third-level-container:not(.third-level a):after {
	position:absolute
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a:hover {
    background:var(--secondary-color);
    color:#fff !important
}


.ry-menu .ry-nav .dropdown-menu>li>a{
    font-size: calc(15px + 2 * ((100vw - 320px) / 1280)) !important;
}
.module-34 .ry-menu .ry-nav li>a {
	font-size: 20px;
	letter-spacing: 1px;
	color: #333946;
	font-weight:400
}
@media (max-width:1137px) {
	.module-34 {
		display:none
	}
	.module-35 {
		display:block !important;
		width:100% 
	}
	.module-35 .module-35-header-left { 
		flex: 0 0 0%;
	}


	.module-66::before {
		display:none
	}
	.module-35 .module-35-header-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*----- HERO SECTION -----*/
.module-66 .bnr-textbox .ry-section-title {
	font-size: clamp(3.1875rem, 1.8652rem + 5.4248vw, 8.375rem);;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400 !important;
	font-family: "Josefin Sans";
	text-align: center;
	line-height:1.2
}
.module-66 .bnr-textbox .ry-section-title span{
	font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem);
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	display:block
}

.module-66 .bnr-textbox .ry-btn{
	margin:10px auto 0;
	text-transform:uppercase;
	letter-spacing:1px;
}
	
.module-66::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px; 
  background: linear-gradient(to bottom, #ffffffed 30%, transparent 100%);
  z-index: 1; 
}
	
.module-66 img{
	height:105vh;
	width:100%;
	object-fit:cover;
	position:relative;
	object-position:top
}
.module-66::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(24 24 24 / 26%), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.module-66 .carousel .carousel-control {
	display:none
}
.module-66 .bnr-textbox .ry-section-title span {
	letter-spacing: 11px;
}	
@media (max-width:1137px) {
	.module-66 img {
		height: 100%;
	}
	.module-66 .bnr-textbox {
		margin-bottom: unset !important;
		position: relative;
		inset:unset;
		padding:20px 0 30px;
		background:var(--primary-color)
			}
}

@media (max-width:480px) {
	.module-66 img {
		height: 32vh;
	}
	.module-66 .bnr-textbox .ry-section-title span {
		font-size:20px;
		letter-spacing: 8px;
	}
}
/* ----- FONT ----- */
.module-67 .ry-container #about .ry-section-title-wrapper h2 {
    line-height:1.1 !important;
    font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem) !important;
}

body.home h2 span:not(.ry-custom-services .ry-grid .ry-items:first-child .ry-services-title-wrap h2 span,.logo-bold), body.home .ry-multi-item-slider-heading-section, .ry-services.style2 h2 span {
    color:var(--secondary-color);
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 20px !important;
    line-height:1.1 !important;
    margin-block:10px;
	font-style: normal;
	display: block;

}
 h2 span {
	color:var(--secondary-color) !important;
}
body, body p, body div {
    font-weight: 400 !important; 
    color: #666;
	letter-spacing: .5px;
}
	
u {
    color:var(--secondary-color)
}
/*------ WELCOME SECTION -----  */
.module-67 {
	padding-bottom:80px
}
#welcome-wrap .ry-aurora {
    display:none
}
.module-67 .ry-container {
    max-width:960px;
}

.module-67 .ry-container .ry-each{
    max-width:880px;
    width:100%;
    margin:auto
}
.module-67 .ry-container * {
	text-align:center
}
.module-67 .background-section {
  display:none
}

.module-67, .module-25-cta #swiper-hero {
  background:transparent
}
	



/*---- CTA SECTION -----*/
.cta-wrapper {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	place-items:center;
	gap:25px
}
.cta-wrapper .swiper-slide{
	display:flex;
	justify-content:center;
	align-items:center
}
.module-25-cta .ry-hero-cta-img-container img {
	border:unset;
	object-fit:contain;
	 transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.module-25-cta .ry-hero-cta-img-container {
	max-width:280PX;
	height:280px;
	margin-bottom:0px !important;
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}



.module-25-cta .swiper-slide {
	transition:all .3s ease 
}


.module-25-cta .ry-hero-cta-link {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.module-25-cta .ry-hero-cta-text a{
	font-size: 20px !important;
	text-transform: uppercase;
	color: #282728 !important;
	font-weight: 500;
	text-align: center;;
	letter-spacing:1px !important;
	line-height:.5
}

.module-25-cta .ry-hero-cta-text span {
	display:block
}

.module-25-cta {
	display:flex
}
.module-25-cta .swiper-container {
	max-width:1080px;
	margin:auto;
	padding-top:5px !important;
	padding-bottom:100px
}
.module-25-cta .ry-hero-cta-text {
    margin-top:-20px;
	transition:all .3s ease
}
	
.cta-wrapper .slick-dots {
  bottom: -30px; 
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
  position: relative;
}


.cta-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}


.cta-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.module-25-cta .ry-hero-cta-img-container .photo {
	height:180px;
	width:180px;
	min-height:180px;
	min-width:180px;
	border-radius:50%;
	display:flex;
	background:#78828d;
	display:flex;
	justify-content:center;
	align-items:center;
}
.module-25-cta .ry-hero-cta-img-container .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: margin-top .3s ease;
}

.module-25-cta .swiper-slide:hover .photo,
.module-25-cta .swiper-slide:hover .ry-hero-cta-text {
    margin-top: -50px;
}
.module-25-cta .ry-hero-cta-img-container .photo::before {
	content:"";
	width:calc(100% + 25px);
	height:calc(100% + 25px);
	position:absolute;
	background:transparent;
	border-radius:50%;
	border:solid 4px;
	z-index:2
}

.module-25-cta .ry-hero-cta-img-container .photo img {
	margin-inline:auto;
	height:auto;
	border-radius:unset;
	position:relative;
	height:100px;
	object-fit:contain;
	max-width:70px
}
.module-25-cta .swiper-slide:hover .photo {
background:var(--primary-color)
}

.module-25-cta .swiper-slide:hover .photo::before {
	border-color:var(--primary-color)
}
@media(max-width:1199px){
	.module-67 {
	    padding-bottom: 8px;
	}
}
@media(max-width:1023px){
	.cta-wrapper{
		grid-template-columns: repeat(2, 1fr);
		padding:0 8vw
	}
	.module-25-cta .swiper-container {
		padding-bottom:20px
	}

	.module-services.style-6 {
		padding: 130px 0 550px;
	}
}

@media(max-width:600px){
	.cta-wrapper{
		grid-template-columns: repeat(2, 1fr);
		padding:0 10px
	}
	.module-25-cta .ry-hero-cta-text a span {
		line-height:1;
		margin-top:-10px
	}
	.module-25-cta .ry-hero-cta-text a {
		font-size: 16px !important;
	}
	.module-25-cta .ry-hero-cta-text {
		margin-top: -6vw;
	}
	.cta-wrapper .swiper-slide {
		height:fit-content;
	}

	.module-25-cta .ry-hero-cta-img-container .photo {
		height: 140px;
		width: 140px;
		min-height: 140px;
		min-width: 140px;
		display: flex;
		border-radius: 50%;
		background: rgb(120, 130, 141);
	}
	.module-25-cta .ry-hero-cta-img-container {
		height: 220px;
	}
}
/*----- SERVICE SECTION -----*/
.module-services.style-6 .section-headline h2 ,
.module-services.style-6 .section-headline h2  span{
    color:#fff !important
}
div#section-services {
    background:transparent
}
.module-services.style-6 {
    margin-top:-200px
}
.module-services .ry-container {
    padding-top:400px;
    max-width:1200px;
	width:90%
}
.module-services.style-6 .background-section, .module-services.style-6 .background-section img {
    object-position:top;
	height:100%;
	object-fit:fill
}

.module-services.style-6 .ry-flex {
    flex-direction:column;
	row-gap:50px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each {
    width:100%;
    display:flex;
	align-items:center;
	justify-content:space-between;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
	width:48%;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo {
	width:38%;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:before,
.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:after {
    display:none
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info *{
	text-align:start !important;
	line-height:1.4 !important;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .info p {
	letter-spacing: -1px;
	color:#fff
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn {
	margin-top:30px;
	text-transform:uppercase;
	letter-spacing:1px;
	background:var(--secondary-color) !important
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn::before {
	border-color:var(--secondary-color) !important
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(odd){
	flex-direction:row-reverse
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title {
    padding-top:0;
	padding-bottom:10px
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3{
    text-transform:uppercase;
    letter-spacing: -1px;
    font-size: clamp(1.75rem, 1.5588rem + 0.7843vw, 2.5rem);
    line-height:1.2 !important;
	color:#FFF;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:hover .photo {
    filter: unset;
    transition: .5s;
}
@media (max-width: 1480px) {
	.module-services .ry-container {
    padding-top: 300px;
}
	.module-services.style-6 {
    margin-top: -100px;
}
	.module-67 {
    padding-bottom: 20px;
}
}
@media (max-width: 1080px) {
	.module-services.style-6 {
		padding-top: 60px ;
		padding-bottom:450PX !important
	}
	.module-services.style-6 .services-wrapper .ry-flex {
		flex-wrap: wrap;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		width: calc(100% - 15px);
		max-width:100%
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-text p,
	.module-services.style-6 .section-headline h2,
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 {
		text-align: center;
	}
	.module-services.style-6 .section-headline h2 {
		font-size: 46px;
	}
.module-services.style-6 .background-section, .module-services.style-6 .background-section img {
    object-position:top;
	height:100%;
	object-fit:cover
}
}

@media (max-width: 780px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
		width:100% !important
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each  {
		flex-direction:column !important;
		gap:30px;
		justify-content:center;
		align-items:center
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each img {
		max-width:400PX;
		width:100%;
		margin-inline:auto
	}

	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info p,
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info h3{
		text-align:center !important
	}

	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-btn {
		margin-inline:auto 
	}
		.module-services.style-6 {
		padding-top: 150PX ;
	}
	    .module-services.style-6 {
        margin-top: -150px;
    }
}

@media (max-width: 480px) {
		    .module-services.style-6 {
        margin-top: -200px;
    }
}
/*------ TEAM SECTION -----  */
body.home h2:not(.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2) {
	font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem) !important;
	text-transform: uppercase;
	line-height:1.1;
}

.module-69.style2 .ry-container {
	max-width:1280px;
	width:90%;
	display:flex;
	flex-direction:column;
	position:relative;
	padding: 0 
}
.module-69.style2 .ry-container, .module-69 .ry-each-right, .module-69 .ry-each-right:before {
	background:none !important
}

.module-69.style2{
    background:transparent;
	padding:150px 0 100px
}
.module-69.style2 .bg-image {
    display:none
}
.module-services.style-6 {
    padding: 130px 0 620px;
}
div#section-services {
    z-index:2
}
div#section-team {
    z-index:1;
    margin-top:-200px
}

.module-69.style2 .ry-flex {
    margin-top:80px;
}

.module-69.style2 h3 {
        color: #545454;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: clamp(1.75rem, 1.5588rem + 0.7843vw, 2.5rem);
    line-height: 1.2 !important;
}

.module-69.style2 .text-content .span-1 {
    color:var(--secondary-color) !important;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:20px
}
.module-69.style2 .ry-each-left {
	width: 37% !important;
	max-width:unset !important;
	flex-basis:unset
}
.module-69.style2 .ry-each-left img{
    width:100%;
	border:unset;
    box-shadow: unset;;
	object-fit:cover;
	max-width:unset
}


.module-69.style2 .ry-each-right{
    width:53%;
	flex-basis:unset
}
.module-69.style2 .slider-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:100%;
	margin-top:35px
}

.module-69.style2 .team-dots {
    position:absolute;
    right:0;
    bottom:0;
		width:fit-content;

}
.module-69.style2 .slick-dots {
	padding-left:0;
	display:flex !important;
	gap:6px;
	list-style:none;;
}

.module-69.style2 .slick-dots button {
	font-size:0;
	background:var(--primary-color);
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:.4
}

.module-69.style2 .slick-dots .slick-active button {
	opacity:1
}

.module-69.style2 .ry-each-right .ry-btn {
        margin-top:40px
}
@media(min-width:2000px) {
	div#section-team {
		margin-top: -0;
	}
	.module-69.style2 {
		padding-bottom: 10rem;
		margin-bottom: 0;
		padding-top: 10rem;
		margin-top: 0;
	}

	.module-69.style2::before {
		top: 50%;
		transform:translateY(-50%)
	}
}
@media (max-width: 1199px) {
   .module-69.style2 .ry-container .ry-each-right {
       min-width:unset
   }
    .module-69.style2 .ry-flex {
        margin-top:60px
    }
     .module-69.style2 .ry-container .ry-each-left {
        max-width:35%
    }
     .module-69.style2 .ry-container .ry-each-right {
       min-width:60%
   }
     .module-69.style2 .ry-flex {
        gap:15px
    }
	
	.module-69.style2 .ry-container .ry-each-right .text-content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5; 
	-webkit-box-orient: vertical;
	}
		.module-69.style2 {
    padding-bottom:40PX;
}
}


@media (max-width: 1023px) {
     .module-69.style2 .ry-flex {
        flex-direction:column;
    }
    .module-69.style2 .ry-container .ry-each-right,
    .module-69.style2 .ry-container .ry-each-left,
    .module-69.style2 .ry-each-left,
    .module-69.style2 .ry-each-right{
        max-width:100% !important;
        width:100% !important;
    }
    .module-69.style2 .ry-each-left img {
        margin:auto ;
		max-width:300px;
		width:100%
    }
	   .module-69.style2 .ry-container .ry-each-right .text-content {
              margin-top: 20px;
	   }
    .module-69.style2 .ry-each-right * {
        text-align:center
    }

    .module-69.style2 .ry-each-right .ry-btn {
        margin:20px auto
    }
     .module-69.style2 .ry-flex {
        margin-top:50px
    }
	.module-69.style2 .team-dots {
		left:50%;
		bottom:-25px;
		transform:translatex(-50%)
	}
	.module-69.style2 {
    padding:40PX 0;
}
}

	
/*------ BRANDS SECTION -----  */
.module-brand .brand-wrapper {
    width:100%;
    display:flex;
    padding:100px 3vw;
	background:var(--primary-color);
	position:relative
}

.module-brand .brand-wrapper::before {
	content:"";
	position:absolute;
	width:calc(100% + 40px);
	height:calc(100% + 40px);
	border:solid 8px #77818b;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.module-brand .brand-wrapper::after {
	content:"";
	position:absolute;
	width:108%;
	height:105%;
	border:solid 3px #a3a39f;
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:-1
}
.module-brand .brands {
    max-width: 1280px;
    width:100%;
    margin:auto
}
.brand-wrapper .swiper-slide .photo {
    border-top-left-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
}

.brand-wrapper .swiper-slide .logo-wrapper {
    padding: 20px 20px;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    overflow: hidden;
}

.brand-wrapper .swiper-slide .logo-wrapper img {
    max-width: 120px;
    height: 30PX;
    position: relative; 
    z-index: 2;      
	filter:brightness(0);
	margin-inline:auto
}
	
.brand-wrapper .swiper-slide .logo-wrapper h6 {
	color:#000
}

.brand-wrapper .swiper-slide .logo-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgb(81 81 81 / 65%));
    z-index: 1;
    pointer-events: none;
}

.brand-wrapper .swiper-slide.slick-center .logo-wrapper::before {
    display:none
}
.brand-wrapper .slick-slide.slick-center + .slick-slide .logo-wrapper::before,
.brand-wrapper .slick-slide.slick-center + .slick-slide + .slick-slide .logo-wrapper::before{
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgb(81 81 81 / 65%)) !important;
}

.brand-wrapper .slick-dots  {
	padding:0;
	display:flex !important;
	gap:8px;
	justify-content:center;
	margin-top:20px;
	list-style:unset;
	font-size:0
}
.brand-wrapper .slick-dots li button {
    background:#afafaf5e;
    width: 12px;
    height: 12px;;
	border-radius:50%
}

.brand-wrapper .slick-dots li.slick-active button {
    background-color: #FFF;
    opacity:1
} 
.module-brand .ry-container{
    width:90%
}

.module-brand .brand-wrapper .slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-80px);
    z-index: 10;
}
.module-brand .brand-wrapper .slick-slide.slick-center + .slick-slide + .slick-slide{
    transform: scale(0.7) translate(-300px);
}
.module-brand .brand-wrapper .slick-slide {
    transform: scale(0.7) translate(300px);
}
.module-brand .brand-wrapper .slick-slide.slick-active{
	transform: scale(0.8) translate(80px);
}
.module-brand .brand-wrapper .slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
}
	
.module-brand .section-headline h2 {
    max-width:unset
}
@media(max-width:680px) {
    .brand-wrapper .slick-dots {
    flex-wrap:wrap;
        
    }

    .brand-wrapper .slick-dots li {
        display:flex
    }
}
@media(max-width:1199px) {
	.module-brand .brand-wrapper{
	    padding-block: 50px;
	}
}
/*------ TESTIMONIALS SECTION -----  */
.hp-custom-testimonials {
    padding-bottom:120px
}

.hp-custom-testimonials .review-widget.light {
    box-shadow:unset
}
@media(max-width:1199px) {
	.hp-custom-testimonials {
    padding-bottom:80px
}
}
@media(max-width:900px) {
	#widget-container .review-widget .rating-info {
		flex-wrap:wrap;
		flex-direction:row;
		align-items: center !important;
	}
	.widget-header {
		flex-direction:column;
		gap:10px;
	}
}
@media (max-width: 768px) {
	.widget-header, .review-widget .rating-info  {
		align-items: center !important;
		flex-direction: row;
	}

	.header-stars {
		margin-inline:auto
	}
	}
	@media (max-width: 480px) {
		.widget-header, .review-widget .rating-info  {
			flex-direction: column;
		}
		.widget-header .divider {
			display:none
		}

	}
/*------ FOOTER -----  */
.module-44{
	padding-top: 80px;
}

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

.module-44 .ry-footer-copyright *, .module-44 .ry-footer-copyright a {
font-size: 17px !important;
color: #d2ccc39c !important;
	letter-spacing:.5px;
    font-size: 17px;
	font-weight:400
}

.module-44 .ry-footer-copyright a:hover {
	color:#fff !important;
	text-decoration:underline !important
}
.module-44 .footer-warpper > .ry-each{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:40px;
    
}
.module-44 .ry-flex {
	border-block: solid #ffffff38  2px;
	padding:50px 0 60px;
	justify-content:space-between;
	display:flex
}
.module-44 .ry-flex * {
	color:#fff !important
}

.module-44 .social-wrapper {
	width:fit-content;
	display:flex;
	align-items:center;
	gap:10px
}
.module-44 .social-wrapper > div {
	opacity: 0.800;
	font-size: 25px !important;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400 !important;
	margin-top:10px
}
.module-44 .social-icons .social-inner-wrap {
    margin-top:0;
	gap:8px
}
.module-44 .ry-divisor {
    width:fit-content
}
.module-44 .ry-footer-logo {
    margin:unset;
	max-width:380px;
	width:100%
}
.module-44 .social-icons .social-inner-wrap li {
	margin:0
}
.module-44 .social-icons .social-inner-wrap li a {
	    width: 40px;
    height: 45px;
	min-width: 45px;
	background:#fff !important;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px
}
.module-44 .social-icons .social-inner-wrap li .fa {
    border:solid 3px var(--primary-)
}

.module-44 .social-icons .social-inner-wrap li a:hover {
	background:var(--secondary-color) !important;
	color:#fff !important; 
	transition:all .3s ease
}
.module-44 .ry-flex .ry-each h2 {
	font-size: 20px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:25px
}
.module-44 .ry-flex .ry-each {
	flex-basis: unset;
    width: fit-content;
    padding: 0;
}
.module-44 .ry-footer-top {
	padding-bottom:0
}
.module-44 .ry-footer-copyright {
	background:transparent;
}
.module-44 .ry-footer-copyright .ry-container {
	padding:25px 0
}
.module-44 .ry-footer-copyright {
	padding-bottom:0
}

.module-44 .ry-footer-top a:hover, .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover {
	coloR:var(--secondary-bg) !important
}

.module-44 .ry-flex .ry-each li a,   .module-44 .ry-flex .ry-each span{
	display:block;
	line-height:1.2 !important;
	opacity: 0.502;
	font-size: 17px;
	color: #d2ccc3 !important;
	font-weight:400 !important;
	letter-spacing:.5px
    
}
.module-44 .ry-flex .ry-each li a:hover{
    opacity:1;
    color:#fff !important
}
.module-44 .ry-flex .ry-each li {
    padding-bottom:18px;
}

.module-44 .ry-flex .ry-each:nth-child(2),
.module-44 .ry-flex .ry-each:nth-child(4){
    flex-basis: 12.4%;
}

.module-44 .ry-flex .ry-each:nth-child(3) {
    flex-basis: 15%;
}

.module-44 .social-icons .social-inner-wrap:after,
.module-44 .social-icons .social-inner-wrap:before {
	display:none
}

.module-44 .ry-flex .ry-each .office-hours ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    gap: 20px;
}

.module-44 .ry-flex .ry-each .span-2 {
	width: 100%;
	    max-width: 100px;
	display: inline-block; 
}
.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
       width: 230px;
    text-align: start;
    white-space: nowrap;
}

.module-44 .ry-footer-copyright .ry-left {
	width: fit-content
}
.module-44 .ry-footer-copyright .ry-right {
	width: fit-content;
}
.module-44 .ry-footer-copyright .ry-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.module-44 .ry-footer-copyright .ry-container * {
	text-wrap:wrap
}
@media (max-width: 1600px) {
	.module-44 .ry-footer-copyright .ry-container {
		flex-direction:column;
		gap:10px
	}
	.module-44 .ry-footer-copyright .ry-container * {
		text-align:center;
		line-height:1.4
	}
	.module-44 {
		padding-top: 60px;
	}
}
@media (max-width: 1280px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding-inline: 4vw;
	}

}

@media (max-width: 991px) {
    .module-44 .ry-flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	justify-content: center;
	align-items: start;
	padding-inline: 4vw;
}
.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}


	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction:column;
		justify-content:center;
		text-align:center;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		margin: 0 auto 0;	
	}
	.module-44 .footer-warpper > .ry-each {
		flex-direction:column;
	}
	   .module-44 .ry-flex .ry-each .office-hours ul li {
        flex-direction: row;
        margin-bottom:0px;
		justify-content:space-between
        }

    .module-44 .ry-flex .ry-each .office-hours ul li .span-2 {
        width:200px;
        text-align:start !important
    }
    .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
        text-align:end !important
    }

}

@media(max-width:767px) {
	    .module-44 .ry-flex {
	grid-template-columns: repeat(1, 1fr);
		}
	.module-44 .ry-flex .ry-each li {
		padding-bottom:10px !important
	}
		.module-44 .ry-footer-logo {
		max-width:300PX;
			width"100%;
	}
	.module-44 .social-wrapper {
		flex-direction:column;
		justify-content:center;
		gap:10PX;
		margin-top:10px
	}
	.module-44 .ry-divisor {
		margin-block:0
	}
}
	
/* --- INSIDE PAGES ---*/
#ry-pg-body h2 ,
#ry-pg-body h3,
#ry-pg-body h4,
#ry-pg-body h5,
#ry-pg-body h6{
    font-weight:500 !important;
    letter-spacing:.3px
}
#ry-pg-body p {
	font-size: clamp(1.125rem, 1.0772rem + 0.1961vw, 1.3125rem) !important;
	line-height:1.6;
}
#ry-pg-body h2 {
    font-size: 35px !important;
}

body #ry-pg-body  a {
	color:var(--secondary-color)
}
body #ry-pg-body a:not(.ry-right a):hover {
	color:var(--secondary-color);
}
.pg-logos-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 30px; 
    flex-wrap:wrap;
    background:#FFF;
    gap:25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top:40PX
}

.pg-logos-wrapper img {
    width:calc(100% / 3 - 23px);
    height:80PX;
    object-fit:contain;
    min-width:120PX;
}


/* --- BANNER ---*/
#ry-pg-banner .ry-container {
	
}
#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:190px
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1px;
	font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem) !important;
	line-height:1.1 !important;
	font-family:var(--title-font);
		color:#fff !important;
		font-weight:400
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	padding:0 !important;
	margin:0;

}
#ry-pg-banner .ry-bnr-wrp {
	height: 320px;
}


@media(max-width:1137px) {
	#ry-pg-banner {
	margin-top:100px
}
	#ry-pg-banner .ry-bnr-wrp {
	height: 250px;
}
}

/*--- SIDEBAR ---*/
.ry-sb-title {
	background: var(--primary-color) !important;
}

.ry-sb-title div {
	font-family: var(--title-font) !important;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 25px !important;
	color:#fff
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background: #1628b10a;
}

#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: var(--secondary-color);
	color: #fff
}

#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition: unset;
}

#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color: #FFF;
	transition: all 0.3s ease;
	background: var(--secondary-color)
}

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



#ry-sidebar #accordion .ry-link-item.open>a {
	color: #fff;
	font-weight: 400 !important;
	background: var(--secondary-color);
}

#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: #111
}

#ry-sidebar #accordion .ry-drop-nav.open {
	background: unset
}

#ry-sidebar #services {
	display: none
}


#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
	font-size: 35px !important;
	line-height: 1.1 !important;
	font-family:var(--title-font) !important
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
	height: 43px;
}
#ry-pg-content:not([data-button-color=""]) .ry-btn.ry-btn-primary:not(.btn-transparent):hover{
	background:var(--primary-color) !important
}

#ry-sidebar .ry-link-wrp .ry-link-item a,
#ry-sidebar #accordion .ry-drop-nav ul li a {
	color: #666;
	font-size: 18px;
	padding: 10px 30px
}


@media (max-width: 991px) {
	#ry-pg-body .ry-content {
		gap:80px
	}
}
	
/* --- TEAM PAGE ---  */
.team-inner-page.style3 .team-social {	
	margin-top:20px
}

.team-inner-page.style3 .ry-each {
	border: solid #474d5b0a 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw
}

.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;
}
#ry-pg-body .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
}

body.default #ry-section-header.module-43 .ry-btn:hover, .module-43 .btn-wrapper .ry-btn:hover {
    background:var(--secondary-color) !important
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt,
.team-inner-page.style3 .ry-each .each-container .details .team-full-description,
.team-inner-page.style3 .ry-each .each-container .details .title{
	padding:0
}
.team-inner-page.style3 .ry-each .each-container .details {
	flex-direction:column;
	width:78%
}
	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 100%;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 100%;
	}
.team-inner-page.style3 .ry-each .each-container {
	justify-content:space-between;
	gap:20PX
}
.team-inner-page.style3 .ry-each .photo {
	max-width:unset;
	width:17%
}

@media (max-width: 1280PX) {
	.team-inner-page.style3 .ry-each .photo {
		width:30%

	}
	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction:column;
		width:65%
	}
}
@media (max-width: 991px) {
	.team-inner-page.style3 .ry-each .photo {
		width:100%	
	}
	.team-inner-page.style3 .ry-each .photo img {
		max-width:300px;
		width:100%;
		margin-inline:auto
	}
	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction:column;
		width:100%
	}
	.team-inner-page.style3 .ry-each {
		padding-inline:20PX
	}
	
}
	
/* --- BRANDS AND PAYMENT PAGE */
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px
}	

.module-311 .ry-payment-options-logos .ry-each img {
	object-fit:contain
}
	
 .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 ---- */
.contact-template.style-2 .section-headline h2 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

.contact-template.style-2 .ry-flex .contact-form {
	padding: 100px 4vw;
	background: #f5f5f5;
	width: 68%;
}

.contact-template.style-2 .contact-form .section-headline {
	margin-bottom: 30px;
}

.contact-template p {
	line-height: 1.5;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper input.ry-btn {
	margin-top: 10px;
}

.contact-template.style-2 .ry-flex .contact-details {
	width: 32%;
	min-width: 420px;
	border: 1px solid #e8e8e8;
}

.contact-template.style-2 .ry-flex .contact-details #mapCustomstyle2 {
	padding-bottom: 500px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex {
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color) !important;
	border-radius: 50%;
	margin-right: 10px;
	min-width: 45px;
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text * {
	color:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon svg {
	fill: #fff;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) {
	pointer-events:none
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
	display: flex;
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
}

body #ry-pg-body.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
  line-height: 27px;
	color: var(--primary-color); !important
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child) {
	margin-bottom: 25px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text {
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
	font-size: 23px;
	font-weight: bold;
	color: #373737;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour {
	padding-top: 40px;
	margin-top: 25px;
	border-top: 1px solid #e8e8e8;
	width: 100%;
	max-width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {
	flex-direction: column;
	width: 100%;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1 {
	color:#333
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, 
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
	height: 65px;
	border-radius: unset;
	box-shadow: unset;
	padding-left: 25px;
	font-size: 18px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group {
	margin-bottom: 10px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
	height: 290px;
	padding-top: 15px;
	resize: unset;
}

.contact-template.style-2 .contact-form .ry-text .span-2 {
	font-size: 23px;
    font-weight: bold;
    color: var(--primary-color);
}


.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.custom-social-wrapper .social-inner-wrap li a.tiktok {
    background:#000
}

.custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.custom-social-wrapper .social-inner-wrap li:hover {
	scale:1.1
}

@media(max-width:1080px) {
	.contact-template.style-2 .ry-flex .contact-form,
	.contact-template.style-2 .ry-flex .contact-details{
		width:100%;
		min-width:unset
	}
	.contact-template.style-2 .ry-flex .contact-form {
		padding-block:50px
	}
}
	
	body[data-page-name="payment-options"] #payment-insurance .module-32-heading-2 h4 {
		text-transform: capitalize;
	}