/* Theme Name: Barebones */
/* === Global === */
body {
	color: var(--color-1);
}
.nav-btn>a,
.btn {
	background: transparent;
	border: 4px solid var(--color-2);
	border-radius: 25px;
	font-weight: 700;
	padding: .6em 1.5em .5em;
	font-size: 16px;
	min-width: 150px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all ease .3s;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
}
.nav-btn>a:hover,
.nav-btn>a:focus,
.btn:hover,
.btn:focus {
	background: #fff;
	border-color: var(--color-1);
	color: var(--color-1);
}
.main-nav .menu {
	align-items: center;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li.nav-btn>a {
	padding: 4px 12px;
	min-width: 0;
	font-size: 15px;
}
.main-nav .menu li.nav-btn {
	margin-left: 15px;
}
.main-nav .menu li.nav-btn>a:hover,
.main-nav .menu li.nav-btn>a:focus {
	border-color: var(--color-2);
	color: var(--color-1);
}
[id] {
	scroll-margin-top: var(--headerHeight);
}
/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	padding: 20px 0;
	text-transform: uppercase;
	transition: all ease .3s;
}
.primary-header a {
	color: #fff;
}
.primary-header a:hover,
.primary-header a:focus {
	color: var(--color-2);
}
.primary-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-1);
	opacity: .95;
	z-index: -1;
}
.primary-header .menu {
	justify-content: flex-end;
}
.primary-header .header-row {
	align-items: center;
	column-gap: 20px;
}
.primary-header .logo-col img {
	max-height: 60px;
	width: auto;
	transition: all ease .3s;
}
body.scrolled .primary-header {
	padding: 10px 0;
}
body.scrolled .primary-header .logo-col img {
	max-height: 50px;
}
.primary-header .mega-menu .big-heading {
	color: var(--color-1);
	font-weight: 700;
	font-size: 26px;
}
.primary-header .logo-col {
	flex-basis: 180px;
}
.mobile-header .logo-col {
	padding: 10px 0;
}
.mobile-header .logo-col img {
	max-height: 40px;
}
/* === Footer === */
.primary-footer {
	background-color: var(--color-1);
	color: #fff;
	padding: 30px 0;
}
.primary-footer a {
	color: #fff;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-2);
}
.primary-footer h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.primary-footer .footer-row {
	column-gap: 100px;
}
.primary-footer .logo-col {
	flex-basis: 300px;
	text-align: center;
}
.primary-footer .logo-col .logo {
	margin-bottom: 15px;
}
.primary-footer .logo-col .logo img {
	width: 100%;
}
.primary-footer .logo-col .logos .logo {
	max-width: 250px;
	margin: 0 auto;
}
.primary-footer .logo-col .address {
	margin-top: 20px;
}
.primary-footer .footer-col {
	flex: 1 1 auto;
	justify-content: space-around;
	column-gap: 20px;
}
.primary-footer .menu-col .menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.75;
	text-transform: uppercase;
}
.primary-footer .sitemap a {
	font-weight: 400;
	padding: 0;
}
.primary-footer .copyright {
	text-align: right;
	margin-top: 10px;
}
.primary-footer .copyright a {
	font-weight: 500;
}
.primary-footer .info-col a {
	font-weight: 400;
}
.primary-footer .info-col .address {
	margin: 10px 0;
}
.primary-footer {
	padding-bottom: 0;
}
.primary-footer .footer-links {
	background-color: var(--color-4);
	margin-top: 20px;
	padding: 12px 0;
	font-size: 14px;
}
.primary-footer .footer-links a {
	color: var(--color-1);
}
.primary-footer .footer-links a:hover,
.primary-footer .footer-links a:focus {
	color: var(--color-3);
}
.primary-footer .footer-links .links {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 10px;
	justify-content: space-around;
}
.primary-footer .footer-row a {
	font-weight: 400;
}
/* === Home Page === */
.banner-section .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.banner-section .image * {
	width: 100%;
	height: 100%;
}
.banner-section .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.banner-section .content {
	position: relative;
	padding-top: calc(200px + 50px);
	padding-bottom: 200px;
	color: #fff;
	z-index: 3;
}
.banner-section .content h1 {
	margin-top: 40px;
	font-size: 48px;
}
.background-section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 100px 0;
	font-size: 26px;
	color: #fff;
}
.background-section h2 {
	font-size: 42px;
}
.background-section .button-row {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 1em;
	margin-top: 40px;
}
.search-section {
	background-color: var(--color-3);
	padding: 50px 0;
}
.search-section .search-row {
	justify-content: center;
	align-items: center;
	column-gap: 75px;
}
.search-section .search-col {
	flex: 0 1 350px;
}
.search-section form {
	position: relative;
}
.search-section form input {
	border: 3px solid var(--color-2);
	border-radius: 25px;
	padding: 0.5em calc(1.3em + 30px) 0.4em 1.3em;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}
