/* HEADER STYLE */
#header-menu-cta {
  width: 80%;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0 5%;
}

.footer-social-wrapper .flex.gap-4 {
  gap: 0 7px;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
    color: var(--color-primary) !important;
}
#header-phone {
  width: auto;
  white-space: nowrap;
}
#default-menu {
  padding: 0;
  justify-content: space-between;
  max-width: 950px;
}

.ry-menu .ry-nav {
  width: 100%;
  align-content: center;
  display: flex;
}
.ry-menu .ry-nav li.primary li a {
  text-transform: uppercase !important;
}
.ry-menu .ry-nav li.primary a {
  font-size: 18px;
  text-transform: uppercase;
  color: #b59358;
}
.ry-nav {
  justify-content: space-between;
}
.ry-menu .ry-nav li.primary {
  margin: 0;
}
.header-phone a {
  color: #b59358;
  font-size: 18px;
}
#navigation {
    position: absolute;
    background: var(--color-primary-background);
}
#navigation-style-15 {
  margin: auto;
  padding: 1em 0;
  width: 90%;
  max-width: 100%;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li {
  display: flex;
  padding: 0;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
  padding: 15px 30px;
  width: 100%;
  font-size: 16px;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li a:hover {
  background: var(--color-secondary-background);
  color: var(--color-secondary-text) !important;
}

/* END HEADER STYLE */



/* HERO */


.top-social {
    z-index: 1;
    position: static;
    top: 30%;
    right: 5%;
}
.top-social ul li {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #b08f56;
}
.top-social ul {
  gap: 0 5px;
  justify-content: flex-start;
}
.top-social ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-social ul li:before {
  color: #fff !important;
}

.top-social ul li a svg {
  fill: #b59358;
  height: 21px;
}
.top-social ul li a i:before {
  font-size: 14px !important;
}
#header-phone .cta-icon i {
  color: #bb985b;
}
div.header-social-phone-block {
  display: flex;
  gap: 0 20px;
}

.top-social  .footer-social-icon i::before {
  font-size: 22px;
  line-height: 2;
}

#hero-links {
	justify-content: flex-start;
	gap: 0 5%;
}
#hero-links a {
}
.homepage-swiper .slider-info {
	left: 5%;
	min-height: auto;
	bottom:10%;
}
.homepage-swiper .slider-info h2, .homepage-swiper .slider-info h1 {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 40px;
	text-shadow: 1px 1px #000;
	text-shadow: 1px 1px 0px hsl(0deg 0% 0%);
}
.homepage-swiper .slider-info p, .homepage-swiper .slider-info a {
	color: #fff;
}
.homepage-swiper .slider-info .block {
	font-size: initial !important;
}
#navigation-style-15 img {
	max-width: 120px;
}
#hp-slider {
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}
#hp-slider > .col-xs-12,#hp-slider .homepage-swiper {
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
#the-video {
	position: relative !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	background: transparent !important;
}
#the-video .ry-video-wrapper {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 50vw !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	background: transparent !important;
}
#ry-video-slider {
	position: absolute !important;
	top: 50% !important;
	left: 49.9% !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	transform: translate(-49.9%, -45%) !important;
	object-fit: cover;
	object-position: top center;
	display: block !important;
}
#ry-video-play {
	position: absolute !important;
	z-index: 10 !important;
}
#hp-slider .slider-info {
	position: absolute !important;
	z-index: 5 !important;
	left: 0 !important;
	bottom: 8% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 7% !important;
	margin: 0 !important;
	background: transparent !important;
}
#hp-slider .slider-info h1 {
	margin: 0 0 20px 0 !important;
	color: #fff !important;
	font-size: clamp(28px, 3.2vw, 48px) !important;
	line-height: 1.15 !important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.45) !important;
}



#hero-links {
	display: flex !important;
	align-items: center !important;
	gap: 38px !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
#hero-links a {
	border: none !important;
	font-size: 18px;
}

@media (max-width:1199px) {
	.top-social {
		top: initial;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}

	.top-social ul {
		justify-content: center;
	}

	.top-social ul li {
		width: 45px;
		height: 45px;
		border:1px solid hsl(38.06deg 38.59% 52.75% / 65%)
	}

}


@media (max-width: 991px) {
	#the-video .ry-video-wrapper {
		height: 50vw !important;
	}
	
}


@media (max-width: 767px) {
	#the-video .ry-video-wrapper {
		width: 100% !important;
		height: 57.25vw !important;
		min-height: 250px !important;
	}
	#ry-video-slider {
		object-fit: cover !important;
		object-position: center center !important;
	}
	
	#hero-links .block {
		width: auto !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
}

