/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#top .avia-menu-fx {
	display: none;
}

#top .av-main-nav > li > a {
    padding: 0px;
	color: var(--White-950, #000);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.32px;
}

#top .av-main-nav ul a, #top .av_ajax_search_title {
	color: var(--White-950, #000);
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.32px;
}

#top #avia-menu {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #CE0E2D;
}

#top .sub-menu {
	border-radius: 4px;
    overflow: hidden;
}

#top #header_main {
    border: unset;
    padding: 20px 0px;
}

#top .bg_cover {
	background-size: cover;
}

#top .bg_contain {
	background-size: contain;
}

#top .bg_center {
	background-position: center;
}

#top .bg_left {
	background-position: left;
}

#top .bg_no_repeat {
	background-repeat: no-repeat;
}

#top .dropdown_menu_icon {
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2024/12/lucide_chevron-down.svg);
}

#top .menu_dropdown_cont .avia-menu-text {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
}

#top .book_menu_btn a .avia-menu-text {
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-size: 16px;
	font-weight: 700;
	border-radius: 8px;
	border: 2px solid var(--Flush-Mahogany-700, #CE0E2D);
	background: var(--White-50, #FFF);
	padding: 12px 18px;
	margin-left: 4px;
	transition: background .2s, color .2s;
}

#top div .av_ajax_search_entry_view_all {
	font-family: Inter;
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-weight: 700;
	text-transform: capitalize;
}

#top .av_ajax_search_title {
	text-transform: capitalize;
}

#top .header_top_bar_cont {
	position: relative;
	z-index: 20;
}

#top .header_top_bar_cont svg {
	display: block;
}

#top .header_offer_text {
	color: var(--White-600, #656565);
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
}

#top .header_offer_text strong {
	font-weight: 700;
	color: var(--White-950, #000);
}

#top .header_top_bar_inner_cont {
    max-width: 1216px;
    margin: 0 auto;
    border: 1px solid var(--White-100, #EFEFEF);
    border-top: unset;
    border-radius: 0px 0px 8px 8px;
    display: grid;
    grid-template-columns: 1fr repeat(2, max-content);
    justify-content: space-between;
}

#top .offer_icon {
	padding: 10px;
	border-right: 1px solid var(--White-100, #EFEFEF);
}

#top .header_offer_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 10px;
}

#top .header_socials_cont a {
	padding: 10px;
	border-left: 1px solid var(--White-100, #EFEFEF);
}

#top .header_socials_cont {
	display: grid;
    grid-template-columns: repeat(3, max-content);
}

#top .main_search_cont {
    margin: 0px;
    display: grid;
    grid-template-columns: max-content 1fr;
    max-width: 240px;
    gap: 8px;
    padding: 10px 10px 10px 24px;
    border-left: 1px solid var(--White-100, #EFEFEF);
	position: relative;
}

#top .main_search_cont input {
	padding: 0px !important;
    background: unset !important;
    border: unset;
    color: #000000 !important;
    font-family: Inter !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#top .search_icon {
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2024/12/lucide_search.svg);
}

#top .ajax_search_response {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 999;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-top: 10px;
    width: 100%;
}

#top .av_ajax_search_image, #top .ajax_search_excerpt {
	display: none;
}

.ajax_search_response h4:first-child {
    margin-bottom: 10px;
}

#top .footer_logo {
	width: 126px;
	height: 64px;
	background-image: url(/wp-content/uploads/2024/12/ohea_Logo_footer.svg);
}

#top .book_btn_footer svg {
	display: block;
}

#top .book_btn_footer {
    color: var(--Flush-Mahogany-700, #CE0E2D);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 24px;
    align-items: center;
	border-radius: 8px;
	border: 2px solid var(--Flush-Mahogany-700, #CE0E2D);
	padding: 13px 20px 13px 24px;
	transition: box-shadow .2s, color .2s, background .2s;
}

.flex_column .widget .widgettitle, .content .widget .widgettitle {
    margin-top: 0px;
	margin-bottom: 32px;
	color: var(--White-600, #656565);
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: unset;
}

#footer .widget {
    margin: 0px;
}

.widget_nav_menu a {
    padding: 0px !important;
	color: var(--White-900, #3D3D3D);
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

#top .widget_nav_menu ul {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
}

#top .widget_nav_menu ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	opacity: 0.2;
	display: block;
	background: var(--Flush-Mahogany-700, #CE0E2D);
	border-radius: 100%;
}

#top #footer .widget_nav_menu li a {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 6px;
}

#top #footer .widget_nav_menu li a:hover:before {
	opacity: 1;
}

#top .single_main_contact_detail_text {
	color: var(--White-900, #3D3D3D);
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

#top .single_main_contact_detail_cont svg, #top .go_to_top_icon svg, #top .main_socials_cont svg {
	display: block;
}

#top .single_main_contact_detail_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    gap: 6px;
}

#top .main_contact_details_cont {
	display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}

#top .main_socket_text {
	color: var(--White-600, #656565);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	display: block;
}

#top .main_socket_text strong, #top .main_p_cont_strong strong {
	color: var(--White-950, #000);
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
}

#top .main_socket_inner_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 32px;
}

#top #footer .container::after {
	display: none;
}

#top #footer .container {
    display: grid;
    grid-template-columns: 1fr repeat(3, max-content);
    column-gap: 80px;
    padding: 120px 92px 40px 92px;
    border-radius: 8px;
    background: #FFDFE4;
    background-image: url(/wp-content/uploads/2024/12/footer_bg.webp);
    background-position: center;
    max-width: 1416px;
}

#top #footer .container .flex_column {
	width: max-content;
	margin: 0px;
}

#top #footer .container .flex_column:last-child {
    grid-column: 1 / -1;
    width: 100%;
}

#top .main_socket_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
}

#top .go_to_top_icon {
	grid-column: 1 / -1;
    grid-row: 1 / 2;
    justify-self: end;
    margin-bottom: 40px;
}

#top .main_socials_cont {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 12px;
    align-items: center;
    margin-top: 32px;
}

#top #footer {
    padding: 0px;
    border: unset;
	margin-bottom: 20px;
}

#top .header_bg {
    opacity: 1;
}

#top .page_header_cont .template-page {
	padding: 0px;
}

.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 150px !important;
}

#top .page_header_title .av-special-heading-tag {
	color: var(--White-50, #FFF);
	font-family: Inter;
	font-size: 72px;
	font-weight: 900;
	line-height: 64px;
	letter-spacing: -2.16px;
	text-transform: uppercase;
}

.av-subheading.av-subheading_below {
    margin-top: 20px;
    line-height: 1.5em;
}

#top .page_header_cont .flex_column {
	height: 500px;
    display: grid;
    align-items: center;
    padding: 24px 92px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

#top .page_header_cont .flex_column::before {
    visibility: visible;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}

#top .page_header_cont .flex_column::after {
	display: none;
}

#top .page_header_cont .container {
	max-width: 1516px;
}

#top .page_breadcrumb_cont svg {
	display: block;
}

#top .page_breadcrumb_link {
	color: var(--White-400, #989898);
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: block;
	text-decoration: unset;
}

#top .page_breadcrumb_text {
	color: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .page_breadcrumb_cont {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 8px;
    align-items: center;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid var(--White-100, #EFEFEF);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, #FFF 100%);
    backdrop-filter: blur(4px);
    width: max-content;
}

#top .page_header_cont .avia_codeblock_section {
    position: absolute;
    right: 102px;
    bottom: 24px;
	z-index: 20;
}

#top .main_section_title .av-special-heading-tag {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 56px;
	font-weight: 800;
	line-height: 56px;
	letter-spacing: -1.68px;
	text-transform: uppercase;
}

#top .main_section_title_smaller .av-special-heading-tag {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1.2px;
}

#top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	color: var(--White-600, #656565);
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

#top .main_p_cont_bigger * {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

#top .max_width_800 {
	max-width: 800px;
}

#top .max_width_center, #top .form_cont {
	margin: 0 auto;
}

#top .marg_top_48 {
	margin-top: 48px;
}

#top .padd_left_104 {
	padding-left: 104px;
}

#top .padd_top_120 .template-page {
	padding-top: 120px;
}

#top .main_section_sep {
	width: 100%;
	height: 2px;
	background: #EFEFEF;
}

#top .marg_top_80 {
	margin-top: 80px;
}

#top .marg_top_24 {
	margin-top: 24px;
}

#top .single_branch_img {
	margin: 0px;
}

#top .marg_top_32 {
	margin-top: 32px;
}

#top .single_branch_img img {
	display: block;
	border-radius: 8px;
	height: 700px;
	object-fit: cover;
}

#top .single_branch_col {
	border-radius: 8px;
	padding: 80px 32px;
}

