body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background-color: #fff;
}

p {
    font-family: 'Roboto', sans-serif;
}

input,
select,
textarea {
    font-family: 'Fira Sans', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
}

.container {
    width: 100%;
    display: block;
    max-width: 1200px;
}

img {
    max-width: 100%
}

.clearfix:after,
.clearfix:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    clear: both;
}

.wrp {}

.buttn {
    background: #2c3f6a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.buttn:hover {
    background: #4066cd;
    color: #fff;
}

.buttn:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

header {
    height: 80px;
    background: #e4f1f9;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

header.fixed {
    height: 60px;
    box-shadow: 0 0 17px -9px #000;
}

header.fixed .rt {
    padding: 14px 0 0;
}

header.fixed .lt .login {
    padding: 15px 0 0 63px;
}

header.fixed .lt .logo {
    width: 186px;
    position: relative;
    padding: 10px 0 0 0;
}

header .lt .logo .mbl {
    display: none;
}

header .container:before {
    position: absolute;
    left: 1px;
    right: 0;
    bottom: -48px;
    background: url(../images/drop-aro.png) no-repeat;
    width: 70px;
    height: 45px;
    content: "";
    transition: all 0.3s ease;
}

header.fixed .container:before {
    bottom: -26px;
    left: 1px;
    display: none;
}

header .container {
    position: relative;
}

header .lt {
    float: left;
}

header .lt .logo {
    float: left;
    padding: 17px 0 0;
    transition: all 0.3s ease;
    width: 245px;
}

header .lt .login {
    float: left;
    padding: 25px 0 0 63px;
}

header .lt .login a {
    display: block;
    width: 86px;
    height: 28px;
    border: 1px solid #2A3D6C;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 600;
    color: #2A3D6C;
}

header .lt .login a:hover {
    background: #2A3D6C;
    color: #fff;
}

header .rt {
    float: right;
    padding: 24px 0 0;
    transition: all 0.3s ease;
}

header .rt ul:after {
    display: block;
    clear: both;
    content: "";
}

header .rt ul li {
    float: left;
    padding: 0 0 0 34px;
    position: relative;
}

header .rt ul li.demo a {
    display: block;
    width: 86px;
    height: 28px;
    border: 1px solid #2A3D6C;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 600;
    color: #2A3D6C;
}

header .rt ul li.demo:hover a {
    background: #2A3D6C;
    color: #fff;
}

header .rt ul li a {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #2A3D6C;
    font-size: 16px;
}

header .rt ul li.active a,
header .rt ul li a:hover {
    color: #4971B6;
}

header .rt ul li .subMnu {
    position: absolute;
    top: 48px;
    left: 34px;
    background: #fff;
    width: 210px;
    padding: 7px 12px;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #eee;
    box-shadow: 0 0 5px -3px #888;
    border-radius: 8px;
}

header .rt ul li .subMnu a {
    color: #2A3D6C;
    font-weight: 500;
    font-size: 14px;
}

header .rt ul li .subMnu li.active a {
    color: #ccc;
}

header .rt ul li .subMnu li {
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #e4f1f9;
}

header .rt ul li:hover .subMnu {
    visibility: visible;
    opacity: 1;
    top: 31px;
}

header .rt ul li:hover .subMnu:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    top: -7px;
    left: 35px;
}

.banr {
    margin: 150px 0 0;
    position: relative;
    z-index: 99;
    transition: all 1s ease;
    transform: translate(0, 30px);
    opacity: 0;
}

.banr.active {
    opacity: 1;
    transform: translate(0);
}

.banr .insdBnr {
    background: #fff url('../images/baner2.png') no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 599px;
    border-radius: 10px;
}

.banr .insdBnr h1 {
    font-size: 60px;
    color: #2A3D6C;
    font-weight: 800;
    line-height: 68px;
    margin: 0 0 40px;
}

.banr .insdBnr h1 span {
    color: #4971B6;
}

.banr .insdBnr .lt {
    padding: 50px 0 0 55px;
    width: 100%;
    max-width: 570px;
}

.banr .insdBnr .lt p {
    margin: 0;
    color: #666666;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
}

.banr .insdBnr .lt a {
    display: inline-block;
    margin: 36px 0 0;
    padding: 0 16px;
}

.suportBox {
    position: relative;
    height: 790px;
    background-size: contain;
    margin: -136px 0 0 0;
}

.suportBox:before {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/imag1.png') no-repeat top right;
    height: 1025px;
    width: 100%;
    content: "";
    z-index: 9;
    background-size: cover;
}

.suportBox:after {
    background: #4a71b6;
    content: "";
    position: absolute;
    right: 0;
    top: 235px;
    width: 100%;
    height: 100%;
}

.suportBox .arrow {
    background: url('../images/up-aro.png') no-repeat center top;
    height: 235px;
    width: 100%;
    background-size: cover;
}

.suportBox .lt {
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: 540px;
    padding: 64px 0 0 0;
}

.suportBox .lt .ttl h2 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
}

.suportBox .lt ul {
    margin: 0 0 100px;
    position: relative;
    z-index: 9;
}

.suportBox .lt ul:after {
    display: block;
    clear: both;
    content: "";
}

.suportBox .lt ul li {
    float: left;
    padding: 0 25px 0 0;
}

.suportBox .lt ul li a.buttn {
    display: block;
    padding: 0 18px;
    height: 35px;
    line-height: 35px;
}

.suportBox .lt ul li a.buttn:hover {
    background: #fff;
    color: #2A3D6C;
}

.suportBox .lt ul li a.new {
    display: block;
    padding: 0 18px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #2A3D6C;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}

.suportBox .lt .ttl {
    padding: 0 0 75px;
}

.suportBox .lt ul li a.new:hover {
    background: #2A3D6C;
    color: #fff;
}

.suportBox .careBx p {
    font-size: 48px;
    color: #B6D7ED;
    line-height: 65px;
    font-weight: 800;
}

.suportBox .careBx p span {
    color: #fff;
}

.suportBox .careBx .txt {
    padding: 45px 0 0;
}

.suportBox .careBx .txt cite {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    padding: 0 0 20px;
    display: block;
    font-weight: 500;
}

.suportBox .careBx .txt a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: url('../images/arrow.png') no-repeat right center;
    padding: 0 30px 0 0;
    font-weight: 700;
}

.suportBox .careBx .txt a:hover {
    padding: 0 50px 0 0;
}

.rpm {
    margin: 235px 0 0;
    position: relative;
}

.rpm:before {
    position: absolute;
    top: -438px;
    right: 45px;
    content: "";
    background: url('../images/katli.png') no-repeat;
    width: 427px;
    height: 874px;
    transition: all 0.5s ease;
    transform: rotateY(0);
    animation: round 3s linear infinite;
}

@keyframes round {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

.rpm .txt {
    width: 100%;
    max-width: 655px;
    padding: 130px 0 0 0;
}

.rpm .txt h2 {
    color: #2A3D6C;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    padding: 0 0 35px;
}

.rpm .txt a {
    display: inline-block;
    font-size: 17px;
    color: #4971B6;
    background: url('../images/r-arow-w.jpg') no-repeat right center;
    padding: 0 40px 0 0;
    font-weight: 700;
}

.rpm .txt .drpdn a.buttn {
    background: #2c3f6a;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    font-size: 18px;
}

.rpm .txt .drpdn .dropBxNew+.down a {
    color: #2A3D6C;
    display: block;
    padding: 0 0 2px;
    font-weight: 500;
    background: none;
    border-bottom: 1px solid #eee;
    margin: 0 0 7px;
}

.rpm .txt .drpdn .dropBxNew+.down li:last-child a {
    border: 0;
}

.rpm .txt a:hover {
    padding: 0 50px 0 0;
}

.cmsBx {
    width: 100%;
    background: url('../images/up-aro.png') no-repeat center top;
    background-size: cover;
    height: 200px;
    padding: 90px 0 0;
    margin: 100px 0 0;
}

.cmsBx a {
    margin: 0 auto 0;
    display: block;
    width: 198px;
}

.cmsBx a:hover {
    background: #fff;
    color: #2A3D6C;
}

.rpm .txt h2 span {
    color: #4971B6;
}

.rpm .txt p {
    font-size: 16px;
    color: #2A3D6C;
    line-height: 36px;
    margin: 0 0 26px;
}

footer {
    min-height: 450px;
    background: #e6e7e9;
    padding: 130px 0 0;
    clear: both;
}

footer .block {
    float: left;
    width: 33.333%;
    position: relative;
}

footer .block h3 {
    font-size: 24px;
    color: #6D6E71;
    font-weight: 500;
    padding: 0 0 15px;
}

footer .block ul {
    overflow: hidden;
}

footer .block ul li {
    float: left;
    width: 35%;
    margin: 0 0 11px;
}

footer .block ul li a {
    display: block;
    font-size: 16px;
    color: #939598;
    font-weight: 300;
    position: relative;
    right: 0;
}

footer .block h4 {
    font-size: 21px;
    color: #A7A9AC;
    font-weight: 400;
    margin: 8px 0 8px 0;
}

footer .block h5 {
    font-size: 30px;
    color: #A7A9AC;
    font-weight: 400;
    background: url('../images/call-ico.jpg') no-repeat;
    padding: 5px 0 5px 48px;
}

footer .block ul li:nth-child(2n+2) {
    width: 63%;
}

footer .block ul li a:hover {
    color: #2A3D6C;
    right: -8px;
}

footer .block:last-child li {
    width: 100%;
}

footer .block:before {
    position: absolute;
    right: 0;
    width: 4px;
    background: #fff;
    content: "";
    top: -5px;
    height: 208px;
}

footer .lg {
    width: 250px;
}

footer .block:first-child::before {
    right: 40px;
}

footer .block:nth-child(2) {
    padding: 0 0 0 18px;
}

footer .block:last-child::before {
    display: none;
}

footer .block:last-child {
    padding: 0 0 0 38px;
}

.botmFootr {
    height: 60px;
    background: #4a71b6;
    text-align: center;
    line-height: 60px;
}

.botmFootr p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.aboutBx {
    margin: 80px 0 140px;
    padding: 80px 0 0;
    position: relative;
}

.aboutBx:before {
    position: absolute;
    right: 0;
    top: -88px;
    content: "";
    background: url('../images/design.png') no-repeat;
    width: 575px;
    height: 1097px;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 17s;
    animation-iteration-count: infinite;
}

h1.ttl {
    font-size: 60px;
    font-weight: 800;
    color: #2A3D6C;
}

.aboutBx h1.ttl {
    padding: 0 0 48px;
}

.aboutBx .sharedBx {
    position: relative;
}

.aboutBx .sharedBx .lt {
    width: 45%;
    float: left;
}

.aboutBx .sharedBx .rt {
    width: 55%;
    float: right;
}

.aboutBx .sharedBx .rt img {
    float: right;
    transform: translate(0, 30px);
    opacity: 0;
    transition: all 1.5s ease;
}

.aboutBx .sharedBx .rt.active img {
    transform: translate(0, 0);
    opacity: 1;
}

.aboutBx .sharedBx .blk h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2A3D6C;
    padding: 0 0 50px;
}

.aboutBx .sharedBx .blk h2 span {
    color: #4971B6;
}

.aboutBx .sharedBx .blk {
    padding: 0 0 80px;
}

.aboutBx .sharedBx .blk p {
    font-size: 16px;
    color: #808080;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 35px;
}

.aboutBx .sharedBx .blk p:last-child {
    margin-bottom: 0;
}

.aboutBx .sharedBx .blk+a.buttn {
    display: inline-block;
    padding: 0 23px;
}

.listArrow a {
    display: inline-block;
    font-size: 16px;
    color: #808285;
    font-weight: 300;
    background: url('../images/') no-repeat right center;
    padding: 0 26px 0 0;
}

.listArrow li {
    line-height: 55px;
    line-height: 55px!important;
    border-bottom: 1px solid #cccccc!important;
}

.listArrow a:hover {
    padding: 0 32px 0 0;
    color: #2A3D6C;
    border-radius: 25px;
    background: #F1F2F2;
}

.listArrow {
    margin: -45px 0 0;
}

.cmsBx.medicare {
    height: 340px;
}

.aboutBx .sharedBx.baneUp .img {
    margin: -110px 0 0;
}

.cmsBx.medicare span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 14px 0 60px;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
}

.resource .bnr {
    background: url('../images/resource-new.jpg') no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: relative;
    border-radius: 10px;
    padding: 175px 0 0 60px;
    transform: translate(0, 30px);
    opacity: 0;
    transition: all 1s ease;
    margin: 0 0 12px;
    overflow: hidden;
}

.resource.health .bnr {
    background: url(../images/health-system.jpg) no-repeat center top;
}

.resource .bnr.active {
    transform: translate(0, 0);
    opacity: 1;
}

.resource .bnr h3 {
    font-size: 36px;
    line-height: 44px;
    color: #2A3D6C;
    font-weight: 700;
    width: 315px;
    padding: 0 0 100px;
}

.resource .bnr h3 span {
    color: #4971B6;
}

.resource .bnr .buttn {
    display: inline-block;
    padding: 0 20px;
}

.ccm {
    position: relative;
    padding: 120px 0 45px 0;
}

.ccm:before {
    position: absolute;
    right: 0;
    top: -100px;
    background: url('') no-repeat left top;
    width: 323px;
    height: 874px;
    content: "";
    z-index: -1;
}

.ccm .blk h3 {
    font-size: 36px;
    color: #2A3D6C;
    font-weight: 700;
    padding: 0 0 55px;
}

.ccm .blk h3 span {
    color: #4971B6;
}

.ccm .listArrow {
    margin: 0 0 48px;
}

.ccm h4 {
    font-size: 18px;
    color: #2A3D6C;
    font-weight: 400;
    margin: 0 0 100px;
}

.health:before {
    background: url('../images/design2.png') no-repeat;
    width: 567px;
    height: 1084px;
    z-index: -1;
}