.search-section form input::placeholder {
	color: var(--color-1);
	opacity: 1;
}
.search-section form button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: .5em;
	background: none;
	border: none;
	font-size: 24px;
}
.search-section h2 {
	margin-bottom: 0;
	font-size: 62px;
	font-weight: 600;
	color: var(--color-1);
}
.feature-section .features {
	flex-wrap: wrap;
}
.feature-section .feature {
	flex: 1 1 50%;
	padding: 100px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	aspect-ratio: 9 / 4;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-section .feature:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #00426f;
	background: linear-gradient(0deg, rgba(0, 66, 111, 0.95) 0%, rgba(0, 66, 111, 0) 100%);
}
.feature-section .feature h2 {
	font-size: 42px;
}
.feature-section .feature .btn {
	min-width: 220px;
}
.ql-section {
	padding: 75px 0;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
}
.ql-section .heading {
	margin-top: 5px;
}
.ql-section a {
	font-weight: 700;
}
.ql-section {
	position: relative;
	height: calc((17vw * 1.1) + 80px);
	overflow: hidden;
	margin: 55px 0;
	padding: 0;
}
.ql-section-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	right: -5%;
}
.ql-section .owl-carousel.nav-disabled {
	padding: 0;
}
.ql-section .owl-carousel .item img {
	width: 100%;
	border-radius: 10px;
}
.ql-section .owl-carousel .owl-nav {
	font-size: 20px;
	margin-top: 40px;
	display: flex;
	column-gap: 20px;
	justify-content: center;
}
.ql-section .owl-carousel .owl-nav button {
	background-color: var(--color-3);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.ql-section .item .heading {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	right: 15px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	max-width: 200px;
	margin: 0 auto;
}
.social-section {
	background-color: var(--color-3);
	padding: 75px 0;
}
.social-section p:last-child {
	margin-bottom: 0;
}
.main-nav .menu li .mega-menu a {
	padding: 0;
}
.mega-menu {
	color: var(--color-text);
	text-transform: none;
	font-size: 18px;
}
.mega-menu .mega-menu-inner {
	max-width: 700px;
}
.mega-menu a {
	color: var(--color-1);
	padding: 0;
	font-weight: 500;
}
.mega-menu:after {
	background-color: #fff;
}
.mega-menu .menu-row {
	column-gap: 30px;
}
.mega-menu .menu-row .image-col {
	flex: 0 1 170px;
}
.mega-menu .menu-row .content-col {
	flex: 1 1 auto;
	align-self: center;
}
.mega-menu .links {
	display: grid;
	grid-template-columns: auto auto;
	row-gap: 14px;
	column-gap: 30px;
}
.mega-menu h2 {
	font-weight: 700;
	font-size: 22px;
	color: var(--color-1);
}
.mega-menu .image-col {
	border-right: 1px solid var(--color-1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
}
.mega-menu.patient-info-menu .links {
	grid-template-columns: auto;
}
.toggle-item {
	margin-bottom: 25px;
}
.toggle-item .toggle-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	column-gap: 30px;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	font-size: 24px;
}
.toggle-item>.toggle-content {
	display: none;
	padding-left: 52px;
	margin-top: 10px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 0 0 20px;
}
.toggle-item .toggle-content p:last-child {
	margin-bottom: 0;
}
.toggle-item .icon.active {
	transform: rotate(-180deg);
}
.toggle-item .toggle-heading .heading {
	margin-bottom: 0;
}
/* === Interior Pages === */
body.ip .btn {
	color: var(--color-1);
}
body.ip .btn:hover, body.ip .btn:focus {
	color: #fff;
	background-color: var(--color-1);
}
body.ip .banner-section .btn {
	color: #fff;
}
body.ip .banner-section .btn:hover, body.ip .banner-section .btn:focus {
	color: var(--color-1);
	background-color: #fff;
}
body.ip .banner-section .item {
	background-color: var(--color-1);
}
body.ip .banner-section .item .image {
	opacity: .5;
}
body.ip .search-section h2 {
	font-size: 54px;
	font-weight: 700;
}
.faq-section {
	padding: 50px 0;
}
.faq-section.bg-gray+.faq-section.bg-gray {
	padding-top: 0;
}
.faq-section.bg-white+.faq-section.bg-white {
	padding-top: 0;
}
.faq-section.bg-gray {
	background-color: var(--color-3);
}
.faq-section .faq {
	background-color: var(--color-3);
	padding: 15px;
	border-radius: 10px;
}
.faq-section.bg-gray .faq {
	background-color: #fff;
}
.faq-section {
	color: var(--color-1);
}
.faq-section .faq .toggle-heading h3 {
	font-weight: 700;
}
.faq-section .faq .faq-row {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 20px;
}
.faq-section .faq .image-col {
	flex: 1 1 150px;
}
.faq-section .faq .content-col {
	flex: 1 1 calc(100% - 175px);
}
.faq-section.columns-2 .faqs {
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
}
.faq-section.columns-2 .faq-col {
	flex: 1 1 calc(50% - 50px);
}
.faq-section.columns-2 .faq .toggle-heading {
	color: var(--color-1);
}
.faq-section.columns-2 .faq .toggle-heading h3 {
	font-weight: 700;
}
.faq-section.columns-2 .faq .toggle-heading .icon {
	order: 2;
}
.faq-section.columns-2 .faq .toggle-content {
	padding: 0;
}
.faq-section.columns-1 .inner {
	max-width: 850px;
	margin: 0 auto;
}
.search-section .link-col .btn {
	color: var(--color-1);
	display: flex;
	align-items: center;
	letter-spacing: 0;
}
.search-section .link-col .btn:hover, .search-section .link-col .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.search-section .link-col .btn .icon {
	display: inline-block;
	padding-left: 15px;
	font-size: 22px;
	line-height: 0;
}
.dr-section {
	margin: 50px 0 0;
}
.dr-section .heading-row {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.dr-section .heading-row h2 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
}
.dr-section .heading-row .filter {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.dr-section .heading-row .filter select {
	padding: 5px;
	border: 3px solid var(--color-2);
	border-radius: 10px;
}
.dr-section .drs {
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}
.dr-section .dr {
	flex: 0 1 calc(20% - 32px);
	text-align: center;
}
.dr-section .dr .image img {
	border-radius: 10px;
	border: 3px solid var(--color-2);
}
.dr-section .dr a {
	font-weight: 500;
}
.dr-section .dr .heading {
	margin-top: 10px;
}
.dr-section .pagination {
	margin-top: 20px;
}
.forms-section {
	margin: 50px 0;
}
.forms-section .forms {
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 20px;
}
.forms-section .item {
	flex: 1 1 calc(50% - 40px);
}
.forms-section .item .heading-row {
	column-gap: 15px;
}
.forms-section .item .icon {
	font-size: 24px;
}
.forms-section .item a {
	font-weight: 400;
	color: var(--color-text);
}
.forms-section .item h3 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 10px;
}
.content-section {
	margin: 50px 0;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.content-section .content-row>.col {
	flex: 1 1 calc(50% - 25px);
}
.blog-section {
	margin: 50px 0;
}
.blog-section .blog {
	flex: 1 1 calc(50% - 20px);
	background-color: var(--color-3);
	margin-bottom: 0;
}
.blog-section .blog .heading {
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
}
.blog-section .blog .heading a {
	font-weight: 700;
	color: var(--color-1);
	display: block;
	padding: 10px;
}
.blog-section .blog .heading a:hover, .blog-section .blog .heading a:focus {
	color: var(--color-2);
}
.blog-section .blog .image img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
.blog-section .blogs-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.blog-section .blogs {
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 30px;
}
.blog-section .blogs-col {
	flex: 1 1 calc(100% - 500px);
	margin: 0;
}
.blog-section .sidebar-col {
	flex: 1 1 450px;
	display: block;
	background-color: var(--color-4);
	padding: 15px 30px;
	color: var(--color-1);
}
.blog-section .sidebar-col h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
.blog-section .sidebar-col .search-row {
	font-size: 14px;
	column-gap: 15px;
	justify-content: center;
	align-items: center;
	color: var(--color-text);
	margin-bottom: 25px;
}
.blog-section .sidebar-col .search-row form {
	position: relative;
}
.blog-section .sidebar-col .search-row form input {
	padding: 5px;
}
.blog-section .sidebar-col .search-row form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	background: none;
}
.blog-section .sidebar-col .post {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;
	font-size: 14px;
	align-items: center;
}
.blog-section .sidebar-col .post:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-1);
}
.blog-section .sidebar-col .post .image-col {
	flex: 0 1 150px;
}
.blog-section .sidebar-col .post .content-col {
	flex: 1 1 calc(100% - 170px);
}
.blog-section .sidebar-col .post .heading {
	font-weight: 700;
	font-size: 16px;
}
.blog-section .pagination {
	flex: 1 1 100%;
	margin: 0;
}
.pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.pagination .page-numbers.dots {
	padding: 6px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
	text-decoration: none;
}
.pagination .page-numbers {
	background-color: var(--color_1);
}
.pagination .page-numbers {
	border-color: var(--color_2);
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus {
	background-color: var(--color_2);
}
.gallery-section {
	margin: 50px 0;
}
.gallery-section .gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 10px;
}
.gallery-section .gallery .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-section .gallery .image:nth-child(9n), .gallery-section .gallery .image:nth-child(9n - 4), .gallery-section .gallery .image:nth-child(9n - 8) {
	grid-column: span 3;
}
.gallery-section .gallery .image:nth-child(9n - 1), .gallery-section .gallery .image:nth-child(9n - 5), .gallery-section .gallery .image:nth-child(9n - 6) {
	grid-column: span 4;
}
.gallery-section .gallery .image:nth-child(9n - 2), .gallery-section .gallery .image:nth-child(9n - 3), .gallery-section .gallery .image:nth-child(9n - 7) {
	grid-column: span 5;
}
.team-section {
	margin: 50px 0;
}
.team-section .members {
	max-width: 800px;
	margin: 0 auto;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
}
.team-section .member {
	flex: 0 1 calc(33.33% - 26.66px);
}
.team-section .member .image img {
	border-radius: 10px;
	border: 3px solid var(--color-2);
}
.team-section .member .inner[data-toggle] {
	cursor: pointer;
}
.team-section .member .heading {
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}
.team-section .modal .modal-title {
	text-align: center;
}
.team-section .modal .pull-left {
	margin: 0 15px 5px 0;
	max-width: 265px;
}
.contact-section {
	margin: 75px 0;
}
.contact-section .contact-row {
	flex-wrap: wrap;
	column-gap: 100px;
	max-width: 1000px;
	row-gap: 30px;
	margin: 0 auto;
	align-items: center;
}
.contact-section .info-col {
	flex: 1 1 calc(40% - 50px);
}
.contact-section .info-col .inner {
	width: fit-content;
	margin: 0 auto;
}
.contact-section .info-col .heading {
	text-align: center;
}
.contact-section .info-col .heading strong {
	display: block;
}
.contact-section .info-col .address {
	margin-bottom: 10px;
}
.contact-section .map {
	flex: 1 1 calc(60% - 50px);
}
.contact-section .map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.review-section {
	margin: 75px 0;
}
.review-section .heading-row {
	position: relative;
	margin-bottom: 30px;
}
.review-section .heading-row .heading {
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	color: var(--color-1);
}
.review-section .reviews .owl-nav button {
	font-size: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .reviews .owl-nav button.owl-prev {
	left: -20px;
}
.review-section .reviews .owl-nav button.owl-next {
	right: -20px;
}
.review-section .review {
	padding: 20px;
}
.review-section .review .heading {
	font-weight: 700;
	margin-bottom: 15px;
}
.review-section .review .inner {
	padding: 25px;
	background-color: var(--color-4);
	color: var(--color-1);
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	border: 2px solid var(--color-2);
}
.review-section .review p:last-child {
	margin-bottom: 0;
}
.review-section .link {
	text-align: center;
	margin-top: 20px;
}
/* === Media Queries === */
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--color-2);
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
.mobile-header .mobile-c2a {
	background-color: var(--color-2);
}
.mobile-header .mobile-row {
	background-color: var(--color-1);
	border-bottom: 1px solid #fff;
}
.mobile-header .mobile-row .toggle-nav .fas {
	color: #fff;
}
body.mobile-menu .mobile-backdrop {
	height: 200vh;
	max-height: none;
}
body.ip .primary-footer .btn {
	color: #fff;
}
body.ip .primary-footer .btn:hover, body.ip .primary-footer .btn:focus {
	background-color: var(--color-2);
	border-color: var(--color-2);
}
.banner-section .item.no-content .image {
	position: static;
}
.main-section {
	margin: 50px 0;
}
.team-section .sub_heading {
	text-align: center;
	font-weight: 700;
}
.team-section .heading {
	margin-bottom: 10px;
}
.primary-footer .hours {
	display: flex;
	column-gap: .5em;
	margin-top: 10px;
}
.primary-footer .hours .text {
	font-weight: 700;
}
.primary-footer .contact-info.phone {
	font-weight: 700;
}
.primary-footer .contact-info.phone a {
	font-weight: 400;
}
.page-id-175 .content-section {
	background-color: var(--color-3);
	margin: 0;
	padding: 50px 0;
}
.link-section {
	background-color: var(--color-1);
	padding: 40px 0;
}
.link-section a {
	color: #fff;
	font-weight: 400;
}
.link-section a:hover,
.link-section a:focus {
	color: var(--color-2);
}
.link-section .links {
	flex-wrap: wrap;
	align-items: flex-end;
	column-gap: 25px;
	row-gap: 25px;
	justify-content: center;
}
.link-section .link {
	flex: 1 1 calc(33.33% - 34px);
	text-align: center;
	text-transform: uppercase;
}
.link-section .link .image img {
	max-height: 100px;
	width: auto;
}
.link-section .link .heading {
	margin-top: 10px;
	font-size: 18px;
}
.link-section .spacer {
	flex: 0 1 1px;
	background-color: var(--color-2);
	align-self: stretch;
	width: 1px;
}
.link-section .spacer:nth-child(3n) {
	display: none;
}
body.ip .banner-section .content {
	font-size: 22px;
	font-weight: 600;
}
body.ip .banner-section h1 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
body.ip .banner-section h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 4px;
	background-color: var(--color-2);
}
.banner-section .image video {
	object-fit: cover;
}
.team-section .member .inner a {
	color: var(--color-text);
}
.team-section .member .sub_heading {
	font-style: italic;
}
.content-section .content-row .image-col {
	border: 3px solid var(--color-2);
	border-radius: 15px;
	overflow: hidden;
}
.content-section .content-col p:last-child {
	margin-bottom: 0;
}
.gallery-section {
	background-color: var(--color-3);
	padding: 50px 0;
}
.gallery-section .gallery {
	border-radius: 15px;
	overflow: hidden;
}
#pbCaption .title {
	display: none;
}
.marquee-wrap {
	background-color: #fff;
	text-transform: none;
	padding: 8px 0;
}
.marquee {
  overflow: hidden;
  display: flex;
	column-gap: 5em;
}
.marquee .text {
	white-space: nowrap;
}
.marquee p {
	margin: 0;
}
.banner-section {
	margin-top: calc(-1 * var(--headerHeight));
}
@media screen and (max-width: 1199px) {
	.dr-section .heading-row .filter,
	.review-section .heading-row .link {
		position: static;
		transform: none;
		margin-top: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.blog-section .sidebar-col {
		flex-basis: 300px;
		padding: 15px;
	}
	.blog-section .blogs-col {
		flex-basis: calc(100% - 350px);
	}
	.blog-section .sidebar-col .post .image-col {
		display: none;
	}
	.blog-section .sidebar-col .search-row form input {
		width: 150px;
	}
	.main-nav .menu li {
		margin: 0;
		font-size: 15px;
		white-space: nowrap;
	}
	.primary-header .logo-col {
		flex-basis: 200px;
	}
	.primary-header .logo-col img {
		height: auto;
	}
	.ql-section .owl-carousel.nav-disabled {
		padding: 0 40px;
	}
	.main-nav .menu li,
	.main-nav .menu li.nav-btn>a {
		font-size: 14px;
	}
	.main-nav .menu li a {
		padding: 10px 8px;
	}
	.main-nav .menu li.nav-btn {
		margin-left: 8px;
	}
}
@media screen and (max-width: 991px) {
	.banner-section .content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.search-section h2,
	body.ip .search-section h2 {
		font-size: 42px;
		font-weight: 700;
	}
	.primary-footer .footer-row {
		column-gap: 30px;
	}
	.dr-section .dr {
		flex-basis: calc(25% - 30px);
	}
	.blog-section .blogs-col {
		order: 1;
	}
	.blog-section .pagination {
		order: 2;
	}
	.blog-section .sidebar-col {
		order: 3;
	}
	.blog-section .sidebar-col .post .image-col {
		display: block;
	}
	.content-section .content-row>.col {
		flex-basis: 100%;
	}
	.contact-section .contact-row {
		column-gap: 50px;
	}
	.contact-section .contact-row>.col {
		flex-basis: calc(50% - 25px);
	}
	.review-section .owl-carousel {
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}
	.review-section .review {
		padding: 20px 10px;
	}
	.review-section .reviews .owl-nav button.owl-prev {
		left: -25px;
	}
	.review-section .reviews .owl-nav button.owl-next {
		right: -25px;
	}
	.review-section .review .inner {
		box-shadow: 0 0 16px -8px rgba(0, 0, 0, 0.5);
	}
	.ql-section {
		height: calc((24vw * 1.1) + 80px);
	}
	.ql-section-inner {
		left: -10%;
		right: -10%;
	}
	.banner-section {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.search-section .search-row {
		flex-wrap: wrap;
		row-gap: 20px;
		text-align: center;
	}
	.primary-footer .footer-row,
	.primary-footer .footer-col {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 20px;
	}
	.primary-footer .footer-col>.col {
		flex-basis: 200%;
		text-align: center;
	}
	.primary-footer .copyright {
		text-align: center;
	}
	.background-section .button-row>* {
		flex-basis: 100%;
	}
	.banner-section .content h1 {
		margin-top: 0;
	}
	.faq-section.columns-2 .faq-col {
		flex-basis: 100%;
	}
	.faq-section.columns-2 .faq .toggle-heading h3 {
		flex-grow: 1;
	}
	.dr-section .dr {
		flex-basis: calc(33.33% - 26.66px);
	}
	.faq-section .faq .image-col {
		flex-basis: 100%;
	}
	.faq-section .faq .image-col img {
		margin: 0;
	}
	.toggle-item>.toggle-content {
		padding-left: 0;
	}
	.gallery-section .gallery {
		display: flex;
		flex-wrap: wrap;
	}
	.gallery-section .gallery .image {
		flex: 0 1 calc(50% - 5px);
	}
	.team-section .members {
		justify-content: center;
		column-gap: 15px;
	}
	.team-section .member {
		flex-basis: calc(50% - 7.5px);
	}
	.team-section .modal .pull-left {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.contact-section .contact-row>.col {
		flex-basis: 100%;
	}
	.ql-section {
		height: auto;
	}
	.ql-section-inner {
		position: static;
		transform: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.link-section .link {
		flex-basis: 100%;
	}
	.link-section .spacer {
		height: 1px;
		flex: 0 1 250px;
	}
	.link-section .spacer:nth-child(n) {
		display: block;
	}
	.link-section .spacer:last-child {
		display: none;
	}
}
@media screen and (max-width: 549px) {
	.dr-section .dr {
		flex-basis: calc(50% - 20px);
	}
	.blog-section .blog {
		flex-basis: 100%;
	}
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .review {
		padding: 0;
	}
}
@media screen and (max-width: 449px) {
	.background-section h2 {
		font-size: 32px;
	}
	.dr-section .drs {
		column-gap: 20px;
		row-gap: 20px;
	}
	.dr-section .dr {
		flex-basis: calc(50% - 10px);
	}
	body.ip .ql-section .heading {
		font-size: 16px;
	}
	.ql-section .owl-carousel .owl-nav button {
		top: calc(50% - 25px);
	}
	.btn {
		white-space: normal;
	}
}
