@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');

.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#bgvid {
	position: fixed;
	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;
	background-color: white;
	width: 100%;
	height: 70px;
	border-bottom: 2px solid #d50707;
	box-shadow: 0 0 20px #000000ba;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}

.main_menu_desktop_small {
	height: 38px;
	background: rgb(0 0 0 / 70%);
	backdrop-filter: blur(10px);
	border-bottom: 2px solid #d50707;
}

.menu_btns_wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 1694px;
	margin: auto;
}

.mbw_phone_wraqpper {
	position: relative;
	right: 6px;
	top: 3px;
	padding: 0;
	color: #7b7b7b;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	gap: 2px;
}

.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 .mbw_phone_wraqpper {
	right: 11px;
	top: 9px;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	flex-direction: row;
	color: white;
}

.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 {
	width: 143px;
	height: 53px;
	background-image: url(../images/main_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 10px;
}

.main_logo_small {
	width: 86px;
	height: 23px;
	background-image: url(../images/main_logo_2.png);
	cursor: pointer;
	margin-left: 8px;
}

.main_btns {
	display: flex;
	height: fit-content;
	transition: all 0.3s ease-in-out;
	margin-top: 25px;
	gap: 14px;
	font-size: 15px;
	z-index: 12;
}

.main_btns_l {
	margin-right: 20px;
}

.main_btns_r {
	margin-left: 20px;
}

.main_menu_desktop_small .main_btns_l {
	margin-right: 14px;
	font-size: 14px;
	margin-top: 9px;
}

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

.m_btn {
	color: white;
	padding: 4px 8px;
	cursor: pointer;
}

.m_btn {
	color: #474747;
	text-decoration: none;
}

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

.main_menu_desktop_small .m_btn {
	color: #b1b1b1;
}

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

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

.section_title {
	padding-top: 62px;
	padding-left: 20px;
	padding-bottom: 14px;
	font-size: 27px;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	max-width: 1668px;
	margin: auto;
}

.section {
	padding: 30px;
	border-radius: 18px;
	background-color: white;
	box-shadow: 0 0 10px #00000038;
	min-height: calc(100vh - 164px);
	position: relative;
	max-width: 1694px;
	margin: 10px auto;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
	overflow: hidden;
}

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

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

.main_menu_mobile {
	display: none;
}

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

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

	.main_logo {
		width: 244px;
	}

	.main_menu_desktop {
		height: 67px;
	}

	.main_menu_desktop_small {
		height: 38px;
	}

	.main_logo_small {
		width: 136px;
	}

	.mbw_phone_wraqpper {
		display: none;
	}
}

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

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

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

.temp_content {
	/* width: 50vw;
	height: auto;
	max-width: 720px; */
}

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

.dhp_left {
	border: none;
	width: 40%;
}

.dhp_right {
	border: none;
	width: 60%;
	justify-content: center;
}

.main_points_wrapper {
	background-color: #00000063;
	backdrop-filter: blur(10px);
	border: 1px solid #ffffff30;
	border-radius: 14px;
	padding: 34px 20px 26px 20px;
	text-align: center;
}

.mp_line {
	display: flex;
	align-items: center;
	color: white;
	font-size: 21px;
	text-shadow: 0 0 9px black;
	margin: 10px 0;
	font-weight: 300;
}

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

.mp_g {
	width: 32px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 5px;
}

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

.sm_banner_img {
	max-width: 387px;
	margin-bottom: 4px;
	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;
}

.gallery_item {
	max-width: 380px;
	overflow: hidden;
	max-height: 228px;
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	line-height: 0;
	box-shadow: 0 0 20px #00000026;
	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: 5px solid white;
	box-sizing: border-box;
	background-image: url(../templates/gallery/before_after.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	line-height: 0;
}


.about_section {
	background-image: url(../images/about_banner.jpg);
	padding-bottom: 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/about_bg.jpg);
	display: flex;
}


.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: 37px;
}

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

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

.left_arrow {
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 0 32px 32px 0;
	padding: 10px 18px 10px 7px;
}

.right_arrow {
	position: absolute;
	right: 0;
	top: 50%;
	border-radius: 32px 0 0 32px;
	padding: 10px 7px 10px 18px;
}

.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;
}

.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: #d50707;
	border-color: #d50707;
	color: white;
}

.tab_content,
.about_wrapper {
	display: flex;
	box-sizing: border-box;
	font-size: 14px;
	color: #636363;
	text-align: justify;
}

.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 #d50707;
	backdrop-filter: blur(6px);
	z-index: 5;
}

.tab_left_compact {
	width: 40%;
}

.tab_right_compact {
	width: 60%;
}