.health h4 {
    font-size: 18px;
    color: #2A3D6C;
    line-height: 36px;
    width: 100%;
    max-width: 770px;
    margin: 0 0 90px;
    font-weight: 400;
}

.health.aboutBx h1.ttl span {
    color: #486db4;
}

.health .listArrow a {
    background: url('../images/arrow.png') no-repeat right center;
    text-shadow: 0 1px 0px #000;
    color: #fff;
}

.health.resource .bnr {
    height: 409px;
}

.wrkFlow {
    margin: -338px 0 0;
}

.wrkFlow .txtbx:before {
    position: absolute;
    bottom: -233px;
    right: 0;
    content: "";
    background: url(../images/katli.png) no-repeat;
    width: 365px;
    height: 874px;
}

.wrkFlow .arrow {
    background: url(../images/up-aro.png) no-repeat center top;
    height: 235px;
    width: 100%;
    background-size: cover;
}

.wrkFlow .txtbx {
    background: #4a71b6;
    padding: 0px 0 100px;
    position: relative;
}

.wrkFlow .txtbx h3 {
    font-size: 36px;
    color: #E5F1F9;
    line-height: 54px;
    font-weight: 600;
    margin: 0 0 40px;
}

.wrkFlow .txtbx .blk {
    width: 100%;
    max-width: 867px;
}

.wrkFlow .txtbx .blk p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 90px;
}

.wrkFlow .txtbx .blk .buttn {
    display: inline-block;
    padding: 0 22px;
}

.wrkFlow .txtbx .blk .listArrow {
    margin: 50px 0 0;
}

.wrkFlow .txtbx .blk .listArrow a {
    font-size: 18px;
    color: #2A3D6C;
}

.care+.wrkFlow .txtbx {
    padding: 75px 0 100px;
}

.private h1.ttl span {
    color: #486db4;
}

.private h1.ttl {
    width: 100%;
    max-width: 540px;
    padding: 0 0 60px;
}

.private h4 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #2A3D6C;
    width: 100%;
    max-width: 535px;
    margin: 0 0 100px;
}

.private.resource .bnr {
    height: 409px;
}

.private.aboutBx:before {
    z-index: -1;
}

.wrkFlow.money {
    margin: -320px 0 0;
}

.wrkFlow.money .txtbx:before {
    display: none;
}

.wrkFlow.money .txtbx {
    text-align: center;
    padding: 65px 0 100px;
}

.wrkFlow.money .txtbx .blk {
    max-width: 100%;
}

.wrkFlow.money .txtbx .blk p {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 820px;
}

.care ul li {
    font-size: 18px;
    color: #2A3D6C;
    width: 206px;
}

.care.aboutBx:before {
    z-index: -1;
}

.wrkFlow.vhl .txtbx h3 {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 75px;
}

.wrkFlow.vhl .txtbx h4 {
    font-size: 36px;
    color: #2A3D6C;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    margin: 0 0 60px;
}

.wrkFlow.vhl .txtbx h5 {
    font-size: 30px;
    color: #fff;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 100px;
}

.wrkFlow.vhl .txtbx:before {
    bottom: -170px;
}

.wrkFlow.vhl {
    overflow: hidden;
}

.aboutBx.care h1.ttl span {
    color: #486db4;
}

.service.resource .bnr {
    height: 400px;
    padding: 135px 0 0 60px;
    z-index: 9;
}

.service.resource .insdBnr {
    max-width: 600px;
    width: 100%;
}

.service.resource .insdBnr p {
    font-size: 16px;
    line-height: 36px;
    color: #2A3D6C;
}

.service.resource .bnr h3 {
    padding: 0 0 45px;
}

.srvc.wrkFlow {
    margin: -130px 0 0;
    position: relative;
}

.service.aboutBx:before {
    z-index: -1;
}

.srvc.wrkFlow:before {
    background: url('../images/bg2.png') no-repeat center top;
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 100%;
    height: 957px;
    z-index: 1;
    background-size: cover;
    max-width: 1377px;
}

.srvc.wrkFlow .arrow.btm {
    transform: rotate(180deg);
    z-index: 2;
    margin: -104px 0 75px 0;
}

.srvc.wrkFlow .txtbx:before {
    bottom: -450px;
    z-index: 3;
}

.srvc.wrkFlow .txtbx .blk {
    position: relative;
    z-index: 9;
    max-width: 555px;
    margin: -50px auto 0;
    text-align: center;
}

.srvc.wrkFlow .txtbx .blk ul {
    position: relative;
    overflow: hidden;
    padding: 0 0 16px;
}

.srvc.wrkFlow .txtbx .blk ul:before {
    position: absolute;
    left: 39%;
    top: 0;
    content: "";
    background: url('../images/chain.png') no-repeat center top;
    width: 95px;
    height: 414px;
}

.srvc.wrkFlow .txtbx {
    padding: 0;
}

.srvc.wrkFlow .txtbx h3 {
    margin: 0 0 55px;
}

.srvc.wrkFlow .txtbx .blk ul li {
    max-width: 225px;
    width: 100%;
    text-align: left;
    float: right;
    margin: 0 0 10px;
    clear: both;
}

.srvc.wrkFlow .txtbx .blk ul li h4 {
    color: #B6D7ED;
    font-size: 30px;
    margin: 0 0 10px;
}

.srvc.wrkFlow .txtbx .blk ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.srvc.wrkFlow .txtbx .blk ul li:nth-child(2n+2) {
    clear: both;
    float: left;
    text-align: right;
    padding: 0 35px 0 0;
}

.srvc.wrkFlow .txtbx .blk ul li:nth-child(2) p {
    text-align: right;
}

.srvc.wrkFlow .txtbx .offr {
    position: relative;
    z-index: 9;
    max-width: 548px;
    width: 100%;
    margin: 0 0 95px;
}

.srvc.wrkFlow .txtbx .offr h3 {
    color: #fff;
    margin: 0 0 25px;
}

.srvc.wrkFlow .txtbx .offr p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.solution {}

.solution .blk {
    max-width: 925px;
    width: 100%;
    margin: 0 0 140px;
}

.solution .blk h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2A3D6C;
    margin: 0 0 60px;
}

.solution .blk p {
    font-size: 16px;
    color: #2A3D6C;
    line-height: 36px;
    margin: 0 0 40px;
}

.solution .blk p span {
    color: #4971B6;
}

.solution .blk .buttn {
    display: inline-block;
    padding: 0 20px;
    margin: 15px 0 0;
}

.solution .blk ul li {
    position: relative;
    font-size: 16px;
    color: #2A3D6C;
    line-height: 36px;
    padding: 0 0 0 12px;
}

.solution .blk ul li:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    background: #2A3D6C;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.solution .blk ul {
    margin: -40px 0 40px;
}

.solution .blk.scnd {
    max-width: 100%;
}

.solution .blk.scnd:after {
    display: block;
    content: "";
    clear: both;
}

.solution .blk.scnd .lt {
    float: left;
    width: 60%;
    position: relative;
    z-index: 9;
}

.solution .blk.scnd .rt {
    float: right;
    width: 35%;
    margin: -60px 0 0 0;
}

.solution .blk.scnd .rt img {
    transform: rotate( 20deg) translate(-111px, 0);
}

.partner .arrow {
    background: url(../images/up-aro.png) no-repeat center top;
    height: 235px;
    width: 100%;
    background-size: cover;
}

.partner .blk {
    background: #4a71b6;
}

.partner .blk .insdBlk {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: -94px auto 0;
}

.partner .blk .insdBlk h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 40px;
}

.partner .blk .insdBlk p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    padding: 0 0 120px;
}

.wrkFlow.connect {
    margin: 0;
}

.cncthd.aboutBx h1.ttl {
    padding: 0 0 250px;
}

.cncthd.aboutBx:before {
    background: url('../images/katli.png') no-repeat right top;
    width: 359px;
    height: 874px;
    background-position: 73px 0;
}

.chkBx {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.chkBx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: none;
    border: 1px solid #4971B6;
}


/* On mouse-over, add a grey background color */

.chkBx:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.chkBx input:checked~.checkmark {
    background-color: #2A3D6C;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.chkBx input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.chkBx .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrkFlow.connect .txtbx:before {
    display: none;
}

.wrkFlow.connect .txtbx .formBx {
    background: #e4f1f9;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    transform: translate(0, -500px);
    box-shadow: 1px 4px 11px -6px #333;
    overflow: hidden;
    padding: 90px 80px 52px 80px;
    position: relative;
}

.wrkFlow.connect .txtbx .formBx+.container {
    transform: translate(0, -400px);
}

.wrkFlow.connect .txtbx .homOfc h5 {
    font-size: 16px;
    color: #2A3D6C;
    font-weight: 700;
    margin: 0 0 15px;
}

.wrkFlow.connect .txtbx .homOfc li {
    font-size: 14px;
    color: #2A3D6C;
    padding: 0 0 4px;
}

.wrkFlow.connect .txtbx .formBx:before {
    background: url(../images/katli.png) no-repeat right top;
    width: 352px;
    height: 348px;
    background-position: 0 0;
    content: "";
    position: absolute;
    bottom: 0;
    right: -103px;
    background-size: 100%;
}

.wrkFlow.connect .txtbx {
    padding: 0;
    height: 760px;
}

.wrkFlow.connect .txtbx .formBx h2 {
    font-size: 36px;
    color: #2A3D6C;
    font-weight: 700;
    margin: 0 0 40px;
}

.wrkFlow.connect .txtbx .formBx h2 span {
    color: #4971B6;
}

.wrkFlow.connect .txtbx .formBx p {
    font-size: 16px;
    color: #2A3D6C;
    line-height: 36px;
    margin: 0 0 15px;
}

.wrkFlow.connect .txtbx .formBx p a {
    color: #4971B6;
}

.wrkFlow.connect .txtbx .formBx ul li {
    float: left;
    width: 48%;
}

.wrkFlow.connect .txtbx .formBx ul li input {
    border: 0;
    border-bottom: 2px solid #7291bf;
    margin: 0;
    width: 100%;
    padding: 0;
    background: none;
    height: 50px;
    font-size: 16px;
}

.wrkFlow.connect .txtbx .formBx ul li input:focus {
    outline: none;
}

.wrkFlow.connect .txtbx .formBx ul li:nth-child(2n+2) {
    width: 48%;
    float: right;
}

.wrkFlow.connect .txtbx .buttn {
    clear: both;
    display: inline-block;
    padding: 0 20px;
}

.wrkFlow.connect .txtbx .formBx ul {
    overflow: hidden;
    margin: 40px 0 60px;
}

.wrkFlow.connect .txtbx cite {
    font-style: normal;
    font-size: 16px;
    color: #2A3D6C;
    float: left;
}

.wrkFlow.connect .txtbx h6 {
    width: 100%;
    clear: both;
    color: #2A3D6C;
    font-size: 13px;
    padding: 7px 0 0 0;
}

.wrkFlow.connect .txtbx .formBx ul li {
    overflow: hidden;
    margin: 0 0 25px;
}

.wrkFlow.connect .txtbx .formBx ul li label {
    float: left;
}

.wrkFlow.connect .txtbx .formBx ul li.ful {
    width: 100%;
}

.loginBx {
    background: #4a71b6;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.loginBx:before {
    position: absolute;
    bottom: -193px;
    right: 0;
    content: "";
    background: url(../images/katli.png) no-repeat;
    width: 317px;
    height: 874px;
}

.loginBx .lt {
    float: left;
    width: 55%;
    position: relative;
}

.loginBx .lt .txt {
    position: absolute;
    left: 60px;
    top: 190px;
}

.loginBx .lt .txt h2 {
    font-size: 60px;
    font-weight: 800;
    color: #2A3D6C;
    padding: 0 0 28px;
}

.loginBx .lt .txt span {
    display: block;
    font-size: 16px;
    color: #4971B6;
}

.loginBx .rt {
    float: right;
    width: 40%;
}

.loginBx .rt .blk {
    margin: 150px 0 0;
}

.loginBx .rt .fldBx {
    margin: 0 0 25px;
    position: relative;
    max-width: 392px;
    width: 100%;
}

.loginBx .rt .fldBx .fld {
    height: 55px;
    border: 1px solid #fff;
    padding: 0;
    margin: 0;
    background: none;
    color: #fff;
    max-width: 392px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 26px;
}

.loginBx .rt .fldBx .fld::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.loginBx .rt .fldBx .fld:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.loginBx .rt .fldBx .fld::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.loginBx .rt .fldBx .fld:focus {
    outline: none;
}

.loginBx .rt .fldBx:before {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    width: 35px;
    height: 37px;
    background: url('../images/user.png') no-repeat;
}

.loginBx .rt .fldBx.pwd:before {
    background: url('../images/pwd.png') no-repeat;
}

.loginBx .sbmt {
    height: 36px;
    color: #fff;
    background: #2A3D6C;
    border: 0;
    border-radius: 4px;
    max-width: 392px;
    width: 100%;
    font-size: 16px;
    margin: 40px 0 20px;
}

.loginBx a {
    display: block;
    max-width: 392px;
    width: 100%;
    color: #2A3D6C;
    text-align: center;
    font-size: 20px;
}


/* body.pop.actv {overflow: hidden;} */

.popupBx {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
    left: 20px;
    top: 0;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
}

body.pop.actv .popupBx {
    opacity: 1;
    visibility: visible;
}

body.pop.actv .pp.active {
    transform: scale(1);
    opacity: 1;
}

.popupBx:before {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    left: 0;
    top: 0;
}

.popupBx .pp {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    background: #e6e6e6;
    padding: 30px 28px;
    border-radius: 8px;
    top: 28px;
    transition: all 0.6s ease;
    transform: scale(0.4);
    opacity: 0;
}

.popupBx .insdPop {
    overflow: hidden;
}

