/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
:root {
    --white: #fff;
    --DarkBlueGrey: #1E3748;
    --RegentGrey: #7E9AAB;
    --GreenWhite: #E5EBEE;
    --Sandstorm: #F6CB45;
    --ArylideYellow: #EFCC5F;
    --RegentGrey2: #8399A9;
    --DarkBlueGrey2: #1F3747;
    --fontfutura: futura-pt, sans-serif;
    --fontcoheadline: co-headline, sans-serif;

    /* style guide for 1920 */
    --h1-font-size: 120px;
    --h1-line-height:120px;
    --h1-lspacing: 0;

    --h2-font-size: 54px;
    --h2-line-height: 66px;
    --h2-lspacing: 0;

    --h3-font-size: 38px;
    --h3-line-height: 52px;
    --h3-lspacing: 0;

    --h4-font-size: 32px;
    --h4-line-height: 42px;
    --h4-lspacing: 0;

    --h5-font-size: 26px;
    --h5-line-height: 38px;
    --h5-lspacing:0px;

    --h6-font-size: 24px;
    --h6-line-height: 36px;
    --h6-lspacing: 0px;

    --body-font-size: 24px;
    --body-line-height: 36px;
    --body-lspacing1: 0.33px;
    --body-lspacing: 0px;
    
    --btn-font-size: 16px;
    --btn-line-height: 20px;
    --btn-lspacing: 0px;

    --sm-font-size: 20px;
    --sm-line-height: 36px;
    --sm-line-height2:32px;
    --sm-lspacing: 0.3px;

    --xsm-font-size: 16px;
    --xsm-line-height: 36px;
    --xsm-lspacing: 0.24px;
}
/* reset css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
s,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ********* Common css ************ */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

button:focus,
input:focus {
  box-shadow: none;
  outline: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-lspacing);
  font-family: var(--fontfutura);
  font-weight: 400;
  color: var(--DarkBlueGrey);
}

html {
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
}

html,
body {
  scroll-behavior: smooth;
}

.body-fix {
  overflow-y: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  font-family: var(--fontcoheadline);
  font-weight: 400;
}

h1,
.heading-h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-lspacing);
  font-family: var(--fontcoheadline);
}

h2,
.heading-h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-lspacing);
  font-family: var(--fontcoheadline);
}

h3,
.heading-h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-lspacing);
}

h4,
.heading-h4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-lspacing);
}

h5,
.heading-h5 {
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-lspacing);
}

h6,
.heading-h6 {
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-lspacing);
}

.text-sm {
  font-size: var(--sm-font-size);
  line-height: var(--sm-line-height);
  letter-spacing: var(--sm-lspacing);
}

.text-xsm {
  font-size: var(--xsm-font-size);
  line-height: var(--xsm-line-height);
  letter-spacing: var(--xsm-lspacing);
}

/* 
.text-md {
  font-size: var(--md-font-size);
  line-height: var(--md-line-height);
  letter-spacing: var(--md-lspacing);
}
*/

.cust-container-lg {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}

.cust-container-sm {
  padding-left: 138px;
  padding-right: 138px;
  width: 100%;
  margin: 0 auto;
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img,
.img-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* theme-btn */
.theme-btn {
  font-family: var(--fontcoheadline);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-lspacing);
  font-weight: 700;
  text-align: center;
  padding: 0;
  color: var(--DarkBlueGrey);
  display: inline-block;
  background: var(--Sandstorm);
  border-radius: 60px;
  transition: all 200ms ease-in;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.theme-btn:hover {
  background: var(--white);
  color: var(--DarkBlueGrey);
  transition: all 200ms ease-in;
}

.theme-btn cite {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px 79px 20px 39px;
}

.theme-btn i {
  transform: rotate(0deg);
  background-image: url(../images/arrow-right-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white);
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: all 300ms ease-in;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}

.theme-btn:hover i {
  transform: rotate(360deg);
  background-image: url(../images/arrow-right-white.png);
  background-color: var(--RegentGrey);
}

/* theme-outline-btn */
.theme-outline-btn {
  border-color: var(--DarkBlueGrey);
  background: transparent;
  color: var(--DarkBlueGrey);
}

.theme-outline-btn:hover {
  border-color: var(--Sandstorm);
  background: var(--Sandstorm);
  color: var(--DarkBlueGrey);
}

.theme-outline-btn i {
  background-image: url(../images/arrow-right-dark.png);
  background-color: var(--Sandstorm);
}

.theme-outline-btn:hover i {
  background-image: url(../images/arrow-right-dark.png);
  background-color: var(--white);
}

.theme-outline-btn i,
.theme-yellow-btn i {
  width: 40px;
  height: 40px;
}

/* theme-yello-btn */
.theme-yellow-btn {
  border-color: var(--Sandstorm);
  background: var(--Sandstorm);
  color: var(--DarkBlueGrey);
}

.cta-sec .cta-content .theme-btn{ 
    border-color: #1D3748;
    background: #1D3748;
    color: #fff;
}

.theme-yellow-btn:hover,
.cta-sec .cta-content .theme-btn:hover{
  border-color: var(--DarkBlueGrey);
  background: transparent;
  color: var(--DarkBlueGrey);
}

.theme-yellow-btn i,
.cta-sec .cta-content .theme-btn i{
  background-image: url(../images/arrow-right-white.png);
  background-color: var(--RegentGrey);
}

.theme-yellow-btn:hover i,
.cta-sec .cta-content .theme-btn:hover i,
.products-sec.prod-mod-sec.ultrasound-feat .theme-outline-btn i{
  background-image: url(../images/arrow-right-white.png);
  background-color: var(--RegentGrey);
}

 .products-sec.prod-mod-sec.ultrasound-feat .theme-outline-btn i {
    transform: rotate(89deg);
}

 .products-sec.prod-mod-sec.ultrasound-feat .theme-outline-btn:hover i {
    background-image: url(../images/arrow-right-white.png);
    background-color: var(--RegentGrey);
    transform: rotate(0deg); 
 }

.line-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-top: 13px;
}

