.language_translator a {
	color: #505456 !important;
}

.language_translator a:hover {
	color: var(--bermuda_color) !important;
}

.top-bar a:hover {
	color: #dbdbdb !important;
}

html[lang="auto"] .language_translator a.nturl.notranslate.en.united-states.single-language.flag,
html[lang="en-GB"] .language_translator a.nturl.notranslate.en.united-states.single-language.flag {
	display: none;
}

html[lang="es"] .language_translator a.nturl.notranslate.es.Spanish.single-language.flag {
	display: none;
}

.scrollon_active .top-bar.top-bar-align-right {
	margin-top: 0;
	transition: 1s;
}

.top-bar .container {
	padding: 0 !important;
}

.top-bar-align-right .widget:first-child {
	margin-left: 0 !important;
}

.top-bar {
	background-color: var(--secondary_color) !important;
	color: #ffffff !important;
	transition: 1s;
}

/* .site-header .header-image {
width: 140px;
} */
.top-bar .inside-top-bar {
	justify-content: center;
	width: 100%;
	display: block;
	padding: 12px 0;
}

.top-bar .inside-top-bar aside#custom_html-4 {
	width: 100%;
}

.menu-toggle .gp-icon+.mobile-menu {
	font-family: var(--mulish);
}

.top-bar p {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--mulish);
	margin-bottom: 0;
}

.header-widget .defult-cta-button {
	margin-left: 0 !important;
}

.defult-cta-button {
	background: var(--bermuda_color);
	border: 2px solid var(--bermuda_color);
	padding: 15px 24px;
	display: block;
	text-decoration: none;
	color: var(--white_color);
	font-size: 16px;
	font-family: var(--mulish);
	font-weight: bold;
	/* text-transform: uppercase; */
	line-height: 14px;
	border-radius: 50px;
	/* height: 48px; */
}

.defult-cta-button:hover {
	background-color: transparent;
	color: var(--bermuda_color);
	border-color: var(--bermuda_color);
}

.defult-cta-button-bkg {
	background: var(--white_color);
	border: 2px solid var(--white_color);
	padding: 15px 24px;
	display: block;
	text-decoration: none;
	color: var(--bermuda_color);
	font-size: 16px;
	font-family: var(--mulish);
	font-weight: bold;
	/* text-transform: uppercase; */
	line-height: 14px;
	border-radius: 50px;
	/* height: 48px; */
}

.defult-cta-button-bkg:hover {
	background-color: transparent;
	color: var(--white_color);
	border-color: var(--white_color);
}


header#masthead .inside-header .header-widget .site_same_btn_all a {
	display: flex;
	align-items: center;
	gap: 13px;
}

header#masthead .inside-header .header-widget .site_same_btn_all a:hover img {
	filter: invert(36%) sepia(8%) saturate(612%) hue-rotate(166deg) brightness(46%) contrast(97%);
}

nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent .slideout-widget {
	margin: 20px auto;
}

nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent .slideout-widget img {
	width: 100%;
	padding-top: 40px;
}

.blue_btn_bkg {
	background: var(--bermuda_color);
	color: var(--white_color);
}

.blue_btn_bkg:hover {
	background: transparent !important;
	color: var(--bermuda_color) !important;
	border-color: var(--bermuda_color) !important;
}

.site_same_btn_all {
	display: flex;
	justify-content: flex-end;
}

.main-navigation .main-nav ul li a {
	padding-left: 15px;
	padding-right: 18px;
	font-family: var(--mulish);
	font-size: 16px;
	/*     letter-spacing: 1px; */
	line-height: 20px;
}

.site-logo {
	display: inline-block;
	max-width: fit-content;
}

.inside-footer-widgets a:hover,
.footer-copy-info a:hover {
	color: #f9e3d1 !important;
}

.contact_infor_blk a:hover p {
	color: var(--bermuda_color) !important;
}

.nav-float-right #site-navigation {
	margin-left: 0;
	width: auto;
}

.site-header .header-widget {
	margin-top: 0px !important;
	width: 100%;
	justify-content: right;
}

.main-navigation ul li ul li {
	border-bottom: 1px solid #c5c5c5;
}

.main-navigation ul li ul li:last-child {
	border-bottom: none !important;
}

nav#mobile-menu-control-wrapper {
	order: 3;
}

.has-inline-mobile-toggle .header-widget,
.has-inline-mobile-toggle #site-navigation {
	flex-basis: unset !important;
}

.header-widget {
	display: flex;
	order: 2;
}

.site-header .header-widget {
	margin-top: 0px !important;
	margin-left: 0 !important;
	width: auto;
	justify-content: right;
	align-items: center;
	column-gap: 20px;
}

.main-nav {
	display: flex;
	order: 2;
	justify-content: center;
}

.main-nav ul#menu-main-menu-1 {
	width: 100%;
}

.slideout-navigation.do-overlay .inside-navigation {
	max-width: 100% !important;
}

header#masthead, .main_header_menu_blk {
	/* box-shadow: #2A51D357 0 -4px 10px; */
	transition: 1s;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 30;
}
.main_header_menu_blk {
    top: 82px;
}
.scrollon_active header#masthead {
	position: sticky;
	top: 0;
	transition: 1s;
	width: 100%;
	z-index: 20;
	animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