.popupBx .insdPop .lt {
    float: left;
    width: 57%;
}

.popupBx .insdPop .rt {
    float: right;
    width: 43%;
    margin: 50px 0 0;
}

.popupBx .insdPop .rt h2 {
    font-size: 36px;
    color: #2A3D6C;
    font-weight: 700;
    max-width: 190px;
    margin: 0 0 30px;
}

.popupBx .insdPop .rt h2 span {
    color: #4971B6;
}

.popupBx .insdPop .rt p {
    font-size: 16px;
    color: #2A3D6C;
    margin: 0 0 45px;
}

.popupBx .insdPop .rt .buttn {
    display: block;
    clear: both;
    width: 310px;
    margin: 0 0 13px;
}

.popupBx .insdPop .rt .demo {
    font-size: 16px;
    color: #2A3D6C;
}

.popupBx .pp:before {
    position: absolute;
    bottom: -291px;
    right: -225px;
    content: "";
    background: url(../images/katli.png) no-repeat;
    width: 392px;
    height: 874px;
    background-size: 100%;
}

.popupBx .pp .cls {
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
}

.banr.comprehensive .insdBnr {
    background: url('../images/baner3.png') no-repeat;
    background-size: cover;
}

.banr.comprehensive.patient .insdBnr {
    background: url('../images/patient.png') no-repeat;
    background-size: cover;
}

.banr.comprehensive.smart .insdBnr {
    background: url('../images/smartHealth.png') no-repeat;
    background-size: cover;
}

.banr.comprehensive.sollu .insdBnr {
    background: url('../images/solu.png') no-repeat;
    background-size: cover;
}

.suportBox.compBx:before {
    display: none;
}

.rpm.rpmComp:before {
    display: none;
}

.suportBox.compBx .lt {
    padding: 0;
}

.suportBox.compBx {
    height: 160px;
}

.suportBox.compBx {
    height: 160px;
}

.suportBox.ptntBx {
    height: 300px;
}

.suportBox.ptntBx .lt .ttl p {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    margin: 30px 0 0;
}

.ccm-box {
    padding: 320px 0 0;
}

.growsBox+.ccm-box {
    padding: 90px 0 0;
}

.srvcs+.growsBox {
    padding: 245px 15px 65px;
    background: #4a71b6;
}

.srvcs+.growsBox ul li .txt p {
    font-size: 16px;
    line-height: 36px;
    margin: 0 0 26px;
}

.srvcs+.growsBox .grow {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px;
}

.ccm-box .nav-tabs {
    border: 2px solid #806BF4;
    text-align: center;
    width: 209px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0 auto 50px;
    position: relative;
}

.ccm-box .nav-tabs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    content: "";
    background: #806BF4;
    height: 36px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.ccm-box .nav-tabs.first:before {
    left: 0;
}

.ccm-box .nav-tabs.last:before {
    left: 105px;
    background: #54B1EE;
}

.ccm-box .nav-tabs.last+.txt {
    border-top: 2px solid #54B1EE;
}

.ccm-box .txt #RPM h3 span {
    color: #54B1EE;
}

.ccm-box .nav-tabs>li {
    margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    /*background: #b7d7ee;*/
    color: #fff;
    background: none;
}

.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    color: #4971B6;
    font-weight: 600;
    border-radius: 8px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    color: #4971B6;
}

.ccm-box .nav-tabs>li:last-child {
    margin: 0 0 0 3px;
}

.ccm-box .txt {
    border-top: 2px solid #806BF4;
    padding: 80px 0 0;
    overflow: hidden;
}

.ccm-box .txt h3 {
    font-size: 36px;
    color: #2A3D6C;
    font-weight: 700;
    margin: 0 0 56px;
}

.ccm-box .txt h3 span {
    color: #806BF4;
    display: block;
    padding: 8px 0 0;
}

.ccm-box .txt #CCM,
.ccm-box .txt #RPM {
    width: 90%;
}

.ccm-box .txt .lt {
    float: left;
    width: 55%;
    padding: 0 45px 0 0;
}

.ccm-box .txt .rt {
    float: left;
    width: 45%;
}

.ccm-box .buttn {
    clear: both;
    display: inline-block;
    padding: 0 25px;
    background: #806BF4;
}

.ccm-box .txt .blk h4 {
    font-size: 21px;
    color: #2A3D6C;
    font-weight: 600;
    margin: 0 0 15px;
}

.ccm-box .txt .blk p {
    font-size: 16px;
    color: #808080;
    line-height: 36px;
}

.ccm-box .txt .blk {
    padding: 0 0 50px;
}

.ccm-box #RPM .buttn {
    background: #54B1EE;
}

.ccm-box .txt .blk ul.list li {
    font-size: 16px;
    color: #808080;
    line-height: 36px;
}

.ccm-box .txt .blk ul {
    overflow: hidden;
    margin: 7px 0 0;
}

.ccm-box .txt .blk ul li {
    float: left;
    font-size: 16px;
    color: #2A3D6C;
    line-height: 36px;
    position: relative;
    margin: 0 26px 0 16px;
    padding: 0 0 0 6px;
}

.ccm-box .txt .blk ul li:before {
    position: absolute;
    left: -14px;
    top: 13px;
    background: #2A3D6C;
    border-radius: 0;
    width: 8px;
    height: 8px;
    content: "";
    transform: rotate( 45deg);
}

.cmsBx.dctrBx .insdBx {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cmsBx.dctrBx .insdBx h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2A3D6C;
    padding: 0 0 8px;
}

.cmsBx.dctrBx .insdBx h2 span {
    color: #B6D7ED;
}

.cmsBx.dctrBx .insdBx p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin: 50px 0 50px;
}

.cmsBx.dctrBx {
    height: 470px;
}

.resource.visulz .bnr {
    background: url('../images/banner4.png') no-repeat center top;
    overflow: visible;
}

.resource.visulz h1.ttl {
    max-width: 500px;
    width: 100%;
}

.resource.visulz h1.ttl span {
    color: #4971B6;
}

.resource.visulz .bnr .ss {
    transform: translate(-117px, -30px);
}

.visulz.aboutBx:before {
    display: none;
}

.ccm.wellns {
    padding: 0 0 116px 0;
}

.visulz.aboutBx {
    margin: 80px 0 83px;
}

.ccm.wellns .blk p {
    font-size: 16px;
    line-height: 36px;
    color: #2A3D6C;
    display: block;
}

.ccm.wellns .blk ul li {
    font-size: 16px;
    line-height: 36px;
    color: #2A3D6C;
}

.ccm.wellns .blk ul {
    padding: 28px 0 30px;
}

.ccm.wellns .blk a.buttn {
    display: inline-block;
    padding: 0 30px;
}

.ccm.wellns:before {
    top: -300px;
}

.trigger {
    display: none;
}

header .loginTxt {
    display: none;
}


/***form page css**/

.form-container {
    width: 100%;
    float: left;
    background: #f7f7f7 url("../images/page-bg.jpeg")right top no-repeat;
    padding: 30px 0 65px;
    background-size: 58%;
}

.form-sec {
    width: 100%;
    float: left;
    padding: 100px 0 0;
}

.form-sec div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0;
}

.form-sec img {
    display: block;
    margin: 0 auto 50px;
    max-width: 300px;
    width: 100%;
}

.form-sec h2 {
    font-size: 60px;
    color: #2d3d70;
    padding: 15px 35% 0 0;
    line-height: 65px;
    font-weight: 600;
    margin: 0 0 45px;
}

.form-sec h2 span {
    color: #4571b2;
}

.form-sec ul li {
    width: 100%;
    float: left;
}

.form-sec ul li p {
    font-size: 16px;
    color: #2d3d70;
    line-height: 25px;
    margin: 0 0 5px;
    font-weight: 500;
    display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}

.form-bottom {
    width: 100%;
    float: left;
    margin: 35px 0 0;
}

.form-left {
    width: 50%;
    float: left;
    background: #e4f1f9;
    padding: 20px 20px;
    border-radius: 10px;
}

.form-left h3 {
    font-size: 16px;
    color: #4971B6;
    line-height: 25px;
    margin: 0 0 5px;
    font-weight: 500;
    display: inline-block;
    float: left;
    padding: 0;
}

.form-left ul li {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 20px;
}

.form-left ul li cite {
    padding: 0 0 0 40px;
    font-style: normal;
    font-size: 16px;
    color: #2d3d70;
    font-weight: 500;
}

.form-left ul li .checkmark {
    top: 10px;
    border: 2px solid #2d3d70;
    border-radius: 5px;
}

.form-left ul li h5 {
    font-size: 16px;
    color: #2d3d70;
    font-weight: 500;
    float: left;
    width: 50%;
    margin: 5px 0 0;
}

.form-left ul li h5 span {
    color: #4971B6;
}

.form-left ul li input {
    border: 1px solid #627186;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    height: 35px;
    background: #e4f1f9;
    width: 45%;
    float: right;
}

.form-left ul {}

.form-left ul li input:focus {
    outline: none;
    border: 1px solid #2d3d70;
}

.form-left ul li input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #64729f;
    opacity: 1;
}

.form-left ul li input::-moz-placeholder {
    /* Firefox 19+ */
    color: #64729f;
    opacity: 1;
}

.form-left ul li input:-ms-input-placeholder {
    /* IE 10+ */
    color: #64729f;
    opacity: 1;
}

.form-left ul li input:-moz-placeholder {
    /* Firefox 18- */
    color: #64729f;
    opacity: 1;
}

.form-left ul {
    margin: 25px 0 0;
    float: left;
}

.form-right {
    width: 50%;
    float: left;
    padding: 0 0 0 65px;
}

.form-right h4 {
    font-size: 36px;
    color: #2d3d70;
    padding: 0;
    font-weight: 700;
    margin: 0;
}

.form-right span {
    font-size: 16px;
    color: #2d3d70;
    padding: 0;
    font-weight: 400;
    margin: 15px 0 35px;
    display: block;
}

.form-right input {
    border: 1px solid #627186;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    height: 35px;
    background: #fff;
    width: 100%;
    margin: 0 0 20px;
}

.form-right input:focus {
    outline: none;
    border: 1px solid #2d3d70;
}

.form-right input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #64729f;
    opacity: 1;
}

.form-right inputt::-moz-placeholder {
    /* Firefox 19+ */
    color: #64729f;
    opacity: 1;
}

.form-right input:-ms-input-placeholder {
    /* IE 10+ */
    color: #64729f;
    opacity: 1;
}

.form-right input:-moz-placeholder {
    /* Firefox 18- */
    color: #64729f;
    opacity: 1;
}

.form-right .result-btn {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 35px;
    border: 1px solid #7b879f;
    background: #2c3d6b;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.form-sec ul {
    overflow: hidden;
    max-width: 645px;
    width: 100%;
}

header .rt ul li .subMnu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.down {
    display: none;
}

.suportBox.solutions .arrow.botm {
    transform: rotate( 180deg);
    margin: -30px 0 0 0;
}

.suportBox.solutions .lt .ttl {
    padding: 0;
}

.suportBox.solutions .lt {
    max-width: 897px;
    margin: 0 auto;
    text-align: center;
}

.suportBox.solutions .lt p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}

.suportBox.solutions .lt .ttl h2 {
    margin: 0 0 50px;
}

.suportBox.compBx.solutions {
    height: 226px;
}

.suportBox.solutions .arrow.botm:after {
    position: absolute;
    left: 0;
    bottom: -541px;
    height: 746px;
    width: 100%;
    background: url('../images/solu2.png') no-repeat;
    background-size: cover;
    content: "";
    transform: rotate( 180deg);
}

.suportBox.compBx.solutions:after {
    z-index: -1;
}

.ccm-box.solu .txt {
    border: 0;
}

.ccm-box.solu {
    padding: 434px 0 0;
    background: url('../images/katli.png') no-repeat right 190px;
}

.ccm-box.solu .txt .blk a.dnld {
    color: #4971B6;
    font-size: 16px;
}

.reimbursement {
    background: #e5f1f9;
    position: relative;
    margin: 170px 0 0;
}

.reimbursement:before {
    position: absolute;
    left: 0;
    top: -175px;
    background: url('../images/arrow-light.jpg') no-repeat center top;
    background-size: cover;
    height: 175px;
    width: 100%;
    content: "";
}

.reimbursement:after {
    position: absolute;
    left: 0;
    bottom: -175px;
    background: url('../images/arrow-light.jpg') no-repeat center top;
    background-size: cover;
    height: 175px;
    width: 100%;
    content: "";
    transform: rotate(180deg);
}

.reimbursement .txt {
    text-align: center;
}

.reimbursement .txt h3 {
    font-size: 40px;
    color: #2A3D6C;
    margin: 0 0 50px;
    font-weight: 700;
}

.reimbursement .txt h4 {
    font-size: 24px;
    color: #2A3D6C;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 52px;
}

.reimbursement .txt h4 span {
    display: block;
}

.reimbursement .txt a {
    display: inline-block;
    padding: 0 20px;
}

.reimbursement .txt p {
    color: #5392a9;
    font-size: 22px;
    margin: 35px 0 0;
}

section.speakTxt {
    margin: 263px 0 103px 0;
    text-align: center;
}

section.speakTxt .txt {
    max-width: 810px;
    margin: 0 auto;
}

section.speakTxt .txt p {
    font-size: 20px;
    color: #2A3D6C;
    font-weight: 400;
    margin: 0 0 50px;
    line-height: 34px;
}

section.speakTxt .txt a {
    display: inline-block;
    padding: 0 20px;
}

.cmsBx.dctrBx a {
    width: 275px;
}

.dropBx ul.down {
    background: #fff;
    width: 253px;
    border-radius: 0 0 4px 4px;
    padding: 8px 14px 0 14px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99;
}

.dropBx ul.down li {
    padding: 0 0 5px;
    border-bottom: 1px solid #e4f1f9;
    margin: 0 0 5px;
    width: 100%;
}

