@media only screen and (min-width: 992px) {
	.navbar .dropdown-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
		margin: 0;
		border: 0;
		padding: 27px 20px;
		min-width: 270px;
		background: var(--white);
		box-shadow: 0 3px 6px rgb(0 0 0 / 26%);
		transition: opacity 0.3s ease-in-out;
	}

	.navbar .nav-item.dropdown:hover>.dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		border: 2px solid var(--red);
		/* border-image: linear-gradient(179deg, rgba(255, 0, 0, 1), rgba(23, 13, 252, 1)) 1; */
		box-shadow: 1px 4px 5.5px 0 rgba(0, 0, 0, 0.53);
		border-radius: 15px;
	}

	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu>.dropdown-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out;
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.mega-menu .dropdown-submenu>.dropdown-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		opacity: 0;
		visibility: hidden;
	}

	.mega-menu .dropdown-submenu.active>.dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.mega-menu li.active .dropdown-menu {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		background: transparent;
		box-shadow: none !important;
		position: absolute;
		left: 211.05px;
		min-width: auto !important;
		padding: 0 !important;
		top: 90px;
		column-gap: 50px;
		border: 0 !important;
	}

	.mega-menu .dropdown-submenu:not(.active)>.dropdown-menu {
		display: none !important;
	}

	/* Left-column items must not stretch over the flyout panel,
	   or hovering the flyout hit-tests a different item and the
	   active state flickers. Divider sits at 184px, flyout at 211px.
	   position must be static for ALL column items (not just .active):
	   mixing relative/static flips paint order under the cursor and
	   makes hover oscillate between adjacent items. The padding/margin
	   reset neutralizes the old "hover fix" in Customizer Additional CSS
	   that made adjacent items overlap by 26px. */
	.mega-menu>.dropdown-menu>.dropdown-submenu,
	.mega-menu>.dropdown-menu>li.menu-item-has-children.dropdown-submenu {
		width: fit-content;
		max-width: 184px;
		position: static;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	/* Hover switching is bound to the label link, so its hit-box must
	   wrap only the text + caret: shrink from Bootstrap's full-width
	   block and keep row spacing as margin (outside the hit-box). */
	.mega-menu>.dropdown-menu>.dropdown-submenu>.dropdown-item {
		display: inline-block;
		width: auto;
		padding-bottom: 0;
		margin-bottom: 21px;
	}

	.navbar li.mega-menu .dropdown-menu {
		min-width: 680.584px;
		padding: 28px 0px 47px 28px;
	}

	.navbar .menu-item span {
		position: relative;
	}

	.navbar .dropdown-toggle::after,
	.navbar .dropdown-submenu>.dropdown-item.dropdown-toggle::after {
		display: inline-block;
		margin-left: 6px;
		vertical-align: 2px;
		content: "";
		border-top: 0.4em solid var(--black);
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
		transition: transform 0.2s ease-in-out;
	}

	.navbar .mega-menu .dropdown-menu .dropdown-toggle::after {
		margin-left: 1em;
	}

	/* Hover + Active state for arrow */
	.navbar .dropdown:hover>.dropdown-toggle::after {
		transform: rotate(180deg);
		border-bottom-color: rgba(18, 18, 18, 0.72);
	}

	.navbar .dropdown-submenu:hover>.dropdown-item.dropdown-toggle::after,
	.navbar .dropdown.active>.dropdown-toggle::after,
	.navbar .dropdown-submenu.active>.dropdown-item.dropdown-toggle::after {
		transform: rotate(-90deg);
		border-top: 0.4em solid #DC1717;
	}


	/* Ensure span is positioning context */
	.navbar .nav-link span,
	.navbar .dropdown-item span {
		position: relative;
	}

	.navbar .nav-link span::before,
	.navbar .dropdown-item span::before {
		content: '';
		width: 100%;
		height: 3px;
		background: #DC1717;
		position: absolute;
		bottom: -6px;
		left: 0;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

	/* Hover + Active state for underline */
	.navbar .nav-item:hover>.nav-link span::before,
	.navbar .dropdown-submenu:hover>.dropdown-item span::before,
	.navbar .nav-item.active>.nav-link span::before,
	.navbar .dropdown-submenu.active>.dropdown-item span::before {
		opacity: 1;
	}

	.navbar .nav-item.active>.nav-link span {
		color: var(--red);
	}

	span.nav-toggle,
	.dropdown-menu .dropdown-submenu li a span::before {
		display: none;
	}

	li.menu-column.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.nav-item.dropdown.dropdown-submenu.active {
		position: unset;
	}

	.mega-menu-icon {
		position: absolute;
		top: -65px;
		display: flex;
		width: 100%;
		gap: 91px;
	}

	.mega-icon {
		display: flex;
		align-items: center;
		gap: 9px;
	}

	.mega-cta .btn-red {
		border-radius: 33.016px;
		border: 1.321px solid var(--white);
		background: linear-gradient(180deg, #C31919 0%, #E02B2B 100%);
		box-shadow: 1.321px 1.321px 2.641px 0 rgba(0, 0, 0, 0.18);
		padding: 9px 28px !important;
		min-width: max-content;
	}

	.mega-cta .btn-red span {
		font-size: 17.473px;
		font-weight: 800;
		letter-spacing: .3px;
	}

	.mega-title {
		background: linear-gradient(90deg, #D73737 0%, #F00 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 21.575px;
		font-weight: 900;
		line-height: normal;
	}

	.mega-menu ul.dropdown-menu:before {
		content: '';
		position: absolute;
		left: 184px;
		top: 13px;
		width: 2px;
		height: 85%;
		background: rgba(0, 0, 0, 0.34);
	}

	.dropdown-menu.dropdown-submenu:before {
		display: none;
	}

	.menu-item:not(.mega-menu) .dropdown-menu li a span:before {
		display: none;
	}
}



@media only screen and (min-width : 1800px) {
	.global-cta .cta-phone {
		padding-top: 24px;
		padding-bottom: 20px;
		text-align: left;
	}
}

@media only screen and (max-width : 1400px) {
	.ft-cta a.btn-red span {
		font-size: 26px;
	}

	.header .container {
		max-width: 95%
	}

	.pgi-img {
		margin-bottom: -25px;
	}

	.pgi-img img {
		width: 451.139px;
		height: 451.139px;
		border-radius: 451.139px;
	}

	.pgi-img:before {
		width: 475.929px;
		height: 475.929px;
		border-radius: 475.929px;
		left: 34px;
	}

	.global-sidebar {
		padding-left: 0;
	}

	.page-cta,
	.single-post-text .page-cta {
		border-radius: 19px;
		padding: 50px 33px;
		text-align: center;
		flex-direction: column;
		gap: 28px;
		background: linear-gradient(221deg, #0A08B0 23.08%, #170DFC 129.1%);
	}
}

@media only screen and (max-width : 1300px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
		line-height: 14px;
		padding: 15px 12px;
	}

	.header .phone-cta .btn-red {
		padding: 12px 22px;
	}

	.header .phone-cta .btn-red span {
		font-size: 20.461px;
	}

	.header .navbar-brand img {
		max-width: 250px;
	}

	.err_404 {
		margin: 22px 0;
	}
}

@media only screen and (max-width : 1200px) {
	.mega-cta .btn-red {
		padding: 9px 10px !important;
		min-width: 191px !important;
	}

	h1 {
		font-size: 52px;
		line-height: 52px;
		letter-spacing: -1.48px;
	}

	h2 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -1px;
	}

	.global-cta .cta-phone {
		text-align: left;
	}

	.global-cta a.phone {
		font-size: 30.575px;
	}

	.global-cta .cta-finance a {
		font-size: 20px;
		letter-spacing: -0.44px;
	}

	.global-cta .cta-finance {
		padding-left: 50px;
	}

	.ft-cta a.btn-red span {
		font-size: 21px;
		line-height: 21px;
	}

	.header .navbar-brand img {
		max-width: 200px;
	}

	.topbar p,
	.topbar a {
		font-size: 13px;
	}

	.topbar-right {
		gap: 15px;
	}

	.pgi-img img {
		width: 351.139px;
		height: 351.139px;
		border-radius: 351.139px;
	}

	.pgi-img:before {
		width: 375.929px;
		height: 375.929px;
		border-radius: 375.929px;
		left: 39px;
	}

	.pgi-cta-group {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media only screen and (max-width : 1200px) {
	.err_404 {
		padding: 120px 0;
	}

	.menu-pg404 {
		max-width: 100%;
	}
}

@media(max-width:992px) {

	h1 {
		font-size: 43px;
		line-height: 43px;
		letter-spacing: -0.8px;
	}

	h2 {
		font-size: 38px;
		line-height: 39px;
		letter-spacing: -0.76px;
	}

	h3 {
		font-size: 32px;
		line-height: 38px;
		letter-spacing: -0.64px;
	}

	.header .phone-cta {
		display: none
	}

	body {
		font-size: 16px;
		line-height: 22px;
	}

	body.nav-open {
		overflow: hidden;
	}

	header .navbar-light {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav-open .header {
		height: 100%;
		background: var(--white);
	}

	.mega-menu-icon {
		display: none;
	}

	.header .container {
		display: block;
		position: relative;
		max-width: 100%;
		padding: 0;
	}

	.header .navbar-light .navbar-brand {
		padding: 0 0 0 15px;
	}

	.nav-open button.navbar-toggler.active span.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L24 24M24 6L6 24'/%3E%3C/svg%3E");
	}

	.navbar-nav {
		text-align: left;
		padding: 30px 0 80px;
		height: 100vh;
		overflow-x: auto;
	}

	.navbar-light .navbar-toggler {
		box-shadow: none;
		position: absolute;
		right: 15px;
		padding: 0;
		top: 8px;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.navbar-nav .nav-toggle .fam {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid var(--black);
		top: 20px;
		position: relative;
		transform: rotate(0);
		display: inline-block;
		transition: transform .3s ease-in-out, border .3s ease-in-out;
	}

	ul.dropdown-menu .nav-toggle .fam {
		border-top: 8px solid var(--white) !important;
		top: 0;
	}

	.navbar-nav .nav-toggle {
		position: absolute;
		right: 28px;
		top: -6px;
		width: 45px;
		cursor: pointer;
		text-align: right;
	}

	.navbar-nav .nav-toggle.active .fam {
		transform: rotate(180deg);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid var(--black);
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 18px;
		padding: 14px 18px;
		line-height: 22px;
		border-top: 1px solid #CBCBCB;
		background: var(--white);
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
	}

	.navbar-nav .dropdown-menu {
		border: 0;
		padding: 0;
		margin: 0;
	}

	.dropdown-item {
		color: var(--white) !important;
		background: var(--red) !important;
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
		border-top: 1px solid #CBCBCB;
		padding: 12px 20px 12px 54px !important;
		border-radius: 0;
	}

	.navbar-light .navbar-nav li:hover .fam {
		border-top-color: var(--white);
	}

	.navbar-nav .dropdown-menu li:last-child a {
		padding-bottom: 12px !important;
	}

	.dropdown-menu .nav-toggle {
		top: 10px;
	}

	.dropdown-menu .dropdown-submenu li a {
		font-size: 14px;
		padding-bottom: 7px;
		background: var(--white) !important;
		margin-top: -2px;
		line-height: 22px;
		color: var(--black) !important;
		padding: 14px 20px 14px 83px;
	}

	.navbar-light .navbar-nav li.menu-item:hover .nav-link,
	.dropdown-item.active,
	.dropdown-item:active,
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active {
		color: var(--white) !important;
		background: var(--blue) !important;
	}

	.topbar-right a {
		display: none;
	}

	.topbar {
		padding: 5px 0;
	}

	.topbar-left.hide-desk,
	.topbar .mobile-working-hrs,
	.topbar .mobile-working-hrs p {
		display: flex;
		align-items: center;
	}

	.topbar-left.hide-desk {
		gap: 37px
	}

	.topbar .mobile-working-hrs p {
		gap: 5px;
	}

	.topbar p.mbh_title {
		font-size: 19px;
		font-weight: 700;
		line-height: 15px;
		letter-spacing: -0.95px;
	}

	.topbar p.mday {
		font-size: 14px;
		font-weight: 700;
		line-height: 15px;
	}

	.topbar span.mtime {
		font-weight: 400;
	}

	.topbar .mobile-working-hrs {
		gap: 25px;
		text-align: center;
	}

	.topbar-wrap,
	.topbar-right {
		justify-content: center;
	}

	.slick-next {
		right: -9px;
	}

	.slick-prev {
		left: -10px;
	}

	.global-cta {
		background: transparent;
	}

	.global-cta .cta-phone {
		background: url('../images/globa-cta-bg-mobo.svg') right / cover no-repeat;
		margin-bottom: -1px;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		margin-top: -3px;
		display: flex;
		flex-direction: column;
		align-items: center;
		filter: drop-shadow(3px 1px 10.8px rgba(0, 0, 0, 0.37));
	}

	.global-cta .cta-finance {
		background: linear-gradient(180deg, #170DFC 0%, #0A08B0 100%);
		box-shadow: 7px 1px 10.8px 0 rgba(0, 0, 0, 0.44);
		justify-content: center;
		gap: 20px;
		padding: 18px 0 20px 0;
	}

	.global-cta .row .col-md-4,
	.global-cta .row .col-md-8,
	.footer .row .col-md-4,
	.footer .row .col-md-8 {
		width: 100%;
	}

	.global-cta .cta-phone a.call {
		font-size: 22px;
		font-weight: 900;
		line-height: normal;
		text-decoration-line: underline;
	}

	.ft-wrap {
		padding-left: 0;
		border: 0;
		margin: 34px 0;
	}

	.socials {
		padding-bottom: 58px;
		border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	}

	.ft-details {
		margin: 34px 0 52px 0;
		flex-direction: column;
		gap: 33px;
		border-radius: 23px;
		padding: 26px 15px 32px 15px;
	}

	.ft-address,
	.ft-hours {
		display: flex;
		width: 100%;
		justify-content: center;
		gap: 0;
		flex-direction: column;
		text-align: center;
	}

	.ft-btm-wrp {
		align-items: center;
		justify-content: center;
		gap: 25px;
		flex-wrap: wrap;
		padding-bottom: 60px;
	}

	.ft-address .address-wrap h6 {
		margin-bottom: 3px;
	}

	.ft-address svg {
		margin-bottom: 10.1px;
	}

	.menu-data.hide-desktop {
		display: flex;
		opacity: 1;
		color: var(--black2);
		justify-content: center;
		text-align: center;
		flex-direction: column;
		gap: 15px;
		margin-top: 40px;
	}

	.menu-data.hide-desktop a {
		min-width: 271px;
		padding: 9px 25px 9px 25px;
		border: 2px solid var(--white);
		border-radius: 33.446px;
	}

	.menu-data.hide-desktop .quote a {
		border: 2.5px solid var(--black) !important;
		box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
		background: var(--white);
	}

	.menu-data.hide-desktop .quote a span {
		color: var(--black);
	}

	.mobo-topbar {
		padding-top: 30px;
	}

	.mobo-topbar a,
	.mobo-topbar p {
		font-weight: 800;
	}

	.f_fixnav {
		display: block;
		position: fixed;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		background: var(--blue);
		padding: 10px 0;
		z-index: 99;
		box-shadow: 1px 0px 20px 0 rgba(0, 0, 0, 0.57);
	}

	.f_fixnav .btn-red {
		border: 2px solid var(--white);
		padding: 10px 37px 8px 37px;
		min-width: fit-content;
	}

	.f_fixnav .btn-red span {
		font-family: 'Geologica', sans-serif;
		letter-spacing: -0.4px;
	}

	.footer {
		padding: 21px 0 50px 0;
	}

	.ft-logo {
		margin: 25.15px 0 35px 0;
	}

	.ft-cta a.btn-red {
		padding: 10px 46px 10px 46px;
		border-radius: 50px;
		box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
	}

	.hide-desk {
		display: block;
	}

	.hide-mobo {
		display: none;
	}

	.menu-pg404 {
		padding-left: 80px;
	}

	header .mobo-finance-btn {
		position: absolute;
		right: 70px;
		top: 14px;
	}

	header .mobo-finance-btn a {
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: var(--red);
		line-height: normal;
		display: flex;
		align-items: center;
		gap: 3px;
	}

	header .mobo-finance-btn a span {
		text-decoration-line: underline;

	}

	.btn-red span,
	.btn-blue span {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: -0.72px;
	}

	.slick-dots li {
		display: none;
	}

	.slick-dots li:nth-child(-n+3) {
		display: inline-block;
	}

	.slick-dots li:last-child {
		display: inline-block;
	}

	.form .gform_footer .gform_button {
		height: 40px !important;
		padding: 10px 68px !important;
		box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
	}

	.form .charleft {
		font-size: 15px !important;
		color: var(--black) !important;
		font-weight: 500 !important;
		line-height: 21px !important;
		letter-spacing: 0.3px !important;
		margin-left: 10px;
	}

	.form .gform_footer {
		margin-top: 24px !important;
	}

	.mobile_load_more_wrap a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
	}

	.mobile_load_more_wrap a span {
		font-size: 20px;
		text-transform: uppercase;
		line-height: 26px;
		font-weight: 900;
		text-decoration-line: underline;
		color: var(--red);
	}

	.mobile_load_more_wrap a img {
		transform: rotate(90deg);
		transition: all .3s ease-in-out;
	}

	.mobile_load_more_wrap a:hover img {
		transform: rotate(0deg);
	}

	.blog-header {
		flex-direction: column;
		margin: 55px 0 38px 0;
	}

	.filterblog h3 {
		display: none;
	}

	form.blog-filters {
		gap: 15px;
		width: 100%;
		justify-content: center;
	}

	.searchblog {
		width: 50%;
	}

	.filterblog {
		display: block;
		width: 50%;
	}

	.filterblog select,
	.searchblog input {
		min-width: 100%;
		border-radius: 69px;
		width: 100%;
	}

	.blog-list .col-md-4 {
		width: 50%;
	}

	.blog-list-load_more {
		padding: 10px 0 68px 0;
	}

	.page-hero-img .col-md-6 {
		width: 100%;
	}

	.pgi-img {
		margin-bottom: 20px;
	}

	.pgi-img:before {
		left: 0;
		margin: 0 auto;
		right: 0;
	}

	.pgi-content {
		padding: 0 0 35px 0;
	}

	.pgi-cta-group {
		align-items: center;
	}

	.pgi-content .btn-red,
	.pgi-content .btn-blue {
		padding: 12px 25px 11px 25px;
	}

	.single-post-hero .pgi-content h1,
	.pgi-content h1 {
		text-align: center;
		font-size: 40px;
		line-height: 40px;
	}

	.pgi-content h1 {
		margin: 0 0 15px 0;
	}

	.single-post-hero .pgi-content h1 {
		margin: 0 0 37px 0;
	}

	.global-sidebar {
		display: none;
	}

	section.single-post-text {
		padding: 30px 0 136px 0;
	}

	.single-post-text .col-md-8 {
		width: 100%;
	}

	a.back-link {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0.36px;
	}

	.gcontent ol,
	.gcontent ul {
		padding-left: 2rem;
	}

	.gcontent blockquote {
		border-radius: 6px;
		background: linear-gradient(221deg, #0A08B0 23.08%, #170DFC 129.1%);
		box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
		padding: 78px 29px 38px 41px;
	}

	.gcontent blockquote p {
		font-size: 29px;
		letter-spacing: -0.58px;
		line-height: 34px
	}

	.share-post {
		margin-top: 40px;
	}

	.blog-item-cta {
		margin-top: 55px;
	}

	.mobile__slider .slick-dots {
		bottom: -40px;
	}

	.mobile__slider .blog-item {
		margin: 0 5px;
	}

	.hh-reviews a {
		justify-content: center;
		width: 100%;
		margin-bottom: 30px;
	}

	.pgi-content .hh-reviews a {
		margin: 12px 0px 15px 0;
	}

	.form .gform_footer .gform_button {
		box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31) !important;
	}

	.pgi-content p {
		margin: 15px auto 22px auto;
		text-align: center;
	}

}

/* 992 end */


@media(max-width:767px) {
	.ft-menu {
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
		gap: 42px;
	}


	.err_404 {
		padding: 84px 0 94px 0;
		background-repeat: repeat;
		background-position: top;
		margin: 0;
	}

	.menu-pg404 {
		padding-left: 0;
		column-count: 2;
		width: fit-content;
	}

	.menu-pg404 li a {
		font-size: 20px;
	}

	.blog-hero {
		background: url('../../library/images/blog-title-bg-mobo.png') center / cover no-repeat;
	}

	.blog-list .col-md-4 {
		width: 100%;
	}

	.blog-item {
		padding: 28px 20px 35px 20px;
	}

	.blog-item .btn-blue {
		background: var(--red);
	}

	.blog-item .blog-item-read-more {
		position: relative;
		bottom: auto;
	}

	.blog-item p.blog-excerpt {
		margin: 0 0 20px 0;
	}

	.pgi-img img {
		width: 226.457px;
		height: 226.457px;
		border-radius: 226.457px;
	}

	.pgi-img:before {
		width: 236.643px;
		height: 236.643px;
		border-radius: 236.643px;
		top: -6px;
	}

	.ft-areas {
		flex-direction: column;
		text-align: center;
		border-radius: 23px;
		padding: 18px 12px 15px 12px;
	}

	.ft-areas h6 {
		padding-bottom: 8px;
		border: 0;
	}

	.ft-area-list a {
		font-size: 12px;
		line-height: normal;
	}

	.ft-area-list {
		padding-left: 0;
	}
}

/* 767 end */

@media(max-width:620px) {
	.topbar .mobile-working-hrs p {
		flex-direction: column;
		gap: 0;
	}

	.topbar span.mtime {
		font-size: 12px;
	}

	.topbar p.mbh_title {
		font-size: 15px;
	}

	.topbar .mobile-working-hrs {
		gap: 20px;
	}

	.topbar .mobile-working-hrs p {
		font-size: 13px;
	}

	.topbar-left.hide-desk {
		gap: 20px;
	}

	.topbar {
		padding: 5px;
	}
}

@media(max-width:400px) {
	header .mobo-finance-btn {
		right: 52px;
	}

	.topbar .mobile-working-hrs {
		gap: 12px;
	}
}

@media(max-width:380px) {
	.menu-pg404 li a {
		font-size: 18px;
	}
}