header#masthead .inside-header {
	justify-content: space-between;
	/* max-width: 1305px; */
	margin: auto;
	width: 100%;
	padding: 17px 0;
}

.cust-mar {
	margin-top: 100px;
}



@media only screen and (max-width: 575px) {
	.defult-cta-button {
		padding: 15px 15px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1405px) {}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px !important;
	}

	.main-navigation .main-nav ul li a .gp-icon svg {
		height: 18px !important;
		width: 12px !important;
		top: 3px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	/* .top-bar .inside-top-bar {
	height: 62px;
} */

	.top-bar p {
		font-size: 15px !important;
		text-align: center;
	}

	/*
	.scrollon_active header#masthead {
	margin-top: -62px;
} */
}

@media (max-width: 991px) {
	nav#mobile-menu-control-wrapper {
		width: auto !important;
	}

	.site-header .header-widget,
	.nav-float-right #site-navigation,
	.site-logo {
		width: auto;
	}
}

/* @media (max-width: 885px) {
} */
@media only screen and (min-width: 1301px) and (max-width: 1404px) {
	header#masthead.site-header .header-widget aside#custom_html-3 .header_call_number {
		display: none;
	}
}

@media (max-width: 767px) {
	header#masthead.site-header .header-widget aside#custom_html-3 .header_call_number {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	/* .defult-cta-button {
	margin-left: 10px;
} */

	ul.sticky_head_ul_items {
		row-gap: 13px;
	}
}

@media (max-width: 1300px) {
	aside#custom_html-3 {
		margin-right: 20px;
	}

	.language_translator {
		margin-right: 15px;
	}

	span.call_mobile {
		display: none;
	}

	.remove_btn_bkg span.call_mobile {
		display: none;
	}

	.nav-float-right #site-navigation {
		margin: auto;
		width: auto;
	}

	nav#mobile-menu-control-wrapper {
		margin: 0;
		width: auto;
		padding-left: 0px;
		background: var(--bermuda_color);
	}

	span.gp-icon.icon-menu-bars {
		color: #fff;
	}

	.site-logo img {
		width: auto;
	}

	.main-navigation ul ul {
		background-color: #ffffff00 !important;
	}

	.slideout-navigation.do-overlay .inside-navigation {
		padding: 30px !important;
		max-width: 100% !important;
	}

	.slideout-navigation.do-overlay .inside-navigation .main-nav,
	.slideout-navigation.do-overlay .inside-navigation .slideout-widget {
		margin-left: 0px !important;
		width: 100% !important;
		display: block;
	}

	#generate-slideout-menu.do-overlay li {
		text-align: left !important;
	}

	.main-navigation .main-nav ul li.menu-item-has-children>a {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
	}

	.main-navigation .inside-navigation {
		margin-left: 0px !important;
		padding-top: 0 !important;
	}

	.mobile-menu-control-wrapper .menu-toggle,
	.mobile-menu-control-wrapper .menu-toggle:hover,
	.mobile-menu-control-wrapper .menu-toggle:focus,
	.has-inline-mobile-toggle #site-navigation.toggled {
		color: var(--bermuda_color) !important;
	}

	.site-header .header-widget {
		padding-right: 0;
		margin-right: 20px !important;
		margin-left: auto !important;
	}

	.site-header .header-widget .defult-cta-button {
		margin-left: 0 !important;
	}

	.menu-toggle {
		padding: 0 15px !important;
		font-size: 22px;
		line-height: 51px;
	}

	.widget_media_image a {
		text-align: left;
	}

	button.slideout-exit.has-svg-icon {
		position: absolute !important;
		top: 0;
		right: 0;
		width: auto !important;
	}

	#generate-slideout-menu.do-overlay li ul.sub-menu.toggled-on {
		padding-left: 20px;
	}

	#generate-slideout-menu.do-overlay li ul.sub-menu.toggled-on li {
		border-bottom: none;
	}

	button.menu-toggle {
		color: #fff !important;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1530px) {

	/* .main-navigation .inside-navigation {
	margin-left: 0px !important;
} */
	.nav-float-right #site-navigation {
		margin: auto;
		width: auto;
	}

}

@media (max-width: 991px) {
	/* .inside-top-bar {
	padding: 20px 30px !important;
} */
}

@media (max-width: 1300px) {
	.main-navigation .main-nav ul li a {
		padding: 10px 18px;
		font-weight: 600;
	}

	.main-navigation ul li ul li a {
		padding-left: 30px !important;
	}

	#generate-slideout-menu.main-navigation .main-nav ul ul ul {
		margin-left: 20px;
	}

	.inside-navigation.grid-container.grid-parent {
		padding: 0 !important;
	}

	.main-navigation ul li ul li {
		border-bottom: none !important;
	}

	.main-navigation ul ul {
		box-shadow: none !important;
	}

	.main-navigation .main-nav ul li[class*="current-menu-"]>a,
	.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
	.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
	.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
	.main-navigation .menu-bar-item:hover>a,
	.main-navigation .menu-bar-item.sfHover>a {
		color: var(--bermuda_color) !important;
	}

	.header_call_btn_none {
		display: none !important;
	}

	nav#site-navigation {
		position: absolute;
		top: 0;
		right: 0;
		height: 124px;
		background-color: transparent;
	}

	nav#site-navigation button.menu-toggle span.mobile-menu {
		display: none;
	}

	nav#site-navigation .inside-navigation.grid-container {
		height: 100%;
	}
}