@media (max-width: 480px) {
	#the-video .ry-video-wrapper {
		height: 50vh !important;
		min-height: 350px !important;
		margin-bottom: -3px !important;
	}
}
.ry-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ry-video-wrapper:hover .ry-video-play {
	opacity: 1;
	visibility: visible;
}
.ry-video-play:hover {
	background: rgba(0, 0, 0, 0.85);
}
.ry-video-play svg {
	height: 25px;
	width: 25px;
}


/* END HERO */




/* WELCOME */

div.welcome-section .flex.ry-content {
  flex-wrap: wrap;
  height: 650px;
}
div.welcome-section .flex.ry-content .ry-each {
  width: 50%;
  height: 100%;
}
div.welcome-section .flex.ry-content div#with-text {
  background: var(--color-primary-background);
  display: flex;
  align-items: center;
}
.welcome-section div.ry-heading h2 {
  color: #fff;
}
div.ry-heading h2 .span-1, div.ry-hp-team .ry-heading span-1, .hp-testimonials span-1 {
  color: #b59358;
  font-size: 20px;
  font-family: instrument sans;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
div.welcome-section .inner-block {
  max-width: 650px;
  margin: auto;
  width: 80%;
}
div.welcome-section .flex.ry-content div#with-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
div.welcome-section .flex.ry-content div#with-text .ry-heading {
  margin-bottom: 1em !important;
}
div.welcome-section {
  margin-top: -2px;
}
div.welcome-section .flex.ry-content .ry-each img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media (max-width:1199px) {
	  div.welcome-section .flex.ry-content {
	  flex-direction: column;
	  height: 100%;
	}
	div.welcome-section .flex.ry-content .ry-each {
	  width: 100% !important;
	}
	div.welcome-section .flex.ry-content div#with-text {
	  padding: 4em 0;
	}


	div.welcome-section .inner-block p {
	  text-align: center;
	}

	div.welcome-section .flex.ry-content div#with-text .span-1 {
	  margin-bottom: 10px;
	}

	div.welcome-section .flex.ry-content .ry-each img {
	  height: 500px;
	}

}

@media (max-width:768px) {
  div.welcome-section .flex.ry-content .ry-each img {
	  height: auto !important;
	}
}

/* END WELCOME */



/* TEAM */


div.ry-hp-team {
  padding: 25em 0;
  background-color: transparent !important;
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-71b24677-294f-494b-8cf8-e2f2bcd3df00/images/meet_our_doctor_img.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.ry-hp-team .ry-btn.ry-btn-primary {
  margin-top: 0.5em !important;
  display: inline-flex;
}


div.ry-hp-team .ry-heading span-1 {
  color: var(--color-secondary-text);
  display: block;
  margin-bottom: -4px;
}
.ry-heading {
  margin-bottom: 1em;
}
div.ry-hp-team .ry-text.uppecase {
  margin-top: 1.5em;
}


.hp-doc-bio {
  z-index: 300;
  max-width: 600px;
}


.hp-doc-bio .ry-text.uppercase {
  margin-top: 1.5em;
}


#doc-headshot {
  display: none;
}

@media (min-width:1200px) and (max-width:1660px) {
  div.ry-hp-team {
		padding:15em 0;
		background-position: top center;
	}
}



@media (max-width:1199px) {
  #doc-headshot {
    display: block !important;
  }
  div.ry-hp-team {
    padding: 4em 0;
    background: #b59358;
  }
  #doc-headshot {
    display: block !important;
    max-width: 250px;
    margin: 0 auto 2em;
    border-radius: 5px;
  }
  .hp-doc-bio {
    max-width: 100% !important;
  }
  .hp-doc-bio p {
    text-align: center !important;
  }
  .uppercase {
  }
  div.ry-hp-team .ry-text.uppecase {
    margin: 1.5em auto 0;
    float: none;
    display: block;
    text-align: center;
  }
  .hp-doc-bio div.ry-heading h2 {
    line-height: 1.5;
  }

}


/*END TEAM */





/*HP GALLERY*/

.gallery-swiper-button .swiper-button-prev {
  left: 0;
  position: static;
  background-color: transparent;
  width: auto;
}
.gallery-swiper-button .swiper-button-next {
  right: 0;
  position: static;
  background-color: transparent;
  width: auto;
}

.hp-gallery {
  position: relative;
  background: var(--color-secondary-background);
  padding: 7em 0 1em;
}