#top .main_btn_cont a {
	color: var(--White-50, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.32px;
	border-radius: 8px;
	background: var(--Flush-Mahogany-700, #CE0E2D);
	padding: 20px 20px 20px 24px;
	margin: 0px;
	border: unset;
	transition: box-shadow .2s, color .2s, background .2s;
}

#top .btn_icon {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2024/12/lucide_arrow-up-right-1.svg);
	transition: filter .2s;
}

#top .main_btn_cont a .avia_iconbox_title {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 24px;
}

#top .btn_full_width, #top .btn_full_width a {
	width: 100%;
}

#top .btn_full_width a .avia_iconbox_title {
    justify-content: space-between;
}

#top .branch_map_cont .avia-google-map-container {
	border-radius: 8px;
	height: 400px !important;
}

#top .branches_sect_cont .entry-content-wrapper::before, #top .branches_sect_cont .entry-content-wrapper::after, #top .footer_btns_cont .entry-content-wrapper::before, #top .footer_btns_cont .entry-content-wrapper::after, #top .products_sect_cont .entry-content-wrapper::after, #top .products_sect_cont .entry-content-wrapper::before, #top .home_anniversary_sect .entry-content-wrapper::before, #top .home_anniversary_sect .entry-content-wrapper::after, #top .home_explore_sect .entry-content-wrapper::before, #top .home_explore_sect .entry-content-wrapper::after {
	display: none;
} 

#top .branches_sect_cont .entry-content-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

#top .branches_sect_cont .flex_column {
    margin: 0px;
    width: 100%;
    background: #ffffff;
    background-image: url(/wp-content/uploads/2024/12/footer_bg.webp);
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px;
}

#top .padd_top_80 .template-page {
	padding-top: 80px;
}

#top #scroll-top-link {
	display: none !important;
}

#top .gfield_label {
	color: var(--White-300, #BDBDBD);
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	color: #000000;
	font-family: Inter !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1; 
	padding: 0px !important;
	background: transparent !important;
	border: unset !important;
	border-bottom: 2px solid var(--White-100, #EFEFEF) !important;
	box-shadow: unset !important;
	padding-bottom: 20px !important; 
	border-radius: 0px !important;
}

#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
    -webkit-appearance: none;
    border-radius: 0px;
    background-image: url(/wp-content/uploads/2024/12/lucide_chevron-down.svg) !important;
   	background-position: right -5px !important;
    background-repeat: no-repeat !important;
}

#top .gform_button {
	padding: 0px;
    border: unset;
    background: transparent;
	box-shadow: unset;
	transition: box-shadow .2s;
	border-radius: 8px;
}

#top .gform-theme--foundation .gform_fields {
    row-gap: 32px;
}

#top .gform_footer {
	margin-top: 0px;
}

#top .form_cont form {
	margin: 0px;
}

#top .gform_confirmation_message {
	text-align: center;
    color: #000000;
    font-family: Inter;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -1.68px;
}

#top .gfield_validation_message {
	font-family: Inter;
}

#top .gform_validation_errors {
	display: none;
}

#top .gform_heading {
	display: none !important;
}

#top .padd_bot_120 .template-page {
	padding-bottom: 120px;
}

#top .bg_offset {
	background-position: 98% 0%;
}

#top label span, #top legend span {
    font-weight: normal;
    font-size: inherit;
    color: #444;
    line-height: 1;
}

#top .footer_img_cont .template-page {
	padding-top: 0px;
	padding-bottom: 20px;
}

#top .footer_img_cont .flex_column {
	height: 600px;
    border-radius: 8px;
}

#top .footer_inner_btn_title {
	color: var(--White-50, #FFF);
	font-family: Inter;
	font-size: 28px;
	font-weight: 800;
	line-height: 28px;
	letter-spacing: -0.84px;
	text-transform: uppercase;
	opacity: 0.92;
	margin: 0px;
}

#top .footer_inner_btn_cont {
	display: grid;
    grid-template-columns: 1fr max-content;
    gap: 20px;
    align-items: center;
    padding: 40px 48px;
}

#top .footer_inner_btn_subtitle {
	display: block;
	color: var(--White-50, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.8;
	margin-bottom: 16px;
}

#top .main_btn_cont_black a {
	background: #000;
}

#top .footer_inner_btn_cont a {
	padding: 14px 20px 14px 24px;
}

#top .footer_btns_cont .entry-content-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

#top .footer_btns_cont .entry-content-wrapper .flex_column {
	width: 100%;
	margin: 0px;
	border-radius: 8px;
}

#top .footer_btns_cont .template-page {
	padding-bottom: 20px;	
}

#top .padd_top_0 .template-page {
	padding-top: 0px;
}

#top .footer_btns_cont .container, #top .footer_img_cont .container {
	max-width: 1516px;
}

#top .padd_top_20 .template-page {
	padding-top: 20px;
}

#top input[type="checkbox"] {
    display: none !important;
}

#top .gchoice label {
	margin: 0px;
    border-radius: 4px;
	border: 2px solid var(--White-100, #EFEFEF);
	background: var(--White-50, #FFF);
    color: var(--White-950, #000);
	font-family: Inter;
	padding: 10px 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1; /* 150% */
	letter-spacing: -0.32px;
	cursor: pointer;
	transition: background .2s, border-color .2s, color .2s;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

#top .label_active {
	border-color: var(--Flush-Mahogany-700, #CE0E2D) !important;
	background: var(--Flush-Mahogany-700, #CE0E2D) !important;
	color: #ffffff !important;
}

#top .gfield--type-checkbox legend {
    color: var(--Flush-Mahogany-950, #4A0510);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.64px;
    text-transform: unset;
}

#top .gfield--type-checkbox legend .gfield_required {
	display: none;
}

#top .appointment_img_col {
	height: 903px;
	border-radius: 8px;
}

#top form {
    margin-bottom: 0px;
}

#top .book_appointment_sect .container {
	padding-left: 0px;
    max-width: 1416px;
}

#top .product_text_col {
	border-radius: 8px;
	padding: 80px 48px;
	background: #FFF;
    background-image: url(/wp-content/uploads/2024/12/footer_bg.webp);
    background-position: center;
}

#top .single_product_img {
	height: 618px;
}

#top .swiper-product-img {
	border-radius: 8px;
	width: 100%;
}

#top .single_main_arrow_cont svg {
	display: block;
}

#top .main_arrows_cont {
	display: grid;
    grid-template-columns: max-content;
    width: max-content;
}

#top .single_main_arrow_cont {
    border: 2px solid var(--Flush-Mahogany-100, #FFDFE4);
    background: var(--White-50, #FFF);
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
	transition: background .2s;
}

#top .single_main_arrow_cont:hover {
	background: var(--Flush-Mahogany-100, #FFDFE4);
}

#top .single_main_arrow_next {
	border-radius: 8px 8px 0px 0px;
}

#top .single_main_arrow_prev {
	border-top: unset;
	border-radius: 0px 0px 8px 8px;
}

#top .swiper_product_cont {
	display: grid;
    grid-template-columns: 1fr max-content;
    gap: 10px;
}

#top .products_sect_cont .entry-content-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 10px;
}

#top .products_sect_cont .entry-content-wrapper .flex_column {
    width: 100%;
    margin: 0px;
    height: 100%;
}

#top .testimonials_sect_cont .flex_column {
	padding: 120px 196px;
	background: #FFDFE4;
    background-image: url(/wp-content/uploads/2024/12/footer_bg.webp);
    background-position: center;
	border-radius: 8px;
}

#top .padd_bot_20 .template-page {
	padding-bottom: 20px;
}

#top .testimonials_sect_cont .container {
	max-width: 1516px;
}

#top .quote_icon_cont {
	display: grid;
    justify-items: center;
}

#top .single_testimonial_position {
	display: block;
	color: var(--White-600, #656565);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 16px;
}

#top .single_testimonial_name {
	color: var(--White-900, #3D3D3D);
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -0.48px;
	display: block;
	margin-top: 56px;
}

#top .testimonial_text {
	color: var(--White-900, #3D3D3D);
	text-align: center;
	font-family: Inter;
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -0.56px;
	display: block;
}

#top .single_testimonial_stars svg {
	display: block;
}

#top .single_testimonial_stars {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
	margin-top: 56px;
}

#top .single_testimonials_arrow_cont svg {
	display: block;
}

#top .single_testimonials_arrow_cont svg path {
	transition: stroke .2s;
}

#top .single_testimonials_arrow_cont {
    width: max-content;
    border-radius: 8px;
    border: 2px solid var(--White-50, #FFF);
    padding: 12px;
    height: 150px;
    display: flex;
    align-items: center;
	cursor: pointer;
	transition: background .2s;
}

#top .single_testimonials_arrow_cont:hover {
	background: #ffffff;
}

