/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.5
*/
@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/Montserrat.woff2') format('woff2'), url('/fonts/Montserrat.ttf') format('truetype');
	font-display: swap;
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('/fonts/Raleway.woff2') format('woff2'), url('/fonts/Raleway.ttf') format('truetype');
	font-display: swap;
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	color: #595F6F;
	font-family: 'Raleway';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 28.8px */
	letter-spacing: 0.96px;
}
p a, .internal-page #main a {
	color: #8C5A3F;
}
h1, .blog #main h1 a {
	font-family: 'Raleway';
	font-size: 66px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.64px;
	color: #fff;
}
h2 {
	font-family: 'Raleway';
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.64px;
	color: #424B5B;
	margin-bottom: 25px;
}
h3 {
	color: #8C5A3F;
	font-family: 'Raleway';
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.2px;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #424B5B;
}
.main-btn {
	color: #fff;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px;
	text-decoration: none !important;
	font-weight: 700;
	cursor: pointer;
	border: 1px solid #424B5B;
	border-radius: 1px;
	background: #424B5B;
}
.main-btn:hover {
	background: #8d5a40;
	color: #fff;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.wpcf7 form .wpcf7-response-output {
	border: none !important;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
/* HEADER
------------------------------------- */
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	background: #fff;
	padding: 0;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.top {
	background: #424B5B;
	padding: 10px 0;
}
a.phone:hover, a.address:hover, a.email:hover {
	color: #8d5a40;
}
a.phone, a.address, a.email {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	text-decoration: none;
}
.top .main-btn {
	background: #fff;
	color: #424b5b;
	font-size: 15px;
	margin: 0;
}
.top .main-btn:hover {
	background: #8d5a40;
	color: #fff;
}
.innerHeader {
	display: flex;
	align-items: center;
	padding: 15px 0;
	justify-content: space-between;
}
.navbar .nav > li > a {
	font-size: 20px;
	letter-spacing: 0;
	font-family: 'Raleway';
	font-weight: 400;
	color: #424b5b;
}
.dropdown-menu>li>a {
	font-family: 'Raleway';
	letter-spacing: .4px
}
.modal-header {
	background: #424B5B;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.modal-content h4.modal-title {
	font-family: 'Raleway';
	font-size: 22px;
}
.modal label {
	font-family: 'Raleway';
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-family: 'Raleway';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #424B5B;
}
span.wpcf7-spinner {
	display: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #8c5a3f;
	font-weight: 500;
	text-shadow: none;
	text-decoration: underline;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a, .dropdown-menu li.current-menu-item>a, li.current-menu-parent>a, .navbar .nav>li.current-page-ancestor>a {
	color: #8c5a3f;
	font-weight: 500;
	text-shadow: none;
}

.mobile-nav-menu .menu-mobile li a {
	font-family: 'Raleway';
}

/* BANNER
------------------------------------- */
.banner {overflow:hidden;}
.slick-track {
	overflow: hidden;
}
.banner .slide, .banner {
	height: 650px;
}
.internal-page .banner .slide, .banner {
	height: 450px;
}
.banner .slide1 {
	background: url('/images/banner1.webp') center center no-repeat;
	background-size: cover;
}
.banner .slide2 {
	background: url('/images/banner2.webp') center center no-repeat;
	background-size: cover;
}
.banner .slide3 {
	background: url('/images/banner3.webp') center center no-repeat;
	background-size: cover;
}
.banner-box.center {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	max-width: 1000px;
	margin: auto;
	/*background: rgba(46, 47, 50, 0.20);
	backdrop-filter: blur(13px); */
	padding: 40px;
	border-radius: 5px;
}
.home .banner-box.center {
	max-width: 750px;
}
.banner h1 {
	margin: 20px 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #222;
}
.banner-box .main-btn {
	background: #fff;
	color: #424b5b;
	padding: 10px 25px;
}
.banner-box .main-btn:hover {
	background: #8d5a40;
	color: #fff;
}
.internal-page .banner h1 {
	font-size: 60px !important;
}
.page-dentist-in-orem-ut .banner h1 {
	max-width: 600px;
	margin: 20px auto;
}
/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1680px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.home #main {
	text-align: center;
	border: 4px solid #8C5A3F;
	padding: 40px 60px;
}
.home #main p {
	margin: 0 auto;
	max-width: 1300px;
}
.home .row.contentsection {
	padding: 100px 0;
}
.home #main span.sub-heading {
	color: #868686;
	font-family: Raleway;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
	margin-bottom: 0;
}
.home #main h2 {
	font-size: 50px;
	margin-bottom: 30px;
}
#main li {margin-bottom: 10px;}
.home #main .flex {
	align-items: center;
	justify-content: space-evenly;
	margin: 50px 0;
}
.value {
	color: #595F6F;
	font-family: Raleway;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.04px;
}
#wrapper {
	padding-top: 160px;
}
.error404 .hero-unit h1 {
	color: #424b5b;
}
.internal-page .main-wrap {
	padding: 40px 0;
}
.error404 .contentarea {
	padding: 50px 0;
}
.page-privacy-policy #main h3 {
	margin-top: 40px;
}
.blog #main h1 {
	color: #424b5b;
	font-size: 40px !important;
}
.page-privacy-policy #main a.main-btn.transition {
	color: #fff !important;
}
.internal-page #main h3 {
	margin-top: 35px;
}
.internal-page #main strong {
	font-weight: 600;
}
/* BOTTOM
------------------------------------- */
/* Services Section */
.services-section {
	background: #F8F8F8;
	padding: 100px 0;
}
.services-section .flex {
	margin-bottom: 40px;
	gap: 75px;
}
.services-section h3 {
	margin-bottom: 0;
}
.services-section h2 {
	margin-bottom: 50px;
}
.service-box h3 {
	color: #424B5B;
	font-weight: 600;
	margin: 40px 0 15px;
}
/* Meet Jared Hill */
.meet-section {
	padding: 150px 0;
}
.meet-section .flex {
	align-items: center;
	justify-content: space-between;
}
.meet-content {
	width: 60%;
}
.meet-content p {
	margin: 35px 0;
}
/* Reviews Section */
.reviews-section {
	background: #424B5B url('/images/reviews-background.webp') center center no-repeat;
	position: relative;
	padding: 100px 0;
}
.review-icon-wrap {
	width: 100%;
}
.reviews-section .container > .flex {
	align-items: center;
	justify-content: center;
}
.reviews-wrap {
	width: 80%;
}
ul.slick-dots {
	text-align: left;
	bottom: -20px;
}
.reviews-wrap h2 {
	color: #fff;
	margin-bottom: 25px;
}
.reviews-wrap h2 {
	color: #fff;
	margin-bottom: 25px;
}
.reviews-wrap ul.slick-dots li {
	width: 15px;
	height: 15px;
	border-color: #fff;
}
.reviews-wrap ul.slick-dots li.slick-active {
	background: #fff;
}
.reviews-wrap a.main-btn.transition {
	background: #fff;
	color: #424B5B;
}
.reviews-wrap a.main-btn.transition:hover {
	color: #fff;
	background: #8d5a40;
}
.reviews p:last-child {
	font-style: normal;
	font-weight: 700;
}
.reviews p {
	color: #fff;
	font-style: italic;
	line-height: 1.5;
}
/* Financial Section */
.financial-section {
	padding: 100px 0;
}
.financial-box {
	border: 4px solid #8C5A3F;
	padding: 40px 60px;
}
.financial-box span.sub-heading {
	color: #868686;
	font-family: Raleway;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.2px;
	display: block;
	margin-bottom: 50px;
}
.financial-box h2 {
	letter-spacing: 1.5px;
}
.financial-wrap h3 {
	color: #424B5B;
	font-weight: 600;
	margin: 40px 0 20px;
}
.financial-box .flex {
	gap: 50px;
	margin-bottom: 50px;
}
/* Rocky Bottom */
.bottom-appt-section.parallax {
	background: #424b5b url(/images/bottom-background.webp) center center no-repeat;
	padding: 150px 0;
}
.parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}
span.sub-heading {
	color: #FFF;
	font-family: Raleway;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.2px;
}
.bottom-appt-section h2 {
	color: #fff;
	margin-bottom: 35px;
}
.bottom-appt-section a.main-btn.transition {
	background: #fff;
	color: #424b5b;
}
.bottom-appt-section a.main-btn.transition:hover {
	background: #8d5a40;
	color: #fff;
}
/* FOOTER
------------------------------------- */
footer {
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
}
footer > .flex {
	background: #424B5B;
	gap: 150px;
	align-items: center;
}
.attribution {
	color: #424B5B;
	text-align: center;
	padding: 30px 20px;
	background: none;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	vertical-align: middle;
	letter-spacing: 0px;
}
.attribution a {
	color: #424B5B;
	text-decoration: underline;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
footer h4 {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	font-family: 'Raleway';
	letter-spacing: .52px;
	margin-bottom: 10px;
}
footer p {
	color: #fff;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #8C5A3F;
}
.foot-socials {
	margin: 50px 0;
}
.foot-socials a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.footer-info a.main-btn {
	background: #fff;
	color: #424b5b;
}
.footer-info a.main-btn:hover {
	color: #fff;
	background: #8d5a40 !important;
}
.footer-info {
	text-align: left;
}
.inner-footer .flex {
	align-items: start;
	gap: 150px;
}
.footer-info:last-child p {
	margin-bottom: 8px;
}
.footer-info:last-child p span {
	float: right;
}
.footer-info:last-child {
	width: 380px;
	text-align: left;
}
a:focus {
	color: #8C5A3F;
	text-decoration: none;
}
.attribution p {
	color: #424b5b;
	font-size: 1.2em;
}
.grecaptcha-badge {
	opacity: 0 !important;
	pointer-events: none !important;
}
/* INTERNAL PAGES
------------------------------------- */
/* Bottom Get In Touch Box */
.internal-contact {
	padding: 60px 0;
}
.inner-box {
	border: 4px solid #8C5A3F;
	padding: 40px 60px;
}
.inner-box span.sub-heading {
	color: #868686;
}
.inner-box h2 {
	margin-bottom: 40px;
}
.inner-box a.phone, .inner-box a.address, .inner-box a.email {
	color: #595F6F;
	font-family: Raleway;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.04px;
}
.blue-socials a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.blue-socials {
	margin-top: 30px;
	display: none;
}
.page-contact-us .main-wrap {
	padding-bottom: 0;
}
.office-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 15px;
}
.mobile-nav-menu .menu-mobile .sub-menu li a {
	font-size: 16px;
	font-weight: 400;
}
.page-dentist-vineyard .banner-box.center, .page-dentist-orem .banner-box.center {
	max-width: 750px;
}
#main hr {
	margin: 50px 0;
}
.bottom-appt-section p {
	color: #fff;
}
h3.signup-heading span {
	font-size: 28px !important;
	display: block !important;
	margin-top: 5px !important;
	color: #424b5b !important;
}
h3.signup-heading {
	font-size: 20px !important;
}
.content-pop-up-p p {
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.membership-pop-up.w-button {
	background: #424b5b !important;
	font-size: 13px !important;
	padding: 8px 15px !important;
	border-radius: 0 !important;
}
.modal-close-button {
	height: 25px !important;
	width: 25px !important;
}
.signup-box {
	width: 280px !important;
}
.di-os-booking-wg--bottom-container .di-os-booking-wg__button {
	background: #8c5a3f !important;
	text-transform: capitalize !important;
	display: none !important;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1899px) {
	.footer-info:last-child {
		width: 400px;
	}
	.inner-footer .flex {
		gap: 120px;
	}
	footer > .flex {
		gap: 120px;
	}
}
@media (max-width: 1799px) {
	.internal-page .banner .slide, .banner {
		height: 550px;
	}
	footer > .flex {
		gap: 80px;
	}
	.inner-footer .flex {
		gap: 70px;
	}
}
@media (max-width: 1699px) {
	.banner .slide2 {
		background-position: left center;
	}
	h1, .blog #main h1 a {
		font-size: 60px !important;
	}
	footer p {
		font-size: 20px;
	}
}
@media (max-width: 1649px) {
	footer p {
		font-size: 18px;
	}
}
@media (max-width: 1599px) {
	footer p {
		font-size: 17px;
	}
	.inner-footer .flex {
		gap: 40px;
	}
}
@media (max-width: 1549px) {
	img.footer-sign {
		width: 90%;
	}
	footer > .flex {
		gap: 10px;
	}
}
@media (max-width: 1499px) {
	.parallax {
		background-attachment: initial !important;
	}
	.banner .slide, .internal-page .banner .slide, .banner {
		height: 500px;
	}
	.banner-box.center {
		max-width: 580px;
	}
	.banner h1 {
		margin: 20px 0;
		letter-spacing: 1px;
	}
	.main-btn {
		font-size: 16px;
	}
	.banner h1 {
		font-size: 45px !important;
	}
	.navbar .nav > li > a {
		font-size: 18px;
	}
	.home #main span.sub-heading {
		font-size: 30px;
	}
	.home #main h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.value {
		font-size: 23px;
	}
	img.footer-sign {
		width: 100%;
	}
	.footer-img-wrap {
		width: 42%;
	}
	footer > .flex {
		gap: 50px;
	}
}
@media (max-width: 1449px) {
	.footer-img-wrap {
		width: 39%;
	}
	.service-box img {
		max-width: 150px;
	}
	.meet-content {
		width: 80%;
		padding-right: 60px;
	}
	.meet-section {
		padding: 100px 0;
	}
}
@media (max-width: 1399px) {
	.value {
		font-size: 20px;
	}
	.top .main-btn {
		font-size: 12px;
	}
	.main-btn {
		font-size: 14px;
	}
	a.phone, a.address, a.email {
		font-size: 16px;
	}
	html, body {
		font-size: 20px;
		line-height: 1.4;
	}
	.home #main h2, h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 26px;
	}
}
@media (max-width: 1349px) {
	.banner h1, .internal-page .banner h1 {
		font-size: 40px !important;
	}
	.office-gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 15px;
	}
}
@media (max-width: 1299px) {
	.value {
		font-size: 19px;
	}
	.financial-box span.sub-heading {
		font-size: 25px;
	}
	footer > .flex {
		gap: 50px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 50px 0;
	}
	.inner-footer .flex {
		gap: 100px;
	}
	.footer-img-wrap {
		width: 30%;
	}
	.home #main h2, h2 {
		font-size: 32px;
	}
	span.sub-heading {
		font-size: 26px;
	}
	.reviews-wrap {
		width: 78%;
	}
	#logo {
		max-width: 215px;
	}
	#wrapper {
		padding-top: 147px;
	}
	.inner-box a.phone, .inner-box a.address, .inner-box a.email {
		font-size: 20px;
	}
}
@media (max-width: 1249px) {}
@media (max-width: 1199px) {
	span.value {
		display: flex;
		flex-direction: column;
	}
	span.value img {
		max-width: 30px !important;
		margin: 0 auto 20px;
	}
	.banner .slide, .internal-page .banner .slide, .banner {
		height: 450px;
	}
	.service-box img {
		max-width: 130px;
	}
	.services-section .flex {
		margin-bottom: 40px;
		gap: 30px;
	}
	.home .row.contentsection, .services-section, .meet-section, .reviews-section, .financial-section {
		padding: 80px 0;
	}
	.reviews-wrap {
		width: 75%;
	}
	.foot-socials img {
		max-width: 40px;
	}
	.foot-socials {
		margin: 30px 0;
	}
}
@media (max-width: 1099px) {
	#wrapper {
		padding-top: 73px;
	}
	.mobile-nav-menu {
		top: 72px;
	}
	html, body {
		font-size: 18px;
		line-height: 1.5;
	}
	.mobile-header {
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	}
	h3 {
		font-size: 24px;
	}
	.financial-box .flex {
		gap: 30px;
		margin-bottom: 50px;
	}
	.home #main {
		padding: 40px 30px;
	}
	#logo2 {
		max-width: 200px;
		margin: auto;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item a {
		color: #8c5a3f;
	}
}
@media (max-width: 1049px) {
	.office-gallery img {
		display: block;
		margin: 0 auto;
	}
	.office-gallery {
		display: block;
	}
}
@media (max-width: 999px) {
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}
	.meet-content {
		width: 101%;
		padding-right: 30px;
	}
	.reviews-wrap {
		width: 90%;
	}
	.review-icon-wrap {
		display: none;
	}
	.financial-box {
		padding: 40px 30px;
	}
	.footer-img-wrap {
		width: 50%;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {
	.inner-footer .flex {
		gap: 30px;
	}
}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.banner-box.center {
		max-width: 525px;
	}
	.main-btn {
		font-size: 13px;
		padding: 8px 15px !important;
	}
	.services-section .flex {
		flex-direction: column;
		max-width: 450px;
		margin: auto;
	}
	span.value {
		display: block;
		margin-bottom: 10px;
	}
	.home #main .flex {
		display: block;
		text-align: left;
		max-width: 450px;
		margin: 50px auto 30px;
	}
	.financial-box .flex {
		flex-direction: column;
		max-width: 450px;
		margin: auto;
	}
	.inner-footer .flex {
		padding: 0 30px;
	}
	.internal-page .banner h1 {
		font-size: 32px !important;
	}
	.inner-box br {
		display: none;
	}
	.inner-box a.phone, .inner-box a.address, .inner-box a.email {
		display: block;
		margin: 0 0 20px;
	}
	span.value img {
		margin: 0;
		margin-right: 10px;
	}
}
@media (max-width: 749px) {}
@media (max-width: 699px) {
	.banner h1, h1, .blog #main h1 a {
		font-size: 35px !important;
	}
	.meet-section .flex {
		flex-direction: column-reverse;
	}
	.dr-hill {
		max-width: 250px;
		margin-bottom: 50px;
	}
	.reviews-wrap span.sub-heading {
		display: block;
		margin-bottom: 15px;
	}
	.inner-footer .flex {
		flex-direction: column;
	}
	.footer-img-wrap {
		width: 80%;
	}
	.internal-page .banner h1 {
		font-size: 28px;
	}
	#main ul {
		column-count: 1 !important;
		column-gap: 0 !important;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.banner h1, h1, .blog #main h1 a {
		font-size: 32px !important;
	}
	.banner-box.center {
		max-width: 420px;
	}
	.home #main span.sub-heading {
		font-size: 24px;
	}
	.home #main h2, h2 {
		font-size: 28px;
	}
	span.sub-heading {
		font-size: 22px;
		display: block;
		margin-bottom: 15px;
	}
	.modal.fade.in {
		top: 15px;
		padding: 0 20px;
	}