@media (min-width: 1301px) {
	.main-navigation ul li ul {
		width: 265px;
	}

	.main-navigation .main-nav ul li a {
		line-height: 40px;
	}

	.main-navigation .main-nav ul li a {
		color: #50585F !important;
		font-weight: 500 !important;
	}

	.main-navigation .main-nav ul li a:hover {
		color: var(--bermuda_color) !important;
	}

	.nav-align-center .inside-navigation {
		height: 60px;
	}

	.menu-item-has-children .dropdown-menu-toggle {
		padding-right: 0 !important;
		padding-left: 4px !important;
	}

	header#masthead .inside-header .main-navigation .main-nav ul ul li a:hover {
		color: var(--bermuda_color) !important;
	}

	.main-navigation ul li ul li {
		background: transparent;
	}

	.main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
		color: var(--bermuda_color) !important;
	}

	/* .main-navigation .main-nav ul li:first-child a {
		padding-left: 0 !important;
	} */

	header#masthead .inside-header .main-navigation .main-nav ul ul li a {
		line-height: 30px;
		padding: 10px 20px !important;
		color: #505456 !important;
		font-weight: 400 !important;
		font-size: 16px;
	}

	.main-navigation .inside-navigation {
		justify-content: center !important;
	}

	nav#site-navigation.main-navigation.sub-menu-right {
		background-color: #B49F8D !important;
	}

	nav#site-navigation.main-navigation.sub-menu-right .inside-navigation.grid-container div.main-nav ul li a {
		color: #fff !important;
	}

	nav#site-navigation.main-navigation.sub-menu-right .inside-navigation.grid-container div.main-nav ul li ul li a {
		color: #50585F !important;
	}

	body nav#site-navigation.main-navigation.sub-menu-right .inside-navigation.grid-container div.main-nav ul li ul li a:hover {
		color: var(--bermuda_color) !important;
	}
}

@media only screen and (max-width: 575px) {

	div#header_top {
		display: none !important;
	}

	nav#site-navigation {
		height: 75px;
	}

}

@media only screen and (max-width: 768px) {
	/* body .site-header .header-widget .defult-cta-button {
		display: none !important;
	} */

}

@media only screen and (max-width: 1140px) {
	/* nav#site-navigation button.menu-toggle {
		background-color: #b49f8d;
		position: relative;
		top: 55px;
		left: -40px;
	}

	.site-header .header-widget .defult-cta-button:first-child {
		margin-right: 40px;
	} */
}

@media only screen and (min-width: 1141px) and (max-width: 1300px) {
	/* nav#site-navigation button.menu-toggle {
		background-color: #b49f8d;
		position: relative;
		top: 20px;
		left: -14px;
	} */
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
	.service_menunav_items ul.sub-menu {
		width: 250px !important;
	}

	.site-header .header-widget .site_same_btn_all a.survey_cta_btn_blk:last-child {
		display: none !important;
	}

	.main-navigation .main-nav ul li a {
		padding-left: 5px !important;
	}

}

@media only screen and (min-width: 1441px) {
	.service_menunav_items ul.sub-menu {
		width: 290px !important;
	}

	.header_call_btn_none {
		display: none !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.site-logo {
		width: 500px;
	}
}

.main-navigation .main-nav ul a {
	cursor: pointer;
}

/*-----------footer------------*/
.site-footer div#footer-widgets,
.site-footer .site-info {
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.footer-widgets-container {
	padding: 0 !important;
}

.widget-title {
	color: var(--white_color);
	font-family: var(--mulish) !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-top: 0 !important;
	margin-bottom: 20px;
}

.footer-widget-1 .textwidget.custom-html-widget p {
	color: #fff;
}

.footer-widget-2 ul li {
	margin-bottom: 16px;
}

.footer-widget-2 a,
.footer-widget-2 p {
	color: #fff !important;
}

.footer-widget-2 aside#custom_html-4 .address_blk {
	margin-bottom: 32px;
}

.contact-info p {
	margin-bottom: 12px;
}

.footer-widgets {
	background-color: transparent !important;
	z-index: 10;
	position: relative;
}

.soc-icon p {
	font-size: 20px !important;
	font-weight: 600;
}

.soc-icon {
	gap: 20px;
}

.site-info {
	background-color: transparent !important;
	z-index: 10;
	position: relative;
}

.footer-widgets a,
.opeing_hour_timming_blk p,
.textwidget.custom-html-widget p {
	text-transform: capitalize;
	color: var(--para-text);
	font-family: var(--mulish) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

/* .footer-widget-1 img {
width: 200px;
filter: brightness(50);
} */

/* .textwidget p {
color: #F9F9F6;
font-family: var(--mulish) !important;
font-size: 18px;
font-weight: 400;
line-height: 24px;
} */

.footer-widget-4 .textwidget.custom-html-widget p {
	margin-bottom: 10px;
}

.footer-widget-4 .textwidget.custom-html-widget p:last-child {
	margin-bottom: 0;
}

.copyright-bar {
	font-family: var(--mulish) !important;
	font-size: 18px;
	font-weight: 700;
}

/* .footer-widgets-container {
max-width: 1600px;
margin: auto;
padding: 0 !important;
width: 90%;
} */

.inside-footer-widgets ul {
	padding-left: 0;
}

.footer-widgets .widget {
	padding: 0 !important;
}

.footer-widget-1 aside#media_image-2 {
	margin-bottom: 20px;
}

.first_addr {
	width: 189px;
}

.first_addr:first-child {
	padding-bottom: 16px;
}

.first_addr:first-child:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 78px;
	height: 1px;
	margin-top: 16px;
}

