
/*========================================= font =========================================*/

@font-face {
    font-family: graphik-reg;
    src: url(../fonts/Graphik-Regular.otf)
}

@font-face {
    font-family: graphik-bold;
    src: url(../fonts/Graphik-Font/Graphik-Bold.otf)
}

@font-face {
    font-family: 'FoundersGrotesk-Medium';
    src: url(../fonts/FoundersGrotesk-Medium.eot);
    src: url(../fonts/FoundersGrotesk-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/FoundersGrotesk-Medium.svg#FoundersGrotesk-Medium) format("svg"), url(../fonts/FoundersGrotesk-Medium.ttf) format("truetype"), url(../fonts/FoundersGrotesk-Medium.woff) format("woff"), url(../fonts/FoundersGrotesk-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FoundersGrotesk-Regular';
    src: url(../fonts/FoundersGrotesk-Regular.eot);
    src: url(../fonts/FoundersGrotesk-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular) format("svg"), url(../fonts/FoundersGrotesk-Regular.ttf) format("truetype"), url(../fonts/FoundersGrotesk-Regular.woff) format("woff"), url(../fonts/FoundersGrotesk-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url(../fonts/GothamRounded-Book.eot);
    src: url(../fonts/GothamRounded-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamRounded-Book.svg#GothamRounded-Book) format("svg"), url(../fonts/GothamRounded-Book.ttf) format("truetype"), url(../fonts/GothamRounded-Book.woff) format("woff"), url(../fonts/GothamRounded-Book.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GothamRounded-Medium';
    src: url(../fonts/GothamRounded-Medium.eot);
    src: url(../fonts/GothamRounded-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamRounded-Medium.svg#GothamRounded-Medium) format("svg"), url(../fonts/GothamRounded-Medium.ttf) format("truetype"), url(../fonts/GothamRounded-Medium.woff) format("woff"), url(../fonts/GothamRounded-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url(../fonts/HelveticaNeue.eot);
    src: url(../fonts/HelveticaNeue.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue.svg#HelveticaNeue) format("svg"), url(../fonts/HelveticaNeue.ttf) format("truetype"), url(../fonts/HelveticaNeue.woff) format("woff"), url(../fonts/HelveticaNeue.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

/*========================================= root =========================================*/

:root {
    --medix-primary: #eb3300;
    --medix-blue: #0889A9;
    --medix-green: #109C49;
    --medix-yellow: #F7C613;
    --medix-purple: #9C64A5;
    --medix-orange: #eb3300;
    --medix-gray: #585c5d;
    --medix-light: #f7f7f7;
    --medix-link: #5a8ef7;
    --medix-dark: #000000;
}

/*----- reset -----*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: initial;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
}

body {
    position: relative;
    font-family: 'GothamRounded-Book';
    background-color: #ffffff;
    color: #000000;
    color: var(--medix-dark);
    word-wrap: break-word;
}
a {
    color: #eb3300;
    color: var(--medix-primary);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

a:hover {
    color: #5a8ef7;
    color: var(--medix-link);
    text-decoration: none;
}

dl, ol, ul {
    padding-left: 1.5rem;
}

ul li {
    padding-left: .875rem;
}

img {
    max-width: 100%;
    max-height: 100%;
    Object-fit: cover;
    text-align: center;
    margin: 0 auto;
    /* width: 100%; */
    width: auto;
    height: auto;
}

video {
    width: 100%!important;
    height: auto!important;
}

video[poster] {
    object-fit: cover;
}

iframe, embed, object {
    max-width: 100%
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

/*========================================= custom bootstrap =========================================*/

/*----- addon bootstrap -----*/

.bg-black {
    background-color: black !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-text {
    cursor: text;
}

.embed-responsive-26by9::before {
    padding-top: 34.615384%;
}

.rounded {
    border-radius: 1rem !important;
}

.rounded-top {
    border-radius: 1rem 1rem 0 0 !important;
}

.rounded-right {
    border-radius: 0 1rem 1rem 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 1rem 1rem !important;
}

.rounded-left {
    border-radius: 1rem 0 0 1rem !important;
}

.min-w-auto {
    min-width: auto !important;
}

.min-w-100 {
    min-width: 100% !important;
}

.max-w-auto {
    max-width: auto !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.min-h-auto {
    min-height: auto !important;
}

.min-h-100 {
    min-height: 100% !important;
}

.max-h-auto {
    max-height: auto !important;
}

.max-h-100 {
    max-height: 100% !important;
}

.top-0 {
    top: 0 !important;
}

.top-auto {
    top: auto !important;
}

.right-0 {
    right: 0 !important;
}

.right-auto {
    right: auto !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-auto {
    bottom: auto !important;
}

.left-0 {
    left: 0 !important;
}

.left-auto {
    left: auto !important;
}

.list-style-none, ul.list-style-none {
    padding-left: 0;
}

.list-style-none li, ul.list-style-none li {
    list-style: none;
}

/*----- custom bootstrap -----*/

:root {
    --dark: #000000;
}

/*========================================= medix style =========================================*/

/*----- navbar -----*/

.medix-navbar {
    /* height: 112px; */
    padding: 24px 30px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.medix-navbar.navbar-light .navbar-toggler {
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    outline: none;
}

.medix-navbar.navbar-light .navbar-toggler.collapsed i::before {
    content: "\f0c9";
}

.medix-navbar.navbar-light .navbar-toggler i::before {
    content: "\f00d";
}

.medix-navbar.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #000000;
    color: var(--medix-dark);
}

.medix-navbar.navbar-light .navbar-nav li.medix-btn {
    padding: 0;
}

.medix-navbar.navbar-light .navbar-nav li.medix-btn .nav-link {
    color: #ffffff;
    padding: .5rem 1.75rem;
}

.medix-navbar.navbar-light .navbar-nav li.medix-btn:hover .nav-link {
    color: #eb3300;
    color: var(--medix-orange);
}

.medix-navbar ul li:not(.btn) {
    padding-left: 0;
}

.medix-navbar ul li {
    margin-right: 2.5rem;
}

.medix-navbar ul li:last-child {
    margin-right: 0;
}

.medix-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #f7f7f7;
    background-color: var(--medix-light);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

@media (min-width: 1200px) {
    .medix-navbar {
        padding: 36px 50px;
    }
    .medix-navbar .navbar-nav {
        display: flex;
        align-items: center;
    }
    .medix-navbar .navbar-nav .dropdown-menu {
        position: fixed;
        top: 116px;
        width: 100%;
        max-width: 2560px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 16px 20px;
        box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
    }
    .medix-navbar .dropdown-menu.show {
        display: flex;
    }
}

.medix-navbar .dropdown-item-description {
    color: #000000;
    color: var(--medix-dark);
}

.medix-navbar .dropdown-menu .dropdown-item {
    color: #000000;
    color: var(--medix-dark);
    padding: 0;
    border: 0;
    margin: 1.5rem 0;
}

.medix-navbar .navbar-nav .current-menu-parent .nav-link, .medix-navbar .navbar-nav .current-menu-item .nav-link {
    color: #eb3300;
    color: var(--medix-primary);
}

.medix-navbar .dropdown-menu .dropdown-item.active, .medix-navbar .dropdown-menu .dropdown-item:active, .medix-navbar .dropdown-menu .dropdown-item:hover {
    background-color: unset;
    color: #eb3300;
    color: var(--medix-primary);
}

.medix-navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.medix-navbar .menu-item .dropdown-toggle::after {
    margin-left: .5em;
    vertical-align: unset;
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: bold;
    content: "\f078";
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.medix-navbar .menu-item.show .dropdown-toggle::after {
    content: "\f077";
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 18px;
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-title::before {
    content: 'IM';
    width: 50px;
    height: 50px;
    background-color: #eb3300;
    background-color: var(--medix-primary);
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .blue.dropdown-item .dropdown-item-title::before {
    background-color: #0889A9;
    background-color: var(--medix-blue);
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .green.dropdown-item .dropdown-item-title::before {
    background-color: #109C49;
    background-color: var(--medix-green);
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .yellow.dropdown-item .dropdown-item-title::before {
    background-color: #F7C613;
    background-color: var(--medix-yellow);
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .purple.dropdown-item .dropdown-item-title::before {
    background-color: #9C64A5;
    background-color: var(--medix-purple);
}

.medix-navbar .medix-products.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-description {
    margin-top: 1rem;
    font-size: 14px;
    letter-spacing: .73px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .medix-navbar .menu-item-has-children .dropdown-menu .dropdown-item-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .medix-navbar .menu-item-has-children .dropdown-menu {
        flex-wrap: wrap;
    }
    .medix-navbar .menu-item-has-children .dropdown-menu .dropdown-item {
        width: calc(100% / 4);
    }
    .medix-navbar .medix-solutions.menu-item-has-children .dropdown-menu .dropdown-item {
        width: calc(100% / 3);
    }
    .medix-navbar .medix-solutions.menu-item-has-children .dropdown-menu::after {
        content: '';
        width: 100%;
        height: 1px;
        margin: 1rem 30px 1.5rem 30px;
        background-color: #eb3300;
        background-color: var(--medix-primary);
    }
    .medix-navbar .medix-about.menu-item-has-children .dropdown-menu .dropdown-item {
        width: calc(100% / 2);
    }
    .medix-navbar .medix-about.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-title {
        font-size: 18px;
        font-weight: bold;
    }
    .medix-navbar .medix-about.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-content {
        width: 50%;
    }
    .medix-navbar .medix-about.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-description, .medix-navbar .medix-about.menu-item-has-children .dropdown-menu .dropdown-item-learnmore {
        margin-top: 1.5rem;
    }
    .medix-navbar .medix-about.menu-item-has-children .dropdown-menu .dropdown-item:not(:last-child) .dropdown-item-container {
        border-right: #eb3300 solid 1px;
        border-right: var(--medix-primary) solid 1px;
    }
}

@media (max-width: 1199px) {
    .medix-navbar ul li {
        margin-right: 0;
    }
    .medix-navbar .navbar-collapse {
        width: 100%;
        padding: 30px;
        margin: 30px -30px -30px -30px;
        background-color: #f7f7f7;
        background-color: var(--medix-light);
        box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
    }
    .medix-navbar.navbar-light .navbar-nav li:not(:last-child) {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: #CECDCD solid 1px;
    }
    .medix-navbar .dropdown-item-image, .medix-navbar .dropdown-item-learnmore, .medix-navbar .dropdown-item-description {
        display: none;
    }
    .medix-navbar .menu-item-has-children .dropdown-menu {
        padding: 1.5rem 0 1rem 0;
    }
    .medix-navbar .menu-item-has-children .dropdown-menu .dropdown-item {
        margin: .75rem 0;
    }
    .medix-navbar .menu-item-has-children .dropdown-menu .dropdown-item-container {
        padding-left: 0;
        padding-right: 0;
    }
    .medix-navbar .medix-products.menu-item-has-children .dropdown-menu .dropdown-item .dropdown-item-title::before {
        width: 40px;
        height: 40px;
    }
    .medix-navbar.navbar-light .navbar-nav li.medix-btn {
        margin-top: 1rem;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

/*----- site logo -----*/

.medix-site-logo {
    width: 198px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.medix-site-logo a {
    height: 32px;
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-indent: 100%;
}

/*----- container -----*/

.medix-container-fluid {
    position: relative;
    max-width: 2560px;
    margin: 0 auto;
}

/*----- card -----*/

.medix-card {
    border: none;
    box-shadow: 0 2px 16px 0 rgba(186, 186, 186, 0.5);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.medix-card:hover {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, .1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, .1), 0 0.25rem 0.53125rem rgba(90, 97, 105, .12), 0 0.125rem 0.1875rem rgba(90, 97, 105, .1);
}

/*----- text & bg color -----*/

.medix-bg-fill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    height: auto;
    /* object-fit: contain; */
}

.medix-bg-primary {
    background-color: #eb3300 !important;
    background: var(--medix-primary) !important;
}

.medix-bg-blue {
    background-color: #0889A9 !important;
    background: var(--medix-blue) !important;
}

.medix-bg-green {
    background-color: #109C49 !important;
    background: var(--medix-green) !important;
}

.medix-bg-yellow {
    background-color: #F7C613 !important;
    background: var(--medix-yellow) !important;
}

.medix-bg-orange {
    background-color: #eb3300 !important;
    background: var(--medix-orange) !important;
}

.medix-bg-purple {
    background-color: #9C64A5 !important;
    background: var(--medix-purple) !important;
}

.medix-bg-gray {
    background-color: #585c5d !important;
    background: var(--medix-gray) !important;
}

.medix-bg-light {
    background-color: #f7f7f7 !important;
    background-color: var(--medix-light) !important;
}

.medix-bg-white {
    background-color: #ffffff !important;
}

.medix-text-primary {
    color: #eb3300 !important;
    color: var(--medix-primary) !important;
}

.medix-text-blue {
    color: #0889A9 !important;
    color: var(--medix-blue) !important;
}

.medix-text-green {
    color: #109C49 !important;
    color: var(--medix-green) !important;
}

.medix-text-yellow {
    color: #F7C613 !important;
    color: var(--medix-yellow) !important;
}

.medix-text-purple {
    color: #9C64A5 !important;
    color: var(--medix-purple) !important;
}

.medix-text-orange {
    color: #eb3300 !important;
    color: var(--medix-orange) !important;
}

.medix-text-gray {
    color: #585c5d !important;
    color: var(--medix-gray) !important;
}

.medix-text-light {
    color: #f7f7f7 !important;
    color: var(--medix-light) !important;
}

.medix-text-white {
    color: #ffffff !important;
}

.medix-link {
    color: #5a8ef7 !important;
    color: var(--medix-link) !important;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.medix-link:hover {
    color: #eb3300 !important;
    color: var(--medix-orange) !important;
}

.medix-text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medix-text-nowrap:hover {}

/*----- btn -----*/

.medix-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: .65rem 1.75rem;
    border-radius: .5rem;
    text-align: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.medix-btn-primary {
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-primary);
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-primary);
}

.medix-btn-primary:hover {
    color: #eb3300 !important;
    color: var(--medix-primary) !important;
    background: #ffffff;
}

.medix-btn-outline-primary {
    color: #585c5d !important;
    color: var(--medix-dark) !important;
    background: #ffffff;
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-primary);
}

.medix-btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-primary);
}

.medix-btn-blue {
    color: #ffffff !important;
    background-color: #0889A9;
    background: var(--medix-blue);
    border: 2px solid #0889A9;
    border: 2px solid var(--medix-blue);
}

.medix-btn-blue:hover {
    color: #0889A9 !important;
    color: var(--medix-blue) !important;
    background: #ffffff;
}

.medix-btn-green {
    color: #ffffff !important;
    background-color: #109C49;
    background: var(--medix-green);
    border: 2px solid #109C49;
    border: 2px solid var(--medix-green);
}

.medix-btn-green:hover {
    color: #109C49 !important;
    color: var(--medix-green) !important;
    background: #ffffff;
}

.medix-btn-yellow {
    color: #ffffff !important;
    background-color: #f7c613;
    background: var(--medix-yellow);
    border: 2px solid #f7c613;
    border: 2px solid var(--medix-yellow);
}

.medix-btn-yellow:hover {
    color: #f7c613 !important;
    color: var(--medix-yellow) !important;
    background: #ffffff;
}

.medix-btn-purple {
    color: #ffffff !important;
    background-color: #9c64a5;
    background: var(--medix-purple);
    border: 2px solid #9c64a5;
    border: 2px solid var(--medix-purple);
}

.medix-btn-purple:hover {
    color: #9c64a5 !important;
    color: var(--medix-purple) !important;
    background: #ffffff;
}

.medix-btn-orange {
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-orange);
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-orange);
}

.medix-btn-orange:hover {
    color: #eb3300 !important;
    color: var(--medix-orange) !important;
    background: #ffffff;
}

.medix-btn-outline-orange {
    color: #eb3300 !important;
    color: var(--medix-dark) !important;
    background: #ffffff;
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-orange);
}

.medix-btn-outline-orange:hover {
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-orange);
}

.medix-btn-gray {
    color: #ffffff !important;
    background-color: #585c5d;
    background: var(--medix-gray);
    border: 2px solid #585c5d;
    border: 2px solid var(--medix-gray);
}

.medix-btn-gray:hover {
    color: #585c5d !important;
    color: var(--medix-gray) !important;
    background: #ffffff;
}

/*----- overlay -----*/

.medix-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #393939;
    opacity: .4;
}

/*----- section -----*/

.medix-section {
    position: relative;
}

.medix-section-container {
    padding: 50px;
}

.medix-section-container-col {
    padding: 70px;
}

.medix-section-title {
    font-weight: 400;
    letter-spacing: .27px;
    margin-bottom: 0;
}

.medix-section p, .medix-section-content, .medix-section-content p {
    font-size: 14px;
    letter-spacing: .73px;
    line-height: 22px;
    font-family: 'HelveticaNeue';
}

.medix-section-content p:last-child {
    margin-bottom: 0;
}

.medix-section-img {
    min-height: 420px !important;
}

.medix-section-img img {
    object-position: top center;
}

.medix-section-product-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .medix-section-img {
        min-height: 320px !important;
    }
    .medix-section-product-icon {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }
    .medix-section-container-col.no-gutters {
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .medix-section-container {
        padding: 25px;
    }
    .medix-section-container-col {
        padding: 35px;
    }
}

.medix-footer a {
    color: #000000;
    color: var(--medix-dark);
}

.medix-footer a:hover {
    color: #eb3300;
    color: var(--medix-primary);
}

@media (max-width: 575px) {}

/*----- animation -----*/

.fourSquaresAnimation {
    height: 150px;
    width: 150px;
}

.fourSquaresAnimation div {
    animation: rotate-all 2s 0 infinite linear alternate;
}

.fourSquaresAnimation .div1 {
    width: 50px;
    height: 50px;
    position: relative;
    margin: auto;
    animation: square-to-circle 2.5s .5s infinite cubic-bezier(1, .015, .295, 1.225) alternate-reverse;
}

.fourSquaresAnimation .div2 {
    width: 50px;
    height: 50px;
    position: relative;
    margin: auto;
    animation: square-to-circle2 2.5s .42s infinite cubic-bezier(1, .015, .295, 1.225) alternate-reverse;
}

.fourSquaresAnimation .firstSquare {
    background-color: #0889A9;
    background-color: var(--medix-blue);
}

.fourSquaresAnimation .secondSquare {
    right: 50px;
    background-color: #109C49;
    background-color: var(--medix-green);
}

.fourSquaresAnimation .thirdSquare {
    background-color: #f7c613;
    background-color: var(--medix-yellow);
}

.fourSquaresAnimation .fourthSquare {
    bottom: 100px;
    left: 50px;
    background-color: #9c64a5;
    background-color: var(--medix-purple);
}

.fourSquaresAnimation.sm {
    height: 60px;
    width: 60px;
}

.fourSquaresAnimation.sm .div1, .fourSquaresAnimation.sm .div2 {
    height: 20px;
    width: 20px;
}

.fourSquaresAnimation.sm .secondSquare {
    right: 20px;
}

.fourSquaresAnimation.sm .fourthSquare {
    bottom: 40px;
    left: 20px;
}

@keyframes square-to-circle {
    0% {
        border-radius: 0 0 0 0;
        transform: rotate(45deg);
    }
    25% {
        border-radius: 50% 0 0 0;
        transform: rotate(135deg);
    }
    50% {
        border-radius: 50% 50% 0 0;
        transform: rotate(180deg);
    }
    75% {
        border-radius: 50% 50% 50% 0;
        transform: rotate(315deg);
    }
    100% {
        border-radius: 50%;
        transform: rotate(404deg);
    }
}

@keyframes square-to-circle2 {
    0% {
        border-radius: 0 0 0 0;
        transform: rotate(45deg);
    }
    25% {
        border-radius: 0 0 50% 0;
        transform: rotate(135deg);
    }
    50% {
        border-radius: 0 0 50% 50%;
        transform: rotate(180deg);
    }
    75% {
        border-radius: 50% 0 50% 50%;
        transform: rotate(315deg);
    }
    100% {
        border-radius: 50%;
        transform: rotate(404deg);
    }
}

/*========================================= custom plugin =========================================*/

/*----- formidable -----*/

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    background-color: #ffffff;
    border: 1px solid #979797;
    width: 100%;
    height: 41px;
    border-radius: 0;
    font-size: 12px;
    font-family: 'HelveticaNeue';
    color: #000;
}

.frm_style_formidable-style.with_frm_style textarea{
    height: 200px;
}

.frm_style_formidable-style.with_frm_style select {
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,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czp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRpc3BsYXkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWVmMTg3ZTUtMWVmNy00NzlhLWE1Y2QtMmVkMTE5NjQ2Y2ZmIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTRmNTk5YTMtYTc1Zi05NDQxLTk3ZDQtMmY3OTNjNWQ3NTI3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2FmYmY3ZWYtNWFiOS00MTk4LWFjODUtNzY2NzE2NDk2ODM1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYWZiZjdlZi01YWI5LTQxOTgtYWM4NS03NjY3MTY0OTY4MzUiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ZWYxODdlNS0xZWY3LTQ3OWEtYTVjZC0yZWQxMTk2NDZjZmYiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTk6MDgtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr46tjAAAACBSURBVCjPY/j//z8DOgaCVVjFsSgMB2IQIxuvYiBgBuJHUMXfgVgCn+I+qEIYXoxVMRBYoymEYX9sio/hUHz79+/fCMVAUIxDIQy3Q9UxyAPxPwKKQdgEHKZAfI4IvJ8BW+DjwoNFMUkeJCnoSIoUkqOb5IREUhIlOfGTlK0IZVgAkODRpD7i30MAAAAASUVORK5CYII=);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 11px;
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
    padding: 0;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 1rem;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: .5rem 1.75rem;
    border-radius: .5rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: block;
    width: 100%;
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-primary);
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-primary);
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
    color: #eb3300 !important;
    color: var(--medix-primary) !important;
    background: #ffffff;
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-primary);
}

.frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset {
    padding-bottom: 0;
}



@media (max-width: 575px) {}

/*----- owl carousel2 -----*/

.owl-theme .owl-stage {
    display: flex;
    align-items: center;
}

.owl-theme.gallery .owl-stage {
    display: block;
    padding: 0;
}

.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    display: flex;
    outline: 0;
}

.owl-theme.gallery .owl-nav [class*='owl-'] {
    position: absolute;
    top: calc(50% - 44px);
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*='owl-'] span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    width: 44px;
    height: 44px;
    margin: 0 .5rem;
    background: rgba(235, 51, 0, .5);
    color: #ffffff;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
}

.owl-theme .owl-nav [class*='owl-'] span i {
    font-size: 24px;
}

.owl-theme .owl-nav [class*='owl-'] span:hover {
    background: rgba(235, 51, 0, .8);
    color: #ffffff;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: 10px; */
}

.owl-theme .owl-dots {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 0;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #eb3300;
    background: var(--medix-primary);
}

/* .owl-theme .owl-item .embed-responsive + .owl-caption-container {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.owl-theme .owl-item .embed-responsive + .owl-caption-container .owl-caption {
    width: 100%;
    margin: 0;
    padding: .25rem 1rem;
    background-color: rgba(255, 255, 255, .7);
    color: var(--medix-primary);
    font-size: 14px;
    line-height: 24px;
} */

.owl-theme .owl-caption {
    width: 100%;
    margin: 0;
    padding: .5rem 1rem;
    border-left: #eb3300 solid .375rem;
    border-left: var(--medix-primary) solid .375rem;
    background-color: #f7f7f7;
    background-color: var(--medix-light);
    color: #eb3300;
    color: var(--medix-primary);
    font-size: 14px;
    line-height: 24px;
}

/*----- easy load more -----*/

.elm-wrapper {
    margin: 3rem 0 0 0;
    text-align: center;
}

.elm-button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: .5rem 1.75rem;
    border-radius: .5rem;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #000000 !important;
    color: var(--medix-dark) !important;
    background: #ffffff;
    border: 2px solid #eb3300;
    border: 2px solid var(--medix-primary);
}

.elm-button:hover {
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-primary);
    opacity: .8;
}