.modal-body {
	position: relative;
	padding: 30px 25px 10px;
	max-width: 400px;
	margin: auto;
}
}
@media (max-width: 549px) {}
@media (max-width: 499px) {
	.home #main {
		border: none;
		padding: 0 10px;
	}
	.page-privacy-policy #main h3 {
		font-size: 22px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-size: 18px;
	}
	.inner-box {
		padding: 40px 20px;
	}
	.banner-box.center {
		max-width: 290px;
		padding: 20px 15px;
	}
	.banner .slide, .internal-page .banner .slide, .banner {
		height: 350px;
	}
	.internal-page .banner h1 {
		font-size: 36px !important;
	}
	#logo2 {
		transform: translateX(-15px);
	}
	.home #main h2, h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 22px;
	}
	.banner h1, h1, .blog #main h1 a {
		font-size: 32px !important;
	}
	.main-btn {
		font-size: 12px;
		padding: 6px 15px !important;
	}
	.banner-box.center img {
		max-width: 30px;
	}
}
@media (max-width: 429px) {
	.banner .slide, .internal-page .banner .slide, .banner {
		height: 350px;
	}
	.banner-box.center {
		max-width: 350px;
	}

	.home #main h2, h2 {
		letter-spacing: 1px;
	}
	.footer-info:last-child {
		width: 100%;
	}
	.internal-page .banner h1 {
		font-size: 28px !important;
	}
}
@media (max-width: 399px) {
		.banner h1 {
		font-size: 28px !important;
		margin: 20px auto 10px;
	}
	.value {
		font-size: 17px;
	}
	.financial-section .container {
		padding: 0 15px;
	}
	footer p {
		font-size: 15px;
	}
}
@media (max-width: 349px) {
	.internal-page .banner h1 {
		font-size: 25px !important;
	}
	.banner-box.center {
		max-width: 300px;
		padding: 20px;
	}
}