#top .single_testimonials_arrow_cont:hover svg path {
	stroke: #CE0E2D;
}

#top .testimonials_cont {
	display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 56px 160px;
}

#top .swiper_testimonials {
	min-width: 0;
}

#top .testimonials_pagination_cont {
    position: relative;
    top: unset;
    bottom: unset;
    grid-column: 2 / 3;
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 8px;
    justify-content: center;
}

#top .swiper-pagination-bullet {
	margin: 0px;
	width: 8px;
	height: 8px;
	background: var(--Flush-Mahogany-700, #CE0E2D);
	opacity: 0.2;
	transition: opacity .2s;
}

#top .swiper-pagination-bullet.swiper-pagination-bullet-active, #top .swiper-pagination-bullet:hover {
	opacity: 1;
}

#top .main_section_title {
	padding-bottom: 0px !important;
}

#top .brands_sect_cont .container {
	max-width: 1516px;
}

#top .brands_sect_cont .container .flex_column, #top .related_posts_cont .container .flex_column {
    border-radius: 8px;
    padding: 120px 92px;
    background: #FFF;
    background-image: url(/wp-content/uploads/2024/12/footer_bg.webp);
    background-position: center;
    background-size: 1200px !important;
    background-repeat: repeat;
}

#top .single_brand_tab {
    display: block;
    color: var(--White-400, #989898);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    text-align: center;
    padding: 16px 20px;
	cursor: pointer;
	border-radius: 8px;
	transition: background .2s, color .2s;
}

#top .single_brand_tab:hover {
	color: #000000;
}

#top .brands_tabs_cont {
    max-width: max-content;
    padding: 2px;
    border-radius: 8px;
    background: var(--White-100, #EFEFEF);
    display: grid;
    grid-template-columns: repeat(2, 210px);
    margin: 0 auto;
}

#top .single_brand_tab_active {
	background: var(--White-50, #FFF);
	color: var(--White-950, #000);
}

#top .single_brand_cont {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid var(--White-100, #EFEFEF);
    background: var(--White-50, #FFF);
    height: 120px;
	position: relative;
	border-radius: 8px;
}

#top .show_brand {
	display: flex;
}

#top .brands_inner_cont {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}

#top .exclusive_brands_showing {
    grid-template-columns: repeat(2, 243px);
    justify-content: center;
}

#top .single_brand_cont img {
	opacity: 0.4;
	transition: opacity .2s;
}

#top .single_brand_cont:hover img {
	opacity: 1;
}

#top .single_brand_top_line, #top .single_brand_left_line, #top .single_brand_right_line, #top .single_brand_bottom_line {
	position: absolute;
	background: #000000;
}

#top .single_brand_top_line {
	top: -2px;
	left: -2px;
	width: 0px;
	height: 2px;
	transition: width .2s;
}

#top .single_brand_left_line {
	top: -2px;
	left: -2px;
	width: 2px;
	height: 0px;
	transition: height .2s;
}

#top .single_brand_right_line {
	bottom: -2px;
	right: -2px;
	width: 2px;
	height: 0px;
	transition: height .2s;
}

#top .single_brand_bottom_line {
	bottom: -2px;
	right: -2px;
	width: 0px;
	height: 2px;
	transition: width .2s;
}

#top .single_brand_cont:hover .single_brand_bottom_line, #top .single_brand_cont:hover .single_brand_top_line {
	width: 40px;
}

#top .single_brand_cont:hover .single_brand_right_line, #top .single_brand_cont:hover .single_brand_left_line {
	height: 40px;
}

#top .padd_top_64 .template-page {
	padding-top: 64px;
}

#top .single_post_card_img {
    width: 100%;
    height: 389px;
    border-radius: 8px;
    padding: 12px;
}

#top .news_offers_inner_cont {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 24px;
}

#top .single_post_title {
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.48px;
}

#top .read_more_btn {
    display: grid;
    color: var(--Flush-Mahogany-700, #CE0E2D);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 4px;
	text-transform: capitalize;
}

#top .read_more_btn svg, #top .single_post_tab svg, #top .page-numbers svg {
	display: block;
}

#top .marg_top_20 {
	margin-top: 20px;
}

#top .post_data_cont span {
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.14px;
	padding: 8px 12px;
	border-radius: 4px;
	background: var(--Flush-Mahogany-50, #FFF1F3);
	display: block;
}

#top .post_data_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px;
    margin-top: 24px;
}

#top .post_day, #top .post_month {
	color: var(--Flush-Mahogany-700, #CE0E2D);
	text-align: center;
	font-family: Inter;
	display: block;
	text-transform: uppercase;
	width: 100%;
}

#top .post_month {	
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

#top .post_day {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -1.2px;
}

#top .post_date_cont {
	display: grid;
    grid-template-columns: 100%;
    padding: 12px;
    width: 76px;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(10px);
    justify-items: center;
}

#top .single_post_tab {
    color: var(--Flush-Mahogany-200, #FFC5CE);
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.48px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 12px;
    padding: 24px;
    width: 100%;
    justify-content: center;
	cursor: pointer;
	transition: color .2s, background .2s;
}

#top .posts_tabs_cont {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    border: 2px solid var(--Flush-Mahogany-100, #FFDFE4);
    border-radius: 8px;
	margin-bottom: 64px;
}

#top .single_post_tab_active {
	background: var(--Flush-Mahogany-100, #FFDFE4);
	color: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .single_post_tab:hover {
	color: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .single_post_tab svg path {
	transition: stroke .2s;
}

#top .single_post_tab_active svg path, #top .single_post_tab:hover svg path {
	stroke: #CE0E2D;
}

#top .page-numbers {
    color: var(--Flush-Mahogany-700, #CE0E2D);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-right: 2px solid var(--White-100, #EFEFEF);
    background: var(--White-50, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
	transition: color .2s, border-color .2s, background .2s;
}

#top .page-numbers:hover {
	background: var(--Flush-Mahogany-50, #FFF1F3);
	border-color: #FFF1F3;
}

#top .page-numbers.current {
	border-color: #CE0E2D;
    background: #CE0E2D;
	color: #ffffff;
}

#top .posts_pagination_cont {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-items: center;
    max-width: max-content;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
    overflow: hidden;
	margin: 0 auto;
	grid-column: 1 / -1;
	margin-top: 14px;
}

#top .posts_pagination_cont > *:last-child {
	border-right: unset;
}

#top .main_btn_cont_load_more {
	width: 100%;
    display: flex;
    justify-content: center;
}

#top .main_btn_cont_load_more a {
	cursor: pointer;
}

#top .hide_load_more {
	display: none;
}

#top .marg_top_64 {
	margin-top: 64px;
}

#top .pagination_arrow_cont_prev {
	transform: rotate(180deg);
}

#top .read_more_btn svg {
	transition: transform .2s;
}

#top .read_more_btn:hover svg {
	transform: rotate(45deg);
}

#top .main_post_featured_img {
	width: 100%;
	height: 500px;
	border-radius: 8px;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .main_p_cont h3, #top .main_p_cont h2, #top .main_p_cont h4, #top .main_p_cont h5, #top .main_p_cont h6 {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.48px;
}

#top .main_p_cont a {
	color: var(--Flush-Mahogany-950, #4A0510);
	text-decoration: underline;
}

#top .single_post_meta_data_subtitle {
	display: block;
	color: var(--White-400, #989898);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

#top .single_post_meta_data_title {
	display: block;
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.4px;
}

#top .single_post_meta_data_cont {
	display: grid;
    grid-template-columns: max-content;
    gap: 8px;
    padding-left: 12px;
    border-left: 2px solid #CE0E2D;
}

#top .post_meta_data_cont {
	padding: 24px 40px;
    border-radius: 8px;
    background: var(--Flush-Mahogany-50, #FFF1F3);
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 64px;
}

#top .main_post_inner_cont {
	max-width: 1008px;
    margin: 0 auto;
}

#top .main_post_cont {
	padding-bottom: 120px;
}

#top .main_post_inner_cont .main_p_cont {
	max-width: 800px;
}

#top .post_tags_share_title {
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.4px;
}

#top .single_team_member_socials_cont svg {
	display: block;
}

#top .single_team_member_socials_cont a {
    border-radius: 4px;
    border: 2px solid var(--White-100, #EFEFEF);
    background: var(--White-50, #FFF);
    padding: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: background .2s;
}

#top .single_team_member_socials_cont {
	display: grid;
    grid-template-columns: repeat(4, max-content);
    align-items: center;
    gap: 8px;
}

