.blue {background: #3c6b93; }
ul.fields-container {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
a, a:hover, a:focus, a:active {outline:0}
.c-offcanvas--right {
    transform: translate3d(50vw, 0, 0);
    width: 50vw;
}
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
    transform: translate3d(-50vw, 0, 0);
}
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
    transform: translate3d(-50vw, 0, 0);
}
.btn{
    padding: 20px 30px;
    border-radius: 50px;
}
.form-control, .form-control:focus {
    box-shadow: none;
}
.grid-menu .clinicimage {
    min-height: 250px;
    height: 25vh;
    background-size: cover;
    background-position: center center;
}
p.xltext {
    font-size: 2rem;
    font-weight: 500;
}
.mod-finder .awesomplete {
    width: 100%;
}
.mod-finder input.form-control {
    max-width: 100%;
    padding: 20px 30px;
    border-radius: 2rem;
}
#t4-team{ 
    /*background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(229, 251, 255, 1) 100%); */
background: linear-gradient(90deg, rgb(231 251 255) 0%, rgb(237 253 255) 11%, rgba(255, 255, 255, 1) 64%, rgb(240 253 255) 100%);
}
.teamember {
    background: var(--color-primary);
    border-radius: 17px;
    text-align: center;
}
.teamember .domain {
    color: #fff;
    font-size: 14px;
    padding: 8px;
}
.teamember h5.name {
    margin: 0;
	color: var(--body-text-color);
}
.teamember .member-info {
    align-items: center;
    color: var(--body-text-color);
    padding: 10px;
    background: #ffffffe0;
    margin: 10px;
    border-radius: 17px;
    width: 100%;
}
.teamember .member-image  {
    min-height: 340px;
    min-width: 240px;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 17px;
}
#t4-footnav, #t4-footer {background: radial-gradient(circle, rgb(9 49 121) 56%, rgb(31 75 155) 100%);}
.designed_by {text-align: right;}
.footer, .designed_by{ font-size: 15px;color: #c6d8db;}
.footer p { margin: 0; }
.copyright a:before {
    content: "|";
    padding: 0 7px;
}
.phone {
    border: 1px solid #ffffff2e;
    padding: 20px;
}
.phone p{margin: 0;}
.phone a {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
}
.numbers p {
    font-size: 45px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.numbers {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
}
.numbers .custom {
    padding: 35px;
    text-align: center;
    border-right: 1px solid #ffffff40;
}
.numbers .custom:last-child{border:0}



@media screen and (max-width: 991px) {
    #t4-footnav, #t4-footer {background: linear-gradient(267deg, rgb(9 49 121) 0%, rgb(31 75 155) 100%);}
    .footer, .designed_by{ text-align: center; margin-bottom:20px}
    .copyright a:before {display:none;}
    .copyright a{display: block;}
}
