@font-face { 
	font-family: Roboto-Medium; 
	src: url('../fonts/Roboto-Medium.ttf'); 
} 
@font-face { 
	font-family: FiraSans-Bold; 
	src: url('../fonts/FiraSans-Bold.ttf'); 
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	color: #9C9C9C;
	background-color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
}
a, a:hover, a:active {
	text-decoration: none !important;
}
:active,
:focus {
	outline: none !important;
}
img {
	max-width: 100%;
}
.p0 {
	padding: 0 !important;
}
.full-width {
	width: 100% !important;
}
.top-header {
	background:#fff;
}

/*header .top-header{
	background: url('../Images/header-bg.png') no-repeat;
	height:120px;
	background-size: cover;
	position:fixed;
	z-index:99;
	width:100%;
}*/

header .top-header {
    background: #fff;
    height: 65px;
    background-size: cover;
    position: fixed;
    z-index: 999; top: 0;
    width: 100%;
box-shadow: 0 -1px 8px -3px #999;
}
header .top-header .logo{
	padding: 15px 0 0 0;
    position: relative;
}
header .top-header .logo:before {    position: absolute;
    content: "";
    background: url(../Images/logo-icon.png)no-repeat;
    bottom: -60px;
    left: -20px;
    width: 80px;
    height: 50px;
    background-size: 100%;}

header .top-header nav ul{
	padding:0;
	margin:22px 3% 0 0;
	list-style:none;
	/* float:right; */
}
header .top-header nav ul li{
	display:inline-block;position:relative;
}
header .top-header nav ul li a{
	    color: #144e86;
    font-size: 14px;
    font-weight: 500;
    padding: 0 6px;
}
header .top-header .schedule-demo{
	background:#144e86;
	color:#fff;
	float:right;
	border-radius:5px;
	padding:5px 15px;
	margin:17px 0 0 0;
	font-size:13px;
}
header .bottom-header {
	background: url(../Images/header-bottom-bg.png) no-repeat;
    height: 45px;
    background-size: 100%;
    width: 100%;
    position: absolute;
    top: 65px;
    right: 0;
}
header .bottom-header .links ul{
	padding:0;
	margin:7px 0 0 0;
	list-style:none;
}
header .bottom-header .links ul li{
	display:inline-block; position:relative;
}
header .bottom-header .links ul li a{
	color:#5baabb;
	font-size:14px;
	font-weight:500;
	padding:0 34px 0 0;
}
header .bottom-header .links ul li a.active{
	color:#9283c4;
}
	.desktop-logo{
		display:block;
	}
	.mobile-logo{
		display:none;
	}
	.nav-button{
		display:none;
	}

.home-banner {
	background: url('../../Images/home-banner.png') no-repeat bottom center;
	background-color: #144e86;
	background-size: cover;
}
.home-banner .content{
	padding-top:200px;
}
.home-banner .content h3{
	color:#27426d;
	font-size:45px;
	font-weight:700;
	margin:0;
	font-family: FiraSans-Bold; 
}
.home-banner .content h3 span{
	color:#4477b6;
	display:block;
}
.home-banner .content p{
	color:#808080;
	font-size:17px;
	margin:20px 0 30px 0;
}
.home-banner .art-board img{
	margin-top: 80px;
}
.home-banner .service-box{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 0 10px 30px;
	padding:5px;
	border-radius:10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f2f2",GradientType=1);
}
.home-banner .service-box img{
	float:left;
	width:16%;
}
.home-banner .service-box p{
	float:left;
	width:80%;
	padding:12px 0 0 15px;
	margin:0;
	color:#808080;
}


.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;
}