#top .post_tags_share_cont {
    border-radius: 8px;
    border: 1px solid var(--White-100, #EFEFEF);
    background: var(--White-50, #FFF);
    padding: 24px 40px;
    display: grid;
    grid-template-columns: 357px max-content;
    justify-content: space-between;
}

#top .post_tags_inner_cont span {
	color: var(--White-950, #000);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.32px;
	display: block;
	padding: 10px 12px;
	border-radius: 4px;
	border: 2px solid var(--White-100, #EFEFEF);
	background: var(--White-50, #FFF);
	width: max-content;
}

#top .post_tags_inner_cont {
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#top .single_team_member_socials_cont a:hover {
	background: #EFEFEF;
}

#top .related_posts_cont .main_section_title {
	text-align: center;
}

#top .related_posts_cont .container {
	max-width: 1516px;
}

#top .related_posts_inner_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#top .main_section_sub_title .av-special-heading-tag {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.32px;
}

#top .service_img_cont {
	border-radius: 8px;
	height: 444px;
}

#top .service_number_cont {
    color: var(--Flush-Mahogany-700, #CE0E2D);
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    width: 54px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    display: flex;
    padding: 40px 12px;
    border-radius: 8px;
    background: var(--Flush-Mahogany-100, #FFDFE4);
    justify-content: center;
}

#top .main_btn_cont_smaller a {
	padding: 15px 20px 15px 24px;
}

#top .main_btn_cont_outline a {
	border: 2px solid var(--Flush-Mahogany-700, #CE0E2D);
	background: transparent;
	color: #CE0E2D !important;
}

#top .main_btn_cont_outline .btn_icon {
	background-image: url('/wp-content/uploads/2024/12/lucide_arrow-up-right-2.svg');
}

#top .services_text_col {
    padding: 46px 48px;
}

#top .text_white * {
	color: #ffffff !important;
}

#top .timetable_sect_cont .container .flex_column {
    background: #272727;
    background-image: url(https://ohea.m7alphadesignstudios.com/wp-content/uploads/2024/12/Frame-156.webp);
    background-position: center;
    background-size: 1200px !important;
    background-repeat: repeat;
}

.table_component {
    position: relative;
    width: 100%;
}

.table_component table {
    border: 1px solid #EFEFEF;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px;
    min-height: 489px;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #EFEFEF;
    background-color: #FDFDFD;
    color: var(--Flush-Mahogany-950, #4A0510);
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.4px;
	text-transform: unset;
    padding: 17px;
}

.table_component td {
    border: 1px solid #EFEFEF;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}

#top .specialist_place {
	color: var(--White-50, #FFF);
	font-family: Inter;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	display: block;
	padding: 6px;
	border-radius: 4px;
	background: var(--Flush-Mahogany-700, #CE0E2D);
	width: max-content;
	margin-top: 12px;
}

#top .specialist_day {
	display: block;
	color: var(--White-700, #525252);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 12px;
}

#top .specialist_day_inner {
	color: var(--White-950, #000);
	font-weight: 500;
}

#top .specialist_img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

#top .timetable_slot_cont {
	width: calc(100% / 6);
    border-top: 2px solid var(--Flush-Mahogany-700, #CE0E2D);
    background: var(--Flush-Mahogany-100, #FFDFE4);
    padding: 16px;
    display: flex;
	opacity: 0;
    align-items: center;
    position: absolute;  
    bottom: 0px;
    height: calc(100% - 55px);
	filter: drop-shadow(0px 0px 20px rgba(206, 14, 45, 0.12));
	transition: opacity .2s;
}

#top .timetable_slot_cont_active {
	opacity: 1;
}

#top .timetable_slot_mon {
	left: calc((100% / 6)* 0);
}

#top .timetable_slot_tue {
	left: calc((100% / 6)* 1);
}

#top .timetable_slot_wed {
	left: calc((100% / 6)* 2);
}

#top .timetable_slot_thu {
	left: calc((100% / 6)* 3);
}

#top .timetable_slot_fri {
	left: calc((100% / 6)* 4);
}

#top .timetable_slot_sat {
	left: calc((100% / 6)* 5);
}

#top .single_specialist_name {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.4px;
	display: block;
}

#top .single_specialist_type {
	color: var(--White-700, #525252);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin-top: 12px;
}

#top .single_specialist_read_more svg {
	display: block;
	transition: transform .2s;
}

#top .single_specialist_read_more:hover svg {
	transform: rotate(45deg);
}

#top .single_specialist_read_more {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 4px;
    color: var(--Flush-Mahogany-700, #CE0E2D);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    align-items: center;
	margin-top: 0px;
	height: 0px;
	overflow: hidden;
	transition: margin-top .2s, height .2s;
}

#top .single_specialist_selector_active .single_specialist_read_more {
	margin-top: 10px;
	height: 24px;
}

#top .specialist_selector_cont {
    border-radius: 8px;
    background: var(--White-50, #FFF);
    padding: 10px;
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

#top .single_specialist_selector_cont {
	padding: 20px 30px;
	transition: background .2s;
	border-radius: 8px;
	cursor: pointer;
}

#top .single_specialist_selector_active, #top .single_specialist_selector_cont:hover {
	background: var(--Flush-Mahogany-100, #FFDFE4);
}

#top .timetable_table_cont {
	display: grid;
    grid-template-columns: 333px 1fr;
    gap: 10px;
}

#top .marg_top_28 {
	margin-top: 28px;
}

#top .single_team_member_name {
	display: block;
	color: var(--Flush-Mahogany-950, #4A0510);
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.4px;
}

#top .single_team_member_position {
	display: block;
	color: var(--White-600, #656565);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1; 
	margin-top: 12px;
}

#top .single_team_member_img {
	width: 100%;
	height: 300px;
	border-radius: 8px;
}

#top .single_team_member_cont {
	padding: 24px 24px 32px 24px;
	border-radius: 8px;
	background: var(--Flush-Mahogany-50, #FFF1F3);
	border-radius: 8px;
	transition: background .2s, box-shadow .2s;
}

#top .single_team_member_cont:hover {
	background: var(--ffffff, #FFF);
	box-shadow: 105.103px 95.172px 39.724px 0px rgba(206, 14, 45, 0.01), 67.034px 60.414px 36.414px 0px rgba(206, 14, 45, 0.04), 38.069px 33.931px 30.621px 0px rgba(206, 14, 45, 0.14), 16.552px 14.897px 22.345px 0px rgba(206, 14, 45, 0.25), 4.138px 4.138px 12.414px 0px rgba(206, 14, 45, 0.28), 0px 0px 0px 0px rgba(206, 14, 45, 0.29);
}

#top .team_members_cont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

#top .about_us_mission_imgs img {
	border-radius: 8px;
	margin: 0px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

#top .about_us_mission_imgs .avia-image-container-inner {
	display: block;
}

#top .marg_top_120 {
	margin-top: 120px;
}

#top .about_us_sect_cont .swiper_product_cont {
    gap: 0px;
}

#top .about_us_sect_cont .single_product_img {
    height: 400px;
}

#top .about_us_sect_cont .swiper-product-img {
    border-radius: 8px 0px 0px 8px;
}

#top .about_us_sect_cont .single_main_arrow_next {
    border-radius: 0px 8px 0px 0px;
}

#top .about_us_sect_cont .single_main_arrow_prev {
    border-radius: 0px 0px 8px 0px;
}

#top .about_us_sect_cont .entry-content-wrapper .flex_column {
    height: max-content;
}

#top .about_us_sect_cont .entry-content-wrapper {
    grid-template-columns: 2.4fr 1fr;
    gap: 64px;
}

#top .padd_bot_64 .template-page {
	padding-bottom: 64px;
}

#top .main_number_anim_col {
	border-radius: 8px;
    background: #272727;
    background-image: url(/wp-content/uploads/2024/12/Frame-156.webp);
    background-position: center;
    background-size: 1200px !important;
    background-repeat: repeat;
    padding: 40px;
}

#top .main_number_anim .avia-animated-number-content {
	text-align: left;
    color: var(--White-50, #FFF);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.72;
}

#top .main_number_anim .heading span {
	color: var(--White-50, #FFF);
	font-family: Inter;
	font-size: 72px;
	font-weight: 900;
	line-height: 64px;
	letter-spacing: -2.16px;
	text-transform: uppercase;
	opacity: 0.92;
}

#top .main_number_anim {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 20px;
    justify-content: center;
}

#top .about_us_numbers_sect .container {
	max-width: 1516px;
}

#top .since_text_animation span {
	display: block;
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-family: Inter;
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1.92px;
	text-transform: uppercase;
}

#top .since_text_icon {
	font-size: 32px !important;
	letter-spacing: -0.96px !important;
}

#top .since_text_animation {
	gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
}

#top .splide__slide {
	margin: 0px;
}

#top .since_text_anim_sect .container {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

#top .since_text_anim_sect .template-page {
	padding: 0px;
}

#top .since_text_anim_sect {
	min-height: unset;
}