.first_addr:last-child {
	padding-top: 16px;
}

/* .footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
display: flex;
justify-content: center;
column-gap: 70px;
} */

.footer-widgets {
	padding: 60px 0px 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.soc-icon a {
	margin-right: 0;
}

.soc-icon a:last-child {
	margin-right: 0;
}

.soc-icon img {
	width: 25px;
	height: 25px;
}

.copy-right-sec p {
	color: #fff;
	font-size: 16px;
}

@media (max-width: 991px) {
	/* .footer-widgets-container {
	width: 90% !important;
} */
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
	/* .footer-widgets-container {
	padding: 0 40px !important;
} */
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.site-footer .footer-widgets-container .inner-padding {
		padding: 0px 20px;
	}

	aside#text-3 {
		width: 100%;
	}

	.footer-widgets {
		padding: 65px 0px 39px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.opeing_hour_timming_blk p {
		width: 50%;
		float: left;
	}
}

@media (max-width: 767px) {
	.opeing_hour_timming_blk p {
		width: 100%;
		float: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

	.site-footer .inside-footer-widgets .footer-widget-1 {
		max-width: 100% !important;
		position: relative;
		margin-bottom: 0 !important;
	}

	.contact_infor_blk {
		position: absolute;
		right: 0;
		width: fit-content;
		display: inline-block !important;
		top: 0;
	}

	.inside-footer-widgets {
		margin: 0 !important;
		flex-wrap: wrap;
	}

	.footer-widgets {
		padding: 50px 0px 30px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 30px !important;
	}

	.last_widget_blk {
		width: fit-content;
	}

	.footer-widgets a,
	.opeing_hour_timming_blk p,
	.textwidget.custom-html-widget p {
		font-size: 15px;
	}

	.inside-footer-widgets {
		flex-direction: unset !important;
	}

	.inside-footer-widgets>div:not(:last-child) {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {

	.site-footer div#footer-widgets .inside-footer-widgets .footer-widget-1 {
		max-width: 100% !important;
		position: relative;
		margin-bottom: 0 !important;
	}

	.contact_infor_blk {
		position: absolute;
		right: 0;
		width: fit-content;
		display: inline-block !important;
		top: 0;
	}

	.inside-footer-widgets {
		margin: 0 !important;
		flex-wrap: wrap;
	}

	.footer-widgets {
		padding: 50px 0px 30px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 30px !important;
	}

	.last_widget_blk {
		width: fit-content;
	}

	.footer-widgets a,
	.opeing_hour_timming_blk p,
	.textwidget.custom-html-widget p {
		font-size: 15px;
	}

	.footer-widget-3 {
		max-width: 100px !important;
	}

	.inside-footer-widgets {
		flex-direction: unset !important;
	}

	footer.site-info .inside-site-info.grid-container {
		padding: 30px 0 30px !important;
	}
}

@media (max-width: 767px) {
	.inside-footer-widgets>div:not(:last-child) {
		margin-bottom: 0 !important;
	}


	.inside-footer-widgets {
		flex-direction: unset !important;
	}
}

@media (max-width: 991px) {
	.footer-bottom-info {
		display: flex;
		justify-content: center;
	}

	.footer-bottom-info {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 575px) {

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4 {
		display: block;
	}

	.site-footer-bottom {
		display: block !important;
		/*justify-content: space-around;*/
	}

	.footer-copy-info {
		padding-top: 10px;
	}

	.defult-cta-button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1530px) {
	span.call_mobile {
		display: none;
	}
}

.site-footer {
	position: relative;
	background-color: var(--secondary_color) !important;
	width: 100%;
	height: 100%;
	display: block;
}

ul.menu-privacy-menu {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}

ul.menu-privacy-menu li:not(:last-child) {
	margin-right: 20px;
}

.site-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-footer-bottom a {
	text-decoration: none;
	color: #fff;
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.site-footer-bottom p {
	font-family: var(--mulish) !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: #fff;
}

.copyright-bar {
	width: 100%;
}

/* .inside-site-info {
max-width: 1600px;
margin: auto;
width: 90%;
padding: 25px 0px !important;
border-top: 1px solid #EEF4FC;
} */

.footer-bottom-info span:hover,
.footer-bottom-info a:hover {
	color: var(--bermuda_color) !important;
}

.footer-widget-1 {
	max-width: 452px;
	width: 100%;
}

.footer-widget-2 {
	display: flex;
	justify-content: space-between;
	gap: 75px;
	width: 100%;
}

.footer-widget-2 aside#custom_html-4 {
	max-width: 313px;
	width: 100%;
}

.footer-widget-2 aside#nav_menu-2 {
	max-width: 143px;
	width: 100%;
}

.footer-widget-2 aside#custom_html-5 {
	max-width: 223px;
	width: 100%;
}

.footer-widget-3 {
	max-width: 313px;
	width: 100%;
}

.footer-widget-4 {
	max-width: 223px;
	width: 100%;
}


/* .footer-widget-2, .footer-widget-3, .footer-widget-4 {
width: 233px;
} */
/* .inside-footer-widgets {
justify-content: space-between;
} */

.inside-footer-widgets>div {
	flex: unset !important;
}

.footer-widget-2 .footer_location_info_icon .address_blk p b {
	color: #fff !important;
	margin-bottom: 10px;
	display: block;
}

@media only screen and (min-width: 1181px) and (max-width: 1280px) {

	/* .footer-widget-2,
	.footer-widget-3,
	.footer-widget-4 {
	column-gap: 40px;
} */
}

@media only screen and (min-width: 768px) and (max-width: 1181px) {
	/* .footer-widget-1 {
	max-width: 100%;
	padding-right: 0px;
}

	.inside-footer-widgets {
	display: block !important;
}

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4 {
	column-gap: 40px;
}

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
} */
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
	/* .inside-site-info {
	margin: auto;
	padding: 20px 40px !important;
} */
}

@media (max-width: 768px) {
	.site-footer-bottom {
		/*display: block;*/
		/*justify-content: space-around;*/
	}

	.soc-icon {
		justify-content: center;
	}

	/*     .inside-site-info {
	padding: 32px 0px 26px !important;
} */
}

@media only screen and (min-width: 992px) and (max-width: 1680px) {

	/* .inside-site-info,
	.footer-widgets-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
} */
}

/*back-to-top*/
.back_to_top_btn {
	background: var(--bermuda_color) !important;
	border-color: var(--bermuda_color) !important;
	color: var(--white_color) !important;
	z-index: 111 !important;
}

.back_to_top_btn:hover {
	background: var(--white_color) !important;
	border-color: var(--bermuda_color);
	color: var(--black_color) !important;
}

.back_to_top_btn:focus {
	box-shadow: 0 0 0 0.25rem rgb(212 175 55 / 69%) !important;
}

.header-widget a.default-cta.without_bkg_clr {
	margin-left: 16px;
}

.header-widget .default-btn {
	display: flex;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: 0 !important;
	justify-content: space-between;
	gap: 120px;
}

/* aside#nav_menu-2 {
width: -webkit-fill-available;
}

aside#nav_menu-3 {
width: auto;
} */

/* ul#menu-quick-links {
column-count: 2;
} */

@media only screen and (min-width: 320px) and (max-width: 480px) {

	aside#nav_menu-2 {
		width: auto !important;
	}

	.contacts_icons_wrapper_items a {
		align-items: baseline !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 992px) and (max-width: 1181px) {}

@media only screen and (min-width: 1200px) and (max-width: 1404px) {
	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 65px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1640px) {
	/* .main-navigation .main-nav ul li a {
	padding-left: 5px !important;
	padding-right: 5px !important;
} */
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}


/*-----------------------------------------------------------------------*/
.connect_top_bar_module {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contacts_icons_wrapper_items {
	display: flex;
	gap: 23px;
	align-items: center;
	justify-content: center;
	width: auto;
}

.contacts_icons_wrapper_items span {
	display: flex;
	font-size: 14px;
	gap: 6px;
	line-height: normal;
}

.contacts_icons_wrapper_items a {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	font-weight: 600;
}

.contacts_icons_wrapper_items a:hover {
	color: #ffefe0 !important;
}

.contacts_icons_wrapper_items span.contacts_icons-list-icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	vertical-align: middle;
}

span.break_line_contact_info {
	display: inline-block;
	object-fit: cover;
	line-height: 18px;
	height: 18px;
	background-color: #fff;
	width: 1px;
}

.social_icons_wrapper_items {
	width: fit-content;
	display: flex;
	gap: 19px;
}

.social_icons_wrapper_items span.social_icons-grid-item a {
	display: flex;
}

header#masthead .inside-header .site-logo a {
	display: flex;
	width: 100%;
}

header#masthead .inside-header .site-logo a img {
	width: 100% !important;
	min-width: 100% !important;
	aspect-ratio: unset !important;
	max-width: 100% !important;
}

