/*
Theme Name: HHUS-DOC
Theme URI: https://wordpress.org/themes/deptofcreative/
Author: DeptofCreative
Description: Specially designed for the HHUS Handheld Ultrasound Marketing Site.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.31
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deptofcreative
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


@font-face {
    font-family: 'GE Inspira Sans';
    src: url('assets/fonts/GEInspiraSans-Regular-v01.eot');
    src: url('assets/fonts/GEInspiraSans-Regular-v01.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/GEInspiraSans-Regular-v01.woff2') format('woff2'),
         url('assets/fonts/GEInspiraSans-Regular-v01.woff') format('woff'),
         url('assets/fonts/GEInspiraSans-Regular-v01.ttf')  format('truetype'),
         url('assets/fonts/GEInspiraSans-Regular-v01.svg#GE Inspira Sans') format('svg');
}
@font-face {
    font-family: 'GE Inspira Serif';
    src: url('assets/fonts/GEInspiraSerif-Bold-v01.eot');
    src: url('assets/fonts/GEInspiraSerif-Bold-v01.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/GEInspiraSerif-Bold-v01.woff2') format('woff2'),
         url('assets/fonts/GEInspiraSerif-Bold-v01.woff') format('woff'),
         url('assets/fonts/GEInspiraSerif-Bold-v01.ttf')  format('truetype'),
         url('assets/fonts/GEInspiraSerif-Bold-v01.svg#GE Inspira Serif') format('svg');
}
body {
    font-family: 'GE Inspira Sans', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    color: #212121;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
html{
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #212121;
    outline: none;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #00b5e2;
    outline: none;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}
a.btn:hover,
a.btn:focus{
    text-decoration: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none;
}
ul li,
ol li {
    list-style-position: inside;
}
.cursor-pointer{
    cursor: pointer;
}
.btn{
    text-transform: uppercase;
    padding: 9px;
    background:transparent;
    border: 2px solid #00b5e2;
    color: #00b5e2;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn:hover{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}
.btn.light-blue-outline-btn:hover{
    background: #00b5e2;
    color: #ffffff;
    text-decoration: none;
}
.btn.dark-blue-outline-btn {
    color: #145fb8;
    border-color: #145fb8;
}
.btn.dark-blue-outline-btn:hover {
    background: #145fb8;
    color: #ffffff;
    text-decoration: none;
}
.btn.red-btn {
    background: #ee4e34;
    border: #ee4e34;
    color: #ffffff;
}
.banner-content .btn:hover,
.btn.red-btn:hover,
.btn.btn-zoom-hover:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}
.contact-us-mobile{
    border: 2px solid #ffffff !important;
}
.popup-btn-zoom-hover:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}
body.modal-open {
    padding-right: 0 !important;
}
.text-blue{
    color: #00b5e2;
}
/* header */
.main-header {
    background: #606D84;
    height: 75px;
    border-color: rgba(255,255,255,0.30);
}
.main-header .navbar-toggler{
    font-size: 25px;
    color: #ffffff;
    padding: 0;
    border: none;
    order: 1;
}
.logo img{
    width: 52px;
    height: 52px
}
.main-menu {
    min-height: 62px;
}
.main-menu li a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 13px;
    letter-spacing: 0.5px;
}
.main-menu li:hover > a,
.main-menu li > a:hover,
.main-menu li:hover > a:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    font-weight: 700;
}
.main-menu li.current-menu-ancestor > a,
.main-menu li.current-menu-item > a{
    font-weight: 700;
}
.main-menu li a:hover,
.main-menu li a:focus{
    text-decoration: none
}
.main-menu .sub-menu-toggle{
  display: none;
}
/*.main-menu li.menu-item-has-children:hover:after{
    content: "";
    height: 0;
    position: absolute;
    bottom: -10px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 0;
    z-index: 2;
    width: 0;
}*/
.main-menu .menu-header-menu-container > ul > .menu-item > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-nav .btn{
    padding: 6px 22px;
    color: #ffffff;
    line-height: 14px;
    border: 1px solid #ffffff;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.navbar-nav .btn.orange-btn{
    border-color: #FE5000;
    background-color: #FE5000;
}
.navbar-right .menu-item{
    margin-left: 10px;
}
.main-menu .sub-menu li {
    list-style: none;
}
@keyframes menu_animation_slide {
    from {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: left top;
    }

    50% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left top;
    }
}
.main-menu .sub-menu{
    display: none;
    visibility: hidden;
    list-style: none;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
    background-color: #606D84;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: 2px solid #fff;
}
.main-menu .sub-menu,
.main-menu .menu-header-menu-container > ul > li:hover > .sub-menu{
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: menu_animation_slide;
    -moz-animation-name: menu_animation_slide;
    -o-animation-name: menu_animation_slide;
    animation-name: menu_animation_slide;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.main-menu .menu-header-menu-container > ul > li:hover > .sub-menu{
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    visibility: visible;
}
/* .main-menu .menu-header-menu-container > ul > li > .sub-menu{
    margin-left: 9%;
} */
.main-menu .sub-menu:after,
.main-menu .sub-menu:before {
    content: "";
    background: #606D84;
    width: 100%;
    position: absolute;
    display: inline-block;
    height: 100%;
    height: calc(100% + 2px);
    top: 0;
    border-top: 2px solid #fff;
    margin-top: -2px;
}
.main-menu .sub-menu:after {
     right: -100%;
}
.main-menu .sub-menu:before {
     left: -100%;
}
.main-menu .sub-menu li.menu-item {
    min-width: 33.33%;
    float: left;
    margin-bottom: 15px
}

/* banner */
.main-banner h1 {
    color: #00b5e2;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}
.main-banner h6{
    color: #00b5e2;
    font-size: 14px;
    margin-bottom: 30px;
}
.main-banner h2{
    line-height: 1.3em;
    color: #fff;
    font-size: 36px;
    margin-bottom: 24px;
}
.banner-wrapper{
    background-image: url(assets/images/banner-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.main-banner{
    background: #13294b;
    background: linear-gradient(180deg,#13294b 0%,#000102 100%);
}
.banner-img img{
    max-width: 100%;
}
.banner-content{
    padding: 58px 0;
}
.banner-img {
    position: absolute;
}
.banner-content .btn{
    min-width: 264px;
    padding: 9px;
    background:transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}
/*probe-wrapper*/
.probe-wrapper{
    padding: 100px 0;
}
.vscan-extend-needs{
	border-bottom: 5px solid #00B8E2;
}
.probe-content h2,
.section-title h2{
    color: #2e2e2e;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0.692em;
}
.section-title h2{
    margin-bottom: 0.85em;   
}
.probe-content p{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #2e2e2e;
}
.probe-image-block img{
    max-width: 100%
}
.probe-content .button-actions{
    max-width: 210px;
}
.image-360-modal .modal-content,
.modal-popup .modal-content{
    height: 83vh;
    background: rgba( 255, 255, 255, 0.95);
}
.img-360-block img{
    max-height: 72vh;
}
.close-btn {
    right: 5px;
    top: 5px;
    font-size: 22px;
    line-height: 1;
    -webkit-text-stroke: 0.5px #f3f3f4;z-index: 1;
}
.modal-backdrop.show{
    opacity: 0.9
}
/* extend-detail */
.dark-blue-gradient-bg{
    background: #000102;
    background: linear-gradient(0deg , #000102 0%, #13294b 50%, #000102 100%);
    -webkit-box-shadow: 0px -10px 15px 0px rgb(0 184 226 / 64%);
    -moz-box-shadow: 0px -10px 15px 0px rgba(0, 184, 226, 0.64);
    box-shadow: 0px -10px 15px 0px rgb(0 184 226 / 64%);
}
.select-system-wrapper,
.extend-detail-wrapper{
    padding: 90px 0;
}
.extend-detail-wrapper h2{
    color: #ffffff;
}
.horizontal-tabs .nav-pills {
    background: #58657A;
    border-radius: 50px;
}
.horizontal-tabs .nav-pills .nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    min-height: 45px;
}
.horizontal-tabs .nav-pills .nav-link.active {
    border-radius: 50px;
    background: #00b6e2;
}
.media-img img{
    width: 100px
}
.horizontal-tabs .tab-content .media-body{
    color: #ffffff;
}
.horizontal-tabs .media-body h5,
.app-feature-box h3 {
    font-size: 17px;
}
.horizontal-tabs .media-body ul{
    padding: 0;
}
.dimentions-row {
    display: inline-block;
}
.dimentions-block {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.dimentions-img-block img{
    max-width: 100%;
}
.search-icon{
    left: 50%;
    top: 50%;
    display: none;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #00B6E2
}
.vertical-tab-img-box:hover .search-icon,
.dimentions-img-block:hover .search-icon{
    display: block;
}
.preview-app-popup.modal .close-btn,
.vertical-tab-content-wrapper .modal .close-btn,
.dimentions-block .modal .close-btn {
    color: #fff;
    right: 30px;
    top: 36px;
    -webkit-text-stroke: inherit;
}
.transducers-img-box {
    width: 90px;
    height: 90px;
    background: #E8E8E8;
    border-radius: 21px;
}
.transducers-img-box img{
    filter: invert(0.4) sepia(0) saturate(1) hue-rotate(0deg) brightness(1.3);
    max-width: 100%;
}
.transducers-box label {
    letter-spacing: 0px;
    font-size: 14px;
    padding: 0px 5px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #63666a;
}
.transducers-box:hover .transducers-img-box{
    background: #00B5E2;
}
.transducers-box:hover .transducers-img-box img{
    filter: invert(1);
}
.transducers-box:hover label{
    color: #00B5E2;
}
.two-transducers-content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 34px;
    color: #000000;
}
.two-transducers-content h3 {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 0.692em;
    color: #000000;
}
.two-transducers-wrapper {
    padding: 60px 0;
}
.clinical-img-block {
    position: relative;
    padding: 72px 32px 145px;
    margin-bottom: 61px;
}
.clinical-img-block:before {
    content: "";
    background: url(assets/images/mobile-cover.png) center top no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
}
.clinical-img-caption {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
}
.clinical-see-more-img {
    color: #fff;
    min-height: 271px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 177px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.clinical-img-caption h5 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 0;
}
.carousel-prev,.carousel-next {
    transform: scaleY(1.8) translate(-50%);
    height: fit-content;
    font-size: 2em;
    transition: 0.5s;
    cursor: pointer;
    position: absolute;
    top: 41%;
    z-index: 9999;
}
.carousel-prev{
    left: -40px;
}
.carousel-next{
    right: -40px;
}
/*call to action*/
.call-to-action{
    background-color: #595959;
    padding-top: 20px;
    padding-bottom: 20px;
}
.call-to-action-text h2{
    color: #ffffff;
    font-size: 32px;
}
.call-to-action-btn .btn{
    font-size: 15px;
    border: 0px;
    padding: 9px 18px;
    color: #ffffff;
    background-color: #FE5000;
    font-weight: bold;
    letter-spacing: 0;
}
.call-to-action-btn .btn:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.transducers-main-img{
    text-align: right;
}
.modal-header h3{
    font-size: 26px;
   line-height: 1
}
.modal-header img {
    width: 45px;
    vertical-align: middle;
    float: left;
    margin-top: -9px;
}
.modal-popup-block img {
    max-height: 36vh;
}

/*footer*/
.main-footer{
    background-color: #f4f5f9;
    padding: 40px 0;
    float: left;
    width: 100%;
    clear: both;
}
.footer-links h4 {
    line-height: 24px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.footer-links h4 .footer-submenu-icon{
    font-size:12px
}
.footer-links ul {
    padding: 0;
    list-style: none
}
.footer-links ul a{
    line-height: 23px;
    font-size: 14px;
}
.footer-links ul a:hover{
    text-decoration: none;
}
.font-weight-bold.footer-links ul a{
    font-weight: bold;font-size: 15px;color: #000000;
}
.footer-links.font-weight-bold li {
    margin-bottom: 7px;
}
.social-icon .fab {
    font-size: 18px;
}
.social-icon {
    width: 3.5em;
    height: 3.5em;
    line-height: 1;
    background: #00b5e2;
    color: #ffffff;
}
.social-links li{
    display: inline-block;
    margin-right: 10px
}
.social-links{
    text-align: center;
}
.social-links .small{
    font-size: 8px;
    line-height: 1.5;
}
@-webkit-keyframes pulse {
    from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes pulse {
    from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
.social-links ul a:hover .social-icon  i,
.social-links ul a:hover .social-icon  em{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
/*app access*/
.instatnt-apps-container .section-title {
    padding-bottom: 30px;
}
.no-margin{
    margin: 0;
}
.instant-app-access-wrapper {
    background: rgba(0,0,0,0.01);
    background: radial-gradient(rgb(19,41,75) 0%,rgb(8,13,19) 100%);
    position: relative;
    padding-top: 100px;
    clear: both;
    float: left;
    width: 100%;
}
.instant-app-access-wrapper:before {
    content: "";
    background-color: #000102;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.instatnt-apps-container .section-title h2 {
    color: #fff;
}
.vertical-tabs .nav .nav-link {
    color: #FFF;
    background-color: rgba(255,255,255,0.25);
    border-radius: 10px;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 14px;
    text-align: center;
}
.vertical-tabs .nav .nav-link.active {
    background: #00b6e2;
}
.vertical-tabs .tab-content{
    border: 2px solid #22395d;
    border-radius: 10px;
    padding: 29px;
    margin-left: 17px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 17px);
    justify-content: center;
    height: 100%;
    align-items: center;
}
.vertical-tab-content h3 {
    font-weight: 600;
    color: #00b6e2;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0px;
    margin-bottom: 0.692em;
}
.subtitle {
    color: #ffffff;
    background-color: #00BF6F;
    padding: 5px 20px;
    border-radius: 7px;
    font-weight: 300;
    line-height: 18px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 24px;
}
.available-btn.subtitle{
    background-color: #FE5000;
}
.vertical-tab-content{
    color: #ffffff;
}
.vertical-tab-content p{
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 24px;
}
.vertical-tab-content > p{
    max-height: 100px;
    overflow-y: auto;
    margin-bottom: 0;
    min-height: 100px;
}
.app-access-bottom {
    margin: 0 -1%;
}
.apps-block{
    min-height: 180px;
    border-radius: 15px;
    margin: 1%;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 2%;
    padding-top: 5%;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 31.3%;
    width: calc((100% / 3) - 2%);
    max-width: 200px;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.apps-block:hover {
    background-color: #00b6e2;
}
.apps-img-box img{
    width: 100%
}
.apps-img-box {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    position: relative;
}
.vdo-play-icon {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 23px;
}
.apps-block-content {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 100%;
}
.apps-block-content h3 {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}
.buy-vscan-extend,
.buy-lvivo {
    border-radius: 15px;
    padding: 3px 5px;
    margin-top: 5px;
    display: block;
    color: #fff;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0;
}
.buy-vscan-extend{
    background-color: #005eb8;
    border-color: #005eb8;
}
.buy-lvivo{
    background: #FE5000;
    border-color: #FE5000
}
.buy-vscan-extend:hover,
.buy-lvivo:hover{
    color: #ffffff;
}
.vertical-tab-content-wrapper {
    max-width: 690px;
    margin: 0 auto;
}
.vertical-tab-img-box img{
    max-width: 100%;
    max-height: 100%;
}
.grid-block {
    background-color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    padding: 1.5px;
}
.grid-block img {
    max-width: 100%;
}
.grid-block h3 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.grid-block .btn{
    background-color: transparent;
    border: 2px solid #00b5e2;
    color: #00b5e2;
    min-width: 129px
}
.grid-block .btn:hover{
    background: #00b5e2;
    color: #fff;
}
.grid-block > .row{
    -webkit-align-items: center;
    align-items: center;
}
.grid-blocks-left .grid-block:first-child > .row img{
    height: 250px;
    max-width: unset;
}
.grid-blocks-left .grid-block:last-child > .row > div:first-child{
    order:1;
}
.vertical-tabs {
    margin-bottom: 50px;
}
.vertical-tab-img-box {
    height: 388px;
}
.grid-blocks-right .grid-block ,
.grid-blocks-right .grid-block h3{
    text-align: left;
    margin-bottom: 15px;
}
.grid-blocks-right .grid-block .col-12:last-child {
    padding: 41px 48px 22px;
}
.grid-blocks-right .btn {
    background-color: #ee4e34;
    border: 0px solid #ee4e34;
    padding: 9px 26px;
    color: #ffffff;
    margin-top: 20px;
}
.grid-blocks-right .btn:hover {
    background-color: #ee4e34;
    border: 0px solid #ee4e34;
    transform: scale(1.06);
    color: #ffffff
}
.grid-blocks-right{
    margin-left: -8px;
}
.tagline,
.three-boxes > p{
    font-size: 10pt;
    color: #ffffff;
    padding: 10px 0;
}
/*bottom footer*/
.bottom-footer-wrapper{
    color: #ffffff;
    background-color: rgba(18,41,75,1);
        padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
        display: inline-block;
    width: 100%;
    float: left;
}
.bottom-footer-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.bottom-footer-wrapper ul li{
    float: left;margin: 0 8px;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-right: 15px;
    line-height: 1;
}
.left-footer a {
    font-size: 18px;
    font-weight: 900;
    color: #00b5e2;
}
.left-footer a:hover{
    text-decoration: none;
}
.copy-rights {
    font-weight: bold;
}
.left-footer i.fas {
    margin-right: 10px;
    color: #00b5e2;
    font-size: 22px;
    vertical-align: middle;
    margin-top: -4px;
}
.left-footer li:last-child{
    border-right:0;
}
.right-footer li a {
    color: #00b5e2;
}
.right-footer li a:hover{
    text-decoration:none;
    font-weight:bold;
}
.bottom-footer-wrapper .right-footer ul li{
    border-right:0;
    padding: 0
}
.right-footer li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.right-footer {
    float: right;
}
.bottom-footer-wrapper ul li:first-child {
    margin-left: 0;
}
.product-item-block {
    background: #fff;
    padding: 5px 14px;
}
.product-title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.product-desc {
    min-height: 75px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0px;
    font-size: 15px;
}
.product-price {
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0px;
    font-size: 15px;
}
.read-more {
    color: black;
    margin-bottom: 30px;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.btn.product-learn-more,
.btn.product-buy-now{
    font-weight: bold;
    border-radius: 50px;
    padding: 4px 10px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 13px;
    min-width: 120px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.btn.product-buy-now{
    color: #005eb8;
    border: 2px solid #005eb8;
}
.btn.product-learn-more{
    color: #49b7e2;
    border: 2px solid #49b7e2;
}
.btn.product-buy-now:hover{
    background: #005eb8;
    color: #ffffff;
}
.btn.product-learn-more:hover{
    background: #49b7e2;
    color: #ffffff;
}
.product-items.owl-carousel .owl-nav [class*='owl-']{
    transform: scaleY(1.8) translateY(-50%);
    height: fit-content;
    font-size: 2em;
    transition: 0.5s;
    cursor: pointer;
    color: #AEB5C1;
    position: absolute;
    top: 50%;
    display: block;
}
.product-items.owl-carousel .owl-nav [class*='owl-']:hover{
    color: #ffffff;
}
.product-items.owl-carousel .owl-nav [class*='owl-'].disabled{
    display: none
}
.product-items.owl-carousel .owl-nav .owl-prev{
    left: -42px;
}
.product-items.owl-carousel .owl-nav .owl-next{
    right: -42px;
}
.product-items.owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    background: #808183;
    border-radius: 100%;
    margin: 0 5px;
}
.product-items.owl-carousel button.owl-dot.active{
    background: #ffffff
}
.product-items.owl-carousel .owl-dots{
    text-align: center;
    margin-top: 50px;
}
.product-item-footer{
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}
.product-slider-wrapper{
    padding: 0 41px;
}
.product-desc .more-text {
    display: none;
}
.modal-body-content h3{
    font-size: 25px;
}
.modal-body-content p{
    font-size: 16px;
    line-height: 18px;
}
.vertical-tab-content .modal-body-content h3,
.vertical-tab-content .modal-body-content p{
    color: #111111;
}
.vscan-demo-content {
    margin-bottom: 32px;
    color: #111111;
}
.vscan-demo-content h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 17px;
    color: #111111;
}
.vscan-demo-content p{
    line-height: 24px;
    font-size: 15px;
}
.vscan-demo-block:hover .vscan-demo-content,
.vscan-demo-block:hover .vscan-demo-content h3,
.vertical-tab-content .modal-body-content .vscan-demo-block:hover p{
    color: #ffffff;
}
.demo-link {
    padding: 15px 10px;
    font-size: 17px;
    border-color: #00b5e2;
    color: #00b5e2;
    margin-bottom: 30px;
}
.demo-link:hover{
    background: #00b5e2 !important;
    color: #ffffff;
}
.vscan-demo-block .demo-link{
    font-size:13px;
    padding:13px 10px;
}
.vscan-demo-img img{
    width: 100%;
    height: auto
}
.pricing-popup .vscan-demo-img img{
    max-width: 100%;
    height: auto;
    max-height: 160px;
    width: auto;
}
.vscan-demo-popup .modal-header {
    color: #ffffff;
    text-shadow: 0px 0px 0px rgb(2 2 2 / 23%);
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    background: #606D84;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.vscan-demo-popup .modal-header h5{
    font-weight: 600;
    font-size: 22px;
}
.vscan-demo-popup .close{
    top: 9px;
    font-size: 19px;
    color: #fff;
    right: 9px;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    opacity: 1;margin-top: 0;
}
.vscan-demo-popup .close:hover{opacity: 1}
.vscan-demo-block:hover{
    background: rgba(19, 41, 75,0.55);color: #ffffff
}
.buy-now-link {
    border-color: #125eb8;
    color: #125eb8;
    min-width: 125px;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    margin-bottom: 20px;
}
.buy-now-link:hover,
.vscan-demo-block:hover .buy-now-link{
    background: #125eb8;
    color: #ffffff;
}
.explore-btn {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0px;
    color: #000000;
    margin-bottom: 30px;
    text-decoration: none
}
.explore-btn:hover {text-decoration: none;}
.vscan-demo-block:hover .explore-btn {
    color: #ffffff;
}
.pricing-popup .vscan-demo-content p{
    font-size: 14px;
}
.see-more-btn .btn{
    color: #00b5e2;
    border: 2px solid #00b5e2;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    max-width: 100px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
}
.main-menu-close{display: none;}
.menu-btn-link{
    display: block;
}

.orange-btn.menu-btn-link,
.submenu-icon{display: none;}
/* support inner page */
.grid-blocks-select-system .grid-block .carbonads       { background:rgb(255 255 255 / 20%); border-radius: 20px; padding:30px;}
.grid-blocks-select-system .grid-block .carbonads:hover { background: #00b5e2; }

.grid-blocks-select-system .grid-block                  { background: none;}

.grid-blocks-select-system .grid-block h3               { text-align: center; font-weight: 300; margin-top:15px; color: #E8E8E8;}
.grid-blocks-select-system .grid-block:hover h3         { color:#00b5e2;}
.grid-blocks-select-system .grid-block a                { text-decoration: none;}
.select-system-wrapper                                  { box-shadow: none}
.select-system-wrapper h2                               { color:#f4f5fa}
.main-banner-inside                                     { min-height: 360px; }
.main-banner-inside.support-page                        { background:#f4f5fa;}
.main-banner-inside .banner-img                         { position: relative;}
.main-banner-inside.ultrasound-page                     { background: url(/wp-content/uploads/2021/03/background.jpg) no-repeat; background-size: 100% 100%;}

.we-are-here-for-you                                    { /*background:rgb(246 246 246 / 40%);*/ padding:70px 0;}
.we-are-here-for-you a                                  { color: #00b5e2;}
.we-are-here-for-you .section-title h2                  { margin-bottom:50px;}
.grve-row                                               { position: relative; z-index: 4; }
/* .grve-column                                            { background: #fff;} */
.grve-element                                           { margin-bottom: 30px; position: relative; z-index: 3; }
.grve-image img                                         { width: 100%;}

a.grve-btn                                              { 
    display:inline-block;
    padding:1.154em 1.538em;
    z-index:2;vertical-align:top;margin-top:3px;margin-bottom:3px;outline:0;
    text-align:center;cursor:pointer;word-wrap:break-word;text-decoration:none;position:relative;overflow:hidden;
    -webkit-transition:color .5s ease,background-color .5s ease,border-color .5s ease;
    -moz-transition:color .5s ease,background-color .5s ease,border-color .5s ease;
    -o-transition:color .5s ease,background-color .5s ease,border-color .5s ease;
    -ms-transition:color .5s ease,background-color .5s ease,border-color .5s ease;
    transition:color .5s ease,background-color .5s ease,border-color .5s ease;}
a.grve-btn                                              { border: 2px solid #48b4e1;  background-color: transparent; color: #48b4e1; padding: 7px 37px; margin-left: 40px; margin-bottom: 7px;}
.need-help-actions a.grve-btn.ultapageb2:hover{
    background:#48b4e1 !important;color:#ffffff
}
.grve-extra-round                                       { -webkit-border-radius: 50px !important; border-radius: 50px !important;}
.custom-style-cta a.grve-btn.grve-btn-medium.grve-extra-round.grve-bg-primary-1.grve-bg-hover-primary-2.button-header-video:hover { background-color: #48b4e1 !important;    color: white !important;}

h4.title-contact-block-blue-h4                          { color: #00b5e2;line-height: 40px;}
.support-points ul {
    padding: 0;
}
/* ultrasound page */
.ultra-sound-wrapper .section-title h2{color: #ffffff;}
.ultrasound-banner-first-text h1                { font-size:44px;color: #484848;}
.ultrasound-banner-second-text                  { display: block; font-size: 38px; margin-top: 20px; line-height: 40px;}
.ultrasound-banner-second-text span             { color:#48b4e1}
.ultrasound-banner-text {margin-top:100px}
.featreofvscan-blue-block                       { color:#f4f5f9; padding: 0px;}
.featreofvscan-blue-block .media                { margin-bottom: 50px;}
.featreofvscan-blue-block .media-body           { font-size:18px; }
.vscan-vision-future-block                      { color: #f4f5f9;}
.vscan-vision-future-block h3                   { margin-bottom: 15px; color:#48b4e1;font-weight: 600;}
.vscan-vision-future-block p                    { font-size:18px; line-height: 30px;}
.vscan-vision-future-block b                    { font-weight: 600;}
.vscan-air-extend-comparison ul                 { margin:0px; padding:0px}
.wireless-handheld-ultrasound-text              { margin:0 0 70px 0 }
.wireless-handheld-ultrasound-text .wireless-text {
    font-size: 36px;
    padding-bottom: 30px;
    line-height: 40px;
 }
.need-help-deciding                             { color: #22395d}
.need-help-deciding h2                          { padding:40px 0 0px; color: #22395d}
.need-help-deciding .section-title p            { font-size: 18px; line-height: 25px; margin-bottom: 30px; text-align: left; }
.need-help-deciding.second                      { margin-top:50px;}
.vscan-hero { width: 85%; margin-bottom: 80px; margin-top: 30px;}

.support-points ul li                       { margin-left: 30px;list-style: disc;font-size:16px;
    width: calc(50% - 30px);
    float: left;}
.vscan-compare-table                        { font-size: 16px; padding-bottom: 60px;}
.vscan-compare-table h3                     { font-weight: 600; text-align: center; margin-bottom: 30px; color: #22395d}
.vscan-compare-table > div:first-child          { border-right:2px solid #22395d}
.compare-points li                          { text-align: center; margin-bottom: 15px; font-size: 14px; list-style: none; color: #22395d; line-height: 20px; }
.compare-points.padding-bottom {padding-bottom: 20px;;}
.small-note {font-size: 10px; line-height: 14px;margin-top: 20px;}

a.grve-btn.ultapageb1 { margin-left: 00px; padding: 7px 20px; color: #22395d;border: 2px solid #22395d;}
.need-help-actions a.grve-btn.ultapageb1:hover{
    color:#ffffff;background-color:#22395d ;
}
a.grve-btn.ultapageb2 {margin-left: 20px; padding: 7px 20px;}
a.grve-btn.ultapageb0 {margin-left: 00px; padding: 7px 20px; margin-top:30px; font-weight: 600;}

.vscan-compare-table > div:first-child .need-help-img-block{
    order: 1;
}
.vscan-compare-table > div:first-child .need-help-content-block{
    order: 2;
}
.banner-btn{
    padding: 15px 21px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 17px;
}
.wireless-handheld-ultrasound-text .btn{
    padding: 16px 10px;
    margin-top: 14px;
    font-weight: 600;
    font-size: 17px;
    min-width: 214px;
}
.banner-wrapper-inside .banner-img img {
    width: 100%;
}
/* vscan air page */
.inner-page-banner{
    padding: 65px 0;
    background: url('assets/images/ulsbanner_background.jpg') center bottom no-repeat;
    background-size: 100% 100%;
}
.inner-banner-content h1{
    font-size: 42px;
    margin-bottom: 28px;
}
.inner-banner-content h2 {
    font-size: 36px;
}
.inner-banner-content {
    margin-top: 60px;
}
.inner-banner-img img{width: 100%;}
.page-intro-wrapper {
    padding: 80px 0;
}
.video-box .btn{
    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.video-box-img{
    margin-bottom: 30px;
}
.dark-blue-gradient-bg-2{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000103+0,13294b+71 */
    background: #000103; /* Old browsers */
    background: -moz-linear-gradient(top,  #000103 0%, #13294b 71%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000103 0%,#13294b 71%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000103 0%,#13294b 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000103', endColorstr='#13294b',GradientType=0 ); /* IE6-9 */
}

.break-free-content {
    font-size: 17px;
}
.break-free-content ul,
.app-feature-box ul{
    padding-left: 18px;
}
.break-free-content p, .break-free-content li {
    margin-bottom: 20px;
}
.break-free-img img {
    width: 100%;
}
.break-free-content {
    max-width: calc((1170px / 2) - 30px);
    float: right;
    padding: 100px 0;
}
.break-free-content li,
.app-feature-box li {
    list-style-position: outside;
}
.break-free-content .section-title h2 {
    margin-bottom: 51px;
}
.media-list-wrapper,
.intro-whole-body,.two-col-section {
    padding: 80px 0;
}
.media-list-img {
    width: 118px;
}
.media-body h5 {
    font-size: 30px;
}
.media-list-block .media-body {
    font-size: 17px;
    color: #121212;
}
.light-grey-bg{
    background: #f4f4f4;
}
.light-grey-bg .call-to-action-text h2{
    color: #2f2f2f;
}
.btn.blue-dark-btn{
    background:#005eb8;
    border: 2px solid #005eb8;
}
.btn.blue-dark-btn:hover{
    background:#ffffff;
    color: #005eb8;
}
.call-to-action-btn .btn-lg{
    min-width: 240px;
    font-size: 17px;
    padding: 15px;
}
.two-col-content h3{
    color: #00b5e2;
    margin-bottom: 15px;
    margin-top: 20px;
}
.two-col-content {
    font-size: 17px;
}
.two-col-content p {
    margin-bottom: 9px;
}
.app-feature-box{
    color: #ffffff;
    font-size: 16px;
}
.app-feature-icon {
    max-width: 80px;
}
.app-feature-icon img {
    width: 100%;
}
.play-store-btn img {
    max-width: 100%;
}
.app-feature-box small {
    margin-top: 23px;
    display: block;
}
.app-feature-box .btn,
.app-feature-box-bottom .btn {
    font-size: 17px;
    padding: 15px 0;
}
.intro-body-content p{
    font-size: 17px;margin-bottom: 0;
}
.explore-img .btn{
    font-size: 17px;
    padding: 11px 0;
    max-width: 400px;
}
.dual-probe-body-slider{
    padding: 0 50px;
}
.dual-probe-body-slider .owl-nav > [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.dual-probe-body-slider .owl-nav .owl-prev{
    left: 0;
}
.dual-probe-body-slider .owl-nav .owl-next{
    right: 0;
}
.dual-probe-body-slider .owl-nav .arrows-icon{
    font-size: 40px;
}
.disclaimer small{
    display: block;
    margin-bottom: 10px;
}
/* blog detail paage */
.blog-detail-wrapper{
    
    background: #000102 url('assets/images/blog-detail-bg.png') top center no-repeat;
    background-size:63%;   
}
.post-info {
    font-size: 15px;
}
.article-title{
    font-size:36px;
}
.blog-detail-wrapper .entry-content p{
    line-height: 1.4;
    font-size:15px;
    margin-bottom:30px
}
.blog-detail-wrapper .entry-content a{
     color: #00b5e2;
}
.blog-detail-wrapper .entry-content a:hover{
     color: #005eb8;
}
.blog-detail-wrapper .entry-content ul,
.blog-detail-wrapper .entry-content ol{
    margin-bottom:30px;
    padding-left:16px;
}
.blog-detail-wrapper .entry-content ul li,
.blog-detail-wrapper .entry-content ol li {
    list-style-position: outside;
}
.post-thumbnail img{
    margin-bottom:30px
}
.post-navigation .screen-reader-text {
    display: none;
}
.post-navigation .nav-links .nav-previous{
    float:left;
}
.post-navigation .nav-links .nav-next{
    float:right;
}
.post-navigation .nav-links a{
    color: #00b5e2;
    text-decoration:none;
    text-transform: uppercase;
    font-size:15px;
}
.post-navigation .nav-links a:hover{
    color:#ffffff;
}
.post-navigation .nav-links .nav-previous .svg-icon{
    margin-right:10px;
}
.post-navigation .nav-links .nav-next .svg-icon{
    margin-left:10px;
}
.post-navigation {
    padding-top:40px;
    padding-bottom:40px;
    margin-top:30px;
}
.blog-detail-wrapper .social-links h5{
    font-size:20px;
}
.blog-detail-wrapper .social-links a{
    width:33px;height:33px;
    background: #00b5e2;
    color:#000;
    text-decoration: none;
}
.blog-detail-wrapper .social-links a:hover{
    color:#000;
    text-decoration: none;
}
.arrow-left,
.arrow-right{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.arrow-left{
    border-right: 5px solid #00b5e2;
}
.arrow-right{
    border-left: 5px solid #00b5e2;
}
/* responsive */
@media only screen and (min-width: 319px) { 
    
    .grid-blocks-select-system .grid-block h3 {font-size: 18px;} 
    .banner-content-innr h1       { font-size: 36px;}
    .select-system-wrapper h2     {  font-size: 26px;margin-bottom: 20px; }
    .we-are-here-for-you .section-title h2          { font-size: 26px;}
    .block-contact-service-left                             { padding: 20px 20px 26px 20px; }
    .block-contact-us-right                                 { padding: 20px 20px 15px 20px; }
    .select-system-wrapper          { padding: 40px 0;}
}
@media only screen and (min-width: 750px){
    .vscan-demo-popup .modal-dialog{
        max-width: 700px;
    }
    .vscan-demo-img img{height: 200px;}
}
@media only screen and (min-width: 767px){
    .pricing-popup .vscan-demo-content h3{
        min-height: 35px;
    }
    .footer-links ul{
        display:block !important;
    }
}
@media only screen and (min-width: 992px){
    .preview-app-popup .modal-dialog {
        max-width: 966px
    }
    .vscan-demo-popup .modal-dialog{
        max-width: 860px;
    }
    .vscan-demo-img img{height: 250px}
    .instatnt-apps-container .vertical-tabs .nav .nav-link{
        position: relative;
    }
    .instatnt-apps-container .vertical-tabs .nav .nav-link:first-child:after,
    .instatnt-apps-container .vertical-tabs .nav .nav-link:nth-child(2):after {
        content: "";
        position: absolute;
        right: 8px;
        background: url('assets/images/purchase.png') center center no-repeat !important;
        width: 24px;
        height: 24px;
        background-size: 100% !important;
        top: 7px;
    }
    
}
@media only screen and (min-width: 1024px){
    .product-item-block {
        min-height: 500px;
    }
}
@media only screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
    .banner-wrapper-inside h1                       { text-align: left;} 
    .grid-blocks-select-system .grid-block h3       { font-size: 20px;}
    .banner-content-innr  h1                        { font-size: 2.5rem;}
    .select-system-wrapper h2,.ultra-sound-wrapper h2 { font-size: 36px;    margin-bottom: 70px; }
    .we-are-here-for-you .section-title h2          { font-size: 36px;}
    .block-contact-service-left                             { padding: 40px 40px 26px 40px; }
    .block-contact-us-right                                 { padding: 40px 40px 15px 40px; }
    .select-system-wrapper,.ultra-sound-wrapper{padding: 90px 0;}

    .ultrasound-banner-first-text h1 { font-size:52px;font-weight: 600;}
    .inner-banner-img img {
        max-height: 454px;
        width: auto;
        margin-bottom: 200px;
        float: right;
    }
    .main-header{
        position: fixed;width: 100%;top: 0;left: 0;right: 0;z-index: 8;
    }
    body{
        padding-top: 75px;
    }
    .main-header,
    .main-header.sticky_header,.logo img,
    .sticky_header .logo img{
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
    
    .main-header.sticky_header {
        height: 53.6px;
    }
    .main-menu .menu-header-menu-container > ul > .menu-item > a,
    .main-header nav.navbar
    .sticky_header .main-menu .menu-header-menu-container > ul > .menu-item > a,
    .main-header.sticky_header nav.navbar{
        -webkit-transition: padding 0.3s ease-in-out;
        -moz-transition: padding 0.3s ease-in-out;
        -o-transition: padding 0.3s ease-in-out;
        transition: padding 0.3s ease-in-out;
    }
    .sticky_header .main-menu,
    .main-menu{
        -webkit-transition: min-height 0.3s ease-in-out;
        -moz-transition: min-height 0.3s ease-in-out;
        -o-transition: min-height 0.3s ease-in-out;
        transition: min-height 0.3s ease-in-out;
    }
    .main-header.sticky_header nav.navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .sticky_header .logo img{
        height: 45px;
    }
    .sticky_header .main-menu{
        min-height: 54px;
    }
    .sticky_header .main-menu .menu-header-menu-container > ul > .menu-item > a{
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .page-template-vscanextend-template .banner-img img{
        max-height: 430px;
    }
}
@media only screen and (max-width: 1169px){
    body{
        margin-top:60px;
    }
    .horizontal-tabs .nav-pills .nav-link{
        font-size: 11px;
    }
    .right-footer {
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 12px;width: 100%;
    }
    .left-footer {
        width: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 1199px){
    .main-header{
        height: auto;
    }
    .transducers-main-img{
        width: 100%
    }
    .main-header nav.navbar {
        min-height: 60px;
    }
    .logo{
        order: 2;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .logo img {
        width: 38px;
        height: 38px;
    }
    .main-header .navbar-nav.navbar-right{
        order: 3;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main-menu .menu-header-menu-container > ul > .menu-item {
        border-top: 1px solid rgba(255,255,255,0.7);
    }
    .main-menu .menu-header-menu-container > ul > .menu-item:first-child{
        border-top:none;
    }
    .main-menu .menu-header-menu-container > ul > .menu-item > a{
        padding: 7px 0;
        display: inline-block;
        width: 100%;
    }
    .main-header .navbar-collapse {
        position: fixed !important;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background: #606D84;
        z-index: 9;
        max-width: 479px;
        overflow-y: auto;
    }
    .main-menu li:hover > a{
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .main-header .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .main-header .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .main-header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .submenu-header .dropdown-toggle,
    .submenu-header .submenutitle {
        background-color: #070e18;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        border-top: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
        padding: 13px 10px 13px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 1.2;
    }
    .header-secondary {
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .header-secondary {
        position: fixed;
        top: 60px;
        width: 100%;
    }
    .submenu-header .dropdown-menu {
        padding: 0;
        width: 100%;
        background: rgb(7 14 24 / 0.95);
    }

    .submenu-header .dropdown-menu li {
        line-height: 1;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding: 10px 0;
    }
    .submenu-header .dropdown-menu a {
        color: #fff;
        text-align: center;
        line-height: 1;
        font-size: 15px;
    }
    .main-menu .navbar-nav {
        max-width: 222px;margin: 0 auto
    }
    .mobile-nav-logo {max-width: 222px;}
    .header-logo-caption{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    }
    .mobile-nav-logo img{
        max-width: 50px;
        margin-right: 5px;
    }
    .main-menu-close{
        right: 9px;
        top: 6px;
        color: #ffffff;
    }
    .main-menu.show.collapse + .main-menu-overlay{
        content: "";
        background-color: rgba(0,0,0,0.8);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }
    .main-menu.show.collapse + .main-menu-overlay{
        display: block;
    }
    .main-menu .menu-header-menu-container > ul > li > .sub-menu,
    .main-menu .menu-header-menu-container > ul > li:hover > .sub-menu {
        display: none;
        position: static;
        margin-left: 0;
        background: transparent;
        box-shadow: none;
        border-top: 1px solid #fff;
        padding-bottom: 0;
        max-width: 100%;
        min-width: 0;visibility: visible;
        padding-top: 3px;
    }

    .main-menu .sub-menu:after, .main-menu .sub-menu:before{display: none;width: 0;height: 0}
    .submenu-icon {
        width: 30px;
        text-align: right;display: inline-block;
    }
    .main-menu .menu-header-menu-container > ul > .menu-item.menu-item-has-children > a {
        width: calc(100% - 30px);
    }
    .main-menu .sub-menu li.menu-item{
      margin-bottom: 3px;width: 100%;
    }
    .main-menu .menu-header-menu-container li .sub-menu a {
        font-size: 12px;
        line-height: 24px;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        width: 100%;
    }
    .ultra-sound-wrapper{
        padding-top: 60px;
    }
    a.grve-btn.cta-bootom-contact-us {
        margin-left: 20px;
    }
    .main-menu .menu-header-menu-container .navbar-nav > .menu-item:last-child{
        border-top: none;
    }
    .main-menu .menu-header-menu-container .navbar-nav > .menu-item.btn.menu-btn-link{
        margin-top: 50px;border-top: none;font-weight: normal; 
    }
    .main-menu .menu-header-menu-container .navbar-nav > .menu-item.btn.blue-btn-link.menu-btn-link{
        background:#00B5E2;
        border-color: #00B5E2;
        font-weight: normal; 
    }
    /* .main-header .navbar-toggler{
        position: absolute;left: 0;
    }
    .main-header .navbar-nav.navbar-right{
        position: absolute;right: 0;
    } */
    .inner-banner-img{
        padding-bottom: 116px;
    }
    .inner-banner-content{
        margin-top: 21px;
    }
    .inner-page-banner{
        padding: 30px 0;
    }
    .break-free-content {
        max-width: calc((960px / 2) - 30px);
        padding: 50px 0;
    }
    .main-menu .menu-header-menu-container > ul > .menu-item.menu-btn-link > a {
        padding: 0;
        height: 27px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 992px){
    .banner-img{
        position: static;
        margin-bottom: -60px;
    }
    .banner-content{
        text-align: center;
    }
    .grid-block img {
        width: 100%;
    }
    .grid-blocks-right {
        margin-left: 0;
    }
    .horizontal-tabs .media-body h5, .horizontal-tabs .media-body {
        font-size: 12px;
    }
    .probe-content h2 {
        font-size: 25px;
        font-weight: bold;
    }
    
    .vertical-tabs .tab-content{
        margin-left: 0;
        width: 100%;
    }
    .vertical-tabs .nav .nav-link{
        font-size: 13px;
        padding: 2.5px 10px;
        border-radius: 6px;
        vertical-align: middle;
        padding-left: 0;
        margin-right: 15px;
        font-weight: normal;
    }
    .vertical-tabs .nav .nav-link i{
        margin-top: 3px;
    }
    .vertical-tab-content h3{
        color: #000000;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .subtitle {
        display: block;
        color: #FE5000;
        background-color: rgba(0,0,0,0);
        font-weight: bold;
        padding: 0;
        font-size: 10px;
        margin-bottom: 10px;
    }
    .vertical-tab-content{
        color: #111111;
    }
    .vertical-tab-content p{
        font-size: 12px;
        line-height: initial;
        display: block;margin-bottom: 15px;
        max-height: 100%;
    }
    .vertical-tabs .tab-content{
        padding: 0;
        border: 0;
    }
    .vertical-tab-img-box{
        height: auto;
    }
    .preview-app-btn{
        margin-bottom: 0;
        text-transform: uppercase;
        color: #00b5e2;
        text-align: center;
        width: 100%;
        padding: 2px 9px;
        margin-top: 0;
        padding-top: 2px;
        padding-bottom: 0px;
        font-size: 11px !important;
        border-radius: 15px;
        border: 2px solid #00b5e2;
    }
    .app-access-bottom {
        margin: 0;    
        width: 80%;
    }
    .vertical-tabs-popup .modal-body{
        padding-top: 25px;padding-bottom: 25px;
    }
    .vertical-tabs-popup .vertical-tab-img-box {
        height: auto;
    }
    .mobile-icons-holder{
        color: #ffffff;    
        font-size: 11px;
    }
    .apps-mobile-info {
        max-width: 20px;
        margin-right: 7px;
    }
    .clinical-img-caption h5{
        font-size: 16px;
    }
    .ultra-sound-wrapper{
        padding-bottom: 60px;
    }
    .featreofvscan-blue-block {
        overflow-x: auto;
    }
    .featreofvscan-blue-block .media{
        min-width: 285px;
    }
    .need-help-img-block {
        margin: 0 auto;
    }
    .vscan-compare-table > div:first-child .need-help-content-block {
        order: 1;
    }
    .vscan-compare-table > div:first-child .need-help-img-block {
        order: 2;
    }
    .need-help-actions {
        text-align: center;
    }
    .vscan-compare-table > div:first-child{
        border-right:none;
        position: relative;
    }
    .vscan-compare-table > div:first-child:after{
        content: "";
        height: 2px;
        width: 70%;
        background-color: #22395d;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .small-note{
        text-align: center;
    }
    .main-banner-inside .banner-img{
        margin-bottom:0
    }
    .main-banner-inside.support-page {
        padding-top: 30px;
    }
    .inner-banner-content {
        margin-top: 0;
        margin-bottom: 178px;
    }
    .inner-banner-img {
        padding-bottom: 0;
    }
    .inner-banner-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .inner-banner-content h2 {
        font-size: 30px;
    }
    .inner-banner-content .banner-btn{
        margin-top: 21px;
    }
    .break-free-content{
        max-width: calc((720px / 2) - 30px);
    }
    .instatnt-apps-container .vertical-tabs .nav .nav-link.active {
        font-weight: bold;
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    .instatnt-apps-container .vertical-tabs .tab-pane.fade{
        opacity: 1;visibility: visible;
    }
    .instatnt-apps-container .vertical-tabs .tab-pane .vertical-tab-img-box img{
        width: auto;
    }
    .custom-bullets.nav{
        overflow-x: auto;
    }
    .vertical-tab-content-wrapper {
        max-width: 100%;
        margin: 0 auto;
        background: rgba(255,255,255,0.92);
        padding: 30px 20px;
        border-radius: 9px;
    }
    .vertical-tab-content .subtitle {
        color: #00BF6F;
        background-color: rgba(0,0,0,0);
    }
    .vertical-tab-content .subtitle.available-btn{
        color: #FE5000;
        background-color: rgba(0,0,0,0);
    }
    .pricing-popup .vscan-demo-img img{
        max-height: 126px;
    }
    .pricing-popup .vscan-demo-content p{
        min-height: 48px;
    }

}
@media only screen and (max-width: 768px){
    .pricing-popup .vscan-demo-img,.pricing-popup .vscan-demo-content,.explore-btn {
        float: left;
        width: 50%;
    }
    .pricing-popup .vscan-demo-img {
        margin-bottom: 0 !important;
    }
    .buy-now-link{max-width: 125px; margin-bottom: 10px;float: none;width: 50%}
    .pricing-popup .vscan-demo-content h3{font-size: 14px;margin-bottom: 13px;}
    .pricing-popup .vscan-demo-content p{
        font-size: 12px;
        line-height: 19px;margin-bottom: 0;
    }
    .pricing-popup .vscan-demo-content{margin-bottom: 6px;margin-top: 6%;}
    .explore-btn{font-size: 11px;float: right;}
    .pricing-popup .vscan-demo-block {
        display: inline-block;
        width: 100%;
        padding: 0 !important;
    }
    .need-help-actions a.grve-btn.ultapageb1 {
        clear: both;
        display: block;
        max-width: 202px;
        margin: 0 auto 30px;
    }
    .banner-content-innr h1{text-align: left;}
    .main-banner-inside.ultrasound-page{
        background-size: auto 663px;
        background-position: top center;
    }
    .main-banner-inside.ultrasound-page .banner-img{
        margin-top: 202px;
    }
    .inner-page-banner {
        padding: 45px 0;
        background-position: 0 0;
        background-size: 100% 413px;
    }
    .inner-banner-img{
        padding-top: 131px;
    }
    .inner-banner-content {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px){
    .navbar-nav.navbar-right .btn{
        padding: 4px 12px;font-weight: normal;
        height: 26px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call-to-action-text, .two-transducers-content{
        text-align: center;
    }
    .call-to-action-text h2{
        font-size: 23px;
    }
    .transducers-main-img{
        text-align: center;
    }
    .media-img img {
        width: 50px;
    }
    .grid-blocks-left .grid-block:first-child > .row img{
        height: auto;
    }
    .grid-blocks-left .grid-block h3{
        margin-top: 60px;
    }
    .grid-blocks-left .grid-block .btn{
        margin-bottom: 60px;    
    }
    .probe-content h2 {
        font-size: 40px;
        font-weight: normal;
    }
    .banner-content .btn{
        min-width: 209px;
        font-size: 11px;
    }
    .two-transducers-content h2{
        font-size: 30px;line-height: 1;
    }
    .buy-now-link{
        font-size: 13px;line-height: 1;
    }
    .clinical-img-caption{
        bottom: -41px;
    }
    .modal-popup-block img {
        max-height: 29vh;
    }
    .clinical-img-block{
        padding: 55px 39px 103px;
    }
    .clinical-see-more-img{
        min-height: 188px;max-width: 126px;
    }
    .see-more-btn{
        margin: 0 !important;
    }
    .ultrasound-banner-second-text{
        font-size: 31px;
    }
    .banner-btn{
        font-size: 16px;
        margin-top: 30px;
    }
    .banner-wrapper-inside h1{
        text-align: left;
    }
    .support-page .banner-wrapper-inside h1{
        text-align: center;
    }
    .wireless-handheld-ultrasound-text .wireless-text{
        font-size: 26px;
        padding-bottom: 30px;
        text-align: left;
        line-height: 1.4;
    }
    .wireless-handheld-ultrasound-text a.grve-btn.ultapageb0{
        margin-top: 13px;float: left;
    }
    .wireless-handheld-ultrasound-text{
        margin: 0 0 60px 0;
    }
    
    .ultra-sound-wrapper .section-title h2{
        color: #ffffff;text-align: left;font-size: 32px;
    }
    .need-help-deciding h2{
        text-align: left ;
    }
    .support-points ul li{
        width: calc(100% - 30px);
    }
    .support-points ul{padding: 0;}
    .wireless-handheld-ultrasound-text .btn{
        float: left;
    }
    .page-intro-wrapper .section-title h2{
        font-size: 26px;
        text-align: left;
    }
    .video-box-img img {
        width: 100%;
    }
    .video-box.text-center {
        min-width: 280px;
    }
    .video-blocks-wrapper{
        overflow-x: auto;
    }
    .video-box .btn {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .video-box-img {
        margin-bottom: 25px;
    }
    .break-free-content{max-width: 100%;}
    .break-free-img {
        margin-right: -15px;
    }
    .break-free-content .section-title h2 {
        margin-bottom: 30px;
    }
    .media-list-wrapper .section-title h2 {
        text-align: left;
        font-size: 30px;
    }
    .media-list-wrapper {
        padding: 40px 0;
    }
    .media-list-img {
        width: 90px;
    }
    .media-list-block .media-body h5 {
        font-size: 28px;
    }
    .media-list-block .media-body{
        font-size: 16px;
    }
    .intro-whole-body .section-title h2 {
        text-align: left;
        font-size: 30px;
    }
    .intro-whole-body{
        padding: 60px 0;
    }
    .call-to-action{
        padding-bottom: 20px;
    }
    .explore-img {
        text-align: left !important;
    }
    .dual-probe-body-slider {
        padding: 0 36px;
    }
    .explore-img .btn {
        font-size: 18px;
        padding: 17px 0;
        max-width: 340px;
    }
    .two-col-section .section-title h2 {
        margin-bottom: 10px;
    }
    .two-col-content h3{
        margin-top: 15px;
        font-size: 25px;
    }
    .two-col-section{
        padding: 60px 0;
    }
    .extend-detail-wrapper{
        padding: 80px 0;
    }
    .dimentions-row{
        overflow-x: auto;
        white-space: nowrap;
        display: -ms-flexbox;
        display: flex;
    }
    .dimentions-block{
        width: auto;
        min-width: 300px;
        max-width: 300px;
        display: inline-block;
    }
    .modal-body iframe{
        max-height: 60vh !important;
    }
    .main-footer,
    .social-links{
        text-align: center;
    }
    .social-links li{
        margin-right: 3px;
        margin-left: 3px;
        margin-top: 10px;
    }
    .social-icon {
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
    }
    .main-footer{
        padding: 30px 0 15px;
    }
    .dropdown-footer ul{
        display: none;
    }
    .footer-links ul{margin-bottom: 0;}
    .footer-links h4,
    .footer-links li {
        margin-bottom: 10px;
    }
    .pricing-popup .vscan-demo-content p{
        min-height: 0;
    }
    .blog-detail-wrapper .social-links {
        width:100%;
    }
    .article-title {
        font-size: 25.2px;
        line-height: 1.11em;
        margin-bottom: 0.692em;
    }
}
@media only screen and (max-width: 700px){
    .navbar-nav.navbar-right .btn.orange-btn{
        display: none;
    }
    .orange-btn.menu-btn-link,
    .menu-btn-link{
        display: block;
    }
}
@media only screen and (max-width: 600px){
    .probe-wrapper .section-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .vscan-demo-block{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
@media only screen and (max-width: 576px){
    .transducers-row .transducers-block {
        float: left;
        width: 120px;
        margin-bottom: 0 !important;
    }
    .bottom-footer-wrapper .left-footer ul li{
        margin: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 12px;
        float: none;
    }
    .bottom-footer-wrapper .right-footer ul li{
        margin-bottom: 3px;
        float: none;
        display: inline-block;
    }
    .right-footer li a{
        line-height: 24px;
    }
    .bottom-footer-wrapper ul{text-align: center;}
    .product-item-footer .btn {
        width: 100%;
    }
    
}
@media only screen and (max-width: 500px){
    .main-banner h2{
        font-size: 30px;
    }
    .probe-content h2 {
        font-size: 24px;
    }
    .probe-content .button-actions .btn {
        font-size: 10px;
        padding: 7px;
        margin-bottom: 9px !important;
    }
    .main-banner h6{
        font-size: 13px;
    }
    .main-banner h1{
        font-size: 19px;
        margin-bottom: 8px;
    }
    .banner-content {
        padding: 32px 0 35px;
    }
    .transducers-row {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .transducers-row .transducers-block {
        float: left;
        width: 102px;
        padding-right: 0;
    }
    .transducers-box label{
        padding: 0;
    }
    .transducers-img-box{
        width: 70px;height: 70px
    }
    .two-transducers-content h3{
        font-size: 17px;margin-top: -10px;
    }
    .two-transducers-content br{
        display: none;
    }
    .two-transducers-content p{
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .two-transducers-wrapper {
        padding: 30px 0;
    }
    .vscan-demo-popup .modal-header{
        height: 46px;
    }
    .vscan-demo-popup .modal-header h5{font-size: 16px;}
}
@media only screen and (max-width: 479px){
    .probe-content p strong {
        font-size: 12px;
    }
    .app-access-bottom {
        width: 100%;
    }
    .inner-page-banner{
        background-size: 100% 537px;
    }
}




/*###########*/

/* education style */

.education-page{
    background: linear-gradient( 90deg ,#6b768a 30%,#a6bac5 71%);
}
.education-page .banner-content-innr{
	min-height:360px;
	background-repeat:no-repeat;
	background-position:center right;
}
.education-intro{
	margin-right: auto;
    margin-left: 0;
    color: white;
}
.tabs-container{
	width:100%;
}
.tabs-list{
    width: 100%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    position: relative;
    min-height: 45px;
    background-color: rgba(255,255,255,.3);
    border-radius: 50px;
	padding-left:0;
}
.custom-tab{
    height: 42px;
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 99;
}
.custom-tab span{
	font-size: 16px;
    font-weight: 700;
    padding-left: 3px;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.two-column-tabs .custom-tab,
.handheld-tabs .custom-tab{
	width:50% !important;
}
.clinical-resource-tabs .custom-tab{
	width:33.33333%;
}
.tabs-overlay{
	background-color: #00b6e2;
    position: absolute;
    height: 100%;
    left: 0;
    transition: 0.25s all linear;
    border-radius: 50px;
}
.two-column-tabs .tabs-overlay,
.handheld-tabs .tabs-overlay{
	width:50% !important;
}
.clinical-resource-tabs .tabs-overlay{
	left:33.333333%;
	width:33.33333%;
	
}
.section-subtitle{
    margin-top: -40px;
    margin-bottom: 50px;
	font-size: 14pt;
}
.custom-style-cta.education-cta{
	display:inline;
}
.custom-style-cta.education-cta a{
    margin-left: 0;
}
p.txt-page-header-general-p,
h3.subtitle-page-header-general-h3,
p.tagline-info-ge{
    color: black;
}
.education-popup .grve-element{
    padding: 30px 40px;
    margin-bottom: 0;
}
.vscan-demo-popup{
	padding-right:0 !important;
}
.yt-popup iframe{
    width: 100%;
    min-height: 484px;
}
.yt-popup .fluid-width-video-wrapper{
    display: flex;
    flex-direction: column;
}
.yt-popup .yt-txt{
	background: white;
    text-align: center;
    padding-top: 10px;
    margin-top: -1px;
}
.yt-popup .modal-body{
	width:100%;
}
.yt-popup .modal-dialog{
	flex-direction:column;
}
.yt-popup .modal-content{
	height: 50px;
    background: none;
}
/* connectivity page */
.connectivity-page{
	background: linear-gradient(90deg,rgb(9 12 19) 0%,rgb(9 12 19) 100%);
}
.intro-banner{
	min-height:360px;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:101%;
}
.intro-txt{
	color:white;
	margin-right:auto;
	margin-left:0;
}
.intro-txt h1{
	line-height:2.5rem;
}
.intro-subtitle{
	max-width: 600px;
}
.custom-cta-white-style a{
	margin-left:0;
	border-color:white;
	color:white;
}
.custom-cta-white-style a:hover{
	transform:scale(1.05)
}
.connectivity-vscan-configure img{
	transform: scale(.8);
	display:block;
	margin:0 auto;
}
.configures-img-holder{
	height:128px;
}
.custom-bg-section{
    background: #000102 url(/wp-content/uploads/2021/02/new_hero.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.custom-bg-section img{
	max-width:100%;
	height:auto;
}
.conn-tricefy-section{
    padding-top: 70px;
    color: white;
}
.conn-tricefy-section h2{
	color:white;
	margin-bottom:20px;
}
.conn-tricefy-links{
	margin-top:50px;
	padding-bottom:50px;
}
.conn-tricefy-links .custom-cta-white-style{
	min-width: 300px;
	display:inline-block;
}
.conn-tricefy-links .custom-cta-white-style a{
	width:100%;
}
.conn-desinged-img img{
    max-width: 100%;
    height: auto;
}
ul.privacy-and-security {
	padding-top:30px;
    font-size: 16pt;
}
ul.privacy-and-security li {
    line-height: 25px;
}
ul.privacy-and-security li:not(:last-child) {
    margin-bottom: 25px;
}
ul.privacy-and-security li span {
	margin-left:-12px;
}
.vid-thumb{
	position:relative;
}
.vid-thumb:before{
	content:"";
    top: 43%;
    transform: translateY(-50%);
    margin-top: 0;
	content: url(/wp-content/uploads/2021/02/button-video.png);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
}
.conn-video-txt{
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    background: #12294B;
    padding: 12px;
    text-align: center;
    font-size: 18px;
	width:100%;
	color:white;
}
.conn-video-img{
	cursor:pointer;
	width:100%;
    max-height: 500px;
    object-fit: cover;
}
.gradient-bg-section{
	background-color: black;
	background: linear-gradient(180deg,#12294b 0%,rgba(0,0,0,1) 100%);
}
.supporting-material-row{
    background: #FFF;
    padding: 15px;
	width: 100%;
	margin-bottom: 75px;
	margin-left:0;
	margin-right:0;
}
.supporting-material-section .col-12{
	padding-left:0;
}
.supporting-material-row .col-6{
	padding:0;
}
.supporting-material-row img{
	max-width:100%;
}
.supporting-material-section{
    margin-top: -40px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.supporting-material-section h2,
.supporting-material-section p{
	color:white;
}
.supporting-material-section h2{
	padding-bottom:20px;
}
.supp-txt{
	color:black;
	display:flex;
	justify-content:center;
	align-content:center;
	flex-direction: column;
	padding-left:20px !important;
	padding-right:20px !important;
}
.supp-txt .custom-style-cta{
	width:100%;
}
.supp-txt p{
	color:black;
	text-align:center;
	font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}
.supp-txt .connectivity-supp-mat-read-more{
    min-width: 76%;
    padding: 2px 0;
    margin: 0 auto;
    display: block;
}
/* covid page */
.covid-page{
	background: linear-gradient(90deg,rgb(9 12 19) 0%,rgb(9 12 19) 100%);
}
.covid-page .custom-cta-white-style{
	display:inline-block;
}
.covid-page .custom-cta-white-style:first-of-type{
	margin-right:30px;
}
.section-subtitle-1,
.section-subtitle-2{
	font-size:15px;
}
.section-subtitle-1{
	margin-top:-20px;
}
.section-subtitle-2 a{
	text-decoration:none !important;
}
.section-subtitle-2 a:hover{
	color:#005eb8;
}
.vscan-empower{
	margin-top:65px;
}
.covid-card .vid-init{
	display:block;
	cursor:pointer;
}
.covid-card .vid-init:before{
	top:50%;
}
.covid-card img{
	width:100%;
}
.block-desc-video-small{
    background-color: #13294b;
	padding:12px;
	color:white;
	text-align:center;
	font-size: 13.5px;
	line-height: 18px;
}
.block-desc-video-small p{
	margin-bottom:0;
}
.lvivo-txt{
	font-size:12px;
}
.covid-card-footer{
	text-align:center;
}
.covid-diagnose-card{
	background:white;
	color:black;
	text-align:center;
    font-size: 15px;
    line-height: 18px;
	margin:0px 4px;
	min-height: 355px;
	min-height: 376px;
    margin-bottom: 8px;
}
.covid-diagnose-card span:not(.grve-btn-medium span){
	padding:12px;
	display:block;
}
.covid-diagnose-section .col-md-4{
    padding-left: 0px;
    padding-right: 0px;
}
.covid-diagnose-card img{
	max-width:100%;
}
.covid-a a{
    padding: 3px 31px;
    font-size: 12px;
    margin-left: 0;
	margin-bottom: 10px;
}
.covid-diagnose-btn{
    margin: 0 auto;
    margin-top: 30px;
    width: fit-content;
}
.covid-supp-card{
	background:white;
}
.covid-supp-card img{
	width:100%;
}
.covid-supp-card .custom-style-cta a{
	margin-left:0;
}
.covid-supp-inner{
    padding: 40px 40px 26px 40px;
}
.covid-supp-title{
	font-size: 22px;
    line-height: 26px;
	color: #00b5e2;
	font-weight:600;
	margin-bottom: 0.692em;
}
.covid-supp-subtitle{
	font-size: 22px;
    line-height: 26px;
	color: #00b5e2;
	margin-bottom: 0.692em;
}
.covid-supp-txt{
	font-size: 15px;
    line-height: 18px;
}
.covid-supp-txt a{
	text-decoration:none !important;
	color: #00b5e2;
}
.covid-supp-txt a:hover{
	color:#005eb8;
}
.covid-download-container{
    margin-bottom: -120px;
    margin-top: 50px;
}
.covid-download{
	margin-bottom:0;
	font-size: 9pt;
}
.covid-know-more{
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 117px;
}
.white-footer{
	margin-left:0;
	margin-top: 80px;
	margin-bottom:20px;
}
#supporting-material .col-md-6{
    padding-left: 13px;
    padding-right: 13px;
}
.enlarge-img img{
	max-width:100%;
	max-height:100%;
    display: block;
    margin: 0 auto;
}
#covidEnlarge .modal-content{
	display:block;
}
/* care pages */
.care-page{
	background: linear-gradient(90deg, rgb(9 12 19) 0%, rgb(9 12 19) 100%);
}
.care-page select{
	-webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 14px;
    outline: none;
    color: inherit;
    margin: 0;
    border-radius: 0;
    border-color: inherit;
	background-image: url('/wp-content/uploads/2021/02/select-icon.png');
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 0;
    min-height: 30px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 10px ;
    background-color: #DADCE0;
    color: #13294B ;
	padding: 12px 14px;
}
.care-intro-img{
	max-width:300px;
}
.try-vscan{
    background-color: #595959;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.try-vscan p{
	margin-bottom:0;
	font-size: 32px;
	margin-left: 15px;
}
/*.custom-banner-inside{
	min-height:320px;
}*/
.try-vscan-btn{
    font-size: 15px;
    border: 0px;
    width: initial;
    background-color: #FE5000;
    padding: 9px 18px;
    color: white !important;
    font-weight: bold;
	text-decoration:none !important;
	border-radius:100px;
	cursor:pointer;
    display: block;
    width: fit-content;
	margin-right: 0;
    margin-left: auto;
}
.try-vscan-btn:hover{
	transform:scale(1.07);
}
.care-overview-section{
    border-bottom: 4px solid #00B8E2;
}
.care-overview-img{
	max-width:400px;
}
.care-overview-inner{
	padding-bottom: 40px;
}
.all-in-one-title{
	color: #13294B;
    margin-top: 45px;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0px;
	margin-bottom:10px;
}
.dual-section {
    color: #13294B;
    margin-top: 25px;
	font-size: 15px;
	line-height:18px;
}
.dual-blue-txt {
    color: #00B8E2;
    font-size: 21px;
    display: block;
}
.care-hidden{
	display:none !important;
}
.blue-shadow{
	-webkit-box-shadow: 0px -10px 15px 0px rgb(0 184 226 / 64%);
    -moz-box-shadow: 0px -10px 15px 0px rgba(0, 184, 226, 0.64);
    box-shadow: 0px -10px 15px 0px;
}
.clinical-shadow{
	padding:50px 0;
	-webkit-box-shadow: 0px -10px 15px 0px rgb(0 184 226 / 64%);
    -moz-box-shadow: 0px -10px 15px 0px rgba(0, 184, 226, 0.64);
    box-shadow: 0px -10px 15px 0px rgb(0 184 226 / 64%);
    z-index: 5;
    position: relative;
}
.care-probes-section{
	padding-top:30px;
	background: #000102;
}
.care-probes-section h2{
	color:white;
}
.care-probes-section .container-fluid{
	padding:0;
}
.probes-bg-white{
	width:100%;
	background-color:white;
}
.care-probes-section img{
	max-width:100%;
}
.probes-border-right{
	border-right-width: 10px;
    border-right-color: #0c0303;
	border-right-style: solid;
    justify-content: center;
    align-items: center;
    display: flex;
}
.probes-border-left{
	border-left-width: 10px;
    border-left-color: #0c0303;
	border-left-style: solid;
    justify-content: center;
    align-items: center;
    display: flex;
}
.care-probes-section .grve-text{
	padding-top:40px;
}
h2.dual-title-h2 {
    text-transform: none;
    text-align: center;
    color: black;
}
p.dual-subtitle,
p.dual-txt,
p.dual-price{
    text-align: center;
    margin-top: 25px;
    color: black;
    font-size: 15px;
    line-height: 18px;
}
p.dual-price{
	font-weight:700;
}
.probes-btn{
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 6px 25px;
    border-radius: 30px;
    border: 2px solid;
    margin-bottom: 15px;
    min-width: 170px;
    text-align: center;
    font-size: 13px;
	text-decoration:none !important;
	text-transform:uppercase;
	font-weight:700;
	transition:0.4s all !important;
}
.probes-blue-btn{
	margin-top:20px;
	border-color:#48b5e2;
	color:#48b5e2;
}
.probes-blue-btn:hover{
	background-color:#48b5e2;
	color:white !important;
}
.probes-royal-blue-btn{
	border-color:#145fb8;
	color:#145fb8;
}
.probes-royal-blue-btn:hover{
	background:#145fb8;
	color:white !important;
}
.probes-orange-btn{
	border-color:#ee4e34;
	color:white !important;
	background-color:#ee4e34;
}
.probes-orange-btn:hover{
	transform:scale(1.07);
}
.vscan-section{
	background-color: #000102;
    padding-top: 70px;
    color: white;
}
.vscan-section .section-title h2{
	color:white;
}
.vscan-section .container-fluid{
	padding:0;
}
.vscan-bg{
	position:relative;
	background-image: url('/wp-content/uploads/2021/02/longpage_softBG.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	padding-bottom:100px;
}
.vscan-bg:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(180deg,rgba(0,0,0,0.01) 0%,#13294b 100%);
}
.care-vscan-tab{
	width: 100%;
    height: 40px!important;
    border-radius: 10px;
    margin: .5%;
    font-weight: 400;
	text-align:center;
	background-color: rgba(255,255,255,.25);
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:9px;
    font-size: 14px;
	text-transform:uppercase;
	cursor:pointer;
}
.care-vscan-tab.active,
.care-vscan-tab:hover{
	background-color: #00b6e2!important;
}
.vscan-tabs-container{
	flex:calc(33.33333% - 60px);
	width:calc(33.33333% - 60px);
	max-width: calc(33.33333% - 60px);
}
.vscan-content-wrapper{
	flex:calc(66.66667% + 60px);
	width:calc(66.66667% + 60px);
	max-width: calc(66.66667% + 60px);
}
.tab-buy-icon{
	position:relative;
}
.tab-buy-icon.care-vscan-tab:after{
	content: "";
    background-image: url(/wp-content/uploads/2021/02/buyicon.png);
    width: 24px;
    position: absolute;
    right: 11px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.vscan-content-container{
    display: flex;
    align-items: center;
    flex: 100%;
    height: calc(100% - 6px)!important;
    border: 2px solid #22395d;
    border-radius: 10px;
    height: 100%;
    padding: 29px;
}
.vscan-content-container .vscan-extend-img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
	cursor: url('/wp-content/uploads/2021/02/loop.png'), auto;
}
.app-desc {
    flex-grow: 1;
}
.app-desc-title{
	font-weight: 600;
    color: #00b6e2!important;
    font-size: 30px;
    line-height: 33px;
}
.include-btn {
	display:block;
	text-decoration:none !important;
    color: #fff !important;
    background-color: #00BF6F;
    padding: 5px 20px;
    border-radius: 7px;
    display: block;
    width: fit-content;
    margin-bottom: 15px;
}
.avail-purchase {
    background-color: #FE5000!important;
}
.app-desc-long{
    font-size: 15px;
    line-height: 16px;
}
.apps-bottom {
    display: flex;
}
.apps-inner {
    min-height: 180px;
    border-radius: 15px;
    margin: 1%;
    background-color: rgba(255,255,255,.25);
    padding: 2%;
    padding-top: 5%;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 33.3%;
    max-width: 200px;
}
.apps-inner:hover {
    background-color: #00b6e2;
}
.apps-inner img{
	max-width:100%;
}
.relative-div{
	position:relative;
}
.vid-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 30px !important;
    margin: 0 auto;
    transform: translateY(-50%);
}
.buy-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(97.5% - 70px);
}
.buy-vscan-extend, .buy-lvivo {
    color: #fff !important;
	text-decoration:none !important;
    border-radius: 15px;
    padding: 5px 9px;
    margin-top: 5px;
    display: block;
    font-size: 11px;
}
.buy-vscan-extend {
    background-color: #005eb8!important;
}
.buy-lvivo {
    background-color: #FE5000!important;
}
.apps-inner p {
    margin-top: 30px;
}
.vscan-content-inner{
	display:flex;
}
.vscan-content-inner .col-lg-8{
	display:flex;
	flex-direction:column;
}
.hear-from-peers{
	padding-top:40px;
}
.hear-from-peers-row{
	max-width: 850px;
	margin:0 auto;
	padding-bottom:40px;
	padding-top:60px;
}
.testimonial-div-inner{
	display: flex;
    align-items: flex-start;
    max-width: 763px;
    margin: 0 auto;
	outline:none !important;
}
.testimonial-div img {
    width: 100px;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.testimonial-txt p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    text-align: left;
    margin-left: 50px;
    font-weight: 500;
    color: #13294B!important;
}
span.title-testimonial-slide {
    font-size: 24px;
    font-weight: 600;
    padding-right: 10px;
}
.bluenonlink {
    color: #00b5e2;
}
.hear-from-peers-row .slick-dots li{
	width:8px;
}
.hear-from-peers-row .slick-dots li button:before{
	font-size: 9px;
}
.peers-arrows{
    color: #AEB5C1!important;
    transform: scaleY(1.9);
    font-size: 21px;
    -webkit-text-stroke: 1px white;
	position:absolute;
	top:50%;
	opacity:0;
	transform: scaleY(2.1);
    font-size: 19px;
	cursor:pointer;
	transition: 0.4s opacity;
	z-index:99;
}
.peers-arrows.fa-chevron-right{
	right:0;
}
.peers-arrows.fa-chevron-left{
	left:0;
}
.care-disclaimer-section{
	padding-top:30px;
}
.care-disclaimer{
	border-top: 1px solid rgb(34,57,93,.2);
	padding-top:20px;
	padding-bottom:20px;
}
.care-disclaimer p{
    font-size: 12px;
    color: #13294b;
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 30px;
}
.clinical-resources-row {
    max-height: 0;
    overflow: hidden;
}
.handheld-video-container, .care-article-container,.clinical-images-container, .care-evidence-container {
	padding-top:40px;
    display: flex;
    max-width: 1170px;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
	padding-right:20px;
	padding-left:20px;
}
.handheld-videos-wrapper, .care-articles-wrapper, .clinical-images-wrapper, .care-evidence-wrapper{
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    width: 30%;
    cursor: pointer;
    min-height: 400px;
    max-height: 400px;
}
.handheld-videos-wrapper img{
	max-width:100%;
}
@media screen and (min-width:1200px){
	.handheld-videos-wrapper img{
		width: 340px;
		height: 191px;
		object-fit: cover;
	}
}
.handheld-videos-wrapper h5{
    font-size: 15px;
    margin-top: 10px;
}
.care-article-title, .care-evidence-title, .clinical-images-title {
    color: #fff;
    font-size: 16px!important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    background: #00b5e2;
    width: 100%;
    align-self: flex-end;
    position: absolute;
    bottom: 0;
    padding: 6px 8px;
}
.clinical-images-title{
	display:none;
}
.care-articles-wrapper img, .clinical-images-wrapper img, .care-evidence-wrapper img {
    width: auto;
    max-width: 100%;
    padding-bottom: 40px;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.care-evidence-wrapper {
    min-width: 33%;
    background: #fff;
}
.care-article-title h5, .care-evidence-title h5, .clinical-images-title h5 {
    color: #fff;
    font-size: 16px!important;
	margin-bottom:0;
}
.clinical-images-wrapper img, .clinical-images-wrapper video{
    padding-bottom: 0;
    border: 1px solid #fff;
    width: 100%;
    object-fit: contain;
    background: #000;
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
	min-width:100%;
	object-fit: contain;
	background:black;
}
.clinical-images-wrapper .search-icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.search-icon-wrapper img {
    border: none!important;
    width: initial!important;
    background: none!important;
    min-height: initial!important;
    max-height: initial!important
}
.clinical-images-wrapper:hover img {
    border-color: #48b5e2;
}
.clinical-images-wrapper:hover .search-icon-wrapper, .clinical-images-wrapper:hover .clinical-images-title {
    display: flex;
}
.clinical-images-filter{
	padding-top:30px;
}
.filter-content{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.filter-content img{
    max-width: 30px;
    margin-right: 15px;
}
.filter-close-txt,
.filter-close{
	display:none;
	cursor:pointer;
}
.filter-content .filter-close{
	max-width: 25px;
    margin-left: 10px;
}
.product-multi-filter,
.care-multi-filter,
.product-filter,
.care-filter{
    display: flex;
    justify-content: center;
    color: white;
	margin-top: 15px;
	flex-wrap:wrap;
}
.product-multi-filter div,
.care-multi-filter div,
.product-filter div, .care-filter div{
	margin-right: 10px;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 3px 15px;
    color: rgba(255,255,255,0.4);
    font-weight: bold;
    font-size: 15px;
	min-width: 120px;
    text-align: center;
	cursor: pointer;
}
.product-multi-filter div,
.product-filter div{
	min-width:160px;
}
.product-multi-filter div.active,
.care-multi-filter div.active,
.product-filter div.active, .care-filter div.active{
	border-color: rgb(73 183 226);
	color: rgb(73 183 226);
}
.clinical-images-container .article-care-overlay{
	display:none !important;
}
.article-care-overlay, .evidence-care-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,181,226,.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}
.clinical-resources-row .slick-dots{
	max-width:1060px;
}
.clinical-resources-row .slick-dots li button:before {
    opacity: .5;
    color: #fff;
    font-size: 10px;
}
.clinical-resources-row .slick-dots li{
	width: 10px;
}
.clinical-resources-row .slick-dots li.slick-active button:before {
    color: white;
}
.care-articles-wrapper:hover .article-care-overlay, .care-evidence-wrapper:hover .evidence-care-overlay {
    opacity: 1;
}
.clinical-resources-row .peers-arrows{
	-webkit-text-stroke: 1px #0c1c32;
	opacity:1;
	transition: 0.4s;
	font-size:20px;
}
.clinical-resources-row .peers-arrows:hover{
	color:white !important;
}
.handheld-videos-img-wrapper{
	width:fit-content;
}
.ed-clinical-resources .care-filter{
	display:flex;
}
.yt-modal{
    min-height: calc(100% - 3.5rem);
    max-width: 860px;
    margin: 1.75rem auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	flex-direction:column;
}
.lock-proportions{
	/* cursor:pointer; */
	cursor: auto;
}
.pmodal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 1, 2, 0.9);
    overflow: hidden;
}
.pclose {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
	cursor:pointer;
}
.pmodal-content {
    width: auto;
    height: inherit;
    margin: auto;
    display: block;
    width: auto;
    max-width: 96%;
/*     -webkit-animation-name: zoom; */
/*     -webkit-animation-duration: 0.6s; */
/*     animation-name: zoom; */
/*     animation-duration: 0.6s; */
}
@keyframes zoom{
  from {transform:scale(0)}
  to {transform:scale(1)}
}
@media screen and (max-width:768px){
	.pclose{
		top:5px;
		right:10px;
	}
}
@media screen and (min-width: 960px){
	.intro-subtitle {
		margin-top: 25px;
		margin-bottom:25px;
		font-size: 19px;
		line-height: 20px;
	}
}
@media screen and (max-width: 500px){
	.custom-tab span{
		font-size: 3.5vw!important;
	}
}
@media screen and (max-width: 1169px){
	.two-column-tabs .custom-tab span{
		padding: 0 !important;
	}
	.custom-tab span{
		font-size: 11px!important;
	}
}
@media screen and (min-width: 768px){
    .mobile-only{
        display:none !important;
    }
}
@media screen and (max-width: 767px){
	h1{
		font-size: 27.3px;
		line-height: 1.15em;
	}
	h2{
		font-size: 25.2px;
		line-height: 1.11em;
	}
	.tabs-list{
		width:90%;
	}
	.education-page .col-lg-12{
		padding:0;
	}
	.education-page .banner-content-innr{
		background-image: url('/wp-content/uploads/2021/02/MOBILE-HERO-BANNER_EDUCATION-PAGE.jpg') !important;
		background-position: bottom center;
	}
	.we-are-here-for-you{
		padding:30px 0;
	}
	.education-intro{
	    align-self: flex-start !important;
		justify-content: center;
		text-align: center;
	}
	.eudcation-intro h1{
		font-size: 28px;
		text-align:center;
	}
	.grve-image img {
		height: auto;
	}
	.pocus-button{
		display:flex;
		justify-content:center;
	}
	.desktop-only {
		display: none!important;
	}
	.supporting-material-section .col-xl-4{
		padding-left:0;
		padding-right:0;
	}
	.supporting-material-row:not(:last-of-type){
		margin-bottom:35px;
	}
	.supporting-material-section .col-12{
		padding-left:15px;
	}
	.supporting-material-section{
		margin-top:0;
	}
	.section-title h2,
	.supporting-material-section h2{
		font-size: 25.2px;
		line-height: 1.11em;
	}
	.section-title p{
		font-size: 12pt;
		line-height: 12pt
	}
	.connectivity-page .banner-content-innr{
		background-image: url(/wp-content/uploads/2021/02/MOBILE-HERO-BANNERS_CONNECTIVITY.jpg) !important;
		background-position: center bottom;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.intro-banner{
		padding-top: 40px;
		text-align:center;
		background-color: #060d17;
		min-height: 500px !important;
	}
	.education-page .intro-banner{
		background-color: #6b768a;
		min-height:400px !important;
	}
	.intro-banner .intro-txt{
		align-self: flex-start !important;
	}
	.intro-banner .intro-subtitle{
	    font-size: 14.5px;
		line-height: 18px;
		margin-bottom:30px;
	}
	.intro-banner h1{
		font-size: 28px;
		text-align: center;
		margin-bottom: 25px;
		line-height:31px;
	}
	.intro-banner a{
		font-size: 12px;
		padding: 10px 15px;
		font-weight:500;
	}
	.connectivity-page .col-lg-12{
		padding-left:0;
		padding-right:0;
	}
	.conn-tricefy-links .custom-cta-white-style{
		margin-left: auto;
		margin-right:auto !important;
		display:block;
	}
	.custom-bg-section{
		background-size:125%;
	}
	ul.privacy-and-security {
		padding-left: 0;
		font-size: 13pt;
	}
	.supporting-material-row{
		padding-left:30px;
	}
	.conn-tricefy-links .custom-cta-white-style:first-of-type{
		margin-bottom:10px;
	}
	.vscan-icons-text span{
		font-size: 13pt !important;
		line-height: 1.2 !important;
	}
	.covid-page .intro-banner{
		background-image: url(/wp-content/uploads/2021/02/MOBILE-HERO-BANNERS_COVID-19.jpg) !important;
		background-position: center bottom;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.covid-page .col-lg-12{
		padding:0;
	}
	.covid-page .custom-cta-white-style{
		display:block;
		margin:0 auto;
		margin-right:0 !important;
	}
	.covid-page .custom-cta-white-style a{
		font-size:14px;
		min-width:220px;
	}
	.covid-page .custom-cta-white-style:first-of-type{
		margin-bottom:10px;
	}
	.section-subtitle-1{
		margin-top:30px;
	}
	.section-subtitle-2{
		display:none;
	}
	.covid-supp-inner {
		padding: 30px 22px 26px 22px;
	}
	.covid-download-container {
		margin-bottom: -100px;
		margin-top: 50px;
	}
	.covid-download-container a{
		padding: 4px 16px;
	}
	.covid-know-more{
		margin-bottom:40px;
	}
	.covid-diagnose-btn a{
		padding:7px 20px;
		font-size:13px;
	}
	.care-page .col-lg-12{
		padding:0;
	}
	.care-page .intro-banner{
		background-position: bottom;
	}
	.care-intro-img{
		display: block;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.care-page .intro-txt{
		height: 460px;
	}
	.try-vscan p{
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		line-height: 25px;
		font-size:23px;
	}
	.try-vscan-btn{
		margin-right:auto;
		position:absolute;
		left: 0;
		right: 0;
	}
	.care-img-container{
		order:2;
	}
	.care-overview-img{
		max-width:100%;
	}
	.all-in-one-title{
		text-align:center;
	}
	.dual-section-container{
		display: flex;
		max-width: 100%;
		overflow-x: auto;
	}
	.dual-section {
		background: #f2f6f8;
		border-radius: 10px;
		padding: 20px;
		min-width: 250px;
		margin-right: 20px;
	}
	.dual-blue-txt {
		font-size: 15px;
		margin-bottom:10px;
	}
	.dual-section p{
		margin-bottom:0;
	}
	.care-overview-inner{
		padding-bottom:0;
	}
	.probes-border-bottom{
		border-bottom-width: 10px;
		border-bottom-color: #0c0303;
		border-bottom-style: solid;
		border-right:0px;
	}
	.probes-border-top{
		border-top-width: 10px;
		border-top-color: #0c0303;
		border-top-style: solid;
		border-left:0px;
	}
	.probes-btn {
		padding: 6px 12px;
		min-width: 140px;
		font-size: 12px;
	}
	.testimonial-div-inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align:center;
	}
	.testimonial-txt p{
		margin-left:0;
		text-align:center;
	}
}
@media screen and (max-width:768px){
	.care-vscan-tab{
		height: 24px!important;
		border-radius: 6px;
		font-size: 11px;
		line-height: 11px;
		margin-bottom:7.2px;
		text-align:left;
		font-weight:bold;
		justify-content: initial;
		padding-left: 35px;
		position:relative;
	}
	.tab-buy-icon.care-vscan-tab:after {
		width: 14px;
		left: 3px;
		height: 21px;
		top:59%;
	}
	.care-vscan-tab:before,
	.care-vscan-tab:after{
		content: "";
		background-image: url(/wp-content/uploads/2021/02/included.png);
		width: 14px;
		position: absolute;
		left: 4px;
		height: 21px;
		top: 59%;
		transform: translateY(-50%);
		background-size: 100%;
		background-repeat: no-repeat;
		image-rendering: -moz-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}
	.care-vscan-tab:before{
		content: "\f0da";
		background-image:unset;
		right:0px;
		top: 66%;
		font-size:15px;
		left:initial;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}
	.vscan-content-container .vscan-extend-img{
		max-height: 374px;
		max-width: 100%;
		width: auto;
	}
	.vscan-tabs-container{
		padding-left:10px;
		order:2;
		flex: initial;
		max-width: 303px;
		flex: 52%;
		width: 52%;
	}
	.vscan-content-wrapper{
		flex: initial;
		max-width: initial;
		width: initial;
		padding:0;
	}
	.vscan-content-container{
		border:none;
		padding:0;
		justify-content: flex-end;
	}
	.vscan-content-inner .col-lg-8{
		display:none;
	}
	.vscan-content-inner .col-lg-4{
		padding: 0;
		padding-left: 10px;
	}
}
@media screen and (max-width: 1169px){
	.handheld-video-container, .care-article-container, .clinical-images-container, .care-evidence-container {
		overflow: auto;
		max-width: 100%;
		justify-content: unset;
		align-items: unset;
		padding-left: 0;
		margin-left: -10px;
	}
	.handheld-videos-wrapper, .care-articles-wrapper, .clinical-images-wrapper, .care-evidence-wrapper{
		margin-right:5px;
		min-height: 300px;
		max-height: 300px;
		min-width: 37%;
	}
	.care-articles-wrapper img, .clinical-images-wrapper img, .care-evidence-wrapper img {
		min-height: 275px;
		max-height: 300px;
	}
	.care-evidence-title {
		background: #fff;
	}
	.care-articles-wrapper img, .clinical-images-wrapper img, .care-evidence-wrapper img {
		min-height: 275px;
		max-height: 300px;
	}
	.product-multi-filter div,
	.product-filter div{
		margin-bottom:10px;
		min-width:105px !important;
	}
	.product-multi-filter div,
	.care-multi-filter div,
	.product-filter div,
	.care-filter div{
		max-height:32px;
		font-size: 12px;
		min-width:initial;
		margin-bottom:10px;
		margin-right:5px;
	}
	.care-evidence-title h5 {
		color: #000;
	}
	.care-article-img, .care-evidence-img {
		display: flex;
		background: #fff;
		justify-content: center;
	}
}
@media screen and (max-width:500px){
	.try-vscan p {
		font-size: 17px;
	}
	.handheld-videos-wrapper, .care-articles-wrapper, .clinical-images-wrapper, .care-evidence-wrapper {
		min-height: 400px;
		max-height: 400px;
	}
	.handheld-videos-wrapper, .care-articles-wrapper, .clinical-images-wrapper, .care-evidence-wrapper {
		min-width: 74%;
	}
	.care-evidence-wrapper img {
		max-width: 100%;
		min-height: initial;
	}
	.care-article-title, .care-evidence-title, .clinical-images-title {
		padding: 4px 6px;
		min-height: 100px;
	}
	.care-article-title h5, .care-evidence-title h5, .clinical-images-title h5 {
		font-size: 3.7vw!important;
		line-height: 3.8vw;
		text-align: center;
	}
	.vscan-content-wrapper{
		flex: 48%;
		max-width: 48%;
		width: 48%;
		padding:0;
	}
}

.clinicalgal-comment{
    margin-top: 1rem;
    font-size: .8rem;
    color: #fe5000;
    font-weight: bold;
	text-align: center;
}
@media (min-width: 1024px){
    .clinicalgal-comment {
        display: none !important;
    }
}


/*changes for fixing the glitch issue on education page*/
.page-template-vscan-extended-2 .modal-popup-block img {
    max-height: 250px;
    max-width: 141px;
    height: fit-content;
    width: fit-content;
}
.page-template-vscan-extended-2 .clinical-img-block {
    z-index: 1;
    position: relative;
    padding: 50px 64px 68px;
}
.page-template-vscan-extended-2  .carousel-prev, .page-template-vscan-extended-2  .carousel-next {
    top: 31%;
}
.page-template-vscan-extended-2  .carousel-prev {
    left: auto !important;
}
.page-template-vscan-extended-2  .carousel-next {
    right: auto !important;
}
.page-template-vscan-extended-2 .clinical-img-slider .fa, .page-template-vscan-extended-2 .clinical-img-slider .fas {
    font-weight: 100;
}
.page-template-vscan-extended-2 .clinical-img-slider .fa-chevron-left:before {
    content: " ";
}
.page-template-vscan-extended-2 .clinical-img-slider .fa-chevron-left:before {
    width: 26px;
    background: url(https://handheldultrasound.gehealthcare.com/wp-content/uploads/2021/02/leftarrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 115px;
    height: 38px;
}
.page-template-vscan-extended-2 .clinical-img-slider .fa-chevron-right:before {
    width: 26px;
    position: absolute;
    background-repeat: no-repeat;
    background: url(https://handheldultrasound.gehealthcare.com/wp-content/uploads/2021/02/right-arrow.png);
    left: 115px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* CSS for single point block */

.single-point-section h2 {
    color: #00b5e2;
    text-align: center;
    margin: 0 0 20px 0;
}

.single-point-section {
    margin: 50px 0 0 0;
    text-align: center;
}
.single-point-section .read-more-mobile{
    display: inline-block;
    margin: 0;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
    display: none;
}
.single-point-section .read-more-mobile i{
    margin-left: 8px;
}

.single-point-section h5 {
    color: #4b505b;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
}


.pocus-package-section img.wp-image-6530 {
    height: auto;
    width: auto;
}

.pocus-package-section #h-select-your-package {
    font-size: 22px;
    margin: 30px 0 18px 0;
}

.pocus-package-section .wp-block-columns + p {
    margin: 54px 0 0 0;
}

.pocus-package-section .wp-block-columns .vscan-box {
    background: #03b5e2;
    background: -moz-linear-gradient(-45deg,  #03b5e2 0%, #07b3e0 58%, #224194 100%);
    background: -webkit-linear-gradient(-45deg,  #03b5e2 0%,#07b3e0 46%,#224194 100%);
    background: linear-gradient(135deg,  #03b5e2 0%,#07b3e0 46%,#224194 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b5e2', endColorstr='#224194',GradientType=1 );
    border: 3px solid #03b5e2;
    border-radius: 20px;
    text-align: center;
    padding: 10px 10px;
    position: relative;
    color: #fff;
}

.pocus-package-section .wp-block-columns .vscan-box h2 {
    font-size: 25px;
    margin: 0;
}

.pocus-package-section .wp-block-columns .vscan-box h2 sup {
    font-size: 13px;
    margin: 0 0 0 4px;
}

.pocus-package-section .wp-block-columns .vscan-box p {
    margin: 0;
    font-size: 20px;
}

.pocus-package-section .wp-block-columns .vscan-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px;
}

.pocus-package-section .wp-block-columns .vscan-box .read-more-info {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.pocus-package-section .wp-block-columns .vscan-box .read-more-info img {
    width: 18px;
    height: auto;
    vertical-align: text-top;
    margin: 2px 3px 0 0 !important;
}

.pocus-package-section .wp-block-columns .vscan-box .btn {
    background: #fff;
    display: inline-block;
    border: 0;
    color: #000;
    font-weight: 400;
    line-height: normal;
    padding: 11px 30px;
    font-size: 16px;
    margin: 12px 0 0 0;
}

.pocus-package-section .wp-block-columns .vscan-box .btn:hover {
    background: #1f4c9b;
    color: #fff;
}

.vscan-box-popup {
    position: absolute;
    right: 40px;
    bottom: 100px;
    background: #fff;
    color: #000;
    width: 590px;
    text-align: left;
    border: 2px solid #cdcdcdfa;
    border-radius: 22px;
    padding: 20px 31px;
    box-shadow: 0 0 40px #00000047;
    display: none;
}

.pocus-package-section .wp-block-columns .vscan-box .vscan-box-popup h3 {
    color: #04b4e1;
    font-size: 32px;
    margin: 10px 0 20px 0;
    font-weight: 500;
}

.pocus-package-section .wp-block-columns .vscan-box .vscan-box-popup p {
    font-size: 16px;
}
.vscan-box-popup .close {
    border: 1px solid #000;
    font-size: 14px !important;
    border-radius: 30px;
    padding: 5px 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: 0 auto;
    display: none;
    text-align: center;
}
@media (max-width:767px){
    .pocus-package-section #h-select-your-package {
        margin: 0 0 18px 0;
        text-align: center;
    }
    .pocus-package-section .wp-block-columns .vscan-box h3 br {
        display: none;
    }
    .pocus-package-section .wp-block-columns .vscan-box{
        margin-bottom: 20px;
    }
    .pocus-package-section .wp-block-columns .vscan-box .read-more-info {
        display: inline-block;
        border: 2px solid;
        padding: 7px 20px;
        border-radius: 23px;
        margin-right: 5px;
    }    
    .pocus-package-section .wp-block-columns + p {
        margin: 14px 0 0 0;
    }
    .single-point-section .read-more-mobile{
        display: inline-block;
        text-decoration: none;
    }
    .single-point-section h5{
        display: none;
    }
    .vscan-box-popup {
        right: -5px;
        bottom: -4px;
        width: 104%;
        padding-bottom: 60px;
    }
    .pocus-package-section .wp-block-columns .vscan-box .btn{
        margin: 0;
    }
    .vscan-box-popup .close {
        display: block;
    }
    .single-point-section .read-more-mobile:before {
        content: 'Read more';
    }

    .single-point-section .read-more-mobile.active {
        margin: 0 0 20px 0;
    }

    .single-point-section .read-more-mobile.active .fa-angle-down:before {content: "\f106";}

    .single-point-section .read-more-mobile.active:before {
        content: 'Read less';
    }
}





