#block-block-171 {
    display: block !important;
}
body.overflowHidden {
    overflow: hidden !important;
}
.side-panel-overlay * {
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .side-panel-cont,
    .side-panel-overlay {
        display: none !important;
    }
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn.duplicate,
.side-panel-cont .side-panel-body .side-panel-content .single-sn.nourl,
.side-panel-overlay {
    display: none;
}
.side-panel-overlay.active {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000021;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9992;
}
.side-panel-cont {
    position: fixed;
    right: -380px;
    display: block;
    height: 100%;
    top: 0;
    width: 380px;
    z-index: 9993;
    transition: 0.4s;
}
.side-panel-cont * {
    transition: 0.4s;
    font-family: Jura, sans-serif;
}
.side-panel-cont.showPanel {
    right: 0;
    background: #fff;
}
.side-panel-cont .buttons-panel {
    background: #ffffff00;
    color: #fff;
    position: absolute;
    left: -50px;
    top: calc(80% - 100px);
    z-index: 131;
    width: 50px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}
.side-panel-cont .buttons-panel .buttons-list .single-button {
    padding: 0;
    margin: 5px;
    float: left;
    width: 40px;
    display: block;
    border-radius: 5px;
}
.side-panel-cont .buttons-panel .buttons-list .single-button .btn-name {
    line-height: 30px;
    float: right;
    padding-right: 10px;
    font-weight: 200;
    position: absolute;
    right: -100px;
    opacity: 0;
    z-index: 0;
    margin-top: 5px;
    transition:
        opacity 0.5s 0.2s,
        right 0.5s 0;
    width: 150px;
    text-align: right;
}
.side-panel-cont .buttons-panel .buttons-list .single-button .btn-ico {
    width: 90px;
    height: 90px;
    float: right;
    display: block;
    background-size: 30px 30px;
    background-position: center center;
    /* background-color: #ffffff; */
    position: relative;
    z-index: 136;
    background-repeat: no-repeat;
    right: 0;
    border-radius: 40px;
}
.side-panel-cont .buttons-panel .buttons-list .single-button .btn-ico:after {
    width: 5px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -5px;
    background: #ffffff00;
    content: "";
}
.side-panel-cont .buttons-panel .buttons-list .single-button.contact-us .btn-ico {
    background-image: url("../img/output-onlinegiftools.gif");
    background-size: 90px 90px;
}
.side-panel-cont .buttons-panel .buttons-list .single-button.live-chat .btn-ico {
    background-image: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/live-chat.png);
}
.side-panel-cont .buttons-panel .buttons-list .single-button.phone-call .btn-ico {
    background-image: url("../img/Call_ringing.gif");
    background-size: 70px 70px ;
}
.side-panel-cont .buttons-panel .buttons-list .single-button.solution-finder .btn-ico {
    background-image: url("../img/sidesolution-builder.png");
}
.side-panel-cont .buttons-panel .buttons-list .single-button.solution-finder.active,
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button.hoverState,
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button:hover,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button.hoverState,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button:hover {
    background: #fafafa;
    color: rgb(3, 3, 51);
}
.side-panel-cont .buttons-panel .buttons-list .single-button.solution-finder.active .btn-ico,
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button.hoverState .btn-ico,
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button:hover .btn-ico,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button.hoverState .btn-ico,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button:hover .btn-ico {
    background-color: #fafafa;
    color: rgb(2, 2, 43);
}
.side-panel-cont .buttons-panel.hoverState,
.side-panel-cont .buttons-panel:hover {
    left: -200px;
    width: 200px;
}
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button {
    width: 190px;
}
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button .btn-name,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button .btn-name {
    display: block;
    position: absolute;
    right: 50px;
    opacity: 1;
    z-index: 136;
    transition:
        opacity 0.5s 0.2s,
        right 0.5s 0;
    width: 150px;
}
.side-panel-cont .buttons-panel.hoverState .buttons-list .single-button .btn-ico,
.side-panel-cont .buttons-panel:hover .buttons-list .single-button .btn-ico {
    float: right;
    margin-right: 0;
}
.side-panel-cont .side-panel-body {
    width: 380px;
    background: #fff;
    position: absolute;
    right: 0;
    height: 100%;
    display: block;
    z-index: 135;
    border-left: 1px solid #dedede;
    overflow-x: hidden;
    overflow-y: auto;
}
.side-panel-cont .side-panel-body .closeSidePanel {
    position: absolute;
    top: 15px;
    background-image: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/close2.png);
    height: 24px;
    right: 0;
    cursor: pointer;
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 24px;
    color: #acb3b7;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    background-size: 24px 24px;
    padding-right: 30px;
    margin-right: 10px;
    z-index: 200;
}
.side-panel-cont .side-panel-body .side-panel-content {
    padding: 50px 30px 20px;
    position: absolute;
    left: 400px;
    opacity: 0;
    width: 100%;
    display: block;
    max-height: 100%;
    overflow: hidden;
}
.side-panel-cont .side-panel-body .side-panel-content .top-img {
    width: 260px;
    margin: 0 auto;
    display: block;
}
.side-panel-cont .side-panel-body .side-panel-content.active {
    left: 0;
    opacity: 1;
    max-height: 100%;
    overflow: visible;
}
.side-panel-cont .side-panel-body .side-panel-content .title {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin-top: 8px;
}
.side-panel-cont .side-panel-body .side-panel-content span.subtitle {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #545454;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
}
.side-panel-cont .side-panel-body .side-panel-content span.subtitle .go-back {
    font-weight: 600;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn {
    display: inline-block;
    margin: 15px 0;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .icon-cont {
    width: 80px;
    float: left;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .icon-cont img {
    max-width: 64px;
    margin-top: 12px;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .icon-cont span.icon-title {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 64px;
    display: inline-block;
    font-weight: 600;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body {
    width: calc(100% - 80px);
    float: left;
    text-align: left;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body .title {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
    color: #000;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body p.copy {
    font-size: 14px;
    line-height: 20px;
    color: #545454;
    margin-bottom: 5px;
    margin-top: 5px;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body a.view-more {
    font-size: 14px;
    background-image: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/read_more_ico.png);
    display: inline-block;
    padding-right: 25px;
    background-position: right center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.side-panel-cont .side-panel-body .side-panel-content .single-sn .single-sn-body a.view-more:hover {
    background-image: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/read_more_ico-hover02.png);
}
.side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer {
    border-top: 1px solid #efefef;
    padding-top: 20px;
    display: inline-block;
    padding-bottom: 30px;
}
.side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer span.copy {
    color: #545454;
    display: inline-block;
    width: 48%;
    font-size: 14px;
    line-height: 20px;
    float: left;
}
.side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer .btn-cont {
    width: 52%;
    float: left;
    display: inline-block;
}
.side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer .btn-cont .btn-sm-orng {
    padding: 10px 15px;
    display: inline-block;
    letter-spacing: 0;
    font-size: 12px;
}
@media screen and (max-height: 850px) {
    .side-panel-cont .side-panel-body .side-panel-content .sidepanel-footer .btn-cont .btn-sm-orng {
        padding: 10px 13px;
    }
}
.side-panel-cont .side-panel-body .side-panel-content.step-form span.subtitle {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #848484;
    font-weight: 300;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.side-panel-cont .side-panel-body .side-panel-content.step-form form label {
    font-weight: 400;
    margin-top: 20px;
    color: #3c4345;
    text-align: left;
    font-size: 15px;
}
.side-panel-cont .side-panel-body .side-panel-content.step-form form select {
    border-radius: 0;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #dadada;
    margin: 0 0 5px;
    padding: 8px 0;
    background-image: url(//cdn.kareo.com/sites/default/themes/kareo_theme/images/optimized/solutionbuilder/down_arrow_01.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 98% center;
    color: #3c4345;
    font-weight: 300;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.side-panel-cont .side-panel-body .side-panel-content.step-form form select.error {
    border-bottom: 1px solid red;
}
.side-panel-cont .side-panel-body .side-panel-content.step-form form input.submitButton {
    display: block;
    margin: 30px auto;
    padding: 16px 34px;
    font-size: 13px;
    width: initial;
    max-width: 100%;
}
.display_mobile.mobile-navigation-toolbar,
.sticky-menu.follow,
.sub-menu-follow-nav {
    transition: top 0.5s;
}
.display_mobile.mobile-navigation-toolbar.sp-active,
.sticky-menu.follow.sp-active,
.sub-menu-follow-nav.sp-active {
    top: -200px !important;
}
.side-panel-cont .buttons-panel .buttons-list .single-button.contact-us:hover .btn-ico {
    /* background-image: url(../img/sidecontact-us-hover.png); */
}
.side-panel-cont .buttons-panel .buttons-list .single-button.phone-call:hover .btn-ico {
    /* background-image: url("../img/sidephone-hover.png"); */
}
