@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
	font-family: "Roboto", serif;
	font-weight: 100;
	font-style: normal;
}

.roboto-light {
	font-family: "Roboto", serif;
	font-weight: 300;
	font-style: normal;
}

.roboto-regular {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-style: normal;
}

.roboto-medium {
	font-family: "Roboto", serif;
	font-weight: 500;
	font-style: normal;
}

.roboto-bold {
	font-family: "Roboto", serif;
	font-weight: 700;
	font-style: normal;
}

.roboto-black {
	font-family: "Roboto", serif;
	font-weight: 900;
	font-style: normal;
}

.roboto-thin-italic {
	font-family: "Roboto", serif;
	font-weight: 100;
	font-style: italic;
}

.roboto-light-italic {
	font-family: "Roboto", serif;
	font-weight: 300;
	font-style: italic;
}

.roboto-regular-italic {
	font-family: "Roboto", serif;
	font-weight: 400;
	font-style: italic;
}

.roboto-medium-italic {
	font-family: "Roboto", serif;
	font-weight: 500;
	font-style: italic;
}

.roboto-bold-italic {
	font-family: "Roboto", serif;
	font-weight: 700;
	font-style: italic;
}

.roboto-black-italic {
	font-family: "Roboto", serif;
	font-weight: 900;
	font-style: italic;
}

body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: "Roboto", serif;
	background-color: black;
}

::-webkit-scrollbar {
	display: none;
}

.main_body {
	box-sizing: border-box;
}

.video_wrapper {
	height: 100vh;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%;
}

video#bgvid {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(../background.jpg) no-repeat;
	background-size: cover;
}

.main_menu_desktop {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	transition: all 0.5s ease-in-out;
	z-index: 10;
	overflow: visible;
}

.main_menu_desktop_small {
	height: 40px;
	background: #686461;
	border-bottom: 1px solid #ffffff80;
	box-shadow: 0 0 12px black;
}

.main_menu_desktop_small .zge_txt {
	display: none;
}

.menu_btns_wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	background-image: url(../images/border_top.png);
	background-position-x: right;
	background-repeat: no-repeat;
	overflow: visible;
}

.mbw_phone_wraqpper {
	position: absolute;
	right: 28px;
	top: 28px;
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
	font-weight: 300;
	font-size: 35px;
	transition: all 0.5s ease-in-out;
}


.main_menu_desktop_small .mbw_phone_wraqpper {
	right: 4px;
	top: 4px;
	font-weight: 300;
	font-size: 24px;
	background-color: #b9a48d;
	padding: 4px 9px;
	box-sizing: border-box;
	color: #ffffff;
	text-shadow: none;
	font-weight: 500;
	border-radius: 6px;
	box-shadow: 0 0 7px black;
}

.main_menu_desktop_small .mbw_phone_wraqpper a {
	color: #ffffff;
	text-shadow: 0 0 4px black;
}

.mbw_phone_wraqpper a {
	color: white;
	text-decoration: none;
}

.bwm_phone {
	font-weight: 600;
	font-size: 23px;
	display: flex;
	align-items: center;
}

.bwm_address {
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #7b7b7b;
	font-weight: 400;
}

.bwm_address_2 {
	font-size: 14px;
	font-weight: 400;
}

.mbw_phone_wraqpper img {
	width: auto;
	height: 20px;
	margin-right: 10px;
}

.bwm_address_w {
	display: flex;
	flex-direction: column;
}

.main_menu_desktop_small .bwm_address_w {
	flex-direction: row;
	color: white;
}

.main_menu_desktop_small .bwm_address_2 {
	font-size: 14px;
	color: white;
}

.main_menu_desktop_small .bwm_address {
	color: white;
	font-weight: 300;
	font-size: 14px;
	margin-right: 6px;
}

.main_menu_desktop_small .bwm_phone {
	font-size: 14px;
	margin-right: 12px;
	font-weight: 400;
}

.main_logo {
	margin-top: 7px;
	width: 138px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/main_logo.png);
}