.hero-banner .banner-content .btn-wrap {
	display: flex;
	gap: 21px;
}

footer.site-info .inside-site-info {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	header#masthead .inside-header .site-logo a img {
		min-width: 100% !important;
		max-width: 190px !important;
	}
}

@media only screen and (max-width: 575px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
	.copy-right-sec p {
		font-size: 14px;
	}

	span.break_line_contact_info {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (max-width: 884px) {}

@media only screen and (min-width: 885px) and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
	/* .top-bar.top-bar-align-right {
		display: none;
	} */
}

@media only screen and (max-width: 1199px) {

	header#masthead .inside-header,
	.top-bar .inside-top-bar {}
}



@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 576px) and (max-width: 1140px) {
	.connect_top_bar_module {
		flex-wrap: wrap;
		gap: 15px;
	}

	.contacts_icons_wrapper_items {
		width: 100%;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.contacts_icons_wrapper_items {
		gap: 15px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}


/*----------------------------------*/

.footer-widgets-container.grid-container {
	padding: 0;
}

.site-footer .footer-widget-1 aside#media_image-2 {
	margin-bottom: 20px;
}

.site-footer .footer-widget-1 aside#media_image-2 a {
	display: flex;
}

.site-footer .footer-widget-1 aside#media_image-2 a img {
	width: auto;
}

