.shownotice {display:none;}
.b-get-started {
    position: fixed;
    right: 0;
    top: 8em;
    z-index: 400;
}
.b-get-started .b-toggler {
    display: block;
    cursor: pointer;
    float: left;
}
.b-get-started .b-title {
    text-indent: -9999px;
    display: block;
    height: 130px;
    width: 30px;
    position: relative;
    -moz-border-radius: 25px 0 0 0;
    -webkit-border-radius: 25px 0 0 0;
    border-radius: 25px 0 0 0;
    background: #1010eb url(/themes/custom/medtronic/res/img/icon/gs-text-icon.png) no-repeat 9px
 }
.b-get-started .b-icon {
    height: 31px;
    width: 30px;
    display: block;
    position: relative;
    -moz-border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px;
    background: #b1b1ae url(/themes/custom/medtronic/res/img/icon/gs-plus-icon.png) no-repeat 11px 8px;
}
.b-get-started .b-icon.m-open {
    background: url(/themes/custom/medtronic/res/img/icon/gs-minus-icon.png) no-repeat 11px 12px #b1b1ae;
}
.b-get-started .b-flyout {
    display: none;
    float: left;
    min-height: 161px;
    width: 210px;
    padding: 10px 12px 2px;
    position: relative;
    background: #fff;
    -moz-box-shadow: 5px 1px 15px #ccc;
    -webkit-box-shadow: 5px 1px 15px #ccc;
    box-shadow: 5px 1px 15px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.b-get-started h1 {
    color: #666;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.b-get-started .b-item p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}
.b-get-started .b-item.m-phone-icon {
    background: url(/res/img/icon/gs-phone-icon.png) no-repeat 10px 7px;
}
.b-get-started .b-item {
    padding: 10px 10px 10px 40px;
    border-top: 1px solid #e8e8e8;
}
.b-get-started .b-item.m-list-icon {
    background: url(/res/img/icon/gs-list-icon.png) no-repeat 10px 7px;
}
.b-get-started .b-item.m-amb-icon {
    background: url(/res/img/icon/gs-amb-icon.png) no-repeat 10px 7px;
}
.b-get-started .b-item p.m-number {
    color: #1010eb;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.m-cfix:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
.b-get-started {display:none  !important;}
#medtronic-banner {display:none  !important;}
}