.main_logo_small {
	background-image: url(../images/main_logo_2.png);
	width: 165px;
	margin-top: 25px;
	margin-left: 37px;
	margin-right: 21px;
}

.main_btns {
	display: flex;
	height: fit-content;
	transition: all 0.5s ease-in-out;
	margin-top: 38px;
	font-weight: 500;
	letter-spacing: 4px;
	gap: 20px;
	font-size: 15px;
	z-index: 12;
}

.main_menu_desktop_small .main_btns_l {
	font-size: 14px;
	margin-top: 13px;
	height: 24px;
}

.main_menu_desktop_small .main_btns_r {
	font-size: 14px;
	margin-top: 13px;
}

.m_btn {
	color: #ffffff;
	text-decoration: none;
	height: fit-content;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding: 0px 36px;
}

.m_btn:hover {
	color: #b9a48d;
	transition: all 0.2s ease-in-out;
}

.main_menu_desktop_small .m_btn:hover {
	color: white;
}

.main_logo_mid {
	cursor: pointer;
	margin-top: -32px;
	margin-left: -58px;
	position: relative;
	z-index: 1;
	margin-right: 0;
}

.hero_wrapper {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.section_title {
	padding-top: 73px;
	letter-spacing: 8px;
	padding-left: 20px;
	padding-bottom: 14px;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
	max-width: 1668px;
	margin: auto;
}

.section {
	padding: 0;
	min-height: calc(100vh - 164px);
	position: relative;
	max-width: 1694px;
	margin: 10px auto;
	box-sizing: border-box;
	overflow: visible;
}

.active_btn {
	border-bottom: none;
	color: #ffffff;
}

.main_menu_desktop_small .active_btn {
	border-bottom: 4px solid #b9a48d;
	padding-bottom: 7px;
	color: white !important;
}

.main_menu_desktop_small .m_btn {
	color: #ffffff;
}

.main_menu_mobile {
	display: none;
}

.c2abtn {
	display: flex;
	background-color: #686461;
	color: white;
	padding: 22px 53px;
	font-size: 17px;
	border: 1px solid #adadad;
	cursor: pointer;
	justify-content: center;
	max-width: fit-content;
	transition: all 0.2s ease-in-out;
}

.c2abtn:hover {
	text-shadow: 0 0 6px black;
	background-color: #b9a48d;
}

@media (max-width: 1350px) {
	.mbw_phone_wraqpper {
		display: none;
	}
}

@media (max-width: 1000px) {
	.m_btn {
		padding: 4px 6px;
	}

	.main_btns {
		gap: 10px;
		font-size: 13px;
	}

	.main_logo {
		margin-right: 7px;
	}

	.main_menu_desktop {
		height: 67px;
	}

	.main_menu_desktop_small {
		height: 38px;
	}

	.main_logo_small {
		width: 136px;
	}
}

#mmm_w {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.dynamic_hp {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 100vh;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	height: 100%;
	z-index: 1;
	max-width: 1694px;
	margin: auto;
}

.dhp_left,
.dhp_right {
	position: relative;
	width: 100%;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	border: 3px solid;
	display: flex;
	align-items: center;
	justify-content: center;
}

.temp_content {
	box-sizing: border-box;
	padding: 25px;
	max-width: calc(100vw - 180px);
}

.hc_mig {
	width: 100%;
	height: auto;
}

.dhp_left {
	border: none;
	width: 100%;
	height: 50%;
	align-items: start;
}

.dhp_right {
	border: none;
	width: 100%;
	height: 50%;
	justify-content: center;
	align-items: end;
}

.main_points_wrapper {
	/* background-color: #ffffffd4;
	backdrop-filter: blur(3px);
	border: 1px solid #ffffffc4;
	border-radius: 9px; */
	padding: 34px 30px 36px 30px;
	text-align: center;
}

.zge_txt {
	margin-top: -13px;
	height: 40px;
	width: 140px;
	display: inline-block;
	margin-bottom: 12px;
	margin-left: -4px;
}

.mp_line {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-shadow: 0 0 3px #000000ab;
	font-size: 20px;
	margin: 10px 0;
	font-weight: 700;
}

