.site-header .navbar-expand-xl .navbar-nav .cst-logo {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	width: 210px;
}
.site-header .navbar-expand-xl .navbar-nav .cst-logo .nav-link {
	height: 74px;
	width: 100%;
	border-radius: 0;
	color: transparent;
	position: absolute;
	left: 0px;
	top: 10px;
	display: block;
	z-index: 1;
	font-size: 0px;
	margin: 0;
	filter: invert(75%) sepia(21%) saturate(470%) hue-rotate(159deg) brightness(91%) contrast(96%);
	padding: 0;
    background: url(https://www.marketmalldentureclinic.com/wp-content/uploads/2024/07/logo.png);
    background-repeat: no-repeat;    
    background-size: 100%;
}


.site-header.sticky .navbar-expand-xl .navbar-nav .cst-logo {
    width: 190px;
}

.site-header.sticky .navbar-expand-xl .navbar-nav .cst-logo .nav-link {
    top: 0;
}



.site-header .for-mob-only {
	display: none !important;
	position: relative;
	z-index: 999999;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	
}
.site-header .for-mob-only > .container::before, .site-header .for-mob-only > .container::after {
	display: none !important;
}

.site-header .mobile-button {
	height: 40px;
	width: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	background: no-repeat;
	border: none;
	cursor: pointer;
}
.mobile-button span {
	height: 2px;
	width: 24px;
	background: #000;
	display: block;
	margin-bottom: 4px;
	transition: .3s linear;
}
.mobile-button span:last-child {
	margin-bottom: 0;
}
.mobile-button.button-active span:first-child {
	transform: rotate(50deg);
}
.mobile-button.button-active span:nth-child(2) {
	display: none;
}
.mobile-button.button-active span:nth-child(3) {
	transform: rotate(-50deg);
	margin-top: -6px;
}

.custom-tab h2 {
    margin-bottom: -10px;
}
/* Responsive */

@media (min-width: 767px) and (max-width: 1200px) {
	.site-header .mb-address {max-width: 100%;max-width: 100%;display: flex;padding: 0;justify-content: center;}
	.site-header .mb-address li {display: flex;}
	.site-header .mb-address > li:not(.social) > a {display: flex;flex-wrap: wrap;align-items: center;}
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.site-header .navbar-expand-xl .navbar-nav .nav-link {padding: 34px 18px;letter-spacing: 0;font-size: 14px;}
}

@media (max-width: 1201px) {
	
	body .mb-address li.social a:hover {
		text-decoration: none;
		color: #087cae;
	}

	.site-header .cst-logo {
		display: none !important;
	}

	.site-header .navbar.navbar-expand-xl.navbar-light {
		display: none !important;
	}
	body .site-header a.navbar-brand.header-image.d-block.d-md-none.text-center {
		display: none !important;
	}
	body .site-header.sticky {
		z-index: 9;
		background: rgba(255, 255, 255, 1);
		box-shadow: none;
		position: static;
	}

    .site-header-top.visible-xs .row {
        margin: 0;
    }

    .grecaptcha-badge {
        visibility: hidden;
        opacity: 0;
    }
    .site-branding a {
        display: block;
        max-width: 250px;
    }
	.site-branding img {
		filter: invert(75%) sepia(21%) saturate(470%) hue-rotate(159deg) brightness(91%) contrast(96%);
	}
    .site-header .for-mob-only {
        display: block !important;
    }
    .site-header .for-mob-only > .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 10px;
		max-width: 1100px;
    }
	.site-header .container-fluid {
		max-width: 1100px;
		padding-right: 15px;
  		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.site-header .mb-address {max-width: 100%;padding: 0;}
    .site-header .site-navigation.main-navigation {
        background: transparent;
        display: none !important;
    }
    .site-header .nav-outer {
        position: absolute;
        top: -38px;
        left: -2000px;
        height: 100vh;
        width: 80%;
        z-index: 99;
        background-color: #087cae;
        transition: .3s linear;
        padding: 0 0;
        overflow-x: hidden;
        margin-left: 0;
    }
    .menu {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .site-header .menu li.menu-item-has-children {
        position: static;
        display: flex;
        align-items: center;
    }
    .site-header .menu li {
        width: 100%;
    }
    .site-header .menu li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: space-between;
    }
    .site-header .menu a {
        line-height: normal;
        font-size: 16px;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(255,255,255,.6);
        width: 100%;
        display: inline-block;
        color: #fff;
		font-weight: 500;
    }
    .site-header .menu li.menu-item-has-children > .sub-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        transform: translateX(100%);
        top: 0;
        left: 0;
        display: block;
        background: #484b4c;
        max-height: 100vh;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 9999;
    }
    .site-header .menu .sub-close path {
        fill: #fff;
    }
    .site-header .menu li.menu-item-has-children > .sub-menu.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }
    .site-header .menu li.menu-item-has-children .sub-click {
        z-index: 999;
        background: #000000d6;
        height: 54px;
        width: 50px;
        position: relative;
        transform: unset;
        right: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all;
        cursor: pointer;
        left: 0;
        border-bottom: 1px solid rgba(255,255,255,.6);
    }
    .site-header .menu li.menu-item-has-children .sub-click::after {
        height: 10px;
        width: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
        transform: rotate(45deg);
        border-bottom: 0;
        margin: 0;
    }
    .nav-outer.menu-open {
        left: 0;
    }
    .site-header .menu li.menu-item-has-children .sub-click svg {
        display: none;
    }
	body .site-header.sticky .for-mob-only {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: .3s all;
		padding-top: 10px;
		background-color: #fff;
	}
	html, body {
		overflow-x: hidden;
	}
	.site-header.sticky .nav-outer {
		top: -2px;
	}
}

@media (max-width: 1199px) {
	.site-header .nav-outer {
        top: -12px;
	}
}

@media (max-width: 767px) {
	.site-header .mb-address {
		padding: 0 0 5px;
	}

	.homepage-slider .slide-inner {
		height: 248px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 15px;
	}
}

/* CTA */
.phone-icon-mobile{
	display: none;
}
.phone-icon-mobile img{
	filter: brightness(0) saturate(100%) invert(30%) sepia(77%) saturate(1474%) hue-rotate(171deg) brightness(97%) contrast(94%);
}
@media (max-width:767px) {
	header.sticky .phone-icon-mobile{
		display: block;
	}
	
/* 	Footer CTA */
	.copyright-section.default-5 {
		padding-bottom: 40px;
	}
	.mobile-btn {
        display: flex !important;
        justify-content: space-around;
        position: fixed;
		left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
	a.btn-1, a.btn-2 {
		background: #087cae;
		color: #fff;
		width: 100%;
		padding: 10px;
		text-align: center;
		font-weight: 400;
		
		&:hover{
			background: #fff;
			color: #087cae;
		}
	}
	a.btn-1{
		border-right: 1px solid #fff;
	}
}