/**  UPDATED HEADER  **/

.header-top .u-row {
    display: grid !important;
    grid-template-columns: .5fr 3fr;
}

.header-top .u-col {
    max-width: unset !important;
    flex: unset !important;
}

.text-phone {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px !important;
}
/**************************/

.header-top .d-toolbar > div {
    justify-content: flex-end;
}

header div#u_content_custom_toolbar_1 {
    max-width: 1200px;
    margin-left: auto;
}

header div#u_content_custom_logo_1 {
    position: absolute;
    top: 1em;
    left: 0;
}

header {
    padding: 1em 6em;
}

header .header-top a {
    color: white !important;
    text-decoration: none;
}

header .header-top a:hover {
    color: #d7443d !important;
}

header .header-navbar .u-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
}

header .header-navbar .u-row > div {
    max-width: unset !important;
}

/** NAV **/

header ul.menu li div{
    position: relative;
}

header ul.menu li > div::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: #d7443d;
    opacity: 0;
    transition: all 350ms ease;
}

header ul.menu li:hover > div::after, header ul.menu li .selected::after{
    opacity: 1 !important;
}

@media (max-width: 1350px) {
    header {
    padding: 1em 3em;
}
#u_content_custom_navLinks_1 .d-nav-links-info.d-header-nav ul.menu>li>div {
    padding: 0 16px 0 16px;
}
header #u_column_12 {
    flex: 0 0 28.16%;
    max-width: 28.16%;
}
header div#u_column_13 {
    margin-left: auto;
    max-width: unset !important;
    flex: 1;
}
}

@media (max-width: 1100px) {
    header .header-navbar input.d-appointment-button-b {
    padding: 12px 40px !important;
}
header #u_column_12 {
    flex: 0 0 18.16%;
    max-width: unset !important;
}
header ul.menu li a {
    font-size: 16px !important;
}
}

@media (max-width: 991px) {
header {
    padding: 0 !important;
}
header div#u_content_custom_logo_1 {
    position: relative !important;
}

.header-top-mobile .d-toolbar {
    flex-direction: column;
}

.header-top-mobile .d-toolbar a {
    text-decoration: none;
    color: white;
}

.header-top-mobile .d-toolbar .d-cell1 {
    display: block;
    padding: 5px;
}

.d-con-mobile-navbar .d-con-menu ul.navbar-nav {
    background-color: #202020;
    z-index: 999;
    position: relative;
}

.text-phone {
    display: block;
}
}

/**TEXT US **/

.text-phone span {
    background: #d7443d;
    padding: 5px 12px;
    border-radius: 1.25rem;
}

.header-top-mobile .text-phone span {
    background: #d7443d;
    padding: 5px;
    border-radius: 1.25rem;
    margin: 0 1em 1em 1em;
    display: block;
}

.text-phone span:hover {
    background: #fff;
    color: #482f2e !important;
}

@media (max-width: 1580px) {
    header {
        padding: 1em 1em;
    }
}

@media (max-width: 1435px) {
    header .header-top a {
        color: white !important;
        text-decoration: none;
        font-size: 12px !important;
    }
}