.tab_left_c_fl {
	display: flex;
	margin-top: 30px;
	align-items: center;
	gap: 26px;
}

.secondary_points_wrapper {}

.lvm_p {
	width: 100%;
	height: auto;
	max-width: 237px;
}

.mp_line_2 {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 17px;
	margin: 10px 0;
	font-weight: 300;
	background-color: #00000075;
	border-radius: 20px;
	padding: 2px 14px 4px 7px;
}

.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: 60%;
	background-color: #ffffff47;
	backdrop-filter: blur(10px);
	padding: 24px 27px;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 20px #00000012;
}

.about_right {
	width: 40%;
}

h4 {
	margin-bottom: 10px;
	margin-top: 16px;
	color: black;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 2px solid #cd0707;
	max-width: fit-content;
	padding-bottom: 2px;
}

.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;
	top: 0;
}

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

.reviews {
	padding: 24px 27px;
}

.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;
}

.since_1997 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.since_1997 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;
}

.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: #d50707;
	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;
}

.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: #ffffff47;
	backdrop-filter: blur(10px);
	border-radius: 8px;
	padding: 27px;
	box-sizing: border-box;
	height: fit-content;
	box-shadow: 0 0 20px #00000012;
	overflow: auto;
}

.contact_1 {
	width: 30%;
}

.contact_2 {
	width: 30%;
}

.contact_3 {
	width: 40%;
	min-height: -webkit-fill-available;
	height: auto;
	padding: 0;
	backdrop-filter: none;
}

.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: #000000;
	font-weight: 300;
	font-size: 13px;
	background-color: #e5e5e5;
	width: fit-content;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 6px;
}

.cr_oo {
	font-size: 17px;
	font-weight: 500;
	margin-top: 2px;
	margin-bottom: 14px;
	margin-left: 0;
}

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

.cr_info a {
	text-decoration: none;
	font-size: 20px;
	color: #d50707;
	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: 45px;
	margin-right: 20px;
	display: block;
}

.office_address {
	font-size: 17px;
	color: #636363;
}

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

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

.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: space-around;
	margin-top: 30px;
}

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

.temporary {}

.contact_info_mobile {
	display: none;
	margin: auto;
	width: 100%;
	justify-content: flex-end;
}

.contact_info_mobile img {
	width: 25px;
	margin-right: 10px;
}

.emph_1 {
	font-weight: 700;
	color: black;
}

.landing_header {
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing_header_inner {
	display: flex;
	justify-content: space-between;
	max-width: 1694px;
	width: 100%;
}

.landing_body {
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing_header .mbw_phone_wraqpper {
	color: white;
	display: block;
}

.landing_header .mbw_phone_wraqpper .bwm_address,
.landing_header .mbw_phone_wraqpper .bwm_address_2 {
	color: white;
}

.landing_header a {
	text-decoration: none;
}

.landing_logo {
	display: block;
	width: auto;
	height: 54px;
	margin-left: 10px;
}

@media (max-width: 1255px) {
	.contact_info_mobile {
		display: flex;
		padding: 10px;
		box-sizing: border-box;
		color: white;
	}

	.contact_info_mobile .bwm_address {
		color: white;
	}

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

	.contact_3 {
		min-height: 80vh !important;
	}

	.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: 226px;
	}

	.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%;
		background-color: #ffffffc9;
		padding: 4px 20px;
		border-radius: 8px;
	}

	.about_right {
		width: 100%;
	}

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

	.about_section {
		background-size: contain;
	}

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

@media (max-width: 600px) {
	.tabs_btns_wrapper {
		margin-top: -14px;
		margin-left: -14px;
		margin-right: -14px;
		border-bottom: 2px solid #d40c0c;
	}

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

	.contact_info_mobile {
		display: flex;
	}

	.contact_top_section {
		gap: 14px;
		flex-direction: column;
	}

	.c_ss_b {
		flex-direction: column;
	}

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

	.tr_external_img_towing {
		max-width: 100vw;
	}

	.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;
	}

	.dhp_right {
		margin-bottom: 16px;
		margin-top: 54px;
	}

	.dynamic_hp {
		flex-direction: column-reverse;
		max-height: unset;
		height: fit-content;
	}

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

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

	.dhp_left,
	.dhp_right {
		width: 100%
	}

	.temp_content {
		width: 100vw;
	}

	.main_menu_mobile {
		display: flex;
		position: fixed;
		top: 14px;
		left: 8px;
		z-index: 10;
		width: 86px;
		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;
	}

	.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: 70%;
	}

	.mp_line_small {
		font-size: 12px;
	}


}

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