.tile.doctors, .btn-primary, .tile.services{
    background-color: #11bdfe;
}

.tile.doctors{
    box-shadow: unset;
   background: linear-gradient(0deg, #018bf2, #0060cf);
}

.tile.services:after{
    background: linear-gradient(0deg, rgba(26, 75, 147, .2), #11bdfe 50%);
}

.btn-primary{
    box-shadow: inset 4px 5px 6.3px -1px #68deff, 1px 4px 7px 1px #1a6ce740;
    font-weight: 600;
}

.btn-adaptive{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tile{
    border-radius: 0px;
    box-shadow: unset !important;
}

.tile .tile-bg.ambulance-bg {
    height: 100%;
    right: -8%;
    filter: brightness(1.1);
}

.tile .tile-title .t-heading{
    line-height: 130%;
    font-size: 22px;
} .tile .tile-title .t-heading b {
    font-weight: 600;
}
.nav-logo{
    height: 46px;
}

.motto{
    height: 90%;
}
span.sep.vert{
    width: 1px;
}
.tile.doctors .fg-doc {
    right: 20%;
    height: 90%;
}
.tile.doctors .fg-doc+.fg-doc {
    right: 5%;
    height: 80%;
}