.elm-button:focus {
    color: #ffffff !important;
    background-color: #eb3300;
    background: var(--medix-primary);
}

.elm-loading-icon {
    fill: #eb3300;
    fill: var(--medix-primary);
    stroke: #eb3300;
    stroke: var(--medix-primary);
}

.elm-button:hover .elm-loading-icon, .elm-button:focus .elm-loading-icon {
    fill: #ffffff;
    stroke: #ffffff;
}

/*----- timeline -----*/

.timeline {
    margin-right: -70px;
}

.timeline__content h2 {
    color: #eb3300;
    color: var(--medix-primary);
    font-family: 'GothamRounded-Medium';
    font-size: 40px;
}

.timeline__content {
    border: none;
    padding: 0;
    color: #000;
    font-family: 'HelveticaNeue';
    font-size: 14px;
    letter-spacing: .73px;
    line-height: 22px;
}

.timeline__content:before {
    content: none;
}

.timeline-nav-button {
    background: #eb3300;
    background: var(--medix-primary);
    opacity: 1;
    border: none;
    outline: none;
    width: 80px;
    height: 80px;
}

.timeline-nav-button.timeline-nav-button--next {
    width: 40px;
    height: 40px;
}

.timeline--horizontal .timeline__item {
    width: 18%!important;
}

.timeline--horizontal .timeline__item:after {
    background-color: #eb3300;
    background: var(--medix-primary);
    border: none;
    left: 0;
    width: 40px;
    height: 40px;
}

.timeline--horizontal .timeline-divider {
    background-color: #ababab;
    height: 6px;
}

.timeline-nav-button:disabled {
    opacity: 1;
    background-color: #f89d8b;
}

.timeline--horizontal .timeline__item {
    padding: 0 0 2.75rem;
}

.timeline--horizontal .timeline__item--bottom {
    padding: 2.75rem 0 0;
}

/*========================================= font size =========================================*/

.medix-section-title {
    font-size: 24px;
    line-height: 34px;
}

.fs-lg-45 {
    font-size: 45px !important;
    line-height: 55px !important;
}

@media screen and (min-width: 320px) {
    /*.medix-section-title {
        font-size: calc(24px + 8 * ((100vw - 320px) / 960));
        line-height: calc(30px + 8 * ((100vw - 320px) / 960));
    }*/
}

@media screen and (min-width: 992px) {
    .medix-section-title {
        font-size: 30px;
        line-height: 36px;
    }
    .fs-lg-45{
        font-size: unset;
        line-heighr: unset
    }
}