.gallery-swiper-button {
  position: relative;
  display: flex;
  gap: 0 15px;
}
#heading-arrows {
  justify-content: space-between;
}

.hp-gallery .ry-container {
  max-width: 1400px;
  width: 90%;
}

#gallery-before-after-title {
  justify-content: space-around;
  margin: 3em 0 1em;
}

#gallery-before-after-title p {
  font-size: 18px;
  line-height: 1.1;
}

.gallery-item-wrap.flex {
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
}

.hp-gallery .swiper-slide {
  overflow: hidden;
  opacity: 0;
}

.hp-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.gallery-swiper-button .swiper-button-prev, .gallery-swiper-button .swiper-button-next {
  display: flex !important;
}

.gallery-item-wrap img {
    width:49%;
}


@media (min-width:1200px) and (max-width:1660px) {
	.hp-gallery {
	  padding: 6em 0 0;
	}
}

@media (max-width:1199px) {
	div.hp-gallery {
	  padding: 4em 0 !important;
	}
}

@media (max-width:768px) {
	
	#heading-arrows {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  gap: 1em 0;
	}

	.hp-gallery {
	  padding: 4em 0 0;
	}
	
	 .gallery-item-wrap img {
		width: 47.5%;
		height: auto !important;
	 }
    .gallery-item-wrap.flex {
        gap:0 10px;
    }
  
}

/*END HP GALLERY*/





/* TECH SECTION */

.tech-section {
  background: var(--color-secondary-background);
  padding: 8em 0;
  position: relative;
}
div#tech-section-content .flex {
  align-items: center;
  justify-content: space-between;
  gap: 0 7%;
}

.tech-section::before {
  width: 100%;
  height: 60%;
  position: absolute;
  content: '';
  background: url(https://www.royacdn.com/unsafe/smart/Site-71b24677-294f-494b-8cf8-e2f2bcd3df00/images/cta_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tech-section #with-text p, .tech-section #with-text h2 {
  color: #fff;
}
.tech-section #with-text h2 {
  line-height: 1.1;
}
.tech-section div#tech-section-content #with-text {
  width: 60%;
}

#tech-section-content #with-image {
  width: 50%;
}

@media (min-width:1200px) and (max-width:1300px) {
  .tech-section::before {
	  height: 80%;
	}
}


@media (max-width:1199px) {
  #tech-section-content {
  flex-direction: column !important;
}

.tech-section::before {
  height: 100% !important;
}
.tech-section {
  padding: 4em 0 !important;
}
  
#tech-section-content #with-image {
  width: 100%;
}
#tech-section-content #with-image img {
  max-width: 300px;
  margin: 0 auto 3em;
}
  
.tech-section div#tech-section-content #with-text {
  width: 100% !important;
}
 

.tech-section div#tech-section-content #with-text .mt-20 {
  margin-top: 2em;
}

}


/* END TECH SECTION */







/* HP TESTIMONIALS */

.hp-testimonials {
    background: var(--color-secondary-background);
}

.hp-testimonials span-1 {
    display: block;
    color: var(--color-primary);
}

.review-widget.custom {
    box-shadow: none !important;
    margin-top: 4em;
}

.review-widget {
    z-index: 1 !important;
}

@media (max-width:1199px) {
  div.hp-testimonials .review-inline .reviews-grid .review-card {
	  width: 48% !important;
	}
	div.hp-testimonials .review-inline .reviews-grid {
	  display: flex;
	  flex-wrap: wrap;
	}
	div.hp-testimonials .widget-header {
	  align-items: center;
	}
	div.hp-testimonials .review-widget.custom {
	  margin-top: 0 !important;
	}
	div.hp-testimonials .rating-summary {
	  align-items: center;
	}
	div.hp-testimonials .rating-info {
	  align-items: center;
	}
	div.hp-testimonials .rating-summary .divider {
	  display: none !important;
	}
	div.hp-testimonials {
	  padding: 4em 0 !important;
	}
}


@media (max-width:500px) {
  div.hp-testimonials .review-inline .reviews-grid .review-card {
	  width: 100% !important;
	}
}

/* END HP TESTIMONIALS */






/* FOOTER FORM */


.map-form-section.relative.grid.grid-cols-2 {
  padding: 0;
  background: #b59358;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.map-form-section .form-wrap {
  width: 50%;
}
.form-wrap .ry-heading h2 span {
  display: block;
  color: var(--color-secondary-text);
}
.map-image {
  height: 100%;
  display: flex;
  width: 50%;
}
.map-image img {
  height: 650px;
  object-fit: cover;
}
div.form-block {
  max-width: 80%;
  margin: auto;
}