.mp_line_small {
	font-size: 14px;
	margin-top: -9px;
	gap: 5px;
	color: #ffffff;
	margin-bottom: 0px;
	text-shadow: none;
	font-weight: 400;
	text-align: left;
}

.mp_g {
	width: 24px;
	margin-bottom: 2px;
	margin-top: 5px;
	margin-right: 8px;
}

.mp_d {
	width: 8px;
	margin-bottom: -3px;
	margin-left: 37px;
}

.sm_banner_img {
	max-width: 227px;
	margin-bottom: 40px;
	margin-top: 6px;
	width: 100%;
}

.dhp_r_btn {
	position: absolute;
	background-color: #07a13c;
	color: #ffffff;
	font-weight: 300;
	padding: 12px 25px;
	border-radius: 4px;
	border: 1px solid #1bd35a;
	font-size: 18px;
	bottom: 50%;
	box-shadow: 0 0 14px black;
	cursor: pointer;
	text-shadow: 0 0 6px black;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.dhp_r_btn_l {
	bottom: 27px;
	left: calc(50% - 100px);
}

.dhp_r_btn:hover {
	transform: scale(1.1);
}

.dhp_r_btn img {
	height: 34px;
	width: auto;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: -17px;
	margin-left: 10px;
}

.gallery_wrapper {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

.gallery_item {
	max-width: 380px;
	overflow: hidden;
	max-height: 228px;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	line-height: 0;
	box-shadow: 0 0 20px #00000054;
	background-color: white;
}

.gallery_item img {
	width: 100%;
	height: auto;
}

#gallery_open {
	overflow: auto;
	z-index: 100;
	position: fixed;
	width: fit-content;
	height: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 23px;
	box-shadow: 0 0 14px black;
	border: 3px solid #adadad;
	box-sizing: border-box;
	background-image: url(../templates/gallery/gallery_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	line-height: 0;
}


.about_section_bg {
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.services_section {
	background-image: url(../images/services_bg.jpg);
}

.faq_section {
	background-image: url(../images/faq_bg.jpg);
}

.before_after_section {
	background-image: url(../images/before_after_bg.jpg);
}

.testimonials_section {
	background-image: url(../images/about_bg.jpg);
}

.contact_section {
	background-image: url(../images/contact_bg.jpg);
	display: flex;
	max-width: 100%;
	margin: 0;
	background-size: cover;
	padding: 20px;
	padding-top: 90px;
	justify-content: center;
	background-attachment: fixed;
	margin-top: 50px;
}

.c_bottom_txt {
	color: #ffffff;
	font-size: 19px;
	text-align: center;
	margin-top: -90px;
	max-width: 600px;
	font-weight: 200;
	font-family: Barlow;
}

.testimonials {
	height: 200px;
	background-color: white;
	margin-top: 100px;
}

.gallery_open_img {
	height: auto;
	width: 100%;
	max-height: 94vh;
}

#gallery_bgw,
.notice_wrapper {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 11;
	background-color: #000000bd;
	backdrop-filter: blur(6px);
	top: 0;
	left: 0;
}

.close_gallery {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	z-index: 2;
}

.close_gallery img {
	width: 50px;
}

.left_arrow,
.right_arrow {
	cursor: pointer;
	z-index: 1;
}

.left_arrow img,
.right_arrow img {
	width: 50px;
}

.left_arrow {
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
	padding: 0;
}

.right_arrow {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
	padding: 0;
}

.section_top_p_wrapper {
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #252525;
	display: flex;
}

.section_top_p_wrapper img {
	max-width: 100%;
}

.left_1 {
	width: 70%;
	font-size: 14px;
	color: #636363;
	text-align: justify;
	display: flex;
	align-items: flex-start;
	justify-content: left;
}

.before_after_text_wrapper {
	background-color: #ffffff47;
	backdrop-filter: blur(10px);
	padding: 24px 27px;
	border-radius: 8px;
	text-align: left;
	padding-top: 5px;
	max-width: 612px;
}

.right_1 {
	text-align: right;
	width: 30%;
	display: flex;
	justify-content: flex-end;
}

.disclaimer_star {
	font-size: 13px;
	display: inline-block;
	margin-left: -6px;
	margin-top: -11px;
}

.note_lnk {
	cursor: pointer;
	color: #ff5555;
	font-size: 12px;
	margin-left: 3px;
}

.notice {
	display: none;
	background-color: white;
	border-radius: 10px;
	padding: 0;
	position: fixed;
	left: 50%;
	max-height: calc(100vh - 200px);
	max-width: 1694px;
	width: 100%;
	overflow: scroll;
	height: fit-content;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 11;
}

.notice .rolling_reviews_wrapper {
	margin-bottom: 20px;
	padding: 0 20px;
}

.close_notice {
	width: 100%;
	position: sticky;
	top: 0;
	margin-top: 0;
	height: 70px;
	line-height: 0;
	background-image: url(../images/overlay_top_gradient.png);
}

.deductible_notice {
	background-image: url(../images/handshake.jpg);
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 1023px;
	background-position-x: center;
	background-position-y: center;
}

.close_notice h4 {
	position: absolute;
	top: 5px;
	left: 25px;
	line-height: 15px;
	color: #000;
}

.close_notice img {
	width: 37px;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	position: absolute;
	right: 0;
}

.gold_class {
	color: #2f2f2f;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 15px;
	font-weight: 500;
	background-color: #e3d481;
	padding: 3px 3px 1px 6px;
	border-radius: 4px;
	text-shadow: none;
	white-space: nowrap;
}

.small_tmr {
	font-size: 11px;
	margin-top: -7px;
	margin-left: 2px;
	font-weight: 100;
}

.tab_main {
	display: none;
	position: relative;
	z-index: 2;
}

.tabs_btns_wrapper {
	display: flex;
	gap: 6px;
	position: relative;
	z-index: 6;
	flex-wrap: wrap;
}

.tab {
	cursor: pointer;
	background-color: #e9e9e9;
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 300;
	border: 1px solid #ffffff;
	border-radius: 6px;
	box-shadow: inset 0 0 7px #00000030;
	white-space: nowrap;
}

.active_tab {
	background-color: #08c75e;
	border-color: #07a74f;
	color: white;
}

.tab_content,
.about_wrapper {
	font-family: 'Barlow', sans-serif;
	display: flex;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 200;
	color: #ffffff;
	text-align: justify;
	width: 100%;
}

.tab_left {
	position: relative;
	width: 60%;
	padding: 32px;
	padding-top: 9px;
	background-color: rgb(255 255 255 / 9%);
	border-radius: 8px;
	margin-top: 10px;
	border: 1px solid #dfdede;
	border-top: 4px solid #0a3161;
	backdrop-filter: blur(6px);
	z-index: 5;
}

.tab_left,
.tab_right {
	box-sizing: border-box;
	height: fit-content;
}

.tab_right {
	width: 40%;
	padding-left: 20px;
}

.tab_right img {
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	padding: 24px;
}

.about_left {
	width: 50%;
	padding: 16px 30px;
	box-sizing: border-box;
}

.about_right {
	width: 50%;
	padding-left: 70px;
	box-sizing: border-box;
}

.kc_bottom_text {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

h4 {
	margin-bottom: 17px;
	margin-top: 16px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	border-bottom: 1px solid #575757;
	max-width: fit-content;
	padding-bottom: 2px;
}

.insurance_partners {
	padding: 45px;
}

.insurance_partners img {
	width: 100%;
	height: auto;
}

.tabs_internal_lnk {
	cursor: pointer;
	color: #d50707;
}

ul {
	margin-top: 7px;
}

li {
	list-style: disc;
	margin-left: 14px;
	margin-top: 4px;
}

.tab_left strong {
	font-weight: 500;
	color: black;
}

.tr_external_img {
	position: absolute;
	right: -30px;
}

.discounts_logos {
	display: block;
	margin: auto;
	margin-top: 28px;
	max-width: 547px;
	width: 100%;
}

.reviews {
	padding: 24px 27px;
	position: relative;
	z-index: 1;
}

.rolling_reviews_wrapper {
	display: flex;
	padding-top: 26px;
	gap: 26px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.review_item {
	display: flex;
	flex-direction: column;
	max-width: calc(25% - 20px);
	box-shadow: 0 0 10px #00000047;
	background-color: white;
	border-radius: 10px;
	padding: 17px 17px;
	box-sizing: border-box;
}

.review_top {
	display: flex;
	gap: 10px;
}

.review_left {}

.review_left img {
	border-radius: 50%;
	overflow: auto;
	width: 60px;
	height: 60px;
}

.review_right {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.reviewer_name {
	font-weight: 500;
	font-size: 15px;
}

.reviewer_score {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #636363;
	gap: 8px;
}

.reviewer_location {
	font-size: 13px;
}

.review_excerpt {
	font-size: 13px;
	text-align: justify;
	margin-top: 8px;
	color: #636363;
}

.about_right_overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 2;
}

.about_right_overlay img {
	max-width: 100%;
}

.ba_m {
	position: relative;
	height: 378px;
	width: 441px;
}

.ba_m img {
	position: absolute;
	top: 0;
	left: 0;
	width: 443px;
	height: auto;
}

.macan_fg {
	z-index: 2;
	transition: opacity 1s linear;
}

.macan_bg {
	z-index: 1;
}

.contact_wrapper {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 1694px;
}

.contact_top_section,
.contact_bottom_section {
	box-sizing: border-box;
	display: flex;
}

.contact_top_section {
	gap: 30px;
	margin-bottom: 0;
	flex: 1 1 auto;
}

.contact_bottom_section {
	border-radius: 10px;
	overflow: auto;
	box-shadow: 0 0 10px #0000004a;
}

.main_btn_icon {
	display: inline-block;
}

.main_btn_icon img {
	width: 22px;
	margin-left: 9px;
}

.main_btn_red {
	background-color: #08c75e;
	color: white;
	max-width: fit-content;
	padding: 7px 7px 7px 12px;
	line-height: 0;
	border-radius: 4px;
	box-shadow: 0px 3px 4px #0000008a;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	text-decoration: none;
	align-items: center;
}

.ext_r_btn img {
	cursor: pointer;
	max-width: 153px;
}

.ext_r_w {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -20px;
}

.re_txt_e {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	margin-top: 34px;
	margin-bottom: 26px;
}

.overlay_bottom {
	position: sticky;
	bottom: 0;
	background-image: url(../images/overlay_bottom_gradient.png);
	height: 70px;
	width: 100%;
	z-index: 1;
}

.ext_lnk_reviews {
	margin: auto;
	z-index: 2;
	position: relative;
	margin-bottom: -47px;
}

.notice_inner_content {
	padding: 20px;
	font-size: 14px;
	color: #636363;
	text-align: justify;
}

.icar_ase_bbb {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.icar_ase_bbb img {
	width: 138px;
}

.ext_img_mobile {
	display: none;
}

.contact_top_section h4 {
	margin-bottom: 20px;
	margin-top: 0;
}

.contact_subsection {
	display: flex;
	flex-direction: column;
	background-color: #0000004d;
	backdrop-filter: blur(10px);
	border-radius: 8px;
	padding: 38px;
	box-sizing: border-box;
	height: fit-content;
	box-shadow: 0 0 20px #00000012;
	overflow: auto;
}

.contact_1 {
	width: 40%;
	min-height: -webkit-fill-available;
	height: auto;
	padding: 0;
	backdrop-filter: none;
	box-shadow: none;
	background-color: transparent;
}

.contact_2 {
	width: 30%;
}

.contact_3 {
	width: 30%;
	padding-bottom: 43px;
}

.c_r_wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.c_r_wrapper_b {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	margin-top: 24px;
}

.cr_label {
	color: #ffffff;
	font-weight: 300;
	font-size: 13px;
	background-color: #656565;
	width: fit-content;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.cc_l {
	width: 100%;
	margin: 0 auto;
}

.cr_oo {
	font-size: 18px;
	font-weight: 100;
	margin-top: 2px;
	margin-bottom: 14px;
	margin-left: 0;
	color: white;
}

.cr_info {
	font-size: 20px;
	color: #d50707;
	font-weight: 500;
}

.cr_info a {
	text-decoration: none;
	font-size: 28px;
	color: #ffffff;
	font-weight: 500;
}

.c_ss_t {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.c_ss_b {
	display: flex;
	flex-direction: column;
}

.cr_wr_sm {
	display: flex;
	align-items: center;
}

.cr_wr_sm img {
	width: 50px;
	margin-right: 20px;
	display: block;
}

.office_address {
	font-size: 16px;
	color: #ffffff;
}

.office_address a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

.footer {
	position: static;
	height: 100px;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	margin-top: 0;
	background: rgb(0 0 0 / 70%);
	backdrop-filter: blur(10px);
	border-top: 1px solid #636363;
	overflow: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}

.tos_pp_w {
	display: flex;
	color: #434343;
	font-size: 12px;
	padding-top: 13px;
	gap: 12px;
}

.tos_pp {
	cursor: pointer;
}

.cr_c {
	font-size: 12px;
	font-weight: 100;
	color: #d3d3d3;
}

.cr_c a {
	text-decoration: none;
	color: white;
	font-weight: 300;
}

.soc_wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.soc_wrapper img {
	width: 50px;
	display: block;
}

.temporary {}

.mobile_logo_sm {
	display: none;
}

.hero_border {
	position: absolute;
	width: calc(100% - 180px);
	height: calc(100% - 180px);
	border: 3px solid #adadad;
	top: 90px;
	left: 90px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-shadow: inset 0 0 20px #0000005c;
	background-color: rgb(0 0 0 / 50%);
}

.hero_wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 90px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	background: rgb(0 0 0 / 42%);
	pointer-events: none;
}

.specializing {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
	justify-content: center;
	margin-top: 37px;
}

.sp_pnt {
	display: flex;
	flex-direction: column;
	width: 31%;
	box-shadow: 0 0 10px #00000047;
	background-color: #686461;
	padding: 20px 20px;
	box-sizing: border-box;
	border-radius: 7px;
	font-weight: 100;
	font-size: 17px;
	line-height: 22px;
}

.sp_title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #ffffff;
	text-align: left;
}

.sp_text {
	text-align: left;
}

.kitchen_cutout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.kitchen_cutout img {
	width: 100%;
	height: auto;
}

.kitchen_cutout_txt {
	max-width: 513px;
	margin-bottom: 20px;
}

@media (max-width: 1255px) {


	.contact_top_section {
		flex-direction: column;
	}

	.contact_1 {
		display: none;
	}

	.contact_2,
	.contact_3 {
		width: 100%;
		min-height: unset;
	}

	.tabs_btns_wrapper {
		background-color: #ffffff3d;
		backdrop-filter: blur(7px);
		padding: 10px;
		margin-top: -30px;
		margin-left: -30px;
		margin-right: -30px;
		border-radius: 18px 18px 0 0;
		overflow: auto;
		border-bottom: 2px solid #d40c0c;
	}

	.tab_content {
		flex-direction: column-reverse;
	}

	.tr_external_img {
		right: -30px;
		max-width: 64vw;
		top: -40px;
		z-index: 0;
	}

	.ext_img_mobile {
		display: unset;
		left: 50%;
		top: 40px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0%);
		max-width: 86vw;
	}

	.tab_left {
		width: 100%;
		background-color: rgb(255 255 255 / 76%);
		margin-top: 354px;
	}

	.tab_right {
		width: 0;
		padding: 0;
		display: none;
	}

	.left_1 {
		text-align: center;
		padding: 20px;
		width: 60%;
		flex-direction: column;
		gap: 20px;
	}

	.right_1 {
		width: 40%;
	}

	.gallery_item {
		max-width: 30%;
	}

	.gallery_wrapper {
		gap: 16px;
	}

	.review_item {
		max-width: calc(50% - 20px);
	}

	.about_left {
		width: 100%;
		padding: 20px 20px;
		padding-top: 0;
		border-radius: 8px;
		height: fit-content;
		margin-bottom: 16px;
		margin-top: 50px;
	}

	.sp_pnt {
		width: 100%;
	}

	.cc_l {
		margin-bottom: 20%;
	}

	.about_right {
		width: 100%;
		padding: 10px;
	}

	.about_right_overlay {
		box-sizing: border-box;
		min-height: 30vh;
	}

	.about_section {
		background-size: contain;
	}

	.about_wrapper {
		flex-direction: column-reverse;
	}
}

@media (max-width: 600px) {
	.mobile_logo_sm {
		display: flex;
		width: 100%;
		height: auto;
		max-width: 216px;
		margin-top: 0;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.hero_border {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		border: 3px solid #adadad;
		top: 20px;
		left: 20px;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	.hero_wrapper::before {
		padding: 0;
	}

	.hc_mig {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sm_banner_img {
		display: none;
	}

	.section {
		overflow: hidden;
	}

	.ext_r_w {
		margin-bottom: 6px;
	}

	.hc_mls {
		width: 100%;
		height: auto;
	}

	.about_section_bg {
		background-size: contain;
	}

	.tabs_btns_wrapper {
		margin-top: -14px;
		margin-left: -14px;
		margin-right: -14px;
		border-bottom: 2px solid #d40c0c;
	}

	.contact_top_section {
		gap: 14px;
	}

	.c_ss_b {
		flex-direction: column;
	}

	.tr_external_img {
		right: -14px;
		max-width: 85vw;
		top: -62px;
		z-index: 0;
	}

	.ext_img_mobile {
		top: 0;
		max-width: 86vw;
	}

	/* video#bgvid {
		display: none;
	} */

	.main_menu_desktop {
		display: none;
	}

	.reviews {
		padding: 0;
	}

	.review_item {
		max-width: 100%;
	}

	.main_points_wrapper {
		margin: 0 10px;
		padding: 20px 16px 20px 18px;
		border-radius: 20px;
	}

	.dhp_right {
		display: flex;
		flex-direction: column;
		margin-bottom: 16px;
		margin-top: 88px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.dynamic_hp {
		flex-direction: column;
		max-height: unset;
		height: 100vh;
	}

	.dhp_left,
	.dhp_right {
		padding-top: 0;
	}

	.hero_wrapper {
		height: auto;
		min-height: 100vh;
	}

	.dhp_left,
	.dhp_right {
		width: 100%;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.temp_content {
		display: flex;
		width: 100%;
		text-align: center;
		justify-content: center;
		max-width: unset;
	}

	.main_menu_mobile {
		display: flex;
		position: fixed;
		top: 22px;
		left: 22px;
		z-index: 10;
		width: 78px;
		height: 82px;
		transition: all 0.2s ease-in-out;
	}

	.main_menu_mobile_list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 100vh;
		background-color: #000000d6;
		font-size: 32px;
		gap: 18px;
	}

	.m_btn_m {
		text-decoration: none;
		color: white;
	}

	.section_title {
		padding-left: 0;
		text-align: right;
		padding-top: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
	}

	.gallery_item {
		max-width: 48%;
	}

	.gallery_wrapper {
		gap: 16px;
		margin-top: 0;
	}

	.section {
		padding: 14px;
		min-height: calc(100vh - 126px);
	}

	.left_1 {
		padding: 0px;
		width: 100%;
	}

	.right_1 {
		display: none;
	}

	.before_after_text_wrapper {
		width: -webkit-fill-available;
	}

	.section_top_p_wrapper {
		padding: 0;
	}

	.mp_line {
		font-size: 17px;
		margin: 5px 0;
	}

	.sm_banner_img {
		width: 67%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.mp_line_small {
		font-size: 12px;
	}


}

@media (max-width: 430px) {
	.gallery_item {
		max-width: 46%;
	}
}