/** Header Button Styles **/

#page .ast-above-header .top-header-btns {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    line-height: 2.5;
}

#page .ast-above-header .top-header-btns a {
    color: #ffffff;
}

#page .ast-above-header .top-header-btns .header-call, #page .ast-above-header .top-header-btns .header-appointment {
    display: inline-block;
    text-transform: uppercase;
}

#page .ast-above-header .top-header-btns .header-call {
    margin-right: 15px;
}

#page .ast-above-header .top-header-btns .header-call .st-callus {
    background: #3EA6D2;
    padding: 8px 30px;
    border-radius: 0 0 20px 20px;
}

#page .ast-above-header .top-header-btns .header-appointment .appointment, #page .ast-above-header .top-header-btns .header-appointment .appointment-button {
    background-color: #2B2B2B;
    padding: 8px 30px;
    border-radius: 0px 0px 20px 20px;
}

#page .ast-above-header .top-header-btns i {
    margin-right: 8px;
}

/** Media Queries **/

@media (max-width: 920px) and (min-width: 768px) {
    #page .ast-above-header .ast-container .ast-above-header-section {
        padding: 0;
    }
    #page .ast-above-header-section .user-select {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    #page .ast-above-header-section-wrap {
        min-height: 0;
    }
    #page .ast-above-header {
        line-height: 2!important;
    }
    #page .ast-above-header .top-header-btns .header-appointment {
        display: none!important;
    }
    #page .ast-above-header .top-header-btns .header-call {
        margin-right: 0!important;
        width: 100%;
    }
    #page .ast-above-header .top-header-btns .header-call .st-callus {
        border-radius: 0!important;
        font-size: 22px;
    }
    #page .ast-above-header .ast-container, #page .ast-above-header .ast-container .ast-above-header-section {
        padding: 0;
    }
    #page .ast-above-header .ast-container .ast-above-header-section .user-select {
        width: 100%;
    }
}

@media (max-width: 544px) {
    #page .ast-above-header {
        padding-top: 0;
    }
}