#top .video_play_btn {
	height: 100%;
    display: flex;
    align-items: center;
	cursor: pointer;
}

#top .video_popup_cont {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	display: none;
}

#top .video_popup_cont_active {
	display: block;
}

#top .video_popup_overlay_cont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000000;
    backdrop-filter: blur(0px);
	transition: all .4s;
}

#top .video_popup_cont_active .video_popup_overlay_cont {
	backdrop-filter: blur(2px);
	background: #0000001a;
}

#top .video_popup_inner_cont {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top .video_popup_inner_cont video {
    width: 1106px;
    height: 622px;
    border-radius: 12px;
}

#top .video_popup_inner_close {
    background: var(--Flush-Mahogany-700, #CE0E2D);
    background-image: url(/wp-content/uploads/2024/12/close_btn.svg);
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    top: -20px;
    right: -22px;
    border-radius: 100%;
    border: 2px solid var(--Flush-Mahogany-700, #CE0E2D);
	z-index: 40;
}

#top .about_us_glasses_img img {
	width: 240px;
	height: 240px;
	transform: rotate(45deg);
}

#top .about_us_glasses_img {
	margin-right: -100px;
}

#top .special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
	color: inherit !important;
}

#top .home_news_sect {
	background-position: 100% 6%;
    background-size: 240px;
}

#top .home_anniversary_text_col {
    background: var(--White-950, #000);
    padding: 168px 96px;
    transform: rotate(5.002deg);
    margin-left: -30px !important;
}

#top .home_anniversary_sect .entry-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 550px);
    border-radius: 8px;
    background: #CE0E2D;
    background-image: url(/wp-content/uploads/2024/12/footer_bg.webp);
    background-position: center;
    background-size: 1200px !important;
    background-repeat: repeat;
    padding: 120px;
    justify-content: center;
}

#top .home_anniversary_sect .entry-content-wrapper .flex_column {
	width: 100%;
	margin: 0px;
	border-radius: 8px;
}

#top .home_anniversary_sect .container {
	max-width: 1516px;
}

#top .main_p_cont_white * {
	color: #ffffff;
	opacity: 0.8;
}

#top .home_anniversary_img_cont {
    height: 750.164px;
    transform: rotate(-4.999deg);
    margin-left: 16px !important;
    margin-top: 20px !important;
}

#top .home_anniversary_banner_text {
	font-family: Inter;
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1.92px;
	text-transform: uppercase;
	display: block;
	width: max-content;
}

#top .home_anniversary_banner_black .home_anniversary_banner_text {
	color: var(--White-50, #FFF);
}

#top .home_anniversary_banner_white .home_anniversary_banner_text {
	color: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .home_anniversary_banner_white, #top .home_anniversary_banner_black {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: max-content;
	padding: 40px 0px;
}

#top .home_anniversary_banner_black {
    background: var(--White-950, #000);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    transform: rotate(4.995deg);
	position: relative;
	z-index: 20;
}

#top .home_anniversary_banner_white {
	background: var(--White-50, #FFF);
    transform: rotate(-4.996deg);
	position: absolute;
    top: -338px;
    left: 0px;
}

#top .home_anniversary_banner_inner_text {
	position: relative;
}

#top .home_anniversary_banner_text_col {
    position: absolute;
    top: 62%;
    left: -100%;
    transform: translateY(-50%);
}

#top .home_about_img {
	max-width: 800px;
	height: 400px;
	border-radius: 8px;
	margin: 0 auto;
}

#top .home_about_img_icon_top_left {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -80px;
    left: 124px;
}

#top .home_about_img_icon_top_right {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    right: 60px;
}

#top .home_about_img_cont {
	position: relative;
}

#top.home .since_text_anim_sect {
	margin-top: -606px;
}

#top .home_about_us_sect {
    position: relative;
    z-index: 30;
    background: transparent;
}

#top .home_header_cont .container {
	max-width: 1516px;
}

#top .single_home_slider {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 92px;
	position: relative;
	overflow: hidden;
}

#top .swiper-home-slider {
	border-radius: 8px;
	position: relative;
}

#top .single_home_slider_title {
    color: var(--White-50, #FFF);
    font-family: Inter;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2.16px;
    text-transform: uppercase;
    margin: 0px;
    display: block;
    position: relative;
}

#top .single_home_slider .main_p_cont {
	max-width: 488px;
}

#top .single_home_slider_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 65%, rgba(0, 0, 0, 0.80) 100%);
}

#top .scroll_down_btn {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 8px;
    color: var(--White-50, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    align-items: center;
	position: absolute;
	bottom: 24px;
	right: 34px;
	z-index: 40;
}

#top .home_slider_pagination_cont {
    width: max-content;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 99;
    left: unset;
    transform: translateY(-50%);
    height: max-content;
    display: grid;
    grid-template-columns: max-content;
    gap: 16px;
    justify-items: end;
}

#top .home_slider_pagination_cont .swiper-pagination-bullet {
    width: 16px;
	height: 2px;
    background: var(--White-50, #FFF);
    opacity: 0.24;
	border-radius: 0px;
    transition: opacity .2s, width .2s, background .2s;
}

#top .home_slider_pagination_cont .swiper-pagination-bullet:hover, #top .home_slider_pagination_cont .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .home_slider_pagination_cont .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 32px;
}

#top .home_intro_img {
	width: 250px;
	height: 300px;
	margin: 0px;
	border-radius: 8px;
}

#top .home_intro_img_three_inner img {
	width: 100%;
	height: 420px;
	border-radius: 8px;
	object-fit: cover;
}

#top .home_intro_img_three {
	height: max-content;
	position: absolute;
    top: 20%;
    right: 0px;
}

#top .home_intro_sect {
	position: relative;
}

#top .home_intro_img_one {
	margin-left: 176px;
}

#top .home_intro_img_two {
    position: absolute;
    top: 69%;
    transform: translateY(-50%);
}

#top .home_intro_img_four {
    margin: 0 auto;
    display: block;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 8px;
	height: 400px;
}

#top .home_intro_sect .flex_column {
	float: unset;
}

#top .have_any_queries_inner_title {
	color: var(--White-600, #656565);
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	display: block;
}

#top .have_any_queries_inner_tel {
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.32px;
	display: block;
}

#top .have_any_queries_inner_cont {
	display: grid;
    grid-template-columns: max-content;
    gap: 12px;
}

#top .have_any_queries_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 16px;
    justify-content: end;
}

#top .have_any_queries_glasses {
	width: 120px;
	height: 120px;
	margin-top: 4px;
}

#top .home_numbers_cont .heading span {
	color: var(--Flush-Mahogany-700, #CE0E2D);
	font-family: Inter;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -1.2px;
	text-transform: uppercase;
}

#top .home_numbers_cont .heading span.avia-no-number {
	font-size: 32px;
	opacity: 1;
}

#top .home_numbers_cont .avia-animated-number-content {
	color: var(--White-600, #656565);
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

#top .home_numbers_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid var(--White-100, #EFEFEF);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, #FFF 100%);
    backdrop-filter: blur(4px);
    position: relative;
    left: 110px;
	width: 316px;
}

#top .ohea_sep_cont svg {
	display: block;
}

#top .ohea_sep {
	height: 2px;
	width: 100%;
	background: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .ohea_sep_cont {
	display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
}

#top .single_explore_icon_title {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.48px;
	display: block;
}

#top .single_explore_icon_inner_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
}

#top .single_explore_icon {
	width: 64px;
	height: 64px;
}

#top .single_explore_icon_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
}

#top .explore_icons_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 64px;
}

#top .marg_top_56 {
	margin-top: 56px;
}

#top .home_explore_sect .container {
	max-width: 1516px;
}

#top .home_explore_img {
	border-radius: 8px;
	width: 100%;
	height: 924px;
}

#top .home_explore_sect .entry-content-wrapper {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    align-items: center;
}

#top .home_explore_sect .flex_column {
	width: 100%;
	margin: 0px !important;
	min-width: 0;
}

#top .swiper_home_explore {
	min-width: 0;
}

#top .swiper_home_explore_arrow {
    border-radius: 8px;
    background: var(--Flush-Mahogany-100, #FFDFE4);
    padding: 10px;
    cursor: pointer;
    width: max-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
	transition: background .2s;
}

#top .swiper_home_explore_arrow:hover {
	background: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .swiper_home_explore_arrow svg {
	display: block;
}

#top .swiper_home_explore_prev {
	left: 10px;
}

#top .swiper_home_explore_arrow_next {
	right: 10px;
}

#top .swiper_home_explore_arrow svg path {
	transition: stroke .2s;
}

#top .swiper_home_explore_arrow:hover svg path {
	stroke: #ffffff;
}