.site-footer .footer-widget-1 aside#custom_html-5 .last_widget_blk .contact_infor_blk {
	margin-bottom: 54px;
	display: flex;
	flex-wrap: wrap;
}

.contact_infor_blk a {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-bottom: 16px;
}

.contact_infor_blk a:last-child {
	margin-bottom: 0 !important;
}

.contact_infor_blk a img {
	width: 19px;
	height: 19px;
	object-fit: contain;
	object-position: center;
	margin-right: 17px;
	margin-top: 3px;
}

.social_icon_blk {
	width: fit-content;
	display: flex;
	gap: 17px;
}

.social_icon_blk a {
	display: flex;
}

.office_hours_blk.footer_htag_txt p {
	margin-bottom: 26px;
}

.office_hours_blk.footer_htag_txt p:last-child {
	margin-bottom: 0;
}

.office_hours_blk.footer_htag_txt p {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}

.office_hours_blk.footer_htag_txt p span {
	width: 50%;
	float: left;
}

.office_hours_blk.footer_htag_txt p span {
	width: 50%;
	float: left;
}

.footer-widget-3 ul.menu li,
.footer-widget-4 ul.menu li {
	margin-bottom: 16px;
}

.footer-widget-3 ul.menu li:last-child,
.footer-widget-4 ul.menu li:last-child {
	margin-bottom: 0 !important;
}

footer.site-info .inside-site-info.grid-container {
	padding: 33px 0 55px;
	border-top: 1px solid #000;
}

footer.site-info .copyright-bar {
	position: relative;
}

.back_to_top_icon_box_wrapper {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	justify-content: left;
	position: absolute;
	left: 0;
	top: 0;
}

.back_to_top_icon_box_wrapper .back_to_top_icon_box_content p {
	color: var(--para-text);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	margin-right: 12px;
	text-transform: uppercase;
}

.site-footer .menu-main-footer-container ul.menu li.current-menu-item a {
	color: var(--bermuda_color) !important;
}

.privacy_policy_blk {
	font-size: 14px;
	color: var(--para-text);
	font-weight: 400;
}

.privacy_policy_blk a {
	color: var(--para-text);
}

.privacy_policy_blk a:hover {
	color: var(--bermuda_color);
}

@media only screen and (min-width: 992px) and (max-width: 1405px) {

	/* .site-footer div#footer-widgets,
	.site-footer footer.site-info {
	max-width: 100%;
	padding-left: 50px !important;
	padding-right: 50px !important;
} */
}

@media only screen and (max-width: 575px) {

	/* .site-footer div#footer-widgets,
	.site-footer footer.site-info {
	--container-max-width: 100%;
} */
}

@media only screen and (max-width: 884px) {

	/* .site-footer div#footer-widgets,
	.site-footer footer.site-info {
	--container-max-width: 660px;
} */
}

@media only screen and (min-width: 885px) and (max-width: 1199px) {

	/* .site-footer div#footer-widgets,
	.site-footer footer.site-info {
	--container-max-width: 884px;
} */
}

@media only screen and (max-width: 1199px) {
	.back_to_top_icon_box_wrapper {
		left: auto;
		top: -80px;
		right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 45px;
	}

	.footer-widgets a,
	.opeing_hour_timming_blk p,
	.textwidget.custom-html-widget p {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1199px) {

	/* .site-footer div#footer-widgets,
	.site-footer footer.site-info {
	max-width: 100%;
	padding-left: 26px !important;
	padding-right: 26px !important;
	--content-width: min(100%, var(--container-max-width, 1140px));
	max-width: var(--content-width);
	margin: auto;
} */
}



@media only screen and (min-width: 0px) and (max-width: 600px) {

	.footer-widget-1,
	.footer-widget-3,
	.footer-widget-4 {
		max-width: 100% !important;
		position: relative;
	}

	.footer-widget-2 {
		width: auto;
		position: relative;
	}

	.inside-footer-widgets {
		margin: 0 !important;
		flex-wrap: wrap;
	}

	.footer-widgets {
		padding: 50px 0px 30px
	}

	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 30px !important;
	}

	.last_widget_blk {
		width: fit-content;
	}

	.footer-widgets a,
	.opeing_hour_timming_blk p,
	.textwidget.custom-html-widget p {
		font-size: 15px;
	}

	.inside-footer-widgets {
		flex-direction: unset !important;
	}

	/* 	.widget-title {
		margin-bottom: 30px !important;
	} */

	.inside-footer-widgets>div:not(:last-child) {
		margin-bottom: 0 !important;
	}

	/* 	.site-footer .footer-widget-1 aside#media_image-2,
	.site-footer .footer-widget-1 aside#custom_html-5 .last_widget_blk .contact_infor_blk {
		margin-bottom: 40px;
	} */

	.back_to_top_icon_box_wrapper .back_to_top_icon_box_content p {
		font-size: 14px;
	}

	footer.site-info .inside-site-info.grid-container {
		padding: 20px 0 20px !important;
	}

	.office_hours_blk.footer_htag_txt p {
		margin-bottom: 15px;
	}

	.footer-widget-3 ul.menu li,
	.footer-widget-4 ul.menu li {
		margin-bottom: 10px;
	}

	.office_hours_blk.footer_htag_txt p span:last-child {
		width: 105px;
	}

	.office_hours_blk.footer_htag_txt p span:first-child {
		width: 163px;
	}
}


