.button-brochure,
.button-manual{
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
      max-width: 154px;
    margin: 0 auto;
    border-radius: 4px;
}


*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding:0 15px;
  }
}
@media (max-width: 320px) {
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding:0;
  }
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding:0 15px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media(max-width:320px){
  .content-wrapper ,
  .dnd-section > .row-fluid {
    width:95%;
  } 
}
@font-face { 
  font-family: "ElegantIcons"; 
  src:  url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/ElegantIcons.ttf") format("woff"),
    url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/ElegantIcons.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
      }


@font-face { 
  font-family: "FontAwesome";
  src:    url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/fontawesome-webfont.woff") format("woff"),
      url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/fontawesome-webfont.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }


@font-face {
  font-family: "Ionicons";
  src:  url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/ionicons.ttf") format("woff"),
    url("https://25404987.fs1.hubspotusercontent-eu1.net/hubfs/25404987/raw_assets/public/OwandyRadiology_June2022/fonts/ionicons.ttf") format("truetype");
      font-weight: normal;
      font-style: normal
      }


/*-*/

body {
  line-height: 1.73333333333;   
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}



html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

::selection {
  background: #007dc7;
  color: #fff;
}

/* Paragraphs */

p {
  margin: 10px 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
  margin-top:0;
  margin-bottom:1rem;
}


h1 {
  line-height: 1.1em;
  letter-spacing: -1.2px;
}

h2 {
  line-height: 1.3em;
  letter-spacing: -.8px;
}

h3 {
  line-height: 1.3em;
  letter-spacing: -.7px;
}

h4 {
  line-height: 1.8em;
}

h5 {
  line-height: 1.5em;
}

h6 {  
  line-height: 1.8em;
}

/* Lists */

ol, ul {
  list-style-position: inside;
  margin: 15px 0;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6em;
  margin: 20px 0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media only screen and (max-width: 780px) {
.h1{
font-size:25px!important;
font-weight: 900!important;
}
  }
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
form {
  max-width: 767px;
  width: 100%;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans", Helvetica, sans-serif, 'IBM Plex Sans', arial, sans-serif;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

form .hs-form-field > label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000;
  width: 100%;
  font-size: 14px;
  line-height: normal;
  outline: none;
  font-family: "IBM Plex Sans", Helvetica, sans-serif, 'IBM Plex Sans', arial, sans-serif;
}

form fieldset {
  max-width: 100% !important;
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #f37c7b;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  border: 0 ;
  border-radius: 4px ;
  padding: 10px ;
  font-family: "IBM Plex Sans", Helvetica, sans-serif, 'IBM Plex Sans', arial, sans-serif;
  font-weight: 400;
  line-height: normal;
}


form ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
  text-align: right;
}

form ul.no-list.hs-error-msgs li {
  margin: 0;
}

form ul.no-list.hs-error-msgs label {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  font-family: arial,sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  line-height: 1.6;
}

form ul.no-list.hs-error-msgs label:before {
  font-size: 14px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -4px;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
}




form .hs-form-required {
  color: inherit;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs_error_rollup {
  margin-bottom: 15px;
}

form textarea {
  min-height: 114px;
  resize: none;
}

@media (min-width: 320px) and (max-width: 667px){
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }

  form input[type=submit],
  form .hs-button {
    font-size: 21px;
  }

}