.dropBx ul.down li:last-child {
    border: 0;
}

.dropBx ul.down li a {
    color: #2A3D6C;
    display: block;
}

.dropBxNew+.down {
    background: #fff;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 8px 10px 0 10px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99;
    text-align: left;
    box-shadow: 0 0 7px -3px #999;
}

.drpdn {
    position: relative;
    display: inline-block;
}

.drpdn.wht .dropBxNew+.down a {
    display: block;
    color: #fff;
    padding: 0 0 8px;
}

.drpdn.wht .dropBxNew+.down {
    background: #2c3f6a;
    top: 38px;
    padding: 13px 14px 5px 14px;
    border-radius: 4px;
    text-align: left;
}

.aboutBx .sharedBx:after {
    display: block;
    content: "";
    clear: both;
}

.drpdn .buttn {
    padding: 0 15px;
}

.drpdn .dropBxNew+.down a {
    color: #2A3D6C;
    display: block;
    padding: 0 0 8px;
}

.mpBx {
    overflow: hidden;
    padding: 50px 0 0;
}

.mpBx .lt {
    float: left;
    width: 50%;
}

.mpBx .rt {
    float: right;
    width: 50%;
    position: relative;
}

.wrkFlow.connect .txtbx .mpBx .lt .homOfc h5 {
    font-size: 26px;
}

.wrkFlow.connect .txtbx .mpBx .lt .homOfc ul {
    margin: 0;
}

.wrkFlow.connect .txtbx .mpBx .lt .homOfc li {
    margin: 0;
}

.wrkFlow.connect .txtbx .mpBx .lt .homOfc li:nth-child(2n+2) {
    float: left;
    width: 100%;
}

.wrkFlow.connect .txtbx .mpBx .lt .homOfc {
    padding: 80px 0 0;
}

.wrkFlow.connect .txtbx .mpBx .lt .homOfc li:last-child {
    clear: both;
}

.wrkFlow.connect .txtbx .formBx ul li #original {
    border: 0;
}

.wrkFlow.connect .txtbx .formBx #file-upload-cont {
    overflow: hidden;
}

.wrkFlow.connect .txtbx .formBx #file-upload-cont #original {
    float: left;
    font-size: 16px;
    margin: 7px 0 0;
}

.banr.comprehensive.ourteam .insdBnr {
    background: url(../images/ourteam.jpg) no-repeat;
    background-size: cover;
}

.banr.ourteam .insdBnr .lt {
    padding: 120px 0 0 55px;
    max-width: 535px;
}

.banr.ourteam .insdBnr .lt h3 {
    margin: 0 0 15px;
    font-size: 36px;
    color: #2A3D6C;
    line-height: 36px;
    font-size: 30px;
    font-weight: 800;
    line-height: 46px;
}

.team p {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
}

.suportBox.compBx.team .lt {
    max-width: 800px;
    padding: 0 0 0 0;
    margin: 0 auto;
    text-align: center;
}

.boxTeam {
    max-width: 950px;
    margin: 0 auto;
}

.boxTeam .rw {
    overflow: hidden;
    padding: 13px 17px 40px;
}

.boxTeam .rw .cl {
    float: left;
    width: 45%;
}

.boxTeam .rw .cl:last-child {
    float: right;
}

.boxTeam .rw .cl img {
    border: 8px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px #ddd;
    cursor: pointer;
}

.boxTeam .rw .cl h3 {
    color: #2A3D6C;
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0 12px;
}

.boxTeam .rw .cl span {
    display: block;
    color: #4971B6;
    font-size: 20px;
    max-width: calc(100% - 120px);
    float: left;
}

.boxTeam .rw .cl a {
    float: left;
    margin: -1px 0 0 17px;
    width: 30px;
}

.boxTeam .rw .cl a img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.modal-dialog .bx {
    padding: 40px;
    overflow: hidden;
}

.modal-dialog .bx .img {
    float: left;
    padding: 0 39px 20px 0;
}

.modal-dialog .bx h3 {
    color: #2A3D6C;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;
}

.modal-dialog .bx h4 {
    display: block;
    color: #4971B6;
    margin: 0 0 24px;
    font-size: 20px;
}

.modal-dialog .bx p {
    font-size: 16px;
    color: #303030;
    font-weight: 300;
    line-height: 32px;
}

.modal-dialog .close {
    opacity: 0.3;
    z-index: 99999;
    position: absolute;
    right: 8px;
    top: -7px;
    font-size: 57px;
    font-weight: 300;
}

.suportBox.team {
    height: auto;
    background: #4a71b6;
    margin: 120px 0 0;
    padding: 66px 0 0 0;
}

.suportBox.team:after {
    display: none;
}

.suportBox.team .teamClone h1 {
    color: #2A3D6C;
    font-size: 26px;
    font-size: 60px;
    font-weight: 800;
    padding: 0 0 6px;
}

.suportBox.team .teamClone h3 {
    color: #2A3D6C;
    margin: 0 0 22px;
}

.suportBox.team+.ccm-box {
    padding: 56px 0 0;
}

#welcm .modal-dialog .bx p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}


/* 25 jul */

.ccm-box .txt .blk p.txts {
    margin: 0 0 25px;
}

#CCM .blks {
    padding: 0 0 30px;
}

#CCM .blks h4 {
    padding: 0 0 15px;
    font-size: 21px;
    color: #2A3D6C;
    font-weight: 600;
}

#CCM .blks ul li {
    font-size: 16px;
    color: #2A3D6C;
    line-height: 26px;
}


/* new 4 aug */

.cordsBox ul {
    overflow: hidden;
    background: url('../images/border.png') no-repeat;
}

.cordsBox ul li {
    float: left;
    width: 275px;
    height: 390px;
    position: relative;
    padding: 26px 16px 0;
    text-align: center;
}

.cordsBox .txt {
    border-top: 1px solid #f2f2f2;
    margin: 15px 0 0;
    padding: 16px 0 0;
}

.cordsBox .txt p {
    font-size: 16px;
    color: #808080;
}

.cordsBox ul li:last-child {
    padding: 26px 16px 0 36px;
}

.cordsBox {
    padding: 40px 0 0;
}

.aboutBx .sharedBx .blk a.buttn {
    padding: 0 20px;
}

.cordsBox+.sharedBx {
    padding: 77px 0 0;
    background: url('../images/katli.png') no-repeat right top;
}

.growsBox ul {
    overflow: hidden;
}

.growsBox ul li {
    float: left;
    width: 29%;
    margin-right: 65px;
    border: 1px solid #ececec;
    border-radius: 27px;
    text-align: center;
    background: rgb(254, 254, 254);
    padding: 35px 0 0;
    height: 320px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}

.growsBox ul li:last-child {
    margin-right: 0;
}

.growsBox ul li:nth-child(2) img {
    width: 80px;
}

.growsBox ul li:nth-child(3) img {
    width: 80px;
}

.growsBox ul li .txt {
    padding: 25px 26px 0;
    max-width: 100%;
}

.growsBox ul li .txt p {
    color: #808080;
}

.growsBox {
    padding: 80px 0 0;
}

.cmsBx.cordints {
    height: 350px;
}

.cmsBx.cordints h3 {
    max-width: 500px;
    margin: 20px auto 41px;
    text-align: center;
    font-size: 36px;
    color: #B6D7ED;
}

.cmsBx.cordints h3 span {
    color: #fff;
}

.suportBox .lt {
    padding: 0;
}

.suportBox .lt .ttl h2 {
    color: #B6D7ED;
    margin: 0 0 37px;
}

.suportBox .lt .ttl h2 span {
    color: #fff;
}

.suportBox .enhcnmnt p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin: 0 0 36px;
}

.suportBox .enhcnmnt a.buttn {
    padding: 0 25px;
}

.suportBox::before {
    display: none;
}

.suportBox {
    height: 517px;
}

.aboutBx .sharedBx.outeamBox .blk h2 {
    padding: 0 0 5px 0;
}

.aboutBx .sharedBx.outeamBox .blk h3 {
    font-size: 16px;
    color: #4971B6;
    padding: 0 0 20px;
}

.aboutBx .sharedBx.outeamBox .blk p {
    font-weight: 400;
    color: #808080;
}

.aboutBx .sharedBx.outeamBox .rt {
    width: 43%;
}

.aboutBx .sharedBx.outeamBox .rt img {
    border-radius: 10px;
}

.aboutBx .sharedBx.outeamBox .lt {
    width: 48%;
}

.aboutBx .sharedBx.outeamBox.leftAlgn .rt {
    float: left;
}

.aboutBx .sharedBx.outeamBox.leftAlgn .lt {
    float: right;
}

.aboutBx .sharedBx.leftAlgn {}

.aboutBx .sharedBx.outeamBox {
    padding: 0 0 90px;
}

.aboutBx.ourtm {
    margin: 40px 0 10px;
}

.wrkFlow.vhl .txtbx h4 {
    font-weight: 400;
}

.suportBox.compBx .lt .ttl h2 {
    margin: 0 0 10px;
}

.suportBox.compBx .lt {
    max-width: 750px;
}

.ccm-box .txt .blk ul.nobulet li:before {
    display: none;
}

.ccm-box .txt .blk ul.nobulet li {
    padding: 0;
    margin-left: 0;
}

.suportBox.solutions .lt {
    max-width: 915px;
}

.suportBox.solutions .lt .ttl h2 {
    margin: 0 0 50px;
    color: #fff;
}

.suportBox.solutions .lt .ttl h2 span {
    color: #B6D7ED;
}

.suportBox.solutions .arrow.botm:after {
    display: none;
}

.ccm-box.solu .txt h3 span {
    display: inline-block;
    color: #4971B6;
}

.ccm-box.solu .txt .blk ul li {
    float: none;
    margin: 0 26px 0 0;
    padding: 0 0 0 12px;
}

.ccm-box.solu .txt .blk ul li:before {
    transform: none;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    background: #808080;
}

.suportBox.ptntBx .lt .ttl h2 {
    color: #fff;
}

.suportBox.ptntBx .lt .ttl h2 span {
    color: #B6D7ED;
}

.suportBox.smartBx .lt .ttl h2 {
    color: #fff;
}

.suportBox.smartBx .lt .ttl h2 span {
    color: #B6D7ED;
}

.banr.smart .insdBnr .lt {
    max-width: 580px;
    padding: 38px 0 0 55px;
}

.banr.smart .insdBnr h1 {
    margin: 0 0 25px;
}

.banr.smart .insdBnr .lt a {
    margin: 25px 0 0;
}

.resource.care .bnr {
    background: url(../images/Vitals-Desktop-UI-2.0-df.png) no-repeat center top;
    background-size: cover;
}

.testiscnd .resource.care .bnr {
    background: url(../images/testitwo.png) no-repeat center top;
    background-size: cover;
}

.lastTesti .resource.care .bnr {
    background: url(../images/testithree.png) no-repeat center top;
    background-size: cover;
}

.smalBaner {
    display: none;
}

.suportBox .arrow.mbl {
    display: none;
}

header .lt .logo img {
    max-width: none;
}

.compBx.srvcs .imgBx {
    display: none;
}

.suportBox.compBx.solutions .imgBx {
    display: none;
}

.casestdy .imgBx {
    display: none;
}

.casestdy .imgBx+.arrow {
    display: none;
}

.popupBx .insdPop .mbl {
    display: none;
}

.popupBx .insdPop .desk {
    display: block;
}

.aboutBx .sharedBx .rt.active img.mbl {
    display: none;
}

.soclBx {
    overflow: hidden;
}

.soclBx .buttn {
    float: left;
}

.soclBx ul {
    float: left;
}

.soclBx ul li {
    float: left;
    width: 40px;
    margin: 0 0 0 13px;
}

.wrkFlow-2 .txtbx .blk .Ntxt {
    margin: 40px 0 0;
}

.otcp-1 .imgBx {
    position: relative;
}

.otcp-1 .imgBx .txt {
    position: absolute;
    top: 175px;
    left: 60px;
}

.otcp-1 .imgBx .txt h3 {
    font-size: 36px;
    line-height: 44px;
    color: #2A3D6C;
    font-weight: 700;
    width: 315px;
    padding: 0 0 100px;
}

.testiscnd .txt {
    margin: -40px 0 50px 0;
}

.testiscnd .txt h3 {
    font-size: 16px;
    color: #2A3D6C;
    line-height: 36px;
    font-weight: 500;
}

.otcp-1 .imgBx .txt h3 span {
    color: #4971B6;
}


.otcp-1 .txtbx .blk-1 {padding: 75px 0 100px;}

.listArrow li .btns {float: right;}
.listArrow li .btns a { float: left; padding: 0 16px 0 0;}
.listArrow li .btns a:hover {background: none;}


@media (min-width:1800px) and (max-width:3000px) {
    .srvc.wrkFlow .arrow.btm {
        margin: -73px 0 0 0;
    }
    .srvc.wrkFlow:before {
        height: 800px;
    }
}

@media screen and (max-width: 1100px),
screen and (max-height: 530px) {}


/* added css for small devices */