/*-----------------------------------*/

header#masthead .inside-header,
.top-bar .inside-top-bar,
.site-footer div#footer-widgets .footer-widgets-container.grid-container,
.site-footer footer.site-info {
	margin: auto;
	max-width: 1400px;
	width: 90%;
}

@media only screen and (max-width: 575px) {

	header#masthead .inside-header,
	.top-bar .inside-top-bar,
	.site-footer div#footer-widgets .footer-widgets-container.grid-container,
	.site-footer footer.site-info {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	header#masthead.site-header .header-widget aside#custom_html-3 .header_call_number {
		display: none;
	}

	.site-header .header-widget .textwidget.custom-html-widget .gt_switcher.notranslate {
		width: 60px !important;
	}

	header#masthead.site-header .header-widget aside#custom_html-3 .gt_switcher.notranslate a {
		font-size: 0;
	}

	header#masthead.site-header .header-widget aside#custom_html-3 .gt_option a {
		font-size: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 884px) {

	header#masthead.site-header .header-widget aside#custom_html-3 .header_call_number {
		display: none;
	}
}

@media only screen and (min-width: 885px) and (max-width: 1126px) {}

@media only screen and (min-width: 1127px) and (max-width: 1404px) {

	.office_hours_blk.footer_htag_txt p span:last-child {
		width: 120px;
	}
}

@media only screen and (min-width: 1405px) and (max-width: 1744px) {

	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 92px;
	}
}

@media only screen and (max-width: 991px) {}


@media only screen and (min-width: 1745px) {}


/*----------*/

.mobile_menu_dropdown_arrow {
	text-align: center;
}

@media only screen and (max-width: 575px) {
	/* 	.connect_top_bar_module {
		display: block;
	} */

	.social_icons_wrapper_items {
		margin-top: 30px;
	}

	.contacts_icons_wrapper_items {
		flex-wrap: wrap;
		gap: 10px !important;
	}

	.contacts_icons_wrapper_items a {
		width: 100%;
		justify-content: left;
	}

	.connect_top_bar_module {
		gap: 25px !important;
	}
}

@media only screen and (max-width: 600px) {
	.connect_top_bar_module {
		justify-content: left;
	}

	.contacts_icons_wrapper_items {
		/* 		max-width: 370px; */
		/* 		gap: 15px; */
		/* 		justify-content: left; */
	}

	.contacts_icons_wrapper_items span.contacts_icons-list-icon img {
		width: 18px;
		min-width: 18px;
		height: 18px;
	}

	.connect_top_bar_module .contacts_icons_wrapper_items a {
		align-items: self-start !important;
	}
}

@media only screen and (max-width: 505px) {
	.contacts_icons_wrapper_items span.break_line_contact_info {
		display: none;
	}
}

@media only screen and (max-width: 600px) {

	.contacts_icons_wrapper_items {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.connect_top_bar_module {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: left;
	}

	/* .contacts_icons_wrapper_items a {
		margin-bottom: 16px;
	}

	.contacts_icons_wrapper_items a:last-child {
		margin-bottom: 0;
	} */

	.contacts_icons_wrapper_items {
		gap: 15px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1126px) {
	/* .connect_top_bar_module {
	padding-top: 20px;
} */
}

@media only screen and (min-width: 1127px) {
	.mobile_menu_dropdown_arrow {
		display: none;
	}

	.connect_top_bar_module {
		display: flex !important;
	}
}

/*---------------*/
.site-header .header-widget .textwidget.custom-html-widget {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-header .header-widget .textwidget.custom-html-widget .gt_switcher.notranslate {
	width: 130px;
}

.site-header .header-widget .textwidget.custom-html-widget .gt_switcher.notranslate a {
	width: auto;
}

.site-header .header-widget .textwidget.custom-html-widget .gt_switcher.notranslate .gt_selected {
	background: transparent !important;
}

.site-header .header-widget .textwidget.custom-html-widget .gt_switcher.notranslate .gt_option {
	background: transparent;
	width: auto;
}

/*------------------------------------------*/

.same_1400_containers {
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

@media only screen and (max-width: 575px) {
	.same_1400_containers {
		padding: 0 14px;
	}
}

/*-------------------*/



@media only screen and (max-width: 575px) {

	.site-footer div#footer-widgets,
	.site-footer .site-info {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 640px) {
	.footer-widget-2 {
		flex-wrap: wrap;
		gap: 30px;
	}

	.soc-icon p {
		font-size: 18px !important;
	}

	.footer-widget-2 aside#custom_html-4,
	.footer-widget-2 aside#nav_menu-2,
	.footer-widget-2 aside#custom_html-5 {
		max-width: 100% !important;
		margin-bottom: 0 !important;
	}

	.social_icon_blk {
		gap: 10px;
	}

	.footer-widget-2 ul li {
		margin-bottom: 10px;
	}

	.soc-icon {
		gap: 15px;
		justify-content: start;
		flex-wrap: wrap;
	}

	.footer-widget-2 aside#custom_html-4 .address_blk {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
	.soc-icon p {
		font-size: 18px !important;
	}

	.footer-widget-2 aside#custom_html-4,
	.footer-widget-2 aside#nav_menu-2,
	.footer-widget-2 aside#custom_html-5 {
		max-width: fit-content;
	}

	.social_icon_blk {
		gap: 10px;
	}

	.footer-widget-2 ul li {
		margin-bottom: 10px;
	}

	.soc-icon {
		gap: 15px;
		justify-content: start !important;
	}

	.footer-widget-2 {
		gap: 40px;
	}
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.soc-icon p {
		font-size: 18px !important;
	}

	.footer-widget-2 aside#custom_html-4,
	.footer-widget-2 aside#nav_menu-2,
	.footer-widget-2 aside#custom_html-5 {
		max-width: fit-content;
	}
}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.footer-widget-1 {
		max-width: 300px;
	}

	.footer-widget-2 {
		gap: 22px;
	}

	.soc-icon p {
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.footer-widget-1 {
		max-width: 300px;
	}

	.footer-widget-2 {
		gap: 38px;
	}

	.soc-icon p {
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.footer-widget-2 {
		gap: 55px;
	}

	.soc-icon p {
		font-size: 18px !important;
	}

	.footer-widget-1 {
		max-width: 370px;
	}
}


@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.footer-widget-1 {
		max-width: 370px;
	}
}

@media only screen and (max-width: 1320px) {
	.soc-icon {
		flex-wrap: wrap;
	}
}


@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}

/*--------------------*/

nav#site-navigation.main-navigation.has-menu-bar-items.sub-menu-right {
	display: none;
}