.hp-form-input {
  background: transparent;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #000 !important;
  padding-left: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.map-form-section #message {
  height: 80px;
  padding-top: 10px;
}

.map-form-section #phone, .map-form-section #email {
  padding: 1em 0;
  width: 100%;
}

.map-form-section input::placeholder, .map-form-section textarea::placeholder {
    color: #333;
}

/* END FOOTER FORM */







/* FOOTER */


#footer-logo {
  max-width: 280px;
  
}
.footer-office-info svg {
  width: 25px;
  display: block;
  fill: #b59358;
  margin-right: 10px;
}
.footer-office-info li a {
  color: #fff;
}
.footer-office-info li {
  display: flex;
  align-items: flex-start;
}
.footer-office-info li {
  margin-bottom: 30px;
}
.footer-social-wrapper::before, .footer-social-wrapper::after, .footer-social-wrapper::before, .footer-social-wrapper::before {
  display: none;
}
.footer-social-wrapper {
  justify-content: flex-start;
}
.footer-social-icon i::before {
  color: #b59358;
}
.footer-social-wrapper a {
  border: 1px solid #b59358;
}
.footer-social-wrapper a svg {
  fill: #b59358;
}
.footer-social-wrapper a:hover svg{
  fill: var(--color-primary-background);
}
.footer-social-wrapper a:hover .bi.bi-google::before {
  color: var(--color-primary-background);
}
#footer-each h4 {
  color: #b59358;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
#footer-each ul li a, #footer-each ul li span {
  font-size: 18px;
	font-family: var(--font-default);
}
.font-semibold.lg\:font-normal.text-primary-text.text-opacity-80 {
}
#footer-content {
  max-width: 1280px;
  width: 90%;
  padding: 4em 0 1em;
}
#footer-info-flex {
  display: flex;
  justify-content: space-between;
}
#footer-each:first-child ul li a {
  border-bottom: 2px solid #ffffff42;
}
#footer-each:first-child ul li {
  margin-bottom: 5px;
}
#footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#footer-copyright p, #footer-copyright span {
  font-size: 16px;
}
.roya-logo {
    margin-top: 6px !important;
    filter: brightness(0) invert(1);
}

#footer-each ul li a:hover, #footer-copyright a:hover {
    color: #b59358 !important;
}


#bottom-logo-flex {
  justify-content: center;
  margin-bottom: 5em;
  gap: 0 3em;
  align-items: center;
}

@media (max-width:1199px) {
	
	.map-form-section.relative.grid.grid-cols-2 {
	  flex-direction: column;
	  padding: 4em 0;
	  gap: 2em 0;
	  background: #fff;
	}
	.map-image img {
	  height: auto;
	}
	.map-form-section .form-wrap, .map-image {
	  width: 100%;
	  max-width: 700px;
	}
	.map-form-section .form-wrap {
	  width: 100%;
	  background: #cffcff;
	  padding: 5em 1em;
	}
	
	#footer-logo {
		max-width: 150px;
		margin-bottom: 2em;
	}
	
	 #bottom-logo-flex {
		margin-bottom: 3em;
	  }

}

@media (max-width:991px) {
	#footer-info-flex {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  gap: 3em 0;
	}
	.footer-social-wrapper {
	  justify-content: center;
	}
	#footer-copyright p, #footer-copyright span {
	  line-height: 1.5;
	}
}

@media (max-width:700px) {
	
.map-form-section.relative.grid.grid-cols-2 {
	  padding: 0;
	  gap: 0;
	}
}

/* END FOOTER */




/* GALLERY */

.ry-seo-back-to-gallery-top a, .ry-seo-back-to-gallery-bottom a {
    color: #fff;
}
.ry-icon.ry-Aesthetics {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-71b24677-294f-494b-8cf8-e2f2bcd3df00/images/icon_face.png);
  width: 17px;
  height: 40px;
}



/* RESPONSIVE */



@media (min-width:1200px) and (max-width:1440px) {
  div.header-social-phone-block {
  flex-direction: column;
  gap: 5px 0;
}

}

@media (min-width:1200px) and (max-width:1400px) {
  #header-menu-cta {
	  width: 85%;
	  gap: 0 5%;
	}

	.ry-menu .ry-nav li.primary a {
    font-size: 16px !important;
}
}

