#priceTable td:nth-child(2){
    text-align: right;
}

.dynamicLogo {
    font-family:"Century Gothic","Questrial", sans-serif;
    font-size: 1em;
}

.dynamicLogo .practiceName {
            font-size: 1.5em;
}

.nav__menu-button--tertiary {
    background: #ff9900;
    color: #fff;
}

#btn-contactus {
    background: #ff9900;
    color: #fff;
}

#phoneLink {
    color: #df5b95;
    font-size: 2.5rem;
    visibility:visible;
}

.notMobile {
    font-family: PTRootUIWebMedium;
    font-size: 2rem;
    padding-left: 0.25rem;
    position: relative;
    top: -5px;
    display: none;
}

    
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

    .phoneLink {
            position: relative;
            top: -6.3rem;
            left: -45rem;
            color:black
    }
}
    
@media only screen and (max-width: 600px) {
  
    .notMobile {
        display:none;
    }
    .notMobile {
        display:none;
    }
}  