#top .home_explore_sect .home_explore_text_col .main_section_title, #top .home_explore_sect .home_explore_text_col .explore_icons_cont, #top .home_explore_sect .home_explore_text_col .av_textblock_section, #top .home_explore_sect .home_explore_text_col .main_btn_cont {
	padding-left: 92px;
	padding-right: 44px;
}

#top .home_service_title {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.48px;
	display: block;
}

#top .home_service_subtitle {
	color: var(--Flush-Mahogany-950, #4A0510);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.32px;
	display: block;
}

#top .home_service_img {
	border-radius: 8px;
	width: 320px;
	height: 220px;
}

#top .home_service_cont {
	border-radius: 8px 0px 0px 8px;
    background: var(--White-50, #FFF);
    padding: 40px 48px;
    display: grid;
    grid-template-columns: repeat(2, max-content) 1fr;
    gap: 24px;
}

#top .home_service_num {
	color: var(--White-300, #BDBDBD);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	display: block;
}

#top .home_service_num_inner {
	color: var(--White-600, #656565);
}

#top .home_service_inner_cont {
	display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, max-content);
    gap: 16px;
}

#top .home_service_inner_cont .home_service_num {
	align-self: end;
}

#top .swiper-home-service .swiper-slide {
	opacity: 0;
}

#top .swiper-home-service .swiper-slide-active {
	opacity: 1;
}

#top .swiper-home-service .swiper-slide-prev {
	opacity: 0.24;
}

#top .home_service_wrapper {
	display: grid;
    grid-template-columns: max-content 1fr;
    align-items: end;
    gap: 180px;
}

#top .swiper_home_service_cont {
    display: grid;
    grid-template-columns: 1fr max-content;
}

#top .swiper_home_service_inner_cont {
	min-width: 0;
}

#top .swiper_home_services_pagination .swiper-pagination-bullet {
	background: var(--White-50, #FFF);
	opacity: 0.2;
	transition: opacity .2s, background .2s;
}

#top .swiper_home_services_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #top .swiper_home_services_pagination .swiper-pagination-bullet:hover {
	opacity: 1;
	background: var(--Flush-Mahogany-700, #CE0E2D);
}

#top .swiper_home_services_pagination {
	position: relative;
    top: unset;
    bottom: unset;
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

#top .swiper_home_service_cont .main_arrows_cont {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
    z-index: 20;
}

#top .swiper_home_service_cont .single_main_arrow_next {
    border-radius: 0px 8px 0px 0px;
}

#top .swiper_home_service_cont .single_main_arrow_prev {
    border-radius: 0px 0px 8px 0px;
}

#top .services_glasses_icon_cont {
	position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

#top .main_btn_cont a:hover, #top .gform_button:hover {
	box-shadow: 105.103px 95.172px 39.724px 0px rgba(206, 14, 45, 0.01), 67.034px 60.414px 36.414px 0px rgba(206, 14, 45, 0.04), 38.069px 33.931px 30.621px 0px rgba(206, 14, 45, 0.14), 16.552px 14.897px 22.345px 0px rgba(206, 14, 45, 0.25), 4.138px 4.138px 12.414px 0px rgba(206, 14, 45, 0.28), 0px 0px 0px 0px rgba(206, 14, 45, 0.29);
}

#top .main_btn_cont_black a:hover {
    box-shadow: 105.103px 95.172px 39.724px 0px rgb(0 0 0 / 1%), 67.034px 60.414px 36.414px 0px rgb(0 0 0 / 4%), 38.069px 33.931px 30.621px 0px rgb(28 28 28 / 14%), 16.552px 14.897px 22.345px 0px rgb(63 63 63 / 25%), 4.138px 4.138px 12.414px 0px rgb(0 0 0 / 28%), 0px 0px 0px 0px rgb(0 0 0 / 29%);
}

#top .main_btn_cont_outline a:hover, #top .book_btn_footer:hover {
	background: #CE0E2D !important;
	color: #ffffff !important;
}

#top .main_btn_cont_outline a:hover .btn_icon {
	filter: brightness(0) invert(1);
}

#top .book_btn_footer svg path {
	transition: stroke .2s;
}

#top .book_menu_btn a:hover .avia-menu-text {
	background: var(--Flush-Mahogany-700, #CE0E2D);
	color: #ffffff;
}

#top .book_btn_footer:hover svg path {
	stroke: #ffffff;
}

#top .search_form_field #s {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#top #searchsubmit {
    border-radius: 0px 8px 8px 0px;
}

#top .search-result-counter {
	display: none;
}

#top .template-search.content .entry-content-wrapper {
    padding-left: 0px;
}

#top.search-results .post-title a {
	color: var(--White-950, #000);
    font-family: Inter;
}

#top.search-results .post-meta-infos time, #top.search-results .entry-content *, #top.search-results .extra-mini-title, #top.search-results .search_form_field h4, #top.search-results .search_form_field p {
	font-family: Inter;
}

#top .swiper_header_offers {
	min-width: 0;
}

@media only screen and (max-width: 1500px) {
	#top .book_appointment_sect .container {
		padding-left: 50px;
	}
	
	#top .header_top_bar_inner_cont {
		margin: 0px 50px;
	}
	
	#top .home_service_wrapper {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	#top .home_service_wrapper .main_btn_cont {
		grid-row: 2 / 3;
	}
}

@media only screen and (max-width: 1200px) {
	#top .main_section_title .av-special-heading-tag {
		font-size: 46px;
		line-height: 48px;
	}
	
	#top .footer_inner_btn_cont {
		padding: 24px;
	}
	
	#top .products_sect_cont .entry-content-wrapper {
		grid-template-columns: 100%;
		gap: 10px;
	}
	
	#top .home_anniversary_sect .entry-content-wrapper {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .home_anniversary_img_cont {
		height: 600px;
		transform: unset;
		width: 500px !important;
		margin: 0 auto !important;
	}
	
	#top .home_anniversary_text_col {
		padding: 24px;
		transform: unset;
		margin-left: 0px !important;
	}
	
	#top .home_anniversary_banner_white, #top .home_anniversary_banner_black {
		gap: 20px;
		padding: 24px 0px;
	}
	
	#top .home_anniversary_banner_text {
		font-size: 38px;
	}
	
	#top .home_anniversary_banner_white {
		top: -418px;
	}
	
	#top .home_anniversary_banner_black {
		top: 200px;
	}
	
	#top .home_explore_sect .home_explore_text_col .main_section_title, #top .home_explore_sect .home_explore_text_col .explore_icons_cont, #top .home_explore_sect .home_explore_text_col .av_textblock_section, #top .home_explore_sect .home_explore_text_col .main_btn_cont {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#top .single_product_img {
		height: 418px;
	}
	
	#top .footer_btns_cont .entry-content-wrapper {
		grid-template-columns: 100%;
	}
	
	#top #footer .container {
		column-gap: 40px;
		padding: 60px 24px 40px 24px !important;
		max-width: 95%;
		width: 95%;
	}
	
	#top .main_socket_inner_cont {
		gap: 20px;
	}
	
	#top .main_post_inner_cont {
		margin: 0px 50px;
	}
	
	#top .testimonials_sect_cont .flex_column {
		padding: 120px 96px;
	}
	
	#top .main_search_cont {
		display: none;
	}
	
	#top #avia-menu {
		gap: 20px;
	}
	
	#top .video_popup_inner_cont {
		width: 70%;
	}
	
	#top .video_popup_inner_cont video {
		width: 100%;
		height: 420px;
	}
}

@media only screen and (max-width: 1100px) {
	#top .home_explore_sect .entry-content-wrapper {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .home_explore_img {
		height: 350px;
	}
}