.price-box{
	width:86%;
	margin:0 7%;
	height:auto;
	overflow:hidden;
	padding:35px 0 25px 35px;
	border-left:5px solid #dadada;
	border-radius:20px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(213,213,213,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(213,213,213,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(213,213,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d5d5d5",GradientType=1);
}
.price-box h3{
	color:#2d4265;
	font-weight:700;
}
.price-box h2{
	color:#4477b6;
	font-weight:700;
}
.price-box ul{
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
}
.price-box ul li{
	color:#969696;
}
.price-box a{
	font-size:13px;
	font-weight:600;
	color:#0c3b73;
}
.price-box a i{
	font-weight:800;
	margin-left:10px;
}
.price-box img{
    position: absolute;
    width: 35%;
    right: 65px;
    top: 42px;
}
.schedule-demo{
	background:#144e86;
	color:#fff !important;
	border-radius:5px;
	padding:6px 15px;
	margin:80px auto 150px auto;
	font-size:14px;
	width:160px;
	display:block;
	text-align:center;
	border:1px solid #fff;
	box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 16px;
}

.second-banner {
	background: url('../Images/blue-bg-d.png') no-repeat;
	background-size: 100%;
}

.second-banner h3{
	color:#fff;
	text-align:center;
	margin:20px 0;
}
.second-banner .icon img{
	width:100%;
	margin-top:50px;
	position: relative;
    z-index: 9;
}

.second-banner .content-box{
	border-radius:10px;
	padding:40px;
	margin:85px 50px 0 50px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.second-banner .content-box h2{
	color:#fff;
	font-size:25px;
	font-weight:700;
}
.second-banner .content-box p{
	color:#fff;
	font-size:14px;
	text-align:justify;
}
.second-banner .content-box a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.second-banner .content-box a i {
    font-weight: 600;
    margin-left: 10px;
}
.bg-1{
	background:#9796e7;
}
.bg-2{
	background:#58d0db;
}
.second-banner .icon-2 img{
	width:100%;
	margin-top:125px;
}
.second-banner .line{
	height:470px;
	width:3px;
	position:absolute;
	left:49.8%;
	background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}
.teansparent-1{
	background:rgba(255,255,255,0.1);
	padding:10px 15px;
	border-radius:8px;
	font-size:13px;
	line-height:18px;
	color:#fff;
	display:inline-block;
	float:right;
	margin-top:260px;
	margin-right:50px;
}
.teansparent-2{
	background:rgba(255,255,255,0.1);
	padding:10px 15px;
	border-radius:8px;
	font-size:13px;
	line-height:18px;
	color:#fff;
	display:inline-block;
	margin-top:80px;
	margin-left:-20px;
}

.second-banner .line-1{
	height:458px;
	width:3px;
	position:absolute;
	left:49.8%;
	margin-top: -25px;
	background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

.enrollment{
	width:300px;
	margin:150px auto 60px auto;
	text-align:center;
	color:#144e86;
	padding:10px 0;
	font-size:14px;
	font-weight:600;
	background: rgb(170,191,214);
	background: -moz-linear-gradient(90deg, rgba(170,191,214,1) 0%, rgba(235,236,239,1) 50%, rgba(170,191,214,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(170,191,214,1) 0%, rgba(235,236,239,1) 50%, rgba(170,191,214,1) 100%);
	background: linear-gradient(90deg, rgba(170,191,214,1) 0%, rgba(235,236,239,1) 50%, rgba(170,191,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aabfd6",endColorstr="#aabfd6",GradientType=1);
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	border-radius:8px;
	border-left:4px solid #7a9bbc;
	border-right:4px solid #7a9bbc;
}

.third-banner {
	background: url('../Images/third-banner.png') no-repeat;
	background-size: 100%;
	margin: -220px 0 0 0;
	padding-top: 200px;
	padding-bottom: 160px;
	position: relative;
}

.third-banner .content-box{
	border-radius:10px;
	padding:20px;
	min-height:160px;
	margin:15px 100px 0 100px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.third-banner h4{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
	text-align:center;
}
.third-banner h5{
	position: absolute;
    left: 18%;
    top: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.third-banner .content-box img{
	display:block;
	width:100%;
	margin:20px 0 0 0;
}
.third-banner .content-box h2{
	color:#383f70;
	font-size:14px;
	font-weight:700;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}
.third-banner .content-box p{
	color:#fff;
	font-size:14px;
	margin:0 !important;
}
.third-banner .content-box a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.third-banner .content-box a i {
    font-weight: 600;
    margin-left: 10px;
}
.third-banner .content-box-margin-left {
	margin:15px 250px 0 50px !important;
}
.third-banner .content-box-margin-right {
	margin:15px 50px 0 250px !important;
}
.third-banner .circle{
	border:3px solid #fff;
	position:absolute;
	width:130px;
	height:680px;
	border-radius:100px;
	left:45.7%;
	margin-top:-50px
}
.four-banner{
	background-color:#e0e0e0;
}
.four-banner .line{
	height:150px;
	width:3px;
	position:absolute;
	left:49.8%;
	margin-top:-100px;
	background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}


.four-banner .line-1{
	height:550px;
	width:3px;
	position:absolute;
	left:49.8%;
	margin-top:-30px;
	background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}


.four-banner h3{
	color:#144e86;
	text-align:center;
	margin:50px 0 20px 0;
	font-weight:600;
}
.four-banner .title{
	text-align:center;
	padding:10px 0;
	width:30%;
	margin:30px auto;
	font-size:14px;
	font-weight:600;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);
	background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1);
}
.four-banner .round-title-1{
	text-align:center;
	padding:1px 1px;
	height: auto;
    overflow: hidden;
	color:#4477b6;
	width:15%;
	display:block;
	margin:8px auto;
	font-size:14px;
	font-weight:600;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1);
	border-radius:50px;
	border:1px solid #fff;
	line-height:33px;
}
.four-banner .round-title-1 img{
	float:left;
	display:block;
}
.four-banner .round-title-2{
	text-align:center;
	padding:1px 1px;
	height: auto;
    overflow: hidden;
	color:#4477b6;
	width:18%;
	display:block;
	margin:8px auto;
	font-size:14px;
	font-weight:600;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1);
	border-radius:50px;
	border:1px solid #fff;
	line-height:33px;
}
.four-banner .round-title-2 img{
	float:left;
	display:block;
}

.four-banner .round-title-3{
	text-align:center;
	padding:1px 1px;
	height: auto;
    overflow: hidden;
	color:#4477b6;
	width:20%;
	display:block;
	margin:8px auto;
	font-size:14px;
	font-weight:600;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1);
	border-radius:50px;
	border:1px solid #fff;
	line-height:33px;
}
.four-banner .round-title-3 img{
	float:left;
	display:block;
}
.four-banner .price-boxs{
	border:1px solid #fff;
	width:100%;
	border-radius:10px;
	margin-top:50px;
	background: rgb(239,239,240);
	background: rgb(239,239,240);
	background: -moz-linear-gradient(90deg, rgba(239,239,240,1) 50%, rgba(255,255,255,1) 100%, rgba(245,245,246,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(239,239,240,1) 50%, rgba(255,255,255,1) 100%, rgba(245,245,246,1) 100%);
	background: linear-gradient(90deg, rgba(239,239,240,1) 50%, rgba(255,255,255,1) 100%, rgba(245,245,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeff0",endColorstr="#f5f5f6",GradientType=1);
}
.four-banner .price-boxs h2{
	text-align:center;
	color:#383f70;
	font-size:25px;
	font-weight:700;
	margin:20px 0 0 0;
}
.four-banner .price-boxs p{
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:700;
	padding:0 0 10px 0;
	margin:3px 0 10px 0;
	border-bottom:2px solid #e2e2e2;
}
.four-banner .price-boxs span{
	text-align:center;
	font-size:10px;
	font-weight:500;
	display:block;
	margin:0 0 10px 0;
}
.artboard{
	position:relative;
	margin:40px 0 -140px 0;
	z-index: 9;
}
.fift-banner{
	background:#fff;
	padding:210px 0 0 0;
}
.fift-banner h2{
	color:#000;
	font-size:25px;
	font-weight:700;
}
.fift-banner .line{
	height:70px;
	width:3px;
	position:absolute;
	left:49.8%;
	margin-top:-90px;
	background: linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}


.fift-banner .line-1{
	height:20px;
	width:3px;
	position:absolute;
	left:49.8%;
	background: linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

.fift-banner .line-2{
	height:80px;
	width:3px;
	position:absolute;
	left:49.8%;
	margin-top:-80px;
	background: linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

.fift-banner p{
	color:#808080;
	font-size:17px;
}
.fift-banner .service-1 {
	background: url('../Images/service-1.png') no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}
.fift-banner .service-1 h2{
	color:#4e75b1;
	margin:130px 0 0 50px;
	font-size:20px;
}
.fift-banner .service-1 ul{
	margin:49px 0 0 0;
	list-style:none;
	padding:0 0 15px 20px;
}
.fift-banner .service-1 ul li{
	margin-bottom:9px;
	color:#4e75b1;
}
.fift-banner .service-1 ul li:nth-child(1), .fift-banner .service-1 ul li:nth-child(6){
	margin-left:15px;
}
.fift-banner .service-1 ul li:nth-child(2), .fift-banner .service-1 ul li:nth-child(5){
	margin-left:25px;
}
.fift-banner .service-1 ul li:nth-child(3), .fift-banner .service-1 ul li:nth-child(4){
	margin-left:30px;
}
.fift-banner .service-2 {
	background: url('../Images/service-2.png') no-repeat;
	background-size: 100%;
	margin-bottom: 80px;
}
.fift-banner .service-2 h2{
	color:#4e75b1;
	margin:130px 50px 0 0px;
	text-align:right;
	font-size:20px;
}
.fift-banner .service-2 ul{
	margin:49px 0 0 0;
	list-style:none;
	padding:0 0 15px; 20px;
}
.fift-banner .service-2 ul li{
	margin-bottom:9px;
	text-align:right;
	color:#4e75b1;
}
.fift-banner .service-2 ul li:nth-child(1), .fift-banner .service-2 ul li:nth-child(6){
	margin-right:15px;
}
.fift-banner .service-2 ul li:nth-child(2), .fift-banner .service-2 ul li:nth-child(5){
	margin-right:25px;
}
.fift-banner .service-2 ul li:nth-child(3), .fift-banner .service-2 ul li:nth-child(4){
	margin-right:30px;
}
.fift-banner .why{
	margin-bottom:120px;
}
.six-banner {
	background: url('../Images/six-bg.png') no-repeat;
	background-size: 100%;
	padding: 0 0 80px 0;
}
.six-banner .benefits{
	padding:30px 0 0 0;
	margin-top:-75px;
	position:relative;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	border-radius:20px;
	background:#fff;
}
.six-banner .line{
	height:170px;
	width:3px;
	position:absolute;
	left:49.9%;
	background: linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

.six-banner .line-2{
	height:160px;
	width:3px;
	position:absolute;
	left:49.9%;
	background: linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(90deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%), linear-gradient(0deg, #154f86 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
	background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
	animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
	background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

.six-banner .circle{
	background:#144e86;
	height:20px;
	width:20px;
	position:absolute;
	left:49.86%;
	border-radius:50%;
	margin-top:155px;
}
.left-margin{
	margin-left:200px;
}
.right-margin{
	margin-right:200px;
}
.mobile-bar{display:none;}
.six-banner .benefits table{
	width:100%;
}
.six-banner .benefits table tr th{
	padding:10px 50px;
	color:#3e5963;
}
.six-banner .benefits table tr th:nth-child(2), .six-banner .benefits table tr th:nth-child(4){
	padding:10px 0px;
}
.six-banner .benefits table tr td{
	padding:10px 50px;
	font-size:12px;
	font-weight:600;
	border-top:1px solid #e6e6e6;
}
.six-banner .benefits table tr td img{
	max-width:25px;
}
.six-banner .heading-title{
	color:#4477b6;
	margin:200px 0px 0 0px;
	font-weight:700;
	text-align:center;
	font-size:28px;
}
.six-banner p{
	color:#000;
	margin:190px 0px 0 0px;
	font-weight:700;
	text-align:center;
	font-size:20px;
}
.six-banner .box-w{
	width:100%;
	border:1px solid #b3b3b3;
	margin:200px 0 0px 0;
	padding:20px;
	background:#fff;
	border-radius:10px;
}
.six-banner .box-w img{
	width:70%;
	position:relative;
	top:-180px;
}

.six-banner .box-w h2{
	color:#000;
	font-weight:700;
	text-align:center;
	font-size:22px;
	margin-top:-150px;
}
.six-banner .box-w p{
	margin:0;
	padding:0 0 40px 0;
	color:#858080;
	font-size:14px;
	font-weight:400;
}

footer{

}
footer .box{
	text-align:center;
	background:#fff;
	border-radius:5px;
	padding:10px;
}
.ml10, .ml11, .ml12 {
	position: relative;
	color:#4477b6;
	display:block;
	font-size:35px;
	font-weight:700;
}

.ml10 .text-wrapper, .ml11 .text-wrapper, .ml12 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ml10 .letter, .ml11 .letter, .ml12 .letter {
  display: inline-block;
  transform-origin: 0 0;
}
.bar-left{
	position: absolute;
    right: 55px;
    width: 60px;
    top: 90px;
}
.bar-right{
	position: absolute;
    left: 55px;
    width: 60px;
    top: 90px;
}

.home-banner .content {position: relative;}

.col-md-7.desktp {display: block;}
.col-md-7.mblimg {display: none;}

.sldr h3 {
	color: #fff;
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	font-size: 26px;
	padding: 0 0 20px;
	max-width: 565px;
	margin: 0 auto;
}
footer {background: #4e75b1; padding: 40px 0 0;}
footer .owl-carousel img {opacity: 0.7; width: 240px !important; display: block; margin: 0 auto;}
footer .owl-nav { position: absolute; top: 55px; width: 100%;}
footer .owl-carousel .owl-nav button span {display: none;}
	footer .owl-carousel .owl-nav button.owl-next, footer .owl-carousel .owl-nav button.owl-prev {
		background: url('../Images/right-aro.png');
		position: absolute;
		right: -40px;
		width: 19px;
		height: 29px;
	}
footer .owl-carousel .owl-nav button.owl-prev {right: auto; left: -40px; transform: rotate(180deg);}
footer .sclBox {background: #144e86;}
footer .sclBox .container {display: flex; align-items: center; min-height: 300px;}  
footer .sclBox .container .cols {flex: 1; text-align: center; }
footer .sclBox .container .cols ul {list-style: none; padding: 0; margin: 0;}
footer .sclBox .container .cols ul li {display: inline-block; margin: 0 8px;}
footer .sclBox .container .cols p {text-align: left; margin: 0; color: #fff; padding: 0 70px;}
footer .sclBox .container .cols:nth-child(2) {border-right: 1px solid #fff; border-left: 1px solid #fff;}
footer .copyRt {background: #0b304e; height: 68px; text-align: center;}
footer .copyRt p {color: #4e75b1;
line-height: 68px;
font-size: 20px;
text-transform: uppercase;
font-weight: 600;}



.home-banner .owl-nav {display: none;}
.footer-menu li {display: block; width: 100%; line-height: 25px;}
.footer-menu li a {color: #fff; font-size: 14px; text-align: left;}
.owl-carousel.home h3 {color:#ADD8E6 !important;}
.owl-carousel.owl-theme.anim {display: none;}

.home-banner .content p {margin: 0 0 40px 0 !important;}
.home-banner .content {padding-top: 165px !important;}
.links {
    position: absolute;
    right: 0;
}


/*inside page*/
.monitor-box {widh:100%;}
.monitor-box h3 {font-size: 35px; color: #E7F1F8; text-align: left;font-family: 'Fira Sans', sans-serif; font-weight:400;  margin: 0 0 20px;}
.monitor-box p {font-size: 16px; color: #E7F1F8; text-align: left;}
.monitor-box-img {width:100%; padding: 0 0 0 15px;}
.heading {  width: 240px;height: 32px;background: #58ceda;display: block;background-size: 100%;line-height: 32px;text-align: center;font-size: 16px;margin:50px auto 0;color: #00498B;font-family: 'Fira Sans', sans-serif;font-weight: 400;border-radius: 5px;border: 1px solid #fff;box-shadow: -5px -5px 3px #366898;}
.home-banner.rpm {background-color: #4bb6d1; background: #4bb6d1;}
.img-wth {width:100%;}
.home-banner.rpm .schedule-demo {margin: 50px auto 0 auto;}
.second-banner.second {background: url("../Images/blue-bg.png")left top no-repeat; background-size: cover; padding: 50px 0 0;}
.methodology-sec {width: 100%;background: url(../Images/methodology-bg.png)left top repeat-y; background-size: contain; float: left;position: relative;}
.methodology-sec h3 {text-align: center; font-size: 35px; font-family: 'Fira Sans', sans-serif; font-weight:400;color: #00498B;}
.methodology-sec p {text-align: center; color: #fff; font-size: 16px; }
.methodology-sec-inner {width: 100%; max-width: 800px; margin: 0 auto 0;}
.methodology-box {width: 220px;height: 220px;display: block;margin: 50px auto 0;position: relative;}
.methodology-cntnt {background: url(../Images/content-bg.png)no-repeat;width: 315px;height: 145px;background-size: 100%;position: absolute;top: 50px;left: -366px;display: block;padding: 20px 35px;}
.methodology-cntnt.right {right:-400px; left:auto;}
.methodology-cntnt h4 {text-align: center; font-size: 18px;color: #00498B;font-family: 'Fira Sans', sans-serif; text-transform: uppercase;    margin: 0 0 5px;}
.methodology-cntnt:after {position: absolute;top: 59px;right: -58px;background: #fff;height: 2px;width: 72px;content: "";}
.methodology-cntnt.right:after {position: absolute;top: 59px;left: -92px;background: #fff;height: 2px;width: 98px;content: "";right: auto;}
.methodology-cntnt p {text-align: center; color: #fff; font-size: 16px; line-height: 18px;}
.methodology-step01 {width: 160px;height: 160px;display: block;margin: 70px auto 0;position: relative;}
.methodology-step01-content {position: absolute;left: -305px;top: 40px;background: #5ad2dc;width: 350px;padding: 10px 60px 10px 15px;border-radius: 10px 0 0 10px;}
.methodology-step01 img {position: relative;z-index: 9;}
.methodology-step01-content p {font-size: 14px;color: #00498B;font-family: 'Fira Sans', sans-serif;text-transform: uppercase;text-align: left;font-weight: 400;margin: 0;}
.methodology-step01.step02 {width: 235px;height: 235px;margin: 200px auto 0;}
.methodology-step01.step02 .methodology-step01-content {top: 68px;width: 290px;left: -260px;}
.dr-text {background: url(../Images/d-box.png)no-repeat;background-size: 100%;width: 300px;height: 77px;position: absolute;bottom: -35px;
    left: -35px;z-index: 9;    padding: 8px 10px;}
.dr-text p {font-size: 14px; color: #00498B; text-align: center;font-family: 'Fira Sans', sans-serif; }
.step03 {position: absolute;top: -165px;left: -205px;}
.step03 span {display: block;position: relative;background: #5ad2dc;border-radius: 10px;width: 250px;padding: 10px 25px;font-size: 13px;
font-weight: 400;margin: 0 0 20px;font-family: 'Fira Sans', sans-serif;height: 50px;line-height: 15px; color: #00498B;}
.step03 span:after {position: absolute;content: "";background: url(../Images/bar-left.png)no-repeat;right: -81px;top: 15px;width: 84px;height: 21px;z-index: 9;}	
.step03 span:last-child {line-height: 30px;}	
.last-step {width: 100%;}
.step-left {width: 50%; float: left; padding: 80px 0 0;}
.step-right {width: 50%; float: left;}
.step-top {	width: 240px;	background: #5ad2dc;	border-radius: 10px;	padding: 20px;	margin: 0 0 0 111px;	position: relative;}
.step-top:after {position: absolute;top: 41px;right: -54px;background: url(../Images/bar-left.png)no-repeat;content: "";width: 55px;
    height: 21px;background-size: 100%;}
.step-top:first-child {padding-top:100px ;}
	.step-top:last-child {		width: 280px;		margin: 85px 0 0 72px;	}
.step-top h4 {color: #00498B;font-family: 'Fira Sans', sans-serif; font-size: 14px; font-weight:400; text-transform: uppercase; margin: 0;}
.step-top ul li {font-size: 14px; color: #fff; margin: 0 0 10px; }
.step-top ul {padding: 10px 0 0 15px;}
.step-top ul li::marker {color: #00498B;} 
.step-top:first-child:after {top:190px;}
.step-top:last-child:after {top: 44px;right: -54px;}
.step-right {width: 50%; float: left;padding:80px 0 0;}
.boarding {max-width: 400px;width: 100%;background: #5ad2dc;border-radius: 10px;margin: 0 0 25px 40px; float: left; padding: 20px 0;position: relative;}
.boarding-left {width: 25%;float: left;}
.boarding-left img {display: block; margin: 80px auto 0;}
.boarding-right {width: 75%;float: left;padding: 0 20px 0 0;}
.boarding-right h4 {color: #00498B;font-family: 'Fira Sans', sans-serif; font-size: 15px; font-weight:400; text-transform: uppercase; margin: 0 0 5px;}
.boarding-right ul li {font-size: 14px; color: #fff; margin: 0 0 10px; }
.boarding-right ul {padding: 10px 0 0 15px;}
.boarding-right ul li::marker {color: #00498B;} 
.boarding-right p {font-size: 14px; color: #fff; margin: 0 0 10px; text-align: left;}
.boarding:before {position: absolute;top: 30px;left: -50px;background: url(../Images/bar-right.png)no-repeat;content: "";width: 52px;
    height: 21px;background-size: 100%;}
.boarding:nth-child(2) .boarding-left img {display: block;margin: -10px auto 0;}
.boarding:last-child .boarding-left img {display: block;margin: 20px auto 0;}
.four-banner.outcome-container { width: 100%;background: url(../Images/outcome-bg.png)left top no-repeat;background-size: 100%;    float: left;}
.four-banner.outcome-container h3 span {display: block;}
.four-banner.outcome-container h3 {margin: 60px 0 30px; font-weight: 500;font-family: 'Fira Sans', sans-serif;}
.outcome-inner {width: 100%; position: relative;}
.values-sec {width: 100%;margin: 50px 0 0;float: left;}
.values-sec .price-boxs {margin-top: 0;box-shadow: 0 2px 5px #333;}
.ccm-guide-sec {width: 100%;float: left;margin: 50px 0 0; position: relative;}
.ccm-guide-sec .ccm-heading {display: block; margin: 0 auto 0; width: 24%;}
.ccm-guide-sec .ccm-monitor {display: block;margin: 100px auto -130px;width: 50%;position: relative;z-index: 9; position: relative;}
.ccm-guide-sec .ccm-monitor:after {position: absolute; bottom: 0; left: 0; background: url("../Images/shadow.png")no-repeat; content: ""; background-size:cover; width: 200px; height: 50px;}
.fift-banner.solution-container .service-1 {background: url(../Images/service-1.png) no-repeat left center; background-size: 100%;    padding: 30px;min-height: 235px;}
.fift-banner.solution-container {background: url(../Images/solution-bg.png)center top no-repeat;background-size: 100%;overflow: hidden;width: 100%;padding: 150px 0 100px;margin: 0; position: relative;}
.fift-banner.solution-container h3 { font-weight: 500;font-family: 'Fira Sans', sans-serif;color: #000; text-align: center;line-height: 40px;}
.fift-banner.solution-container h3 span {display: block;}
.fift-banner.solution-container p {font-size: 14px; color: #8b8294; text-align: center; padding: 0 25%;}
.fift-banner.solution-container h4 { font-weight: 500;font-family: 'Fira Sans', sans-serif;color: #000; text-align: center; margin: 90px 0 50px; position: relative;}
.fift-banner.solution-container .service-1.right {background: url(../Images/service-2.png) no-repeat left center; background-size: 100%;    padding: 30px;min-height: 235px;}
.fift-banner.solution-container .service-1 ul {margin: 0; padding-left: 0;}
.fift-banner.solution-container .service-1 ul li {font-weight: 500; font-size: 13px;}
.fift-banner.solution-container .service-1 ul li:first-child {position: absolute;top: 0;left: 12px;}
.fift-banner.solution-container .service-1 ul li:nth-child(2) { position: absolute;top: 30px;left: 12px;}
.fift-banner.solution-container .service-1 ul li:nth-child(3) {position: absolute;top: 62px;left: 12px;}
.fift-banner.solution-container .service-1 ul li:nth-child(4) {position: absolute;top: 95px;left: 12px;}
.fift-banner.solution-container .service-1 ul li:nth-child(5) {position: absolute;top: 125px;left: 12px;}
.fift-banner.solution-container .service-1 ul li:last-child {position: absolute;bottom: -70px;left: 12px;}

.fift-banner.solution-container .service-1.right ul li:first-child {position: absolute;right: 25px;top: 0;text-align: right;}
.fift-banner.solution-container .service-1.right ul li:nth-child(2) {position: absolute;right: 34px;top: 31px;text-align: right;}
.fift-banner.solution-container .service-1.right ul li:nth-child(3) {position: absolute;right: 40px;top: 60px;text-align: right;}
.fift-banner.solution-container .service-1.right ul li:nth-child(4) {position: absolute;right: 40px;top: 93px;text-align: right;}
.fift-banner.solution-container .service-1.right ul li:nth-child(5) {position: absolute;right: 34px;top: 120px;text-align: right;}
.fift-banner.solution-container .service-1.right ul li:last-child {position: absolute;right: 25px;top: 156px;text-align: right;line-height: 15px;}
.fift-banner.solution-container .service-1 h2 {margin: 65px 0 0 50px;font-size: 20px;}.detail-box ul {display: block; width: 100%; text-align: center; padding: 0; margin: 0;}
.detail-box ul li {display: block;width: 30%;background: #fff;height: 250px;float: left;margin: 0 11px;box-shadow: 0 0 15px #ccc;border-radius: 10px;padding: 50px 15px 0;}
.fift-banner.solution-container .detail-box ul li p {padding: 0; margin: 0;}
.detail-box {width: 100%;max-width: 700px;margin: 0 auto 0;}
.detail-box ul li  span {display: block; text-align: center;color: #00498B;font-family: 'Fira Sans', sans-serif; font-size:14px; margin: 0 0 5px;}
.fift-banner.solution-container .detail-box ul li p { font-size: 13px;color: #8b8294;text-align: center;font-weight: 400;line-height: 20px;}
.detail-box .last-detail {display: block;text-align: center;float: left;margin: 20px 0 0 115px;}
.vital-remote-sec {width: 100%;overflow: hidden;margin: 45px 0 0;float: left; position: relative;}
.vital-remote-sec img {display: block; margin: 0 auto 0; width: 300px;}
.fift-banner.solution-container .vital-remote-sec h3 {font-size: 25px;text-align: center;margin: 85px 0 35px;line-height: 30px; position: relative;}
	
.remote-container .remote-box {width: 49%;float: left;position: relative;}
.remote-container .remote-box .device-img {width: 100%;}
.device-inner {position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.remote-container .remote-left {width: 45%;float: left;height: 200px; position: relative;}
.remote-container .remote-right {width: 55%;float: left;padding: 0 40px 0 0;}
.remote-container .remote-right p {padding: 0;text-align: left;font-size: 14px;line-height: 22px;}
.remote-container .remote-right span {display: block;font-weight: 500;color: #000;margin: 0 0 10px;}
.remote-container .remote-left img {width: 50%;display: block;margin: 0;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.remote-container .remote-box:last-child {float: right;}
.remote-container .remote-box:last-child .remote-left img {margin: 0;width: 60%;}
.vital-remote-sec.remote img {width: 245px;}
.fift-banner.solution-container .vital-remote-sec.remote h3 { margin: 160px 0 35px;}
.fift-banner.solution-container .vital-remote-sec.remote h3:after  {top: -142px;height: 120px;}
.benifits-container {width: 100%;background: url(../Images/benifits-bg.png)left top no-repeat;background-size: cover;position: relative;padding: 0 0 0;margin: 0;float: left;}
.benifit-table {width: 100%;background: #fff;border-radius: 10px;box-shadow: 0 0 15px #333;margin: -125px auto 0;position: relative;max-width: 910px;}
.benifit-table .table thead th {vertical-align: bottom;border-bottom: 2px solid #dee2e6;padding: 30px 50px 10px;font-size: 18px;font-weight: 700; border-bottom: 1px solid #e6e6e6; border-top: 0; color: #3e5a71;}
.benifit-table .table tr td {padding: 10px 50px;vertical-align: top;border-top: 1px solid #dee2e6;font-size: 14px;font-weight: 500;}
.benifit-table .table tr td:nth-child(2) img {text-align: center;margin: 0 auto 0;display: block;}
.benifit-table .table tr td:last-child img {text-align: center;margin: 0 auto 0;display: block;}
.benifits-container .health-heading {display: block;margin: 50px auto 80px;width: 200px;}
.Reimbursments-container { width: 100%;background: url(../Images/Reimbursments-bg.jpg)left top no-repeat;background-size: cover;padding: 60px 0 0; position: relative; float: left;}
.Reimbursments-container h3 {font-size: 25px;text-align: center;margin: 85px 0 35px;line-height: 30px;position: relative;}
.Reimbursments-box {width: 28%;background: #fff;float: left; border-radius: 10px;min-height: 225px;display: flex;}
.Reimbursments-box.right {width:70%; float: right;}
.Reimbursments-box .table {margin: 0;}
.Reimbursments-box .table td, .Reimbursments-box .table th {padding: 0.75rem;vertical-align: top;border-top: 0;font-size: 14px;color: #000;border-bottom: 1px solid #b5d5eb; border-right: 1px solid #b5d5eb;font-weight: 500;}
.Reimbursments-box .table tr:last-child td {border-bottom: 0;}
.Reimbursments-box .table tr td:last-child {border-right:0;}
.Reimbursments-container h4 {display: block;width: 100%;text-align: center;float: left;color: #3d4161;font-size: 20px;margin: 35px 0 15px;}
.Reimbursments-container p {color: #fff;font-size: 16px;text-align: center;font-weight: 400;padding: 0 13%;}
.Reimbursments-container img {width: 220px;display: block;margin: 35px auto 105px; width: auto;}
.remote-safety-sec {width: 100%;}
.remote-safety-sec h3 {font-size: 30px;}
.remote-safety-sec h3:after {display: none;}
.remote-safety-sec img {width: 65%; margin: 60px auto 75px;}
.security-box {width: 100%;background: #e1e1e1;border-radius: 10px;padding: 60px 40px 30px;box-shadow: 0 0 25px #51a4b2;margin: 0 0 35px;}
.security-box h4 { margin: 0;color: #144e86;font-size: 30px;text-align: center;padding: 0;line-height: 38px;font-weight: 600;font-family: 'Fira Sans', sans-serif; margin: 0 0 35px;}
.security-box p {margin: 0;padding: 0;color: #4d4d50;font-size: 16px;font-weight: 500;line-height: 21px;text-align: center;}
.security-outer {width: 100%;max-width: 765px;display: block;margin: 0 auto 0;}
.security-box.data {min-height: 325px;}
.Reimbursments-container a img {margin: 20px auto 125px;overflow: hidden;width: 175px;}
.Questions-container {width: 100%; background: url("../Images/question-bg.png")left top no-repeat; background-size: cover; padding: 100px 0 120px;overflow: hidden;}
.Questions-container h3 {text-align: center; color: #fff; font-weight: 500; font-size: 25px;margin: 0 0 50px;}
.Questions-container ul {list-style: none;}
.Questions-container ul li {width: 49%;float: left;background: rgba(62,110,155, 0.6);border-radius: 50px;height: 55px;text-align: center;color: #fff;line-height: 55px;margin: 0 0 20px;}
.Questions-container ul li:nth-child(2) {float: right;padding:6px 7% 0;line-height: 20px;}
.Questions-container ul li:nth-child(3) {padding: 6px 11% 0;line-height: 20px;width: 60%;}
.Questions-container ul li:nth-child(4) { float: right;width: 38%;}
.Questions-container ul li:last-child { width: 100%;}
.Questions-inner {width: 100%;max-width: 780px;margin: 0 auto 0;}
.Vendor-sec {width: 100%;background: #bfd7e8;padding: 100px 0 80px;}
.Vendor-sec h3 {text-align: center;  margin: 0 0 40px;}
.vendor-main {width: 100%;max-width: 800px;margin: 0 auto 0;}
.vendor-main ul {list-style: none;}
.vendor-main ul li {display: block;width: 100%;background: url(../Images/list-bg.png)left top repeat-y;background-size: 100%;height: 90px;border-radius: 70px; margin: 0 0 15px;}
.vendor-left {width: 25%; float: left; height: 90px;}
.vendor-left img {width: 35%;float: left;margin: 13px 24px 0 14px;}
.vendor-left span {margin: 35px 0 0;display: block;color: #000;font-weight: 700;font-size: 14px;}
.vendor-main ul li:nth-child(2) .vendor-left span {margin: 22px 0 0;}
.vendor-main ul li:nth-child(4) .vendor-left span {margin: 22px 0 0;}
.vendor-main ul li:nth-child(6) .vendor-left span {margin: 22px 0 0;}
.vendor-right {width: 75%;float: left;padding: 10px 30px 0 40px;}
.vendor-main ul li:nth-child(4) .vendor-right {padding: 20px 30px 0 40px;}
.vendor-main ul li:nth-child(5) .vendor-right {padding: 20px 30px 0 40px;}
.vendor-main ul li:nth-child(7) .vendor-right {padding: 28px 30px 0 40px;}
.vendor-right p {margin: 0;font-size: 14px; color: #666666;}
.vendor-main .Comprehensive-heading {width: 220px;margin: 40px auto 30px;display: block;}
.vendor-main h5 {text-align: center; font-size: 25px; color: #4e75b1; font-weight: 600; line-height: 35px;}
.vendor-main h5 span {color: #000;}
.six-banner.said-sec {background: #e1e1e1; padding: 100px 0;}
.six-banner.said-sec h3 {text-align: center; font-size: 25px;}
.art-board.rpm {width: 75%;margin: 24% auto 40px;}
.links.rpm ul li:last-child a {color: #fff;}
.case-sec.desktop {display: block;}
.home-banner.rpm .img-wth {display: none;}
.case-sec-mobile {display: none;}
.home-banner.rpm .content h3 {color: #2a758e;}
.home-banner.rpm .owl-carousel.home h3 {color: #fff !important;}
.home-banner.rpm  .content p {color: #fff !important;}

.methodology-sec-inner .line {
    height: 1565px;
    top: 390px;
    width: 3px;
    position: absolute;
    left: 49.7%;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}


.outcome-inner .line {
    height: 80px;
    top: auto;
	bottom: -72px;
    width: 3px;
    position: absolute;
    left: 49.7%;
    background: linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}

.ccm-guide-sec .line {height: 85px;top: 175px;bottom: auto;width: 3px;position: absolute;left: 49.7%;background: linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}

.fift-banner.solution-container .line {height: 55px;top:410px;bottom: auto;width: 3px;position: absolute;left: 49.7%;background: linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}

.fift-banner.solution-container .vital-remote-sec .line {height: 55px;top:165px;bottom: auto;width: 3px;position: absolute;left: 49.7%;background: linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}


.fift-banner.solution-container .vital-remote-sec.remote .line {height: 100px;top:180px;bottom: auto;width: 3px;position: absolute;left: 49.7%;background: linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}
.Reimbursments-container .health-heading {width: 200px;margin: 40px auto 110px;}
.Reimbursments-container .line {
	height: 75px;
    top: 670px;
    width: 3px;
    position: absolute;
    left: 49.7%;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;
}
.Reimbursments-container .Reimbursments-heading {width: 220px;}
.values-sec .price-boxs .line {display: none;}


/*ccm css*/
.home-banner.ccm {background: #7779d2;}
.home-banner.ccm .schedule-demo {margin: 50px auto 0 auto;}
.management-sec {width: 100%; background: url("../Images/management-bg.jpg")left top no-repeat; background-size:cover ;}
.management-box {width: 100%;padding: 100px 0;max-width: 775px;margin: 0 auto; position: relative;}
.management-box h3 {text-align: center;font-size: 35px;font-family: 'Fira Sans', sans-serif;font-weight: 400;color: #fff;}
.management-box  p {text-align: center;color: #cccccc;font-size: 16px;margin: 20px 0 60px;}
.management-box img {max-width: 100%; display: block; margin: 0 auto 250px;}
.management-box .line {
	height: 180px;
    top: 630px;
    width: 3px;
    position: absolute;
    left: 49.7%;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;}


.management-box span {display: block;background: url(../Images/btn-bg.png)no-repeat;background-size: 100%;width: 250px;height: 60px;text-align: center;line-height: 60px;color: #134d86;font-size: 18px;font-weight: 500;margin: 0 auto 250px;}
.management-box .line.case {
	height: 180px;
    top: auto;
    bottom: 375px;
    width: 3px;
    position: absolute;
    left: 49.7%;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;}
.methodology-sec.ccm {background: #7779d1;}	
.methodology-sec.ccm .methodology-sec-inner {margin: 60px auto 0;}
.methodology-sec.ccm h3 {color: #fff;}
.methodology-sec.ccm p {color: #000;}
.methodology-sec.ccm  .methodology-cntnt {background: url(../Images/content-bg01.png)no-repeat;background-size: 100%; width: 352px;
    height: 155px;left: -400px;}
.methodology-sec.ccm  .methodology-cntnt.right {left: auto; right: -400px;}	
.methodology-sec.ccm .methodology-cntnt:after {width: 62px;}

.methodology-sec.ccm .methodology-cntnt.right:after {left: -54px; width:62px;}
.methodology-sec.ccm .methodology-step01-content {background:#9593e5;left: -286px;top: 30px;    width: 320px;border: 1px solid #fff;}
.methodology-sec.ccm .methodology-cntnt h4 {color: #fff;}
.methodology-sec.ccm .methodology-step01-content h4 {font-size: 18px; color: #fff;}
.methodology-sec.ccm .methodology-step01-content p {font-size: 16px;color: #27448f;text-transform: inherit;font-family: 'Fira Sans', sans-serif;font-weight: 300;line-height: 18px;}
.methodology-sec.ccm .methodology-cntnt p {    color: #27448f;}
.methodology-sec.ccm .step03 span {height:auto; border:1px solid #fff;width: 315px;padding: 10px 15px;background: #9593e5;}
.methodology-sec.ccm .step03 span h4 {text-align: center;font-size: 16px;color: #fff;font-family: 'Fira Sans', sans-serif;text-transform: uppercase;margin: 0 0 5px;}
.methodology-sec.ccm .step03 {left:-246px;top: -285px;}
.methodology-sec.ccm .step03 span:after {position: absolute;content: "";background: url(../Images/bar-left.png)no-repeat;right: -54px;top: 20px;width: 53px;height: 21px;z-index: 9;
    background-size: 100%;}
.methodology-sec.ccm .step03 span:last-child {color:#fff;}	
.methodology-step01.step02.ccm {margin: 310px auto 0;}
.boarding.ccm {position: absolute;top: -200px;right: -322px;width: 400px;max-width: 400px;background: #9593e5;}
.boarding.ccm .boarding-right h4 {color:#fff;}
.boarding.ccm .boarding-right p {color:#27448f;}


.integrated-box {width: 335px;position: absolute;left: -283px;top: 13px;background: #9593e5;
    padding: 10px 37px 5px 15px;
    border-radius: 10px 0 0 10px;
}
.integrated-box h4 {font-size:18px; color:#fff;}
.integrated-box p {font-size:16px; color:#27448f !important; text-align:left;}
.step-left.ccm .step-top:first-child {padding-top: 20px;}
.step-left.ccm .step-top {width: 295px;background: #9593e5;margin: 0 0 15px 55px;}
.step-left.ccm .step-top:last-child {margin-top: 180px;}
.step-left.ccm .step-top h4 {color:#fff; text-align:left;}
.step-left.ccm .step-top p {text-align:left; color:#27448f;}
.step-right.ccm .boarding {background: #9593e5; }
.step-right.ccm .boarding .boarding-right h4 {color:#fff;}
.step-right.ccm .boarding .boarding-right p {color:#27448f;}
.step-right.ccm .boarding .boarding-left img {display: block;margin: 15px auto 0;}
.step-left.ccm {padding:55px 0 0;}
.step-right.ccm {padding:55px 0 0;}
.step-right.ccm .boarding:before {top:60px;}
.four-banner.outcome-container.ccm {width: 100%;background: url(../Images/gray-banner-ccm.png)left top no-repeat;background-size: 100%;float: left;    position: relative; padding:0;}
.methodology-sec.ccm .methodology-sec-inner .line {height:1600px;}
.four-banner.outcome-container.ccm h3 {margin:150px 0 30px;}
.four-banner.outcome-container.ccm .line.list {height: 130px;
    top: 95px;
    bottom: auto;
    width: 3px;
    position: absolute;
    left: 49.7%;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 4s infinite linear;} 
	.four-banner.outcome-container.ccm .line.list-bottom {height: 99px;top: 321px;
		bottom: auto;
		width: 3px;
		position: absolute;
		left: 49.7%;
		background: linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(90deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%), linear-gradient(0deg, #4e75b1 50%, transparent 50%);
		background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
		background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
		background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
		animation: border-dance 4s infinite linear;}
	.four-banner.outcome-container.ccm .values-sec.ccm h3 {margin: 50px 0 30px;}	
	.fift-banner.solution-container.ccm {background:#fff url(../Images/complaint-bg-01.png)left bottom no-repeat;background-size: cover;}
	.fift-banner.solution-container.ccm h3 {color: #fff;} 
	.fift-banner.solution-container.ccm p {color: #000;} 

	.fift-banner.solution-container .line.top {
		height: 55px;
		top: 400px;
		bottom: auto;
		width: 3px;
		position: absolute;
		left: 49.7%;
		background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
		background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
		background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
		background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
		animation: border-dance 4s infinite linear;
	}

	

	


	.service-step {width: 100%;position: relative;margin: 100px auto 0;max-width: 570px;}
	.fift-banner.solution-container .service-step .line {height: 55px;
		top: 22px;
		bottom: auto;
		width: 3px;
		position: absolute;
		left: 49.7%;
		background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
		background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
		background-size: 5px 4px, 5px 4px, 4px 5px, 4px 5px;
		background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
		animation: border-dance 4s infinite linear;}
.service-step p {padding: 0 !important;}	
.service-step img {width: 55%;display: block;margin: 30px auto 0;}
.service-step a {background: #144e86;color: #fff !important;border-radius: 5px;padding: 6px 15px;margin: 30px auto 0;font-size: 15px;
    width: 300px;display: block;text-align: center;border: 1px solid #fff;box-shadow: 5px 10px 10px #5c5ea3;}
.fift-banner.solution-container.ccm .step-img {width: 75%;display: block;margin: 70px auto;}
.ccm-covid {width: 100%;background: #fff;padding: 80px 0;}
.ccm-covid h3 {color: #144e86;text-align: center;margin: 50px 0 20px 0;font-weight: 600;}
.ccm-covid p {color: #838281; text-align: center;  padding: 0 15%;}
.ccm-covid a img {width: 100%;}
.ccm-covid a {width: 200px; display: block; margin: 40px auto 30px;}
.home-banner.ccm .content h3 {color: #4854ac;}
.home-banner.ccm  .owl-carousel.home h3 {color: #fff !important;}
.home-banner.ccm .content p {color: #fff;}





.step03 .enrollment-box {height: auto;width: 315px;padding: 10px 15px;background: #9593e5; margin: 0 0 20px;    border-radius: 10px; position: relative;}
.step03 .enrollment-box h4 {font-size: 16px; color: #fff; text-align: left;}
.step03 .enrollment-box p {font-size: 16px;color: #27448f !important;text-align: left;}
.step03 .enrollment-box:after {position: absolute;
    content: "";
    background: url(../Images/bar-left.png)no-repeat;
    right: -56px;
    top: 15px;
    width: 56px;
    height: 21px;
    z-index: 9;
    background-size: 100%;}
	.step03 .enrollment-box:first-child:after {top: 50px;}	
.benifit-table .table tr td img {max-width: 30px;vertical-align: middle;}
.methodology-sec.ccm .methodology-sec-inner p {color: #27448f;}
.four-banner .ccm-rpm-border {width: 100%;margin: -2px 0 0; display: none;}
.home-banner .art-board.home img {max-width: 75%; margin-top: 155px;}
.Questions-container ul li:nth-child(2) {
	float: left;
	padding: 16px 5% 0;
	line-height: 20px;
	width: 40%;
}

.Questions-container ul li:nth-child(3) {
	padding: 6px 5% 0;
	line-height: 20px;
	width: 58%;
	float: right;
}

.Questions-container ul li:nth-child(4) {
	float: right;
	width: 63%;
	padding: 7px 15px 0;
	line-height: 20px;
}

.Questions-container ul li:nth-child(5) {
	width: 35%;
}

.ccm-covid a {
	width: 200px;
	display: block;
	margin: 40px auto 0;
}



.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;
}



/*12-april-22*/
.aboutBx {margin: 0;padding: 160px 0 0;position: relative;}
.aboutBx h1.ttl {font-size: 60px;font-weight: 800;color: #2A3D6C; padding: 0 0 48px;}
.aboutBx .sharedBx {position: relative !important;}
.aboutBx .sharedBx .rt {width: 55%;float: right;}
.aboutBx .sharedBx .lt {width: 45%;float: left;}
.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;}
.aboutBx .sharedBx .blk {padding: 0 0 80px;}	
.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 p {font-size: 16px;color: #808080;line-height: 36px;font-weight: 400;letter-spacing: -1px;margin: 0 0 35px;}
.aboutBx .sharedBx.baneUp .img {margin: -110px 0 0;}
.aboutBx .sharedBx .rt img.mbl {display: none;}
.drpdn {position: relative;display: inline-block;}
.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;}
.aboutBx .sharedBx .blk a.buttn {padding: 0 20px;}
.cordsBox {padding: 40px 0 0; width:100%; overflow:hidden;}
.buttn:hover {background: #4066cd;color: #fff;}
.cordsBox ul {overflow: hidden;background: url(../../images/border.png) no-repeat;    list-style: none;padding: 0;background-size: 100%;}
.cordsBox ul li {float: left;width: 25%;height: 390px;position: relative;padding: 26px 16px 0;text-align: center;}
.cordsBox ul li img {max-width:100%;}
.cordsBox .txt {border-top: 1px solid #f2f2f2;margin: 15px 0 0;padding: 16px 0 0;}
.cordsBox .txt p {font-size: 16px;color: #808080;}
footer {width:100%; float:left;}
.cmsBx {width: 100%;background:url(../../images/up-aro.png) no-repeat center top;background-size: cover;height: 200px;padding: 90px 0 0;margin:0; overflow:hidden;}
.cmsBx.medicare {height: 340px;}
.cordsBox+.sharedBx {padding: 77px 0 0;background: url(../../images/katli.png) no-repeat right -65px top;min-height: 874px;}
.aboutBx .sharedBx {position: relative;}
.cmsBx.medicare {height: 275px;}
.cmsBx.medicare span {display: block;text-align: center;font-size: 18px;color: #fff;font-weight: 500;padding: 14px 0 60px;}
.cmsBx.medicare .buttn {display: block;width: 200px;margin: 15px auto 0; transition:all 0.3s ease-in;}
.cmsBx.medicare .buttn:hover {background:#fff; color:#2A3D6C;}
.drpdn.wht .dropBxNew+.down {background: #2c3f6a;top: 38px;padding: 13px 14px 5px 14px;border-radius: 4px;text-align: left;}
.drpdn.wht .dropBxNew+.down a {display: block;color: #fff;padding: 0 0 8px;}
.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;}
ul.down {display: none;}

.wrkFlow.connect .txtbx .formBx {background: #e4f1f9;max-width: 1016px;width: 100%;margin: 0 auto;border-radius: 8px;transform: translate(0, -385px);box-shadow: 1px 4px 11px -6px #333;overflow: hidden;padding: 80px 80px 52px 80px;position: relative;}
.wrkFlow.connect {margin: 0;}
.wrkFlow .txtbx {background: #4a71b6;padding: 0px 0 100px;position: relative; }
.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%;}
.cncthd.aboutBx:before {background: url(../../images/katli.png) no-repeat right top;width: 359px;height: 874px;background-position: 73px 0;}
.aboutBx.resource.cncthd {margin: 0 0 140px;padding: 160px 0 0;position: relative;}
.mpBx {overflow: hidden;padding: 50px 0 0;}
.mpBx .rt {float: right;width: 50%;position: relative;}
.mpBx .lt {float: left;width: 50%;}
.wrkFlow.connect .txtbx .mpBx .lt .homOfc {padding: 80px 0 0;}
.wrkFlow.connect .txtbx .mpBx .lt .homOfc h5 {font-size: 26px;}
.wrkFlow.connect .txtbx .mpBx .lt .homOfc ul {margin: 0; padding:0;}
.wrkFlow.connect .txtbx .mpBx .lt .homOfc li {margin: 0;font-size: 14px;color: #2A3D6C; float: none;
    padding: 0 0 4px;}
.wrkFlow .arrow {background: url(../../images/up-aro.png) no-repeat center top;height: 235px;
width: 100%;background-size: cover;}	
.resource .bnr {background: url(../../images/resource-new.jpg) no-repeat center top;background-size: 100%;width: 100%;height: 600px;position: relative;border-radius: 10px;padding: 175px 0 0 60px;transform: translate(0, 30px);opacity: 1;transition: all 1s ease;margin: 0 0 12px;overflow: hidden;}	
.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 .blk h3 {font-size: 36px;color: #2A3D6C;font-weight: 700;padding: 0 0 55px;}
.ccm .listArrow {margin: 0 0 48px;list-style: none;padding: 0;}
.listArrow li {line-height: 55px;line-height: 55px!important;border-bottom: 1px solid #cccccc!important;}
.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 .btns {float: right;}
.listArrow li .btns a {float: left;padding: 0 16px 0 0;}
.fa-color2 {color: #4971B6;float: right;margin: 15px;padding: 0px;}
.fa-color {color: #4971B6;float: right;margin: 15px;border-right: 0px #cccccc solid;padding: 0px;}
.listArrow a:hover {padding: 0 32px 0 0;color: #2A3D6C;border-radius: 25px;background: #F1F2F2;}
.listArrow li .svg-wd {margin-right: 10px;}
.listArrow li .btns a:hover {background: none;}
.resource.care .bnr {background: url(../../images/Vitals-Desktop-UI-2.0-df.png) no-repeat center top;background-size: 100%;}
.casestdy .imgBx {display: none;}
.casestdy .imgBx+.arrow {display: none;}
.wrkFlow-2 .txtbx .blk {width: 100%;max-width: 867px;margin-bottom: 66px;}
.wrkFlow-2.vhl .txtbx h3 {font-size: 16px;color: #fff;line-height: 36px;font-weight: 400;margin: 0 0 60px;}
.wrkFlow-2 .txtbx .blk .buttn {display: inline-block;padding: 0 22px;}
.wrkFlow-2 .txtbx .blk .Ntxt {margin: 40px 0 0;}
.wrkFlow-2.vhl {overflow: hidden;}
.wrkFlow-2 .arrow {background: url(../../images/up-aro.png) no-repeat center top;height: 235px;width: 100%;background-size: cover;}
.care.testiNew+.wrkFlow-2 .txtbx {padding: 30px 0 0;overflow: hidden;}
.wrkFlow-2 .txtbx:before {position: absolute;bottom: -233px;right: 0;content: "";background: url(../../images/katli.png) no-repeat;width: 365px;height: 874px;}
.wrkFlow-2.vhl .txtbx:before {bottom: -170px;}

.wrkFlow-2 {margin: -338px 0 0;}
.wrkFlow-2 .txtbx {background: #4a71b6;padding: 0px 0 100px;position: relative;}
.otcp-1 {padding: 65px 0 0;background: #4a71b6;color: #ffffff;font-size: 16px;line-height: 36px;font-weight: 400;font-family: 'Fira Sans', sans-serif;}
.otcp-1 .txtbx .blk-1 {padding: 75px 0 100px;}
.h3-style {font-size: 16px;color: #fff;line-height: 36px;font-weight: 400;}
.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;}
.otcp-1 .imgBx .txt h3 span {color: #4971B6;}
.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;}
.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;}
.wrkFlow .txtbx:before {position: absolute;bottom: -233px;right: 0;content: "";background: url(../../images/katli.png) no-repeat;width: 365px;height: 874px;}
.wrkFlow.vhl .txtbx:before {bottom: -170px;}
.wrkFlow.vhl .txtbx:before {bottom: -170px;}
.aboutBx.resource.care.casestdy:before {display:none;}
.wrkFlow.vhl.casestdy {margin-top: -150px;}
.wrkFlow.vhl .txtbx h3 {font-size: 18px;color: #fff;line-height: 36px;font-weight: 400;margin: 0 0 75px;}
.wrkFlow .txtbx .blk .buttn {display: inline-block;padding: 0 22px;}
.testiscnd .aboutBx.resource.care.casestdy {
    padding: 20px 0 0;
}
.lastTesti .aboutBx.resource.care.casestdy {
    padding: 60px 0 0;
}



header .top-header nav ul li .submenu {
    position: absolute;
    top: 48px;
    left: 20px;
    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 .top-header nav ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 8px;
	z-index:99;
}
header .top-header nav ul li .submenu: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;
}
header .top-header nav ul li .submenu li {
	padding: 6px 4px;
	width: 100%;
	border-bottom: 1px solid #e4f1f9;
}
header .top-header nav ul li .submenu a {
	color: #2A3D6C;
	font-weight: 500;
	font-size: 14px;
	padding: 0;
}
header .top-header nav ul li .submenu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}



/**/

.links ul li .submenu {
    position: absolute;
    top: 48px;
    left: 0;
    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;
	
}
.links ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 22px;
	z-index:99;
}
.links ul li .submenu: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;
}
.links ul li .submenu li {
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #e4f1f9;
}
.links ul li .submenu a {
    color: #2A3D6C !important;
    font-weight: 500;
    font-size: 14px;
}
.links ul li .submenu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


.banr {
    margin: 150px 0 0;
    position: relative;
    z-index: 99;
    transition: all 1s ease;
    transform: translate(0, 0);
    opacity: 1;
}

.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: 26px;
    font-size: 16px;
    font-weight: 500;
}

.banr .insdBnr .lt a {
    display: inline-block;
    margin: 36px 0 0;
    padding: 0 16px;
}



.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;
	display: block;
	overflow: hidden;
}

.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; float: left;
}


.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-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {    border: 0;
/* background: #b7d7ee; */
color: #fff; position: relative;
background: none;}



.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%;     opacity: 1;
}

.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;
	padding: 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;
}


.blogttl {margin: 0 0 85px;padding: 160px 0 0;}
.blogttl h1 {float: left;font-size: 60px;font-weight: 800;color: #2A3D6C;}
.blogbnr .img img {width: 100%;}
.blogbnr .outTxt {background: #F2F2F2;padding: 27px 29px 0 29px;border-radius: 0 0 15px 15px;}
.blogbnr .txt h3 {font-size: 20px;color: #2A3D6C;line-height: 28px;margin: 0 0 15px;}
.blogbnr .readmr {overflow: hidden;border-top: 1px solid #ddd;padding: 18px 0 19px;margin: 18px 0 0;}
.blogbnr .readmr a {float: left;text-transform: uppercase;}
.blogbnr .readmr span {float: right;color: #808080;}
.blogTiles {margin: 55px 0 80px;}
.blogTiles .itmBx {width: 29.9%;float: left;margin: 0 16px 35px;}
.blogTiles .itmbox .img {position: relative;min-height: 220px;overflow: hidden;}
.blogTiles .itmBx .img img {width: 100%;height: 220px;}
.blogTiles .itmbox .img img {border-radius: 30px 30px 0 0;}
.blogTiles .itmbox .img span {position: absolute;background: #FF9100;width: 98px;height: 28px;color: #fff;font-size: 14px;font-weight: 600;text-align: center;text-transform: uppercase;line-height: 28px;border-radius: 6px 0 0 6px;top: 40px;right: 0;}
.blogTiles .itmbox .img cite {width: 110px;height: 26px;text-align: center;background: #fff;font-size: 12px;position: absolute;bottom: 19px;font-style: normal;line-height: 26px;border-radius: 6px;left: 35px;}
.blogTiles .itmbox .txt {background: #F2F2F2;position: relative;min-height: 305px;padding: 30px 36px 0 36px;border-radius: 0 0 15px 15px;}
.blogTiles .itmbox .txt h3 {color: #2A3D6C;font-size: 18px;line-height: 26px;padding: 0;margin: 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;margin: 0 0 14px;}
.blogTiles .itmbox .txt .readmr {overflow: hidden;border-top: 1px solid #ddd;padding: 18px 0 19px;margin: 18px 0 0;position: absolute;bottom: 0;width: calc(100% - 72px);}
.blogTiles .itmbox .txt .readmr a {float: left;text-transform: uppercase; color:#337ab7;font-size: 15px;}
.blogTiles .itmbox .txt .readmr span {float: right;color: #808080;}
.blogTiles .mlrblog {background: #4971B6;border-radius: 15px;min-height: 525px;}
.blogTiles .sbsBlog {text-align: center;padding: 0 38px 63px 38px;}
.blogTiles .sbsBlog .img {padding: 60px 0 38px;}
.blogTiles .itmBx .sbsBlog .img img {width: auto;height: auto;display: block;margin: 0 auto;}
.blogTiles .sbsBlog h2 {font-size: 32px;color: #fff;padding: 0 28px;margin: 0 0 28px;}
.blogTiles .sbsBlog .fld {height: 40px;background: #fff;border: 0;border-radius: 5px;width: 100%;padding: 0 15px;}
.blogTiles .sbsBlog .btnn {font-size: 18px;color: #2A3D6C;text-transform: uppercase;width: 150px;height: 30px;line-height: 30px;background: #fff;border-radius: 5px;font-weight: 600;border: 0;margin: 37px 0 0;}
.blogTiles .mlrblog .sbsBlog h2 {padding:0;}
header .bottom-header .links ul li:last-child a {color:#144e86;}
.blogttl.pad0 {margin: 0;}
.blogttl .srchBar {float: right;width: 68%;}
.blogttl .srchBar ul.lst {margin: 12px 0 0;}
.blogttl .insdBlg .benft {position: absolute;bottom: 60px;left: 0;max-width: 513px;}
.blogttl .insdBlg .benft h2 {color: #2A3D6C;font-size: 36px;text-transform: capitalize;line-height: 45px;}
.blogttl .insdBlg .container {position: relative;}
.blogttl .insdBlg {background: url(../../images/blg-banr2.jpg) no-repeat center top;background-size: cover;width: 100%;height: 520px;padding: 90px 0 0;position: relative;display: flex;}
.comentBox {margin: 40px 0 85px;}
.comentBox .container {display: flex;flex-wrap: wrap;}
.comentBox .lt {flex: 1 1 70%;padding: 0 30px 0 0;}
.comentBox .lt .lst {display: flex;justify-content: start;border-bottom: 2px solid #2A3D6C;padding: 0 0 25px;margin: 0 0 38px;list-style: none;}
.comentBox .lt .lst li {order: 3;width: auto;margin: 0 25px 0 0;}
.comentBox .lt .lst li a {display: block;text-align: center;background: #E5F1F9;height: 30px;line-height: 30px;color: #2A3D6C;font-size: 14px;border-radius: 50px;font-weight: 500;padding: 0 25px;}
.comentBox .rt {margin: 55px 0 80px;padding: 0 0 0 30px;}
.comentBox .rt {flex: 1 1 29%;}
.comentBox .rt .mlrblog {background: #4971B6;border-radius: 15px;width: 100%;padding: 0 0 85px;margin: 0 0 45px;}
.comentBox .rt .sbsBlog {text-align: center;padding: 0 38px;}
.comentBox .rt .sbsBlog .img {padding: 60px 0 38px;}
.comentBox .rt .itmBx .sbsBlog .img img {width: auto;display: block;margin: 0 auto;}
.comentBox .rt .sbsBlog h2 {font-size: 32px;color: #fff;padding: 0 28px;margin: 0 0 28px;}
.comentBox .rt .sbsBlog .fld {height: 40px;background: #fff;border: 0;border-radius: 5px;width: 100%;padding: 0 15px;}
.comentBox .rt .sbsBlog .btnn {font-size: 18px;color: #2A3D6C;text-transform: uppercase;width: 150px;height: 30px;line-height: 30px;background: #fff;border-radius: 5px;font-weight: 600;border: 0;margin: 37px 0 0;}
.comentBox .rpmPrgrm {background: url(../../images/blg-banr3.png) no-repeat center top;background-size: 100% 100%;height: 230px;text-align: center;padding: 90px 0 0;margin: 0 0 35px;}
.comentBox .rpmPrgrm h3 {font-size: 22px;color: #fff;font-weight: 600;text-transform: uppercase;margin: 0 0 55px;}
.comentBox .rpmPrgrm a {display: block;text-align: center;color: #2A3D6C;font-size: 14px;font-weight: 600;width: 200px;height: 30px;line-height: 30px;margin: 0 auto;background: #F1F1F1;border-radius: 5px;}
.comentBox .allpost {padding: 10px 0 26px;padding: 0 0 30px;}
.comentBox .allpost a {font-size: 14px;font-weight: 600;color: #2A3D6C;text-transform: uppercase;}
.comentBox .cmmntBox {background: #E5F1F9;border-radius: 13px;padding: 48px 66px;}
.comentBox .cmmntBox h4 {color: #2A3D6C;font-size: 14px;text-transform: uppercase;font-weight: 600;padding: 0 0 38px 7px;}
.comentBox .formBx ul {display: flex;flex-wrap: wrap;list-style: none;padding: 0;}
.comentBox .formBx ul li.cl {flex: 0 0 calc(50% - 14px);}
.comentBox .formBx ul li .fld {background: #fff;height: 30px;border: 2px solid #fff;border-radius: 6px;width: 100%;padding: 0 20px;}
.comentBox .formBx ul li .fld:focus {border:2px solid #333;}
.comentBox .formBx ul li.cl {flex: 0 0 calc(50% - 14px);}
.comentBox .formBx ul li textarea {background: #fff;border: 2px solid #fff;border-radius: 6px;width: 100%;padding: 10px 20px 0 20px;height: 100px;resize: none; }
.comentBox .formBx ul li .sbmt {background: #2A3D6C;color: #fff;font-size: 32px;font-size: 16px;font-weight: 600;text-align: center;border: 0;border-radius: 5px;padding: 7px 24px;margin: 0 auto;display: block;}
.comentBox .formBx ul li {flex: 0 0 calc(100% - 14px);margin: 0 7px 20px;}
.comentBox .formBx ul li textarea:focus {border:2px solid #333;}
.srch-icon img {width: 22px;}
.srch-icon {float: right;margin: 18px 10px 0 0;}
.menu-desktop-view {display: block;}
.menu-mobile-view {display:none;}
.revnu {
  padding-top: 96px;
}


/**faq page css***/
.cstfree {padding: 141px 0 0 0;position: relative;}
.cstfree.faq {background: url(../images/ccm-faq-bg.png)center bottom no-repeat;background-size: 100%;width: 100%;padding-bottom: 125px; overflow:hidden;} 
.cstfree.faq .lt h1 {font-size:35px;color:#4854ac;padding: 0 0 18px 0;}
.cstfree.faq .lt h1 span {color:#e3f0f9;}
.cstfree.faq .lt h4 {font-size:16px; color:#fff; font-weight:500;    margin: 0 0 15px;}
.cstfree.faq .lt p {font-size: 16px;color: #CFCFFF;font-weight: 400;margin: 0 0 25px 0;}
.cstfree.faq .lt ul {width: 100%;float: left;list-style: inherit;padding: 0 0 0 15px;}
.cstfree.faq .lt ul li {font-size: 14px;color: #fff;font-weight: 400;line-height: 28px;}
.afrd.faq {padding: 15px 0 0;}
.afrd.faq h4 {color: #fff;font-size: 16px;padding: 0 75px 15px 0;max-width: 100%;font-weight: 500;line-height: 25px;}
.afrd.faq p {font-size: 16px;color: #CFCFFF;font-weight: 400;margin: 0 0 10px 0;}
.cstfree.faq #mc_embed_signup .button {display: block;margin: 0 auto 10px;width: 200px;background: #9A8AEB !important;border: 1px solid #fff;    box-shadow: 0 5px 5px #333;}
.afrd.faq p a {display: block;text-align: center;color: #fff;}
.afrd.faq p a span {color:#fff;}
.revnu.faq {padding: 150px 0 35px;margin: -140px 0 0 0; background:#fff;}
.revnu.faq h3 {font-size: 25px;color: #4971B6;font-weight: 500;text-align: left;margin: 80px 0 20px;}
.revnu.faq p {font-size: 15px;color: #414042;font-weight: 400;line-height: 28px;text-align: justify;margin: 0 0 10px;}
.revnu.faq ul {list-style:inherit; padding:0 0 0 20px;}
.revnu.faq ul li {font-size:14px; color:#414042; font-weight:400; line-height:28px; text-align:left;}

.cstfree.faq.rpm-faq {
	background: url(../images/rpm-faq-bg.png)center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 170px;
	padding-top: 175px;
}
	.cstfree.faq.rpm-faq .lt h1 {
		color: #144e86;
	}
	.cstfree.faq.rpm-faq .lt p {
		color: #fff;
	}
.afrd.faq.rpm p {color:#fff;}
.afrd.faq.rpm {padding: 0;margin: 15px 0 0;}
.afrd.faq.rpm #mc_embed_signup .button {background:#60c9e2 !important;box-shadow: 0 5px 5px #333;}
.revnu.faq.rpm-faq h3 {text-align:left;}
.afrd.faq.rpm h5 {color: #fff;font-size: 14px;font-weight: 400;text-align: center;}
.afrd.faq.rpm h5 a {margin: 0 8px 0 0;color: #fff;display: inline-block;}
.revnu.faq.rpm-faq {background:#fff;}

.cstfree .lt {float: left;width: 55%;padding: 0 50px 0 0;}
.cstfree.faq .lt h1 {font-size: 35px;color: #4854ac;padding: 0 0 18px 0;    font-weight: 700;line-height: 58px;}
.cstfree .lt .img {display: none;}	
.cstfree.faq .lt p {font-size: 16px;color: #CFCFFF;font-weight: 400;margin: 0 0 25px 0;}
.cstfree.faq .lt h4 {font-size: 16px;color: #fff;font-weight: 500;margin: 0 0 15px;}
.cstfree .rt {float: left;width: 45%;padding: 0 10% 0 0;position: relative;}	
.cstfree .rt .img {width: unset;position: relative;}
.cstfree .rt .img {display: block;}
.afrd.faq {padding: 15px 0 0;position: relative;z-index: 9;}
.afrd.faq h4 {color: #fff;font-size: 16px;padding: 0 75px 15px 0;max-width: 100%;font-weight: 500;line-height: 25px;}
.afrd.faq p {font-size: 16px;color: #CFCFFF;font-weight: 400;margin: 0 0 10px 0;}
#mc_embed_signup form {display: block;position: relative;text-align: left;padding: 10px 0 10px 3%;}
#mc_embed_signup .size1of2 {clear: none;float: left;display: inline-block;width: 46%;
    margin-right: 4%;}
#mc_embed_signup .mc-field-group input {display: block;width: 100%;padding: 8px 0;text-indent: 2%;}
.cstfree.faq .lt ul li a {color:#fff}
body #mc_embed_signup form {
	
}
#mc_embed_signup .mc-field-group input {
	padding: 8px 8px;
	font-size: 14px;
}
.afrd.faq.rpm #mc_embed_signup .button {
	margin: 0;
	width: 150px;
	box-shadow: none;
	background: #144e86 !important;
	border: 0;
	font-size: 14px;
}
.hyper {background:#fff;}
#mc_embed_signup .mc-field-group select {
	background: #fff;
	border: 0;
	font-size: 14px;
	padding: 9px 7px;
}
.hyper h2 {
	font-size: 25px;
	color: #4971B6;
	font-weight: 500;
	text-align: left;
	margin: 80px 0 20px;
}


.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%;
	margin: 0;
	padding: 0;
}

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;
	}

.cal #mc_embed_signup .mc-field-group input { margin:0;}
.cal #mc_embed_signup .mc-field-group select {
	padding: 8px 0;
	border: 1px solid #ccc;
}
.cal #mc_embed_signup .size1of2 { height:65px;
}
.cal #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin: 0;
	padding: 1px 6px;
	font-size: 12px;
}


.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: 0 0 0; background:#fff;
}

.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;
}

.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;
			list-style: none;
		}

.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;
		}
.aboutBx .sharedBx::after {
	display: block;
	content: "";
	clear: both;
}

.cncthd.aboutBx h1.ttl {
	padding: 0 0 250px;
}

.wrkFlow.connect {
	margin: 0;
}

.cncthd.aboutBx h1.ttl {
	padding: 0 0 250px;
}



.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: 1314px;
	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: 640px;
}

	.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;
		padding:0;
	}

	.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;
		padding-bottom:2px;
	}
		.wrkFlow.connect .txtbx .formBx ul li:nth-child(7), .wrkFlow.connect .txtbx .formBx ul li:nth-child(8) {
			clear: both;
			float: none;
		}

		.wrkFlow.connect .txtbx .formBx ul li label {
			float: left;
		}

		.wrkFlow.connect .txtbx .formBx ul li.ful {
			width: 100%;
		}





		.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;
		}
		