.main_header_menu_blk {
	background-color: #b49f8d;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_header_menu_blk ul {
	display: flex;
	justify-content: center;
}

.main_header_menu_blk .main_header_menu_blk_left ul li {
	position: relative;
}

.main_header_menu_blk .main_header_menu_blk_left ul li:hover ul.sub-menu {
	display: block;
}

.main_header_menu_blk .main_header_menu_blk_left ul li ul.sub-menu ul.sub-menu {
	display: none;
}

.main_header_menu_blk .main_header_menu_blk_left ul li ul.sub-menu li:hover ul.sub-menu {
	display: block !important;
}

/* Submenu hidden by default */
.main_header_menu_blk ul .sub-menu {
	display: none;
	background: #f7f7f7;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	z-index: 1000;
}

.main_header_menu_blk .main_header_menu_blk_left ul li ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #7777 !important;
}

/* Submenu links */
.main_header_menu_blk ul .sub-menu li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.main_header_menu_blk ul .sub-menu li a:hover {
	color: #b49f8d;
}

/* Parent menu item with arrow */
.main_header_menu_blk ul .menu-item-has-children>a {
	position: relative;
	padding-right: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

/* Arrow (SVG) */
.main_header_menu_blk ul .menu-item-has-children>a::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 330 512" xmlns="http://www.w3.org/2000/svg" fill="white"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z"/></svg>') no-repeat center center;
	background-size: contain;
	transition: transform 0.3s ease;
	left: 2px;
	position: relative;
	top: 2px;
}

.main_header_menu_blk .main_header_menu_blk_left ul li:hover ul.sub-menu li a {
	display: flex;
	padding-right: 0;
}

.main_header_menu_blk .main_header_menu_blk_left ul li:hover ul.sub-menu li a:after {
	filter: invert(0%) sepia(194%) saturate(1542%) hue-rotate(89deg) brightness(11%) contrast(85%);
	transform: rotate(-90deg);
}

/* Rotate arrow when submenu is open */
.main_header_menu_blk ul .menu-item-has-children.open>a::after {
	transform: rotate(180deg);
}

/* Nested sub-menu (e.g., Meet Our Doctors) */
.main_header_menu_blk ul .menu-item-has-children .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.main_header_menu_blk .main_header_menu_blk_left ul li ul.sub-menu ul.sub-menu {
	min-width: max-content;
}

@media only screen and (max-width: 1300px) {
	.main_header_menu_blk {
		display: none !important;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1680px) {

	.main_header_menu_blk .main_header_menu_blk_left ul li ul.sub-menu ul.sub-menu {
		left: -183px;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1880px) {
	.who_we_are_menu ul.sub-menu {
		left: -15px;
	}
}

/*------------------*/

nav#generate-slideout-menu aside#custom_html-6 {
	order: 4;
}

@media only screen and (max-width: 575px) {
	.mobile_menu_connect_top_bar_module {
		gap: 0 !important;
		padding-left: 18px;
		padding-right: 18px;
		flex-wrap: wrap;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items {
		flex-wrap: wrap;
		gap: 0;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items span.contacts_icons-list-icon img {
		filter: invert(64%) sepia(17%) saturate(357%) hue-rotate(346deg) brightness(161%) contrast(132%);
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items a {
		width: 100%;
		align-items: flex-start;
		gap: 5px;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items:not(:last-child) {
		margin-bottom: 20px;
		border-bottom: 1px solid #7777;
		padding-bottom: 20px;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items a:not(:last-child) {
		margin-bottom: 10px;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items span.contacts_icons-list-icon {
		width: 20px;
		height: 20px;
		display: -webkit-inline-box;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items a:hover {
		color: #b49f8d !important;
	}

	.mobile_menu_connect_top_bar_module p {
		margin-bottom: 20px;
		font-size: 17px !important;
		font-weight: 600 !important;
		color: #937b66 !important;
	}

	.mobile_menu_connect_top_bar_module .contacts_icons_wrapper_items a span.contacts_icons-list-text {
		font-size: 15px;
	}


}