form .hs_error_rollup ul.no-list.hs-error-msgs label:before {
    display: none;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrap {
    min-height: 100px;
  }

  header.header {
    height: 100px;
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
  }


  .header__container.content-wrapper {
    padding: 0 15px;
  }

  .header_right {
    margin-left: auto;
  }

  .header_logo {
    display: block;
    line-height: 26px;
    float: left;
    height: 99px;
  }

  .header_logo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0;
  }


  .header_right {
    float: right;
    height: 99px;
  }

  .header_logo > div {
    vertical-align: middle;
    display: inline-block;
  }

  .header_logo a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 90px;
  }

  .header_logo img {
    display: block;
  }



  @media(min-width:1025px){

    .custom-menu-primary {
      height: 100%;
      display: inline-block;
      vertical-align: middle;
    }

    .header__language-switcher {
      display: inline-block;
      margin-left: 15px;
    }

    .custom-menu-primary > *,.custom-menu-primary > * > * {
      display: block;
      height: 100%;
    }


    .custom-menu-primary > * {
      height: 100%;
      margin-right: 15px;
    }


    .custom-menu-primary > span> div:after {
      content: " ";
      display: block;
      position: absolute;
      right: -10px;
      top: 50%;
      height: 26px;
      width: 2px;
      background-color: #e2e2e2;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .custom-menu-primary > span> div {
      position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper > ul {
      display: block;
      height: 100%;
      position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li {
      display: inline-block;
      float: left;
      padding: 0;
      margin: 0;
      background-repeat: no-repeat;
      background-position: right;
      height: 100%;
      z-index: 101;
      position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper > ul:after {
      content: '';
      display: block;
      clear: both;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li > a {
      font-size: 15px;
      line-height: 17px;
      font-weight: 400;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      height: 100%;
      position: relative;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      border-style: solid;
      border-width: 0;
      border-color: transparent;
      background-color: transparent;
      -webkit-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
      -moz-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
      transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a span.item_outer {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a span.item_inner {
      display: inline-block;
      padding: 0 14px;
      border-width: 0;
      position: relative;
      border-color: transparent;
      background-color: transparent;
      -webkit-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
      -moz-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
      transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    }


    .custom-menu-primary .hs-menu-wrapper > ul > li.qodef-main-menu-line {
      position: absolute;
      left: 0;
      width: 0;
      height: 0;
      z-index: 100;
      border-top: 4px solid #007dc7;
      -webkit-transition: width .4s,left .6s cubic-bezier(.19,.65,.02,.93);
      -moz-transition: width .4s,left .6s cubic-bezier(.19,.65,.02,.93);
      transition: width .4s,left .6s cubic-bezier(.19,.65,.02,.93);
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.qodef-main-menu-line.top {
      top: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.qodef-main-menu-line.bottom {
      bottom: -1px;
    }

    .mobile_menu_wrapper, .trigger_wrap {
      display: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      padding: 10px 0;
      width: 150px;
      transition: 0.2s ease;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:not(:hover) > ul.hs-menu-children-wrapper {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    /*--------- min 1025--*/

    .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper li {
      width: 100%;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper li > a {
      padding: 5px 14px;
      width: 100%;
      display: block;
    }


  }

  /*-------------*/

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  .widget_text.qodef-header-widget {
    display: inline-block;
    margin-left: 15px;
  }

  .widget_icl_lang_sel_widget {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .widget_icl_lang_sel_widget #lang_sel ul {
    list-style-type: none;
    margin: 0;
    padding:0;
  }

  .widget_icl_lang_sel_widget #lang_sel ul li {
    line-height: 0;
  }

  .widget_icl_lang_sel_widget #lang_sel ul li ul {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    display: none;
    padding-left: 0;
  }

  .widget_icl_lang_sel_widget #lang_sel ul li ul li {
    line-height: 15px;
  }

  .widget_icl_lang_sel_widget #lang_sel ul li ul li:first-child {
    padding-top: 15px;
  }

  .qodef-page-header a img {
    display: block;
  }

  .widget_icl_lang_sel_widget #lang_sel:hover ul li ul {
    display: block;
  }

  .widget_icl_lang_sel_widget #lang_sel >  ul > li > a {
    font-size: 0;
  }

  .widget_icl_lang_sel_widget #lang_sel ul ul li img {
    display: block;
  }

  /*  */

  @media(max-width:1024px){
    header.header {
      border: 0;
      height: auto;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
    }

    header.header.headroom--not-bottom,header.header.headroom--not-top {
      width: 100%;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
      top: 0;
      left: 0;
      position: fixed;
    }

    header.header.slideUp {
      -webkit-transition: -webkit-transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
    }

    header.header.slideDown {
      -webkit-transition: -webkit-transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }


    header.header.headroom--top {
      transform: none;
    }

    .header__language-switcher.header--element {
      display: none;
    }

    .header_right {
      display: none;
    }

    .header__container.content-wrapper {
      height: 100px;
      position: relative;
    }

    .header_logo {
      width: 100%;
      float: none;
      text-align: center;
      height: 100px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 50;
    }

    .trigger_wrap {
      position: relative;
      z-index: 52;
      padding-right: 10px;
      color: #000;
      display: table;
      width: auto;
      height: 100%;
      cursor: pointer;
    }

    .trigger_wrap span.qodef-mobile-opener-icon-holder {
      display: table-cell;
      vertical-align: middle;
      -webkit-transition: color .15s ease-out;
      -moz-transition: color .15s ease-out;
      -o-transition: color .15s ease-out;
      -ms-transition: color .15s ease-out;
      transition: color .15s ease-out;
    }


    .trigger_wrap span.qodef-mobile-opener-icon-holder:hover {
      color: #007dc7;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
      content: "\f0c9";
    }

    /*    */

    .mobile_menu_wrapper {
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      width: 100%;
      height: auto;
      display: none;
      overflow: hidden;
      overflow-y: auto;
      max-height: calc(100vh - 100px);
    }

    .mobile_menu_wrapper .content-wrapper {
      padding: 0 15px;
    }

    .custom-menu-primary > span {
      max-width: 100%;
      margin: 0 auto;
      width: 768px;
    }

    .custom-menu-primary .hs-menu-wrapper ul > li {
      display: block;
      left: 0;
      width: 100%;
      position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper ul > li > a {
      font-size: 13px;
      color: #8d8d8d;
      padding: 9px 0;
      display: block;
      position: relative;
      text-transform: none;
      line-height: 17px;
      letter-spacing: 0;
      border-bottom: 1px solid #eaeaea;
    }

    .custom-menu-primary ul.hs-menu-children-wrapper {
      display: none;
    }

    .custom-menu-primary .hs-menu-wrapper ul > li.child-open .child-trigger i:after {
      opacity: 0;
    }

    .child-trigger {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 0;
      width: 36px;
      height: 36px;
      padding: 0;
    }
    .child-trigger:hover{
      text-decoration: none;
    }
    .child-trigger i{
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto ;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .child-trigger i:after{
      position: absolute;
      content: '';
    }
    .child-trigger i, .child-trigger i:after{
      width: 25px;
      height: 2px;
      background-color: #000;
      display: block;
      width: 8px;
      height: 2px;
    }
    .child-trigger i:after{
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }  
    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .widget_text.qodef-header-widget {
      display: block;
      width: 100%;
      display: none;
    }

    .custom-menu-primary .hs-menu-wrapper ul>li>a:hover {
      color: #007dc7;
    }


    .header-fixed header.header {
      width: 100%;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
      top: 0;
      left: 0;
      position: fixed;
      transition: none;
    }

    .header-hide header.header {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: -webkit-transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
    }

    .menu_open header.header,
    .header-show header.header {
      -webkit-transition: -webkit-transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
  }






  @media(max-width:320px){
    .mobile_menu_wrapper .content-wrapper,
    .header__container.content-wrapper {
      padding-left: 0;
      padding-right: 0;
    } 
  }
.footer {
  line-height: 26px;
}


.footer__container.content-wrapper {
  padding: 81px 15px 50px;
  position: relative;
}

.footer h3, .footer h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.8em;
  letter-spacing: 0;
}

.footer__container.content-wrapper .flex_row {
  margin: 0 -15px;
}

.f_col.col4 {
  border-right-width: 2px;
}


.f_col {
  width: 25%;
  padding: 0 15px;
  border: 0;
  font-size: 14px;
  border-style: solid;
}

.f_col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.f_col.col2 .text:after,
.f_col.col3 .text:after {
  content: '';
  display: block;
  height: 20px;
}

.f_col .col_inner {
  margin-bottom: 20px;
}

.f_col ul > li {
  display: block;
  padding-top: 1px;
}


.f_col ul > li:first-child {
  padding-top: 2px;
}


/*------*/

span.qodef-icon-shortcode.normal.qodef-flip {
  display: inline-block;
  overflow: hidden;
}

.qodef-flip .flip-icon-holder {
  display: block;
  position: relative;
}

.qodef-flip .flip-icon-holder .icon-normal {
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.qodef-flip .flip-icon-holder .icon-flip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.qodef-flip .flip-icon-holder:hover .icon-normal {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.qodef-flip .flip-icon-holder:hover .icon-flip {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.qodef-icon-element {
  font-size: 22px;
}

.qodef-flip.icon1 {
  margin: 0px 5px 0px 0px;
}

.qodef-flip.icon2 {
  margin: 5px 0px 0px 5px;
}

.qodef-flip.icon3 {
  margin: 0px 5px 0px 5px;
}

.qodef-flip.icon4 {
  margin: 5px 0px 0px 5px;
}



#qodef-back-to-top {
  position: fixed;
  width: 36px;
  right: 36px;
  bottom: 36px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: opacity .15s ease-out,visibility .15s ease-out;
  -moz-transition: opacity .15s ease-out,visibility .15s ease-out;
  transition: opacity .15s ease-out,visibility .15s ease-out;
  opacity: 0;
  visibility: hidden;
}

#qodef-back-to-top.on {
  opacity: 1;
  visibility: visible;
}


#qodef-back-to-top > span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 31px;
  background-color: #007dc7;
  -webkit-transition: background-color .15s ease-out,color .15s ease-out;
  -moz-transition: background-color .15s ease-out,color .15s ease-out;
  transition: background-color .15s ease-out,color .15s ease-out;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #007dc7;
}

#qodef-back-to-top:hover > span {
  background-color: #434955;
}

.arrow_carrot-up:before {
  content: "\32";
}


#qodef-back-to-top span span {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  line-height: inherit;
  margin-left: -1px;
}


#qodef-back-to-top span span:before {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#qodef-back-to-top:hover>span span:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}


/*--------*/




footer .hs-rss-item {
  margin: 0 0 17px;
}

footer .hs-rss-item .hs-rss-item-text {
  position: relative;
  width: 100%;
}

footer .hs-rss-item:after,.hs-rss-item:before {
  content: " ";
  display: table;
}

footer .hs-rss-item a.hs-rss-title {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.8em;
}

footer .hs-rss-byline {
  opacity: 1;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 1px;
}

footer .hs-rss-byline span.hs-rss-date {
  color: #848f9c;
  font-weight: 400;
  font-size: 12px;
}

.f_rss:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
/*----*/


@keyframes hvr-icon-up {
  0%,100%,50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  25%,75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}


@media(max-width:1024px){
  .f_col {
    border: 0;
    width: 49.5%;
    vertical-align: top;
    display: inline-block;
    padding: 0 30px;
  }

  .f_col .col_inner {
    padding: 0 15px;
  }

  footer  .flex_row {
    display: flex;
    justify-content: space-evenly;
  }

}


@media(max-width:1024px) and (min-width:769px){
  footer.footer {
    overflow: hidden;
  }

  .footer__container.content-wrapper {
    max-width: unset;
    width: 768px;
    padding-left: 0;
    padding-right: 0;
  } 
}


@media(max-width:768px){
  .f_col {
    width: 100%;
    text-align: center;
  }

  footer.footer.lp .f_col.col3 .text:after {
    display: none;
  }

  footer.footer.lp .f_col.col3 .col_inner {
    margin-bottom: 0;
    padding-bottom: 9px;
  }
}

@media(max-width:320px){
  .f_col .col_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* my CSS */

.prefooter-container{
  display: flex;
  justify-content: space-evenly;
  font-family: Roboto, 'sans-serif';

}

.prefooter-btn{
  background-color: inherit;
  font-weight: bold;
  width: 150px;
  height: 40px;    
  position: abdsolute;
  right: 0;
  border: 1px solid white;
}

.prefooter-btn:hover{
  font-weight: bold;
  width: 150px;
  height: 40px;    
  position: abdsolute;
  right: 0;
  border: 1px solid grey;
  background: grey;
}

.prefooter-btn a{
color: white;
}

.prefooter-btn a:hover{
color: white;
text-decoration: underline;
}

.prefooter-btn-container{
  width: 400px;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.qodef-icon-element {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}


.social_facebook:before {
  content: "\e093";
}
.social_instagram:before {
  content: "\e09a";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_youtube:before {
  content: "\e0a3";
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


[class*="force-full-width-section"].dnd-section ,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}


.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  width: 100%;
  background: #fff;
  margin-top: 5px;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for,.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions a {
  padding: 5px;
}
/* Missing Template at Path: \'OwandyRadiology_June2022\/css\/elements\/Css version movil.css\' */