html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    #medx-container {
        margin-top: -60px !important;
    }
}

@media (max-width: 768px) {
    #Services tfoot tr td {
        display: table-cell !important; /* Force visibility */
        text-align: right; /* Align text to the right */
    }

    #Services tfoot tr {
        display: table-row !important; /* Ensure row visibility */
    }

    #Services tfoot {
        display: table-footer-group; /* Ensure the footer group is displayed */
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 99999
}
@media (min-width: 981px) {
    body:not(.logged-in) #main-header {
        top: 51px !important;
    }
}
@media (min-width: 981px) {
    #main-header:not(.et-fixed-header) {
        position: fixed !important;
    }
}

.container.et_menu_container {
    z-index: 99;
}

.container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container, .et_pb_row, .et_pb_slider .et_pb_container {
    max-width: 1280px;
}

.container {
    text-align: left;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1080px;
/*    margin: auto;*/
    margin-top:50px;

}

a, abbr, address, body, center, cite, code, div, dt, em, fieldset, form, h1, h2, h3, h4, html, iframe, img, ins, label, legend, li, object, ol, p, s, small, span, strong, sub, sup, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: 0 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}

img#logo {
    max-height: 120px;
    margin-top: -60px;
    z-index: 99 !important;
}
span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
body, body p {
    font-family: Helvetica !important;
    font-weight: 400 !important;
}

.btn {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) !important;
}
.btn:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) !important;
}