.line-shape {
  width: 2px;
  height: 55px;
  background: var(--DarkBlueGrey);
  display: inline-block;
}

.yellow-hightlight {
  color: var(--Sandstorm);
}

/* custom select */
.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.custom-select-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.1s ease-in;
  padding-right: 30px;
  font-weight: 500;
}

.custom-select-trigger:hover {
  transition: all 0.1s ease-in;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 12px;
  top: 50%;
  right: 0;
  margin-top: 7px;
  background: url(../images/dropdown-blue.png) no-repeat center;
  transform: rotate(0) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 0;
  background-size: 16px;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(180deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  border: 1px solid var(--RichBlue);
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
  background: #fff;
  transition: all 0.1s ease-in-out;
  /* margin-left: 0; */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 99;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 22px;
  border-bottom: 1px solid #c2c9f44a;
  color: var(--RichBlue);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.custom-option:hover,
.custom-option.selection {
  color: var(--LightPeriwinkle);
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--DarkBlueGrey);
}

.form-control::-moz-placeholder {
  color: var(--DarkBlueGrey);
}

.form-control:-ms-input-placeholder {
  color: var(--DarkBlueGrey);
}

.form-control:-moz-placeholder {
  color: var(--DarkBlueGrey);
}

.form-control:focus {
  outline: none;
}

.cust-form .form-group {
  margin-bottom: 54px;
}

.cust-form .form-group:last-child {
  margin-bottom: 0;
}

.cust-form .custom-file-upload {
  position: relative;
  cursor: pointer;
}

.cust-form .custom-file-upload input {
  position: absolute;
}

.cust-form .custom-file-upload .custom-file-label::after {
  display: none;
}

.cust-form .custom-file-upload label {
  color: var(--DarkBlueGrey);
  margin: 0 0 0 33px;
  text-decoration: underline;
}

.cust-form textarea.form-control {
    min-height: 46px;
    height: 46px;
}

.cust-form .form-label {
  margin-bottom: 0;
  color: var(--DarkBlueGrey);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0;
  font-family: var(--fontfutura);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--DarkBlueGrey);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent;
  outline: 0 !important;
  color: var(--DarkBlueGrey) !important;
}

input,
input:focus {
  outline: none;
}

input:focus,
.form-control:focus, input:focus::placeholder {
  box-shadow: none !important;
  color: var(--DarkBlueGrey);
  border-color: var(--DarkBlueGrey);
  outline: 0 !important;
  background: transparent;
}

.form-control {
  border: none;
  border-bottom: 1px solid var(--DarkBlueGrey);
  background-color: transparent;
  border-radius: 0;
  padding: 0px;
  width: 100%;
  padding: 0;
  height: auto;
  color: var(--DarkBlueGrey);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0;
  font-family: var(--fontfutura);
  font-weight: 400;
  min-height: auto;
  padding-bottom: 16px;
  outline: 0 !important;
}

/* cust-radio-box */
.cust-radio-box {
  display: block;
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
  font-size: var(--sm-font-size);
  line-height: 30px;
  letter-spacing: var(--sm-lspacing);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #393734;
  padding-left: 28px;
}

.cust-radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cust-radio-box .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid var(--DarkBlueGrey);
  background-color: transparent;
}

.cust-radio-box:hover input~.checkmark {
  border: 1px solid var(--DarkBlueGrey);
  border-radius: 0;
}

.cust-radio-box .checkmark:after {
  left: 0;
  top: 0px;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: auto;
  display: none;
  padding: 0;
  right: 0;
  background: #1E3748 url("../images/check-blue.png") no-repeat center;
  background-size: 12px;
}

.cust-radio-box input:checked~.checkmark {
  border-color: var(--DarkBlueGrey);
}

.cust-radio-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-radio-box input:checked~.checkmark:after {
  display: block;
}

.file-area {
  width: 100%;
  position: relative;
}

.file-area input[type=file]  {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area input:focus,
.file-area .form-control:focus,
.file-area input:focus::placeholder {
  outline: 0;
  border-color: transparent;
}

.file-area .file-dummy,
.cust-drag-drop-box{
  width: 100%;
  padding: 10px;
  background: #F0F3F4;
  border: 1px dashed var(--DarkBlueGrey);
  text-align: center;
  transition: background 0.3s ease-in-out;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area .default {
  color: var(--RegentGrey);
}

.file-area .default span {
  color: var(--DarkBlueGrey);
  border-bottom: 1px solid var(--DarkBlueGrey);
}

.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

.file-area input[type=file]:focus+.file-dummy {
  outline: 0;
}

.file-area input[type=file]:valid+.file-dummy {
  background-color: rgb(255 255 255 / 30%);
}

.file-area input[type=file]:valid+.file-dummy .success {
  display: inline-block;
}

.file-area input[type=file]:valid+.file-dummy .default {
  display: none;
}