:root {
    --primary-color: #410202;
    --red-gradient: linear-gradient(to bottom, #410202, #6f0101, #410202)
}

.body{
    padding-top: 135px;
}

header {
    box-shadow: 0 0 30px;
}

.d-logo-box.mobile-logo {
    margin-top: -11px;
}

.btn {
    background: var(--blue-gradient) !important;
    transition: all 150ms ease-in-out
}

.btn:hover {
    background-position-y: 30px !important;
    color: white !important;
}

header .d-con-mobile-navbar li a {
    color: white;
    font-size: 16px !important;
    text-transform: capitalize;
    text-align: center;
}

/**top tool bar**/

header .d-flex.d-cell3-content p a:hover, #u_content_custom_toolbar_3 .d-toolbar.d-has-phone .d-cell1 a[href*='tel']:hover {
    color: #b4b4b4 !important;
}

body .uwy.userway_p3 .uai {
    left: 65px !important;
}