@media only screen and (max-width: 989px) {
	#top .page_header_cont .flex_column {
		height: 300px;
		padding: 24px;
	}
	
	#top .home_intro_img_two, #top .home_intro_img_three_inner {
		display: none;
	}
	
	#top .home_intro_img_three {
        position: relative;
        top: 0px;
        right: 0px;
        margin: 0 auto;
    }
	
	#top .home_intro_img_four {
		margin-top: 16px;
	}
	
	#top .home_intro_img_one {
		margin-left: 0px;
		width: 100%;
	}
	
	#top .home_service_cont {
		padding: 24px;
		grid-template-columns: 100%;
		gap: 24px;
	}
	
	#top .home_anniversary_sect .entry-content-wrapper {
		padding: 24px;
	}
	
	#top .about_us_glasses_img img {
		width: 150px;
		height: 150px;
	}
	
	#top .about_us_glasses_img {
		margin-right: 0px;
	}
	
	#top .testimonials_cont {
		gap: 36px 40px;
	}
	
	#top .header_offer_text {
		font-size: 12px;
	}
	
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 0px !important;
	}
	
	.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
		background-color: var(--Flush-Mahogany-700, #CE0E2D);
	}
	
	.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
		background-color: var(--Flush-Mahogany-700, #CE0E2D);
	}
	
	#top .book_menu_btn a {
        border: unset !important;
        margin-top: 20px;
    }
	
	.html_av-overlay-side-classic #top .av-burger-overlay li a {
		color: var(--White-950, #000);
		font-family: Inter;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.32px;
	}
	
	#top .menu_dropdown_cont .avia-menu-text {
		gap: 12px;
	}
	
	#top .testimonials_sect_cont .flex_column {
		padding: 24px;
	}
	
	#top .timetable_table_cont {
		grid-template-columns: 100%;
	}
	
	#top .table_component {
		grid-row: 1 / 2;
	}
	
	#top .quote_icon_cont svg {
		height: 68px;
	}
	
	#top .single_testimonial_position {
		font-size: 14px;
		line-height: 17px;
		margin-top: 8px;
	}
	
	#top .single_testimonials_arrow_cont {
		padding: 10px;
		height: 50px;
	}
	
	#top .testimonial_text {
		font-size: 20px;
		line-height: 30px;
	}
	
	#top .single_testimonial_stars svg {
		width: 16px;
		height: 16px;
	}
	
	#top .single_testimonial_stars {
		margin-top: 20px;
	}
	
	#top .single_testimonial_name {
		font-size: 18px;
		margin-top: 24px;
	}
	
	#top .testimonial_text {
		font-size: 20px;
		line-height: 30px;
	}
	
	#top .testimonial_text {
		font-size: 20px;
		line-height: 30px;
	}
	
	#top .product_text_col {
		padding: 24px;
	}
	
	#top .padd_left_104 {
		padding-left: 0px;
	}
	
	#top .padd_top_120 .template-page {
		padding-top: 60px;
	}
	
	#top .branches_sect_cont .entry-content-wrapper {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	#top .single_branch_img img {
		height: 500px;
	}
	
	#top .single_branch_col {
		padding: 24px;
	}
	
	#top .branch_map_cont .avia-google-map-container {
		height: 350px !important;
	}
	
	#top .padd_top_80 .template-page {
		padding-top: 40px;
	}
	
	#top .main_post_featured_img {
		height: 350px;
	}
	
	#top .post_meta_data_cont {
		padding: 24px;
		grid-template-columns: repeat(2, max-content);
		gap: 24px;
		max-width: max-content;
	}
	
	#top .single_post_meta_data_title {
		font-size: 16px;
	}
	
	#top .single_post_meta_data_subtitle {
		font-size: 14px;
	}
	
	#top .single_team_member_socials_cont a {
		padding: 8px;
		width: 38px;
		height: 38px;
	}
	
	#top .marg_top_20 {
		margin-top: 10px;
	}
	
	#top .post_tags_share_cont {
		padding: 24px;
	}
	
	#top .marg_top_80 {
		margin-top: 40px;
	}
	
	 #top .main_section_title .av-special-heading-tag {
        font-size: 36px;
        line-height: 36px;
    }
	
	#top .page_header_title .av-special-heading-tag {
		font-size: 46px;
		line-height: 46px;
		letter-spacing: -0.16px;
	}
	
	#top .page_breadcrumb_cont {
		gap: 4px;
		padding: 12px;
	}
	
	#top .single_main_contact_detail_text {
		font-size: 16px;
		line-height: 23px;
	}
	
	.widget_nav_menu a {
		font-size: 16px;
	}
	
	#top .single_main_contact_detail_cont svg {
        width: 18px;
        height: 18px;
        position: relative;
        top: 3px;
    }
	
	#top #footer .container {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	.flex_column .widget .widgettitle, .content .widget .widgettitle {
		margin-bottom: 16px;
		font-size: 16px;
	}
	
	#top .page_breadcrumb_cont svg {
		width: 18px;
		height: 18px;
	}
	
	#top .page_breadcrumb_link {
		font-size: 14px;
	}
	
	#top .page_header_cont .avia_codeblock_section {
		right: 24px;
		bottom: 24px;
	}
	
	#top .marg_top_64 {
		margin-top: 40px;
	}
	
	#top .appointment_img_col {
		display: none !important;
	}
	
	#top .no_marg_bot_mob {
		margin-bottom: 0px !important;
	}
	
	#top .padd_bot_120 .template-page, #top .main_post_cont {
		padding-bottom: 60px;
	}
	
	#top .footer_img_cont .flex_column {
		height: 350px;
	}
	
	#top .book_appointment_sect {
		background-size: 120px;
		background-position: 100% 4%;
	}
	
	#top .related_posts_inner_cont {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	#top .marg_top_32 {
		margin-top: 14px;
	}
	
	#top .single_post_card_img {
		height: 300px;
		padding: 12px;
	}
	
	#top .post_day {
		font-size: 26px;
		letter-spacing: 0px;
	}
	
	#top .post_month {
		font-size: 16px;
	}
	
	#top .post_date_cont {
		padding: 12px;
		width: 68px;
	}
	
	#top .news_offers_inner_cont {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 24px;
	}
	
	#top .padd_top_64 .template-page {
		padding-top: 60px;
	}
	
	#top .mob_padd_top_0 .template-page {
		padding-top: 0px;
	}
	
	#top .brands_inner_cont {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#top .brands_sect_cont .container .flex_column, #top .related_posts_cont .container .flex_column {
		padding: 24px;
	}
	
	#top .header_top_bar_cont {
		z-index: 1;
	}
	
	#top .logo svg {
		width: 112px;
	}
	
	#top .team_members_cont {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#top .main_number_anim_col {
		padding: 24px;
	}
	
	#top .main_number_anim .heading span {
		font-size: 60px;
		line-height: 52px;
	}
	
	#top.home .since_text_anim_sect {
		margin-top: 0px;
		margin-bottom: 60px;
	}
	
	#top .single_home_slider {
		height: 64vh;
		padding: 24px;
	}
	
	#top .single_home_slider_title {
		font-size: 36px;
	}
	
	#top .single_home_slider_overlay {
		background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
	}
}

@media only screen and (max-width: 850px) {
	#top .header_top_bar_cont {
        display: none;
    }
	
	#top .team_members_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top #header_main {
		padding: 0px;
	}
	
	.html_header_top.html_header_sticky #header {
		position: fixed !important;
	}
	
	.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 110px !important;
    }
	
	#top #header {
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}
	
	#top .home_news_sect {
		background-position: 100% 1%;
		background-size: 106px;
	}
}