@media (min-width:768px) and (max-width:1024px) {
    .form-sec img {
        max-width: 45%;
    }
    .form-sec h2 {
        font-size: 48px;
        padding: 0 20% 0 0;
        margin: 0 0 30px;
    }
    .form-container {
        height: 100vh;
        background-size: 100%;
    }
    .form-right h4 {
        font-size: 35px;
    }
    .form-left {
        width: 55%;
    }
    .form-right {
        width: 45%;
        padding: 0 0 0 30px;
    }
    .form-right span {
        margin: 10px 0 20px;
    }
    header .rt ul li a {
        font-size: 14px;
    }
    header .rt ul li.demo a {
        width: 75px;
        font-weight: 500;
    }
    header .rt ul li {
        padding: 0 0 0 12px;
    }
    header .rt ul li.demo {
        margin: -3px 0 0;
    }
    header .rt {
        padding: 27px 0 0;
    }
    header.fixed .rt {
        padding: 17px 0 0;
    }
    .aboutBx h1.ttl {
        padding: 0 0 45px;
    }
    .aboutBx .sharedBx .rt {
        width: 48%;
    }
    .aboutBx .sharedBx .lt {
        width: 50%;
    }
    .aboutBx .sharedBx .blk {
        padding: 0 0 50px;
    }
    .aboutBx .sharedBx .blk h2 {
        padding: 0 0 32px;
    }
    .aboutBx {
        margin: 80px 0 75px;
    }
    .cmsBx {
        margin: 46px 0 0;
        padding: 83px 0 0;
    }
    .cmsBx.medicare span {
        padding: 14px 0 41px;
    }
    .cmsBx.medicare {
        height: 276px;
    }
    footer {
        padding: 55px 0 0;
        min-height: 369px;
    }
    footer .lg {
        width: 180px;
        margin: 45px 0 0;
    }
    footer .block h3 {
        font-size: 16px;
    }
    footer .block ul li a {
        font-size: 16px;
    }
    footer .block ul li {
        width: 100%;
        margin: 0 0 8px;
    }
    footer .block ul li:nth-child(2n+2) {
        width: 100%;
    }
    footer .block h4 {
        font-size: 16px;
    }
    footer .block h5 {
        font-size: 24px;
        background-size: 36px;
    }
    footer .block:before {
        top: 26px;
    }
    .botmFootr p {
        font-size: 16px;
    }
    .form-sec {
        padding: 0 0 24px;
    }
    .resource .bnr {
        padding: 88px 0 0 60px;
        height: 448px;
    }
    .wrkFlow.vhl {
        margin: -305px 0 0;
    }
    .wrkFlow .txtbx {
        padding: 46px 0 62px;
    }
    .wrkFlow.vhl .txtbx h3 {
        margin: 0 0 45px;
    }
    .wrkFlow.vhl .txtbx h5 {
        margin: 0 0 54px;
    }
    .banr.comprehensive .insdBnr {
        height: 485px;
    }
    .banr .insdBnr h1 {
        font-size: 46px;
        line-height: 56px;
        margin: 0 0 16px;
    }
    .banr .insdBnr .lt a {
        margin: 47px 0 0;
    }
    .ccm-box {
        padding: 293px 0 0;
    }
    .ccm-box .txt {
        padding: 50px 0 0;
    }
    .cmsBx.dctrBx .insdBx p {
        padding: 0 15px;
    }
    .wrkFlow.connect .txtbx .formBx {
        padding: 35px 38px;
    }
    .wrkFlow.connect .txtbx {
        padding: 0 15px;
        height: 533px;
    }
    .wrkFlow.connect .txtbx .formBx h2 {
        margin: 0 0 28px;
    }
    .wrkFlow.connect .txtbx .formBx p {
        margin: 0 0 40px;
    }
    .wrkFlow.connect .txtbx .formBx ul {
        margin: 0 0 20px;
    }
    h1.ttl {
        font-size: 46px;
    }
    .health h4 {
        margin: 0 0 40px;
    }
    .health.resource .bnr .listArrow {
        margin: 0;
    }
    .wrkFlow {
        margin: -315px 0 0;
    }
    .wrkFlow .txtbx .blk p {
        margin: 0 0 58px;
    }
    .popupBx {
        left: 0;
    }
    .popupBx .pp {
        width: calc(100% - 30px);
    }
    .popupBx .insdPop .lt {
        width: 51%
    }
    .popupBx .insdPop .rt {
        width: 47%;
        margin: 19px 0 0;
    }
    .popupBx .insdPop .rt h2 {
        font-size: 25px;
    }
    .banr .insdBnr {
        height: 478px;
    }
    .suportBox .lt {
        padding: 0;
    }
    .suportBox .lt .ttl {
        padding: 0 0 46px;
    }
    .suportBox .lt .ttl h2 {
        font-size: 30px;
    }
    .suportBox .lt ul {
        margin: 0 0 50px;
    }
    .suportBox .careBx p {
        font-size: 38px;
        line-height: 50px;
    }
    .suportBox {
        height: 510px;
    }
    .suportBox:before {
        height: 745px;
    }
    .rpm .txt {
        padding: 40px 0 0 0;
    }
    .rpm .txt h2 {
        font-size: 32px;
    }
    .loginBx .rt .blk {
        margin: 83px 0 0;
    }
    .loginBx .lt .txt {
        left: 31px;
        top: 120px;
    }
    .private.resource .bnr .listArrow {
        margin: 0;
    }
    .wrkFlow.money .txtbx .blk p {
        font-size: 16px;
        line-height: 32px;
    }
    .ccm {
        padding: 0 0 45px 0;
    }
    .ccm .blk h3 {
        font-size: 32px;
        padding: 0 0 40px;
    }
    .ccm h4 {
        margin: 0 0 50px;
    }
    .resource.aboutBx:before {
        height: 697px;
    }
    .srvc.wrkFlow {
        margin: -206px 0 0;
    }
    .srvc.wrkFlow .arrow {
        height: 171px;
    }
    .srvc.wrkFlow:before {
        height: 837px;
    }
    .solution .blk {
        margin: 0 0 82px;
    }
    .partner .arrow {
        height: 178px;
    }
    .partner .blk .insdBlk p {
        padding: 0 15px 66px;
    }
    .resource.visulz .bnr .ss {
        transform: translate(-39px, 35px);
        width: 343px;
    }
    header .lt .logo {
        width: 158px;
        padding: 21px 0 0;
    }
    header.fixed .lt .logo {padding: 15px 0 0 0; width: 156px;}

    .patient2 p {
        color: #fff;
        margin: 8px 0 0;
    }
    .suportBox.compBx {
        height: 184px;
    }
    .suportBox:after {
        top: 215px;
        height: 131%;
    }
    .popupBx .insdPop .mbl {
        display: none;
    }
    .popupBx .insdPop .desk {
        display: block;
    }

    header .lt .logo img {width: 100%;}







}