@media (max-width:1199px) {
	#navigation-style-15 {
		display: none !important;
	}

	.snap-mobile-menu {
		display: flex !important;
		background:var(--color-primary);

	}

	.snap-mobile-menu mm-burger {
		color: #fff !important;
	}

	.snap-mobile-menu .gap-6, .snap-mobile-menu .gap-4 {
		gap: 0 11px;
	}

	 div#hp-slider h1 {
		font-size: 35px;
		text-align: center;
		text-shadow: none;
	}

	.homepage-swiper .slider-info {
		background: var(--color-primary-background);
		transform: initial !important;
		position: static !important;
		padding: 3em 1em !important;
	}

	div#hp-slider, div#hp-slider img {
		height: auto !important;
	}

	.homepage-swiper, #ry-video-slider {
		height: auto;
		margin-bottom: -6px;
	}
	
	div#hp-slider .slider-info {
		position: static !important;
		max-width: 100% !important;
		background-color: var(--color-primary-background) !important;
		padding: 3em 0 7em !important;
		}
	#hero-links {
		justify-content: center;
		align-items: center;
	}

	.mm-searchfield__input {
		display: none;
	}
	
	div.ry-heading h2 {
	  text-align: center;
	  line-height: 1.2;
	}
}


@media (max-width:991px) {
	div#ry-sidebar {
		max-width: 400px;
		margin: auto;
		clear: both;
	}
}



@media (max-width:767px) {
	
	div#hp-slider h1 {
		font-size: 28px;
		line-height: 1.3;
	}
	#hero-links {
		flex-direction: column;
		gap: 10px 0 !important;
	}
	
		body#page {
		overflow: hidden !important;
		overflow-y: visible !important;
	}
	
}


/* END RESPONSIVE */




/** INNER PAGES **/


#contents ul li p {
  margin: 0;
}
#contents ul li::marker {
  color: #000;
}
div.ry-horizontal-line {
  margin-bottom: 3em;
  border-bottom: 1px solid #66666654;
  padding-bottom: 3em;
}
div.ry-photo.right {
  width: 40%;
  float: right;
  padding-left: 3em;
}
.video-wrap .ry-iframe iframe {
  height: 600px;
}
#emface-tech-flex-wrap {
  justify-content: space-between;
  margin-top: 3em;
}
#emface-tech-flex-wrap .ry-each {
  width: 48%;
}
.col-xs-12.emface-before-after {
}
div.emface-before-after .hp-gallery {
  padding: 0 !important;
  background: transparent !important;
  margin-top: 3em;
}
div.emface-before-after .ry-container {
  width: 100% !important;
}
#emface-tech-flex-wrap .ry-each img {
  height: 500px;
  object-fit: cover;
  max-width: 400px;
  margin: auto;
}


#ip-canvas-score {
  margin-top: 0 !important;
}
#ip-canvas-score .review-widget {
  margin-top: 0 !important;
}

div#contents .max-w-7xl {
    width: 90%;
}


.services-block h2 {
  text-transform: uppercase;
  font-size: 30px;
}
.services-block .ry-btn {
  color: var(--color-secondary-text);
  padding: 13px;
  text-align: center;
  display: block;
  margin: 1em 0;
  border: 1px solid var(--color-secondary-text);
}
.services-block p {
  font-size: 18px;
  line-height: 1.7;
}
.services-block .ry-btn:hover {
  background: var(--color-primary-background);
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width:1024px) {
  .services-block .ry-btn {
    margin: 1em auto 0;
}
  
}

/** END INNER PAGES **/




/* PROMOTIONS PAGE*/


.specials-border.flex {
  gap: 0 2em;
  align-items: center;
  justify-content: space-between;
  border: 2px dashed #3131314d;
  margin-bottom: 3em;
}
.specials-border.flex #with-image {
  width: 40%;
}
.specials-border.flex #with-text {
  width: 55%;
  padding: 1em;
}

.specials-border.flex #with-text .ry-heading h2 {
  text-align: left !important;
}


@media (max-width:767px) {
  .specials-border.flex {
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  text-align: center;
  padding: 2em 1em 0 !important;
}
.specials-border.flex #with-text .ry-heading h2 {
  text-align: center !important;
}
  
  .specials-border.flex #with-image, .specials-border.flex #with-text {
    width:100% !important;
  }
  
  .specials-border.flex #with-image img {
    max-width: 400px;
    margin: auto;
  }
}


/* END PROMOTIONS PAGE*/

.load-more-btn {
    background-color: var(--color-primary-background) !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: var(--font-default);
    padding: 1rem !important;
    border-radius: 0 !important;
    font-weight: normal !important;
}

div#tech-image {
    justify-content: center;
    gap: 2em;
}