/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2026 | 13:40:12 */
.tm-toolbar {
    background-color: #122640;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    max-width: 100%;
}
.tm-toolbar .uk-container {
    justify-content: space-between !important;
}
.tm-toolbar .uk-container {
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
}
.topbar-left,
.topbar-right {
    color: #ccd6e8;
    font-size: 13px;
}

.topbar-right {
    display: flex;
    gap: 10px;
}

.topbar-right a {
    color: #ccd6e8;
    text-decoration: none;
    display: flex;
    align-items: right;
    gap: 5px;
}

.topbar-right a:hover {
    color: #fff;
}

.topbar-divider {
    color: #4a6080;
}
.nav-buttons .uk-button.uk-button-primary {
    color: #6ac7f3;
    border: 1px solid #6ac7f3;
}

.nav-buttons {
    margin-right: 50px;
}
.uk-navbar-right {
    margin-right: 150px;
}

.uk-button-default:hover {
    box-shadow: 0 10px 24px #6ac7f3;
    transform: translateY(-2px);
    border:none !important;
}


.pointer-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #79B5D2;
    border-radius: 50px;
    padding: 7px 18px;
    color: #79B5D2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #79b5d230;
}
span {
    color: #6AC7F3;
}
.uk-button {
    padding: 6px 20px;
}
.uk-button-default {
    background-color: #6ac7f3 !important;
    color: #fff !important;
    border: 1px solid transparent;
}
.blue-text {
    color: #6ac7f3;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'DM Sans';
    font-size: 14px;
}

.white-text {
    color: #fff;
}

.oral-stats-item.uk-scrollspy-inview {
    padding: 1px 12px;
    background: #F1F7F7;
    margin-right: 10px;
    border-radius: 10px;
    border-left: 3px solid #6AC7F3;
}

p.oral-stats-number {
    font-size: 32px;
}

span.oral-counter {
    color: #000;
    font-weight: 700;
}

p.oral-stats-label {
    margin-top: -20px;
}
.service-grid .uk-card{
    border-radius: 14px;
}
.service-grid .uk-card img{
    border-radius: 14px 14px 0px 0px;
}

.service-grid .uk-button {
    background-color: transparent !important;
    color: #6ac7f3 !important;
    margin-bottom: 14px;
    border: none;
    margin-top: -20px;
}
.service-grid .uk-button:hover{
    border: none;
}

.service-grid .uk-card h3 {
    font-size: 22px;
    padding: 0px 16px;
}

.service-grid .uk-card p {
    font-size: 15px;
    padding: 0px 16px;
}
.brand-icons .uk-light .el-item {
    border: 0.8px solid #E5E0D8;
    border-radius: 10px;
    padding: 11px 12px;
}
.healthier-smile .uk-grid {
    position: relative;
}
    
.healthier-smile .uk-grid::before {
    content: '';
    position: absolute;
    top: 28px; 
    left: calc(11.5% + 28px); 
    right: calc(10.5% + 28px); 
    height: 1px;
    background-color: #7ab8d4; 
    z-index: 0;
}

.healthier-smile .el-item {
    position: relative;
    z-index: 1;
}

@media (max-width:768px){
    .oral-stats-item.uk-scrollspy-inview {
        margin-bottom: 10px
    }
	.healthier-smile .uk-grid::before{
    	display:none;
	}
}