@media (min-width:320px) and (max-width:767px) {
    .form-sec h2 {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 20px;
        padding: 0;
        line-height: 46px;
    }
    .form-left {
        width: 100%;
    }
    .form-right {
        width: 100%;
        float: left;
        padding: 0;
        margin: 25px 0 0 0;
    }
    .form-left ul li cite {
        padding: 0 0 0 34px;
        font-size: 12px;
        font-weight: 700;
    }
    .form-left ul li {
        margin: 0 0 15px;
    }
    .form-left ul li h5 {
        font-size: 12px;
        margin: 12px 0 10px;
        font-weight: 700;
    }
    .form-right h4 {
        font-size: 23px;
    }
    .form-right span {
        margin: 10px 0 25px;
        font-size: 12px;
    }
    .form-container {
        background-size: cover;
        background-position: center -115px;
    }
    .form-sec img {
        display: block;
        margin: 0 auto 30px;
        max-width: 75%;
    }
    .form-sec ul li p {
        background: none;
        font-size: 14px;
        color: #2A3D6C;
        margin: 0;
    }
    .form-left h3 {
        font-size: 12px;
    }
    .form-sec ul {
        margin: 7px 0 0;
    }
    .form-right input {
        font-size: 12px;
    }
    .form-right .result-btn {
        font-size: 12px;
        max-width: 144px;
    }
    .form-container {
        padding: 30px 0 23px;
    }
    header .lt .logo .mbl {
        display: block;
    }
    header .lt .logo .dsk {
        display: none;
    }
    header {
        height: 52px;
    }
    header.fixed {
        height: 70px;
    }
    header .lt {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 48px;
    }
    header .lt .logo {
        width: 100%;
        padding: 0;
    }
    header .container:before {
        left: 0;
        bottom: -64px;
        width: 38px;
        height: 21px;
        background-size: 100%;
        right: 0;
        margin: 0 auto;
    }
    header .container:after {
        background: url(../images/v-botm.png) no-repeat;
        position: absolute;
        content: "";
        transition: all 0.3s ease;
        left: 0;
        bottom: -79px;
        width: 100px;
        height: 14px;
        background-size: 100%;
        right: 0;
        margin: 0 auto;
    }
    .trigger {
        display: block;
        width: 41px;
        top: 8px;
        float: left;
        position: absolute;
        left: 16px;
    }
    header .rt {
        position: fixed;
        box-shadow: 0 0 8px -3px #333;
        left: 0;
        transform: translate(-103%, 0);
        width: calc(100% - 100px);
        padding: 0;
        background: #fff;
        top: 0;
        height: 100%;
        display: block;
    }
    header .rt.active {
        transform: none;
        z-index: 9;
    }
    header .loginTxt {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px;
        color: #2A3D6C;
        display: block;
    }
    footer .block {
        width: 100%;
    }
    .banr .insdBnr h1 {
        font-size: 36px;
    }
    header .rt ul li {
        width: 100%;
        padding: 9px 20px;
    }
    header .rt ul {
        padding: 50px 0 0;
    }
    header .rt ul li.demo a {
        display: inline-block;
        background: url('../images/arrowo.png') no-repeat right center;
        border: 0;
        padding: 0 12px 0 0;
        width: auto;
        font-weight: 400;
    }
    header .rt .cls {
        position: absolute;
        right: 28px;
        top: 16px;
        width: 35px;
        height: 37px;
        opacity: 1;
    }
    header .rt .cls:before {
        position: absolute;
        left: 0;
        top: 17px;
        width: 100%;
        height: 1px;
        content: "";
        background: #2A3D6C;
        transform: rotate( 50deg);
    }
    header .rt .cls:after {
        position: absolute;
        left: 0;
        top: 17px;
        width: 100%;
        height: 1px;
        content: "";
        background: #2A3D6C;
        transform: rotate( -50deg);
    }
    header .rt ul li .subMnu {
        position: static;
        left: 0;
        display: none;
        transition: none;
        top: 0;
        z-index: 9;
        visibility: visible;
        background: #fff;
        opacity: 1;
        box-shadow: none;
        border: 0;
        padding: 0;
        width: 100%;
    }
    header .rt ul li .subMnu li {
        width: 100%;
        border: 0;
        padding: 3px 0 3px 20px;
    }
    header .rt ul li .subMnu a {
        color: #2A3D6C;
        font-size: 16px;
        font-weight: 400;
    }
    header .rt ul li .subMnu li.bckMenu {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        display: none;
    }
    header .rt ul li .subMnu li.bckMenu:before {
        position: absolute;
        left: 8px;
        top: 15px;
        content: "";
        background: url('../images/arrowo.png') no-repeat;
        width: 7px;
        height: 12px;
        transform: rotate( 180deg);
    }
    .popupBx {
        left: 0;
    }
    .popupBx .pp {
        width: calc(100% - 20px);
        padding: 16px 16px;
    }
    .popupBx .insdPop .lt {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .popupBx .insdPop .rt {
        width: 100%;
        margin: 25px 0 0;
    }
    .popupBx .insdPop .lt img {
        width: 100%;
    }
    .popupBx .insdPop .rt h2 {
        font-size: 24px;
        margin: 0 0 15px;
        max-width: 100%;
    }
    .popupBx .insdPop .rt p {
        font-size: 16px;
        margin: 0 0 25px;
    }
    .buttn {
        font-size: 14px;
    }
    .banr .insdBnr {
        height: auto;
        background: none;
    }
    .banr {
        margin: 60px 0 0;
    }
    .banr .insdBnr .lt h1 {
        line-height: 48px;
        font-size: 36px;
        margin: 0 0 24px;
    }
    .banr .insdBnr .lt {
        padding: 40px 0 73px 0;
    }
    .banr .insdBnr:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        background: url('../images/design.png');
        width: 150px;
        height: 300px;
        background-size: 100%;
        z-index: -1;
    }
    .banr .insdBnr .lt p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .banr .insdBnr .lt a {
        margin: 15px 0 0;
    }
    .suportBox .lt .enhcnmnt {}
    .suportBox .arrow {
        height: 90px;
    }
    .suportBox .lt .ttl h2 {
        font-size: 16px;
        line-height: 27px;
        color: #2A3D6C;
        font-weight: 700;
        width: 167px;
    }
    .suportBox .lt .ttl h2 span {
        color: #4971B6;
    }
    .suportBox .lt .ttl {
        padding: 0 0 26px;
    }
    .suportBox .lt .mblClone2 .ttl h2 {
        color: #fff;
    }
    .suportBox .lt .mblClone2 .ttl h2 span {
        color: #2A3D6C;
    }
    .suportBox .lt .mblClone2 ul {
        margin: 0;
        overflow: visible;
    }
    .mblClone2 {
        margin: 29% 0 0;
        position: relative;
        z-index: 9;
    }
    .mblClone2 .ttl {
        visibility: visible;
    }
    .suportBox .mblClone2+.careBx p span {
        color: #2A3D6C;
    }
    .suportBox .lt {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .suportBox {}
    .suportBox .mblClone2 .dropBx ul.down {
        background: #fff;
        width: 231px;
        border-radius: 0 0 4px 4px;
        padding: 8px 14px 0 14px;
        position: absolute;
        top: 34px;
        left: 0;
        z-index: 99;
    }
    .suportBox .mblClone2 .dropBx ul.down li {
        padding: 0 0 5px;
        border-bottom: 1px solid #e4f1f9;
        margin: 0 0 5px;
        width: 100%;
    }
    .suportBox .mblClone2 .dropBx ul.down li:last-child {
        border: 0;
    }
    .suportBox .mblClone2 .dropBx ul.down li a {
        color: #2A3D6C;
        display: block;
    }
    .suportBox .careBx p {
        font-size: 24px;
        line-height: 30px;
    }
    .suportBox .careBx {
        padding: 28px 0 0;
        clear: both;
    }
    .suportBox .careBx p span {
        display: block;
    }
    .suportBox:before {
        height: 410px;
    }
    .suportBox .careBx .txt cite {
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 7px;
    }
    .suportBox .careBx .txt a {
        font-size: 14px;
        font-weight: 400;
    }
    .suportBox .careBx .txt {
        padding: 28px 0 0;
    }
    .rpm:before {
        display: none;
    }
    .rpm .txt {
        padding: 40px 0 0 0;
    }
    .rpm .txt h2 {
        font-size: 16px;
        line-height: 27px;
        padding: 0 0 20px;
    }
    .rpm .txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .rpm .txt a {
        font-size: 14px;
    }
    .cmsBx {
        height: 133px;
        padding: 57px 0 0;
        margin: 40px 0 0;
    }
    footer {
        padding: 19px 0 0;
    }
    footer .lg {
        width: 150px;
        margin: 0 auto;
    }
    footer .block h3 {
        font-size: 16px;
    }
    footer .block ul li a {
        font-size: 12px;
    }
    footer .block ul li {
        margin: 0 0 5px;
    }
    footer .block:last-child {
        margin: 16px 0 25px;
        padding: 0;
    }
    footer .block h4 {
        font-size: 16px;
    }
    footer .block h5 {
        font-size: 22px;
        background-size: contain;
    }
    footer .block:nth-child(2) {
        padding: 25px 0 0 0;
    }
    footer .block:before {
        display: none;
    }
    .botmFootr {
        height: auto;
        line-height: 24px;
        padding: 12px 0;
    }
    .botmFootr p {
        font-size: 14px;
    }
    .private h1.ttl {
        font-size: 36px;
    }
    .aboutBx.private {
        padding: 10px 0 0;
        overflow: hidden;
        margin-bottom: 0;
        margin-top: 74px;
    }
    .private h1.ttl {
        padding: 0 0 25px;
    }
    .private h4 {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 50px;
    }
    .aboutBx.private:before {
        background: url('../images/private-bnr.png') no-repeat;
        width: 235px;
        height: 667px;
        top: -30px;
    }
    .resource.private .bnr {
        background: url('../images/privt-bnr2.png') no-repeat center top;
        height: 222px;
        padding: 95px 0 0 25px;
        background-size: cover;
    }
    .listArrow a {
        font-size: 14px;
        font-weight: 400;
        background-position: right 6px;
    }
    .wrkFlow.money {
        margin: -60px 0 0;
    }
    .wrkFlow .arrow {
        height: 68px;
    }
    .wrkFlow.money .txtbx {
        padding: 32px 0 46px;
    }
    .wrkFlow .txtbx h3 {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 26px;
    }
    .wrkFlow.money .txtbx .blk p {
        font-size: 14px;
        line-height: 24px;
    }
    .wrkFlow .txtbx .blk .listArrow {
        margin: 30px 0 0;
    }
    .aboutBx:before {
        background: url('../images/mbl-bg.png') no-repeat;
        background-position: 70px 0;
        top: -34px;
        width: 436px;
        height: 550px;
    }
    .aboutBx {
        margin: 10px 0 0;
    }
    .aboutBx h1.ttl {
        padding: 0 0 35px;
        font-size: 36px;
    }
    .aboutBx .sharedBx .rt {
        width: 100%;
        position: relative;
    }
    .aboutBx .sharedBx .rt .img img {
        display: none;
    }
    .aboutBx .sharedBx .rt .img {}
    .aboutBx .sharedBx .rt:before {
        position: absolute;
        background: url(../images/up-aro.png) no-repeat center top;
        height: 68px;
        content: "";
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        background-size: cover;
    }
    .aboutBx .sharedBx {
        overflow: visible;
    }
    .aboutBx .sharedBx .lt:before {
        background: #4970bb;
        content: "";
        bottom: 1px;
        left: -15px;
        width: calc(100% + 30px);
        height: 100%;
        position: absolute;
    }
    .aboutBx .sharedBx .lt {
        width: 100%;
        position: relative;
        padding: 45px 0 60px;
    }
    .cordsBox {
        padding: 0;
    }
    .cordsBox ul li {
        padding: 13px 10px 0;
        width: 300px;
        height: 164px;
        float: none;
    }
    .aboutBx .sharedBx .blk p {
        margin: 0 0 25px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
    }
    .cordsBox ul li:nth-child(3) {
        padding: 25px 10px 0;
    }
    .aboutBx .sharedBx .blk {
        padding: 0 0 40px;
    }
    .cordsBox .txt p {
        font-size: 14px;
    }
    .cordsBox .txt {
        margin: 8px 0 0;
        padding: 8px 0 0;
    }
    .aboutBx .sharedBx .blk h2 {
        font-size: 16px;
        padding: 0 0 23px;
    }
    .cordsBox ul {
        background: url(../images/mbl-abt-desgn.png) no-repeat;
        width: 300px;
        background-size: 100%;
        overflow: visible;
        margin: 0 auto;
    }
    .cordsBox+.sharedBx {
        background: none;
    }
    .aboutBx .sharedBx .lt:after {
        position: absolute;
        right: -13px;
        top: 0;
        background: url('../images/mbl-katli.png') no-repeat left center;
        width: 209px;
        height: 600px;
        content: "";
    }
    .aboutBx .sharedBx .blk+a.buttn {
        position: relative;
    }
    .cmsBx.medicare {
        margin: -62px 0 0 0;
        padding: 35px 17px 26px;
        height: auto;
        background-size: cover;
    }
    .cmsBx.medicare span {
        font-size: 14px;
        font-weight: 400;
        color: #B6D7ED;
        padding: 14px 0 30px;
    }
    .care .bnr {
        height: 272px;
        padding: 0;
    }
    .wrkFlow {
        margin: 0;
    }
    .resource .bnr {
        height: 272px;
        padding: 45px 0 0 30px;
        position: relative;
        z-index: 9;
        opacity: 1;
    }
    .resource .bnr h3 {
        font-size: 24px;
        line-height: 36px;
        padding: 0 0 35px;
        width: 180px;
    }
    .ccm:before {
        display: none;
    }
    .ccm .blk h3 {
        padding: 0 0 26px;
        font-size: 16px;
    }
    .ccm {
        padding: 30px 0 45px 0;
    }
    .listArrow li {
        line-height: 24px;
        margin: 0 0 9px;
    }
    .ccm .listArrow {
        margin: 0 0 26px;
    }
    .ccm h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 60px;
    }
    .care+.wrkFlow {
        margin: -75px 0 0;
    }
    .care+.wrkFlow .txtbx {
        padding: 22px 0 60px;
    }
    .careClone {
        background: #4a71b6;
        padding: 23px 15px 0;
    }
    .careClone h3 {
        color: #2A3D6C;
        font-weight: 800;
    }
    .careClone ul li {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 0 0;
    }
    .careClone h3 span {
        color: #fff;
    }
    .wrkFlow.vhl .txtbx h3 {
        font-size: 12px;
        line-height: 24px;
        margin: 0 0 35px;
    }
    .wrkFlow.vhl .txtbx h4 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 25px;
    }
    .wrkFlow.vhl .txtbx h5 {
        font-size: 24px;
        margin: 0 0 50px;
    }
    .wrkFlow .txtbx:before {
        right: -99px;
    }
    .health+.wrkFlow {
        overflow: hidden;
        margin: -83px 0 0;
    }
    .health h4 {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 40px;
    }
    .health.resource .bnr {
        height: 272px;
        padding: 66px 0 0 25px;
    }
    .health.resource .bnr .listArrow {
        margin: 0;
    }
    .health+.wrkFlow .txtbx {
        padding: 50px 0 43px;
    }
    .health+.wrkFlow .txtbx h3 {
        margin: 0 0 25px;
    }
    .wrkFlow .txtbx .blk p {
        font-size: 12px;
        line-height: 24px;
        margin: 0 0 50px;
    }
    .banr.comprehensive .insdBnr:after {
        background: url('../images/mbl-bg.png') no-repeat;
        background-position: 70px 0;
        top: 0;
        width: 436px;
        height: 550px;
    }
    .banr.comprehensive .insdBnr {
        background: none;
        padding: 0 0 0;
    }
    .banr.comprehensive {
        overflow: hidden;
        padding: 0 0 53px;
    }
    .suportBox.compBx {
        margin: 0;
        height: 16px;
    }
    .suportBox.compBx .lt {
        margin: 0 auto 0;
        background: url('../images/comp-bnr.png') no-repeat;
        background-size: cover;
        border-radius: 8px;
        height: 223px;
        padding: 70px 0 0 30px;
        max-width: 100%;
    }
    .suportBox.compBx .arrow {
        height: 355px;
    }
    .mblClone3 {
        margin: 72px0 0 0;
        position: relative;
    }
    .mblClone3 p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        font-weight: 600;
    }
    .mblClone3 a.buttn {
        display: inline-block;
        padding: 0 17px;
        margin: 20px 0 0;
    }
    .ccm-box {
        padding: 62px 0 120px;
        margin: 0 0 0 0;
        background: #fff;
        position: relative;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        background: none;
        color: #fff;
        border: 2px solid transparent;
    }
    .ccm-box .nav-tabs {
        width: 184px;
        margin: 0 auto 25px;
        background: none;
        border: 2px solid #B6D7ED;
    }
    .ccm-box .nav-tabs>li.active {
        z-index: 9;
    }
    .ccm-box .nav-tabs>li:last-child {
        margin: 0 0 0 -8px;
    }
    .nav-tabs>li>a {
        border: 2px solid #fff;
        height: 36px;
        line-height: 33px;
        width: 94px;
        color: #B6D7ED;
    }
    .ccm-box .txt {
        border-top: 1px solid #B6D7ED;
        padding: 40px 0 0;
    }
    .ccm-box:before {
        position: absolute;
        right: 0;
        top: 57px;
        content: "";
        background: url('../images/mbl-katli.png') no-repeat left center;
        width: 221px;
        height: 634px;
    }
    .ccm-box .txt #CCM,
    .ccm-box .txt #RPM {
        width: 100%;
    }
    .ccm-box .txt h3 {
        font-size: 16px;
        line-height: 26px;
        color: #2A3D6C;
        margin: 0 0 35px;
    }
    .ccm-box .txt .lt,
    .ccm-box .txt .rt {
        width: 100%;
        padding: 0;
    }
    .ccm-box .txt .blk h4 {
        font-size: 16px;
        line-height: 24px;
        color: #2A3D6C;
    }
    .ccm-box .buttn {
        margin: 0 0 32px;
    }
    .ccm-box #RPM .buttn {
        margin: 0 0 32px;
    }
    .ccm-box .txt .blk p {
        font-size: 14px;
        line-height: 24px;
        color: #6D6E71;
    }
    .ccm-box .txt .blk {
        padding: 0 0 38px;
    }
    .ccm-box .txt .blk ul.list li {
        font-size: 14px;
        line-height: 24px;
        color: #6D6E71;
        margin: 0 26px 7px 16px;
    }
    .ccm-box .txt .blk ul li:before {
        background: #6D6E71;
        top: 9px;
    }
    .ccm-box .txt .blk p a {
        color: #2A3D6C;
    }
    .ccm-box .txt .blk ul li {
        font-size: 14px;
        line-height: 24px;
        color: #6D6E71;
    }
    .cmsBx.dctrBx {
        margin: -68px 0 0;
        background-size: cover;
        height: 353px;
    }
    .cmsBx.dctrBx .insdBx h2 span {
        color: #fff;
    }
    .cmsBx.dctrBx .insdBx h2 {
        font-size: 16px;
        line-height: 26px;
        color: #B6D7ED;
    }
    .cmsBx.dctrBx .insdBx p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin: 20px 0 34px;
        padding: 0 21px;
    }
    .visulz.aboutBx {
        padding: 20px 0 0;
        margin: 80px 0 43px;
    }
    .visulz.aboutBx:before {
        background: url(../images/mbl-bg.png) no-repeat;
        background-position: 70px 0;
        top: 0;
        width: 436px;
        height: 550px;
        content: "";
        z-index: -1;
        position: absolute;
        right: 0;
        display: block;
    }
    .resource.visulz .bnr {
        background-size: cover;
        height: 223px;
    }
    .resource.visulz .bnr .ss {
        transform: translate(-16px, 27px);
        width: 150px;
    }
    .ccm.wellns .blk p {
        font-size: 14px;
        line-height: 24px;
    }
    .ccm.wellns .blk ul {
        padding: 20px 0 35px;
    }
    .ccm.wellns .blk ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .ccm.wellns {
        background: url('../images/katli.png') no-repeat right top;
        background-size: 100%;
        background-position: 172px -7px;
        padding: 0 0 64px 0;
    }
    .wrkFlow.connect .txtbx .formBx {
        transform: translate(0, -280px);
        padding: 28px 20px 32px 20px;
    }
    .cncthd.aboutBx:before {
        background: url(../images/mbl-bg.png) no-repeat;
        background-position: 70px 0;
        top: 0;
        width: 436px;
        height: 550px;
        content: "";
        z-index: -1;
        position: absolute;
        right: 0;
        display: block;
    }
    .cncthd.aboutBx h1.ttl {
        padding: 0 0 60px;
    }
    .wrkFlow.connect .txtbx .formBx h2 {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 12px;
    }
    .wrkFlow.connect .txtbx .formBx p {
        line-height: 20px;
        font-size: 12px;
        margin: 0 0 20px;
    }
    .wrkFlow.connect .txtbx .formBx ul li {
        width: 100%;
        margin: 0 0 7px;
    }
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(2n+2) {
        width: 100%;
    }
    .wrkFlow.connect .txtbx .formBx ul li input {
        font-size: 12px;
        border-bottom: 1px solid #7291bf;
        height: 32px;
    }
    .wrkFlow.connect .txtbx .formBx+.container {
        transform: none;
    }
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(6) {
        margin: 10px 0 0 0;
    }
    .checkmark {
        height: 14px;
        width: 15px;
    }
    .wrkFlow.connect .txtbx cite {
        font-size: 12px;
    }
    .chkBx .checkmark:after {
        left: 5px;
        top: 0px;
        width: 4px;
        height: 9px;
    }
    .chkBx {
        padding-left: 21px;
    }
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(7),
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(8),
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(9) {
        width: 100%;
    }
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(7),
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(8),
    .wrkFlow.connect .txtbx .formBx ul li:nth-child(9) {
        margin: 10px 0 0;
    }
    .wrkFlow.connect .txtbx .formBx ul {
        margin: 0 0 25px;
    }
    .wrkFlow.connect .txtbx {
        padding: 0 15px;
        height: 399px;
    }
    .wrkFlow.connect.map .txtbx {
        height: 833px;
    }
    .wrkFlow.connect .txtbx .buttn {
        margin: 16px 0 0;
    }
    .aboutBx.cncthd {
        margin: 10px 0 188px;
    }
    .wrkFlow.connect .txtbx .homOfc {
        transform: translate(0, 0)
    }
    .loginBx .lt {
        width: 100%;
        margin: 0 0 80px;
    }
    .loginBx .lt img {
        display: none;
    }
    .loginBx .rt {
        width: calc(100% + 30px);
        position: relative;
        background: #bcdaee;
        background: #bcdaee;
        left: 15px;
    }
    .loginBx .lt .txt {
        left: 33px;
        top: 0;
        position: static;
        padding: 0 0 0 33px;
    }
    .loginBx .lt .txt h2 {
        font-size: 36px;
        color: #E5F1F9;
        padding: 0 0 8px;
    }
    .loginBx .lt .txt span {
        font-size: 14px;
        color: #E5F1F9;
    }
    .loginBx {
        padding: 93px 0 0;
        height: 100vh;
    }
    .loginBx .rt .blk {
        margin: 55px auto 0;
        max-width: 360px;
        width: 100%;
        padding: 0 15px 32px;
    }
    .loginBx .rt:before {
        width: 51%;
        height: 50px;
        content: "";
        position: absolute;
        top: -11px;
        left: 3px;
        background: #bcdaee;
        transform: rotate( -7deg);
        border-radius: 0 8px 8px 0;
    }
    .loginBx .rt:after {
        width: 51%;
        height: 50px;
        content: "";
        position: absolute;
        top: -11px;
        right: 6px;
        background: #bcdaee;
        transform: rotate( 7deg);
        border-radius: 8px 0 0 0;
    }
    .loginBx .rt .fldBx .fld {
        border: 1px solid #2A3D6C;
        color: #2A3D6C;
    }
    .loginBx .sbmt {
        margin: 15px 0 20px;
    }
    .loginBx .container {
        position: absolute;
        bottom: 0;
    }
    .srvc.wrkFlow {
        overflow: hidden;
    }
    .service.resource .bnr {
        padding: 64px 0 0 20px;
        height: 272px;
    }
    .service.resource .insdBnr p {
        font-size: 14px;
        line-height: 24px;
    }
    .srvc.wrkFlow .txtbx {
        padding: 80px 0 0;
    }
    .srvc.wrkFlow .txtbx .offr p {
        font-size: 14px;
        line-height: 24px;
    }
    .srvc.wrkFlow .txtbx .blk ul li h4 {
        font-size: 16px;
    }
    .srvc.wrkFlow .txtbx .blk ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    .srvc.wrkFlow .txtbx .blk ul:before {
        display: none;
    }
    .srvc.wrkFlow .txtbx .blk ul li {
        max-width: 100%;
        margin: 0 0 30px;
        width: 100%;
        text-align: left;
        float: left;
        padding: 0;
    }
    .srvc.wrkFlow .txtbx .blk ul li:nth-child(2n+2) {
        float: left;
        text-align: left;
        padding: 0;
    }
    .srvc.wrkFlow .txtbx .blk ul li:nth-child(2) p {
        text-align: left;
    }
    .srvc.wrkFlow .txtbx:before {
        display: none;
    }
    .srvc.wrkFlow:before {
        height: 650px;
    }
    .solution .blk h2 {
        margin: 0 0 20px;
        font-size: 20px;
    }
    .solution .blk p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .solution .blk.scnd .rt img {
        transform: none;
    }
    .solution .blk.scnd .rt {
        display: none;
    }
    .solution .blk.scnd .lt {
        width: 100%;
    }
    .solution .blk {
        margin: 0 0 41px;
    }
    .solution .blk ul {
        margin: 0 0 23px;
    }
    .solution .blk ul li {
        line-height: 24px;
        font-size: 14px;
    }
    .solution .blk ul li:before {
        top: 8px;
    }
    .partner .arrow {
        height: 156px;
    }
    .partner .blk {
        padding: 0 15px;
    }
    .partner .blk .insdBlk h3 {
        margin: 0 0 28px;
    }
    .partner .blk .insdBlk p {
        line-height: 24px;
        font-size: 14px;
        padding: 0 0 44px;
    }
    header .rt ul li a {
        float: left;
        width: calc(100% - 50px);
    }
    header .rt ul li span {
        float: right;
        width: 35px;
        position: absolute;
        right: 11px;
        top: 10px;
        height: 25px;
    }
    header .rt ul li span:before {
        position: absolute;
        right: 0;
        top: 11px;
        width: 15px;
        height: 1px;
        background: #2A3D6C;
        content: "";
        transform: rotate( 90deg);
        transition: all 0.6s ease;
    }
    header .rt ul li span.active:before {
        transform: rotate( 0deg);
    }
    header .rt ul li span:after {
        position: absolute;
        right: 0;
        top: 11px;
        width: 15px;
        height: 1px;
        background: #2A3D6C;
        content: "";
    }
    .mblClone p {
        font-weight: 600;
        color: #2A3D6C;
        font-size: 14px;
        line-height: 24px;
    }
    .mblClone .buttn {
        display: inline-block;
        padding: 0 16px;
        margin: 30px 0 0;
    }
    .mblClone {
        padding: 16px 0 159px;
    }
    .ccm-box .nav-tabs:before {
        width: 90px;
        z-index: 9;
    }
    .ccm-box .nav-tabs.last:before {
        left: 90px;
    }
    header.hiddn .container:after {
        display: none;
    }
    .sollu:before {
        background: url(../images/mbl-bg.png) no-repeat;
        background-position: 0 0;
        top: -34px;
        z-index: -1;
        position: absolute;
        content: "";
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 17s;
        animation-iteration-count: infinite;
        right: auto;
        left: 0;
        width: 436px;
        height: 550px;
    }
    .suportBox.compBx.solutions .lt {
        margin: 0 auto 0;
        background: none;
        height: auto;
        padding: 0;
    }
    .banr.comprehensive.sollu .insdBnr {
        background: none;
    }
    .cloneSolutn {
        text-align: center;
        margin: 40px 0 0;
        position: relative;
        z-index: 1;
    }
    .cloneSolutn h2 {
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 20px;
    }
    .cloneSolutn p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
    .ccm-box.solu {
        background: none;
        padding: 40px 0 0;
    }
    .ccm-box.solu .txt .blk h4 {
        color: #2A3D6C;
    }
    .ccm-box.solu .txt .blk p {
        color: #2A3D6C;
    }
    .ccm-box.solu .txt .blk ul.list li {
        color: #2A3D6C;
        margin: 0 26px 7px 0;
    }
    .ccm-box.solu .txt .blk ul li:before {
        background: #2A3D6C;
        ;
    }
    .suportBox.solutions .arrow.botm {
        display: none;
    }
    .ccm-box.solu .txt h3 {
        color: #2A3D6C;
        font-size: 20px;
    }
    .reimbursement:before {
        height: 75px;
        top: -75px;
    }
    .reimbursement {
        margin: 70px 0 0;
    }
    .reimbursement .txt h3 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .reimbursement .txt h4 {
        font-size: 16px;
        margin: 0 0 32px;
    }
    .reimbursement .txt h4 span {
        display: inline-block;
    }
    .reimbursement .txt p {
        font-size: 16px;
        margin: 20px 0 0;
    }
    .reimbursement:after {
        bottom: -75px;
        height: 75px;
    }
    section.speakTxt {
        margin: 115px 15px 122px 15px;
    }
    section.speakTxt .txt p {
        line-height: 28px;
        font-size: 16px;
    }
    .suportBox.solutions .arrow {
        display: block;
        height: 99px;
        margin: -65px 0 0;
    }
    .solutions .mblClone4 {
        padding: 21px 0 0 0;
    }
    .solutions .mblClone4 p {
        font-size: 16px;
        color: #2A3D6C;
    }
    .solutions .mblClone4 .buttn {
        display: inline-block;
        padding: 0 19px;
        margin: 21px 0 0;
    }
    .suportBox.compBx.solutions {
        height: auto;
        background: none;
        margin: 0 0 0;
    }
    .suportBox.compBx.solutions .imgBx {
        padding: 0 15px;
        display: block;
        text-align: center;
    }
    .suportBox.compBx.solutions:after {
        top: 79px;
    }
    .ccm-box.solu .txt {
        padding: 0 0 0;
    }
    .mpBx .rt {
        width: 100%;
    }
    .mpBx .lt {
        width: 100%;
    }
    .wrkFlow.connect .txtbx .mpBx .lt .homOfc {
        padding: 20px 0 0;
    }
    .banr.comprehensive.ourteam .insdBnr {
        background: none;
    }
    .banr.ourteam .insdBnr .lt {
        padding: 40px 0 0 0;
    }
    .ourteam:before {
        background: url(../images/mbl-bg.png) no-repeat;
        background-position: 70px 0;
        top: -34px;
        z-index: -1;
        position: absolute;
        content: "";
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 17s;
        animation-iteration-count: infinite;
        right: 0;
        width: 436px;
        height: 550px;
    }
    .suportBox.compBx.team .lt {
        margin: 0 auto 0;
        background: none;
        height: auto;
    }
    .teamClone+.ccm-box {
        background: none;
        padding: 62px 0 20px;
    }
    .team+.mblClone3 h3 {
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 20px;
    }
    .teamClone {
        padding: 0 15px;
    }
    .teamClone p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
    .boxTeam .rw {
        padding: 16px 12px 0 12px;
    }
    .boxTeam .rw .cl {
        width: 100%;
        margin: 0 0 30px;
    }
    .suportBox.team+.ccm-box {
        background: none;
        padding: 15px 0 0;
    }
    .suportBox.team {
        height: auto;
        margin: 109px 0 0;
        padding: 17px 0 0;
    }
    .suportBox.team .teamClone h1 {
        font-size: 30px;
    }
    .teamClone .mblClone3 {
        margin: 2px 15px 0;
    }
    .suportBox.team .teamClone h3 {
        font-size: 16px;
        margin: 0 0 13px;
    }
    .banr.comprehensive.patient .insdBnr {
        background: none;
        padding: 0 0 39px;
    }
    .suportBox.ptntBx .lt {
        background: url(../images/patient.png) no-repeat right center;
        background-size: 100%;
        margin: 0 auto 0;
    }
    .patient1 {
        position: relative;
        padding: 0 0 16px;
        background: none;
    }
    .patient1 p {
        color: #fff;
    }
    .patient1 a.buttn {
        padding: 0 15px;
        margin: 19px 0 0;
    }
    .patient2 {
        position: relative;
        padding: 16px 0 0;
        background: #4a71b6;
    }
    .patient2 p {
        color: #fff;
    }
    .banr.comprehensive.smart .insdBnr {
        padding: 0 0 10px;
        background: none;
    }
    .suportBox.smartBx .lt {
        background: url(../images/smartHealth.png) no-repeat;
        background-size: 100%;
        margin: -468px auto 0;
    }
    .banr.patient .insdBnr .lt {
        padding: 40px 0 0 0;
    }
    .banr.comprehensive.patient .insdBnr {
        padding: 0;
    }
    .banr.smart .insdBnr .lt {
        padding: 40px 0 0 0;
    }
    #welcm .modal-dialog {
        width: calc(100% - 20px);
    }
    #welcm .modal-dialog .bx p {
        line-height: 30px;
        font-size: 16px;
    }
    /*  30 july  */
    .banr .insdBnr .lt {
        padding: 40px 0 3px 0;
    }
    .suportBox .lt .mblClone2 .ttl h2 {
        width: 100%;
        color: #B6D7ED;
        max-width: 255px;
        margin: 0 auto 37px;
    }
    .suportBox .mblClone2 {
        margin: 0 0 0;
        text-align: center;
    }
    .suportBox:before {
        height: 535px;
    }
    .suportBox .lt .mblClone2 .ttl h2 span {
        color: #fff;
    }
    .suportBox:after {
        top: 43px;
        display: none;
    }
    .smalBaner {
        display: block;
        text-align: center;
    }
    .suportBox .enhcnmnt p {
        line-height: 22px;
        font-size: 16px;
    }
    .suportBox .lt .enhcnmnt {
        margin: -29px 0 0;
    }
    .suportBox {
        height: auto;
    }
    .rpm {
        margin: 42px 0 0;
    }
    .suportBox .arrow.mbl {
        display: block;
        transform: rotate( 180deg);
        margin: -48px 0 0;
    }
    .suportBox .container {
        background: #4a71b6;
    }
    .suportBox.solutions .container {
        background: #4a71b6;
        padding-bottom: 20px;
    }
    .rpm .txt {
        padding: 16px 0 0;
        text-align: center;
    }
    .rpm .txt h2 br {
        display: none;
    }
    .growsBox ul li {
        float: none;
        height: 266px;
        width: 300px;
        margin: 0 auto 30px;
    }
    .growsBox ul li:last-child {
        margin: 0 auto 0;
    }
    .cmsBx.cordints h3 {
        margin: 20px auto 41px;
        font-size: 16px;
        max-width: 274px;
        line-height: 24px;
    }
    .cmsBx.cordints {
        height: auto;
        padding: 42px 0 46px;
    }
    .aboutBx .sharedBx .rt .img {
        margin: 0;
    }
    .aboutBx .sharedBx .rt .img img.mbl {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .aboutBx .sharedBx .rt:before {
        display: none;
    }
    .aboutBx .sharedBx .lt:before {
        display: none;
    }
    .aboutBx .sharedBx.outeamBox .rt .img img {
        display: block;
    }
    .aboutBx .sharedBx.outeamBox {
        padding: 0 0 40px;
    }
    .aboutBx .sharedBx.outeamBox .rt {
        width: 100%;
        padding: 0 0 45px;
    }
    .aboutBx .sharedBx.outeamBox .lt {
        width: 100%;
        padding: 0 0 0;
    }
    header .lt .logo .mbl img {
        max-width: 100%;
    }
    .suportBox.compBx.srvcs {
        height: auto;
    }
    .compBx.srvcs .imgBx {
        padding: 0 15px;
        margin: 0 0 -50px;
        display: block;
        text-align: center;
    }
    .suportBox.compBx.srvcs .arrow {
        height: 96px;
    }
    .suportBox.compBx.srvcs .lt {
        height: auto;
        background: none;
        padding: 0 0 0 0;
    }
    .suportBox.compBx.srvcs .lt .ttl h2 {
        width: 100%;
        color: #B6D7ED;
    }
    .suportBox.compBx.srvcs .lt .ttl h2 span {
        color: #fff;
        display: block;
    }
    .suportBox.compBx.srvcs+.ccm-box {
        background: none;
    }
    .suportBox.compBx.srvcs .lt {
        margin: 0;
        padding: 19px 0 0;
    }
    .suportBox.compBx.srvcs.ptntBx .lt .ttl h2 span {
        display: inline-block;
    }
    .suportBox.compBx.srvcs.ptntBx .lt {
        text-align: center;
        padding: 0 0 25px;
    }
    .suportBox.compBx.ptntBx .lt .ttl h2 {
        margin: 0;
    }
    .suportBox.ptntBx .lt .ttl p {
        font-size: 14px;
        margin: 12px 0 0;
        line-height: 22px;
    }
    .suportBox.compBx.smartBx .lt .ttl h2 span {
        display: inline-block;
    }
    .suportBox.smartBx .lt .ttl {
        text-align: center;
    }
    .suportBox.smartBx .lt .ttl h2 {
        margin: 0;
    }
    .suportBox.solutions .lt .ttl {
        margin: 0;
    }
    .suportBox.solutions .lt .ttl h2 {
        margin: 0 auto 23px;
        width: 247px;
    }
    .suportBox.solutions .lt p {
        line-height: 24px;
        font-size: 14px;
    }
    .casestdy .imgBx {
        display: block;
        padding: 0 15px;
        margin: 0 0 -62px;
    }
    .casestdy .imgBx+.arrow {
        display: block;
    }
    .resource.care.casestdy .bnr {
        background: none;
        padding: 0;
        height: auto;
        border-radius: 0;
        margin: 0;
    }
    .care+.wrkFlow.casestdy {
        margin: 0;
    }
    .casestdy .careClone {
        padding: 21px 15px 19px;
    }
    .resource.casestdy .bnr h3 {
        width: 100%;
        padding: 0;
        color: #B6D7ED;
    }
    .resource.casestdy .bnr h3 span {
        color: #fff;
    }
    .casestdy .imgBx+.arrow {
        background: url('../images/up-aro.png') no-repeat center top;
        height: 70px;
        width: 100%;
        background-size: cover;
    }
    .casestdy .container {
        padding: 0;
    }
    .aboutBx.casestdy h1.ttl {
        padding: 0 15px 35px;
    }
    .care+.wrkFlow.casestdy .arrow {
        display: none;
    }
    .wrkFlow.casestdy .txtbx .blk {
        padding: 0 15px;
    }
    .care+.wrkFlow.casestdy .txtbx {
        padding: 22px 0 28px;
    }
    .wrkFlow.vhl.casestdy .txtbx:before {
        display: none;
    }
    .popupBx .insdPop .mbl {
        display: block;
    }
    .popupBx .insdPop .desk {
        display: none;
    }
    .wrkFlow.connect .txtbx .formBx:before {
        opacity: 0.5;
    }
    .wrkFlow.connect .txtbx .formBx #file-upload-cont {
        position: relative;
        z-index: 9;
    }
    .aboutBx .sharedBx .rt.active img.mbl {
        display: block;
    }
    .srvcs+.growsBox {
        padding: 27px 0 65px;
    }
    .growsBox ul li {
        height: auto;
    }
    .srvcs+.growsBox ul li .txt p {
        line-height: 28px;
    }
    .growsBox+.ccm-box {
        padding: 45px 0 0;
        background: none;
    }
    .growsBox+.ccm-box+.cmsBx.dctrBx {
        margin: 0;
    }
    .aboutBx.resource.casestdy .imgBx {
        margin: 0;
    }
    .wrkFlow-2.casestdy .txtbx .blk {
        padding: 0 15px;
    }
}