@media only screen and (max-width: 767px) {
	#top .single_product_img {
        height: 318px;
    }
	
	#top .home_intro_img_three {
        margin: 0 auto !important;
        width: max-content !important;
    }
	
	#top .home_intro_img_one {
		margin-bottom: 20px !important;
	}
	
	#top .have_any_queries_cont {
		margin-top: 0px;
	}
	
	#top .home_numbers_cont {
		padding: 24px;
		left: 0px;
	}
	
	#top .home_intro_img_four {
		height: max-content;
		padding: 24px;
	}
	
	#top .marg_top_48 {
		margin-top: 20px;
	}
	
	#top .explore_icons_cont {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	#top .about_us_glasses_img_col {
		position: absolute;
		top: 60px;
		right: 0px;
		width: max-content !important;
	}
	
	#top .about_us_glasses_sect_text_col {
		position: relative;
		z-index: 40;
	}
	
	#top .home_anniversary_sect .entry-content-wrapper .flex_column {
		margin-bottom: 0px !important;
	}
	
	#top .marg_top_120 {
		margin-top: 0px;
	}
	
	#top .marg_top_40 {
		margin-top: 20px;
	}
	
	#top .about_us_sect_cont .single_product_img {
    	height: 300px;
	}
	
	#top .products_sect_cont .entry-content-wrapper .flex_column, #top .testimonials_sect_cont .flex_column {
        margin-bottom: 0px !important;
    }
	
	#top .single_main_arrow_cont {
		padding: 10px;
	}
	
	#top .news_offers_inner_cont {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	#top .posts_tabs_cont {
		grid-template-columns: 100%;
		gap: 10px;
		border-radius: 0px;
		margin-bottom: 40px;
		border: unset;
	}
	
	#top .single_post_tab {
		border-radius: 8px;
		border: 2px solid var(--Flush-Mahogany-100, #FFDFE4);
		font-size: 18px;
		padding: 14px;
	}
	
	#top .single_post_tab svg {
		width: 26px;
		height: 26px;
	}
	
	#top .no_marg_bot_mob, #top .page_header_cont .flex_column {
		margin-bottom: 0px !important;
	}
	
	#top .brands_sect_cont .container .flex_column, #top .related_posts_cont .container .flex_column {
		border-radius: 8px;
		padding: 60px 24px;
		margin-bottom: 0px !important;
	}
	
	#top .main_btn_cont a {
		padding: 14px 20px 14px 24px;
	}
	
	#top .single_post_card_img {
        height: 250px;
    }
	
	#top .post_tags_share_cont {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .footer_btns_cont .flex_column {
		margin-bottom: 0px !important;
	}
	
	#top .footer_inner_btn_cont {
		grid-template-columns: 100%;
	}
	
	#top .main_socket_cont {
		grid-template-columns: 100%;
		gap: 16px;
	}
	
	#top .go_to_top_icon {
		margin-bottom: 0px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	#top .main_post_cont {
		margin-top: 0px;
	}
	
	#top .video_play_btn img {
		height: 150px;
	}
	
	#top .since_text_anim_sect .container {
		max-width: 100% !important;
		margin: 0px !important;
		width: 100% !important;
	}
	
	#top .since_text_animation span {
		font-size: 42px;
	}
	
	#top .since_text_icon {
		font-size: 24px !important;
	}
	
	#top .home_header_cont .flex_column {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 600px) {
	.responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
    }
	
	#top .scroll_down_btn {
		font-size: 14px;
		bottom: 14px;
		right: 12px;
	}
	
	#top .marg_top_56 {
		margin-top: 20px;
	}
	
	 #top .home_anniversary_img_cont {
        height: 416px;
        width: 100% !important;
    }
	
	#top .home_anniversary_banner_white {
        top: -220px;
    }
	
	#top .home_anniversary_banner_black {
        top: 206px;
		transform: rotate(11.995deg);
    }
	
	#top .swiper_home_service_cont {
		grid-template-columns: 100%;
	}
	
	#top .swiper_home_service_cont .main_arrows_cont {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		margin-top: 10px;
	}
	
	#top .swiper_home_service_cont .single_main_arrow_prev {
		border-radius: 8px 0px 0px 8px;
	}
	
	#top .swiper_home_service_cont .single_main_arrow_next {
		border-radius: 0px 8px 8px 0px;
	}
	
	#top .home_service_cont {
		border-radius: 8px;
	}
	
	#top .about_us_glasses_img img {
        width: 120px;
        height: 120px;
    }
	
	#top .about_us_sect_cont .single_main_arrow_prev {
		border-radius: 8px 0px 0px 8px;
	}
	
	#top .about_us_sect_cont .single_main_arrow_next {
		border-radius: 0px 8px 8px 0px;
	}
	
	#top .about_us_sect_cont .swiper_product_cont {
		gap: 10px;
	}
	
	#top .about_us_sect_cont .swiper-product-img {
		border-radius: 8px;
	}
	
	#top .video_popup_inner_cont {
        width: 80%;
    }
	
	#top .video_popup_inner_cont video {
        height: 300px;
    }
	
	#top .video_popup_inner_close {
		width: 32px;
		height: 32px;
		top: -16px;
		right: -14px;
		background-size: 16px;
	}
	
	.responsive #top #wrap_all #header .container {
        width: 90%;
        max-width: 90%;
    }
	
	#top .main_number_anim .heading span {
        font-size: 46px;
        line-height: 44px;
    }
	
	#top .main_number_anim .avia-animated-number-content {
		font-size: 16px;
		line-height: 20px;
	}
	
	#top .logo svg {
        width: 83px;
    }
	
	#top .single_team_member_img {
		height: 258px;
	}
	
	#top .single_team_member_cont {
		padding: 24px;
	}
	
	#top .single_specialist_selector_cont {
		padding: 24px;
	}
	
	.table_component table {
        table-layout: fixed;
        overflow: scroll;
        min-height: 350px;
        width: 512px;
    }
	
	#top .specialist_place {
		font-size: 8px;
		padding: 6px;
	}
	
	#top .table_component {
        grid-row: 1 / 2;
        max-width: 100vw;
        overflow: scroll;
        border-radius: 8px;
    }
	
	#top .specialist_day {
		font-size: 13px;
		line-height: 16px;
	}
	
	#top .timetable_slot_mon {
        left: 0px;
    }

	#top .timetable_slot_tue {
		left: 86px;
	}

	#top .timetable_slot_wed {
		left: 171px;
	}

	#top .timetable_slot_thu {
		left: 257px;
	}

	#top .timetable_slot_fri {
		 left: 341px;
	}

	#top .timetable_slot_sat {
        left: 427px;
    }
	
	#top .timetable_slot_cont {
		width: 85px;
		padding: 4px;
	}
	
	#top .service_number_cont {
		font-size: 32px;
		width: 100%;
		padding: 12px;
	}
	
	#top .service_img_cont {
		height: 340px;
	}
	
	#top .testimonials_cont {
        gap: 36px 24px;
    }
	
	#top .brands_inner_cont {
		margin-top: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top .single_brand_tab {
		font-size: 14px;
	}
	
	#top .testimonial_text {
        font-size: 16px;
        line-height: 24px;
    }
	
	#top .brands_tabs_cont {
		max-width: 100%;
		grid-template-columns: 100%;
	}
	
	#top .single_brand_cont {
		height: 92px;
	}
	
	#top .single_testimonials_arrow_cont {
		padding: 4px;
		height: 38px;
	}
	
	 #top .single_product_img {
        height: 300px;
    }
	
	#top .swiper_product_cont {
		grid-template-columns: 100%;
	}
	
	#top .main_arrows_cont {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}
	
	#top .single_main_arrow_next {
		border-radius: 0px 8px 8px 0px;
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	
	#top .single_main_arrow_prev {
        border-top: 2px solid var(--Flush-Mahogany-100, #FFDFE4);
        border-radius: 8px 0px 0px 8px;
        border-right: unset;
    }
	
	#top .single_main_arrow_cont {
		justify-content: center;
	}
	
	#top .branch_map_cont .avia-google-map-container {
		height: 250px !important;
	}
	
	#top .single_branch_img img {
		height: 300px;
	}
	
	#top .mob_marg_top_title {
		margin-top: 40px;
	}
	
	#top .marg_top_48 {
		margin-top: 20px;
	}
	
	#top .main_post_featured_img {
        height: 250px;
    }
	
	#top .main_post_inner_cont {
        margin: 0px 10px;
    }
	
	#top .main_p_cont * {
		font-size: 16px;
		line-height: 25px;
	}
	
	#top .post_tags_share_cont {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .post_tags_inner_cont span {
		font-size: 14px;
		padding: 7px 10px;
	}
	
	#top .go_to_top_icon {
        position: relative;
        grid-row: 3 / 4;
    }
	
	#top .main_socket_text {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .go_to_top_icon svg {
		width: 35px;
		height: 35px;
	}
	
	#top .main_section_title .av-special-heading-tag {
        font-size: 32px;
        line-height: 32px;
    }
	
	#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
		font-size: 16px;
		padding-bottom: 10px !important;
		min-height: unset;
        height: max-content;
	}
	
	#top .gchoice label {
		padding: 7px 10px;
		font-size: 14px;
	}
	
	#top .footer_img_cont .flex_column {
        height: 250px;
    }
	
	#top .page_header_title .av-special-heading-tag {
        font-size: 36px;
        line-height: 36px;
    }
	
	#top .main_section_title br, #top .footer_inner_btn_title br {
		display: none;
	}
	
	#top .book_appointment_sect {
        background-size: 78px;
    }
	
	 #top .branches_form_sect {
        background-size: 120px;
    }
	
	#top .single_team_member_name {
		font-size: 16px;
	}
	
	#top .single_team_member_position {
		font-size: 14px;
		line-height: 16px;
	}
	
	#top .swiper_home_services_pagination {
		margin-top: 10px;
	}
	
	#top .home_anniversary_sect .entry-content-wrapper {
        gap: 90px;
    }
	
	#top .home_about_img {
		max-width: 800px;
		height: 300px;
	}
	
	#top .home_slider_pagination_cont {
		right: 18px;
	}
	
	#top .single_home_slider {
        padding: 24px 62px 24px 24px;
    }
}

@media only screen and (max-width: 500px) {
    #top .team_members_cont {
		grid-template-columns: 280px;
		justify-content: center;
	}
	
	#top .single_team_member_img {
        height: 300px;
    }
	
	#top .home_service_img {
		width: 100%;
	}
}

@media only screen and (max-width: 420px) {
    #top .service_img_cont {
        height: 250px;
    }
	
	#top .home_anniversary_img_cont {
        height: 312px;
    }
	
	#top .home_anniversary_banner_white, #top .home_anniversary_banner_black {
        padding: 14px 0px;
    }
	
	#top .home_anniversary_banner_white {
        top: -264px;
    }
	
	#top .home_anniversary_banner_black {
        top: 72px;
    }
	
	#top .home_anniversary_banner_text {
        font-size: 30px;
    }
}