@media (min-width:540px) and (max-width:767px) {
    .suportBox .arrow.mbl {
        margin: 0;
    }
}

.fa-color {
    color: #4971B6;
    float: right;
    margin: 15px;
    border-right: 0px #cccccc solid;
    padding: 0px;
}

.fa-color2 {
    color: #4971B6;
    float: right;
    margin: 15px;
    padding: 0px;
}

.fa-color3 {
    color: #4971B6;
}

@media (min-width: 320px) and (max-width: 767px) {
    .listArrow a {
        font-size: 13px;
        font-weight: 400;
        background-position: right 6px;
        line-height: 2;
    }
    .gap {
        padding-top: 40px;
    }
    .fa-color3 {
        color: #4971B6;
        font-size: 13px;
        padding: 0px;
    }
    .otcp-1 .imgBx .txt {
        position: static;
    }
    .otcp-1 .imgBx .txt h3 {
        color: #B6D7ED;
        font-size: 24px;
        line-height: 36px;
        padding: 20px 0 0;
    }
    .testiscnd .txt h3 {
        padding: 0 15px;
        font-size: 12px;
        line-height: 26px;
    }
}

.wrkFlow-2 {
    margin: -338px 0 0;
}

.wrkFlow-2 .txtbx:before {
    position: absolute;
    bottom: -233px;
    right: 0;
    content: "";
    background: url(../images/katli.png) no-repeat;
    width: 365px;
    height: 874px;
}

.wrkFlow-2 .arrow {
    background: url(../images/up-aro.png) no-repeat center top;
    height: 235px;
    width: 100%;
    background-size: cover;
}

.wrkFlow-2 .txtbx {
    background: #4a71b6;
    padding: 0px 0 100px;
    position: relative;
}

.wrkFlow-2 .txtbx h3 {
    font-size: 36px;
    color: #E5F1F9;
    line-height: 54px;
    font-weight: 600;
    margin: 0 0 40px;
}

.wrkFlow-2 .txtbx .blk {
    width: 100%;
    max-width: 867px;
    margin-bottom: 66px;
}

.wrkFlow-2 .txtbx .blk p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 90px;
}

.wrkFlow-2 .txtbx .blk .buttn {
    display: inline-block;
    padding: 0 22px;
}

.wrkFlow-2 .txtbx .blk .listArrow {
    margin: 50px 0 0;
}

.wrkFlow-2 .txtbx .blk .listArrow a {
    font-size: 18px;
    color: #2A3D6C;
}

.care+.wrkFlow-2 .txtbx {
    padding: 75px 0 100px;
}

.care.testiNew+.wrkFlow-2 .txtbx {
    padding: 0 0 0;
}

.care.testiNew+.casestdy .bg-w .blk-1 {
    padding: 75px 65px 0;
}

.wrkFlow-2.money {
    margin: -320px 0 0;
}

.wrkFlow-2.money .txtbx:before {
    display: none;
}

.wrkFlow-2.money .txtbx {
    text-align: center;
    padding: 65px 0 100px;
}

.wrkFlow-2.money .txtbx .blk {
    max-width: 100%;
}

.wrkFlow-2.money .txtbx .blk p {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 820px;
}

.wrkFlow-2.vhl .txtbx h3 {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 75px;
}

.wrkFlow-2.vhl .txtbx h4 {
    font-size: 36px;
    color: #2A3D6C;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    margin: 0 0 60px;
}

.wrkFlow-2.vhl .txtbx h5 {
    font-size: 30px;
    color: #fff;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 100px;
}

.wrkFlow-2.vhl .txtbx:before {
    bottom: -170px;
}

.wrkFlow-2.vhl {
    overflow: hidden;
}

.wrkFlow-2.vhl .txtbx h3 {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 75px;
}

.wrkFlow-2.vhl .txtbx h4 {
    font-size: 36px;
    color: #2A3D6C;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    margin: 0 0 60px;
}

.wrkFlow-2.vhl .txtbx h5 {
    font-size: 30px;
    color: #fff;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 100px;
}

.wrkFlow-2.vhl .txtbx:before {
    bottom: -170px;
}

.wrkFlow-2.vhl {
    overflow: hidden;
}

.aboutBx.care h1.ttl span {
    color: #486db4;
}

.service.resource .bnr {
    height: 400px;
    padding: 135px 0 0 60px;
    z-index: 9;
}

.service.resource .insdBnr {
    max-width: 600px;
    width: 100%;
}

.service.resource .insdBnr p {
    font-size: 16px;
    line-height: 36px;
    color: #2A3D6C;
}

.service.resource .bnr h3 {
    padding: 0 0 45px;
}

.srvc.wrkFlow-2 {
    margin: -130px 0 0;
    position: relative;
}

.service.aboutBx:before {
    z-index: -1;
}

.srvc.wrkFlow-2:before {
    background: url('../images/bg2.png') no-repeat center top;
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 100%;
    height: 957px;
    z-index: 1;
    background-size: cover;
    max-width: 1377px;
}

.srvc.wrkFlow-2 .arrow.btm {
    transform: rotate(180deg);
    z-index: 2;
    margin: -104px 0 75px 0;
}

.srvc.wrkFlow-2 .txtbx:before {
    bottom: -450px;
    z-index: 3;
}

.srvc.wrkFlow-2 .txtbx .blk {
    position: relative;
    z-index: 9;
    max-width: 555px;
    margin: -50px auto 0;
    text-align: center;
}

.srvc.wrkFlow-2 .txtbx .blk ul {
    position: relative;
    overflow: hidden;
    padding: 0 0 16px;
}

.srvc.wrkFlow-2 .txtbx .blk ul:before {
    position: absolute;
    left: 39%;
    top: 0;
    content: "";
    background: url('../images/chain.png') no-repeat center top;
    width: 95px;
    height: 414px;
}

.srvc.wrkFlow-2 .txtbx {
    padding: 0;
}

.srvc.wrkFlow-2 .txtbx h3 {
    margin: 0 0 55px;
}

.srvc.wrkFlow-2 .txtbx .blk ul li {
    max-width: 225px;
    width: 100%;
    text-align: left;
    float: right;
    margin: 0 0 10px;
    clear: both;
}

.srvc.wrkFlow-2 .txtbx .blk ul li h4 {
    color: #B6D7ED;
    font-size: 30px;
    margin: 0 0 10px;
}

.srvc.wrkFlow-2 .txtbx .blk ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.srvc.wrkFlow-2 .txtbx .blk ul li:nth-child(2n+2) {
    clear: both;
    float: left;
    text-align: right;
    padding: 0 35px 0 0;
}

.srvc.wrkFlow-2 .txtbx .blk ul li:nth-child(2) p {
    text-align: right;
}

.srvc.wrkFlow-2 .txtbx .offr {
    position: relative;
    z-index: 9;
    max-width: 548px;
    width: 100%;
    margin: 0 0 95px;
}

.srvc.wrkFlow-2 .txtbx .offr h3 {
    color: #fff;
    margin: 0 0 25px;
}

.srvc.wrkFlow-2 .txtbx .offr p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.wrkFlow-2.connect {
    margin: 0;
}

.otcp-1 {
    padding: 65px 0 100px;
    background: #4a71b6;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}

.buttn-1 {
    background: #2c3f6a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    padding: 0 22px;
    margin-top: 50px;
}

.h3-style {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    font-weight: 400;
}

.blk-1 {
    padding: 75px 65px 100px;
}

.bg-w {
    background: #ffffff;
}

@media (min-width:320px) and (max-width:767px) {
    .wrkFlow-2.vhl.casestdy {
        margin: 0;
    }
    .casestdy.testiNew .imgBx+.arrow {
        margin: -58px 0 0;
    }
    .casestdy.testiNew+.wrkFlow-2 .arrow {
        display: none;
    }
    .casestdy.testiNew+.wrkFlow-2.vhl .txtbx:before {
        display: none;
    }
    .care.testiNew+.wrkFlow-2 .txtbx {
        padding: 10px 0 100px;
    }
    .testiNew+.wrkFlow-2.vhl .txtbx h3 {
        margin: 0 0 20px;
        font-size: 12px;
        line-height: 26px;
    }
    .testiNew+.wrkFlow-2.casestdy .txtbx .blk {
        margin: 0;
    }
    .care.testiNew+.wrkFlow-2 .txtbx {
        padding: 10px 0 0;
    }
    .care.testiNew+.wrkFlow-2+.bg-w .blk-1 {
        padding: 26px 15px 0;
    }
    .care.testiNew+.wrkFlow-2+.bg-w .otcp-1 {
        padding: 65px 0 47px;
    }
    .testiscnd .casestdy .imgBx+.arrow {
        margin: -61px 0 0;
    }
    .lastTesti .casestdy .imgBx+.arrow {
        margin: -58px 0 0;
    }
    .h3-style {
        font-size: 12px;
        line-height: 26px;
    }
}
.revnu {
        background: #e6e7e8;
        padding: 84px 0 0;
    }