* {
	margin: 0;
	padding: 0;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
p {
	border: medium none;
	margin: 0;
	padding: 0;
}

a,
input,
select,
textarea {
	margin: 0;
	outline: medium none;
	padding: 0;
}

html {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img,
fieldset {
	border: 0 none;
}

a {
	border: medium none;
	outline: medium none;
}

input[type="search"] {}

img {
	border: medium none;
	height: auto;
	max-width: 100%;
	outline: medium none;
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

div,
h1,
h2,
h3,
h4,
span,
p,
input,
form,
img,
hr,
img,
a {
	border: medium none;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration: none;
}

.clear {
	clear: both;
}

ul::after {
	clear: both;
	content: "";
	display: block;
}

ul {
	list-style: outside none none;
}
body
{
	margin:0;
	overflow-x:hidden;
	padding:0;
	position: relative;
	letter-spacing:1px;
	font-family: 'Montserrat', sans-serif;
}


.container
{
	max-width:1330px;
}
.custom_container .fl-row-content.fl-row-fixed-width.fl-node-content{
    max-width:1330px;
}
.header {
    position: relative;
    width: 100%;
	padding:0px 0 0;
	left:0;
	z-index:999;
	background:#fff;
}
.header .container {
	max-width: 1820px;
}
.logo {
	float: left;
	width: 150px;
	transition: all 0.5s;
	padding: 20px 0;
}
.closebtn {
	display: none;
}

h1.mobile-menu {
	display: none;
}
.navigation {
	float: right;
	margin: 0px 0px 0 0;
}
.m-header {
	display:none;
}
.h-right {
   float:right;
}
.navigation ul
{
	list-style:none;
}
.navigation ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 20px;
}
.navigation ul li a {
   font-size: 20px;
   color: #000;
   display: block;
   text-decoration: none;
   text-align: center;
   font-weight: 600;
   padding: 56px 0;
   text-transform: uppercase;
   transition: all 0.5s;
}
.navigation ul li a i {
    font-size: 18px;
    vertical-align: 1px;
    margin: 0 0 0 5px;
	color:#666666;
}
.navigation ul li a:hover{
	color: #184376;
}
.navigation ul li a.active{
	color: #184376;
}
.navigation ul li:first-child{
	padding-left:0;
}
.navigation ul li:nth-child(6) a img {
   margin-right: 14px;
   vertical-align: -8px;
}
.navigation ul li:nth-child(6) a {
   font-size: 26px;
   font-family: 'PT Sans', sans-serif;
   font-weight: 700;
   padding: 0 30px !important;
   position: relative;
   letter-spacing: 2px;
}
.navigation ul li:nth-child(6) a:before{
	background:url(/wp-content/uploads/2020/03/divider.png) top center no-repeat;
	position:absolute;
	top:7px;
	left:0;
	content:"";
	width:3px;
	height:25px;
}
.navigation ul li:nth-child(6) a:after{
	background:url(/wp-content/uploads/2020/03/divider.png) top center no-repeat;
	position:absolute;
	top:7px;
	right:0;
	content:"";
	width:3px;
	height:25px;
}
.navigation ul li:first-child{
	padding-left:0 !important;
}
.navigation > ul > li:last-child{
	border:none !important;
	padding-right:0!important;
}
.navigation > ul > li:last-child > a {
	width: 250px;
	height: 60px;
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	background: #7eab55;
	border-radius: 3px;
	line-height: 60px;
	position: relative;
	z-index: 999999;
	padding:0 !important;
}
.navigation > ul > li:last-child > a:hover{
    background:#455e2f;
}
.navigation ul li:hover ul.sub-menu {
	display:block;
}
.navigation ul li ul.sub-menu {
    width: 426px;
    left: 0;
    right: 0;
    padding: 0px;
    position: absolute;
    background: #fff;
    top: 115px;
    margin: 0;
    display: none;
    z-index: 99999;
    text-align: left;
    z-index: 9999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.20);
}
.fixed .navigation ul li ul.sub-menu{
	top:95px;
}
.et_pb_text_inner p {
    padding-bottom: 20px;
}
.navigation ul li ul.sub-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: auto;
    left: 16%;
    box-sizing: border-box;
    border: 10px solid #fff;
    border-color:transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    top: 0;
}
.navigation ul li ul.sub-menu li {
	position: relative;
	text-align: left;
	margin:0;
	border:none;
	float:none;
	display:block;
	padding:0;
}

.navigation ul li ul.sub-menu li  a {
	font-size:20px;
	color: #000000;
	padding:15px 40px !important;
	display:block;
	text-align: left;
	font-weight:400;
	text-transform:none;
	letter-spacing:0px;
	
}
.navigation ul li ul.sub-menu li  a:hover{
	color: #fff;
	background:#184376;
	border-radius:0;
}
.navigation ul li ul.sub-menu li:last-child a{
	/*border:none;
	background:none;
	padding:15px 40px !important;
	height:auto;
	line-height:inherit;
	width:auto;*/
}
.navigation ul li ul.sub-menu li:last-child a:hover{
	/*color: #fff;
	background:#184376;*/
}

.header{
	transition: all 0.5s;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 99999;
	box-shadow:0 0 30px rgba(0,0,0,0.20);
}
.header.fixed .logo{
	float:left;
	width:110px;
	padding: 10px 0;
}
.header.fixed .navigation ul li a {
	padding: 33px 0;
}
.nav-detail-bootm{
	display:none;
}
.banner{
	position:relative;
}
.banner img{
	width:100%;
	object-fit:cover;
	height:850px;
}

.banner-txt-main{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
}
.banner-txt-main-b{
	width:100%;
	height:100%;
	margin:0 auto;
	display:table;
}
.banner-txt-main-c{
	width:100%;
	height:100%;
	vertical-align:middle;
	display:table-cell;
}
.banner-txt {
	text-align: center;
	margin-top:-100px;
}

.banner-txt h1 {
    font-size:80px;
    color: #fff;
    letter-spacing: 3px;
	font-weight:700;
}
.banner-txt p{
	padding:30px 0 40px;
	font-size:22px;
	letter-spacing: 3px;
	color: #fff;
	line-height:34px;
}
.banner-txt a.schedule_btn{
	width:290px;
	height:60px;
	line-height:60px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:21px;
	letter-spacing:1px;
	font-weight:700;
	color:#000;
	padding:0;
	border-radius:3px;
	display:inline-block;
	margin:0;
	text-align:center;
	background:#fff;
}
.banner-txt a.schedule_btn:hover{
    background:#455e2f;
	color:#fff;
}

img.mobile-banner{
	display:none;
}
a.view-more {
     width: auto;
     margin: 0 auto;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 130px;
     text-align: center;
     cursor: pointer;
     color: #ffffff !important;
     text-align: center;
     display: block;
     font-size: 16px;
     margin: 0px auto;
     font-weight: 600;
}
a.view-more span img{
	height:auto !important;
	width:auto !important;
	margin-bottom:15px;
}
 a.view-more h6 {
     font-size: 15px;
     margin: 0 0 0px 0;
	 letter-spacing:1px;
	 text-transform:uppercase;
	 font-weight: 600;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
	border-radius: 100%;
}
.carousel-indicators {
	position: absolute;
	right: 15px;
	bottom: auto;
	left: auto;
	z-index: 15;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
	transform: rotate(90deg);
	top: 50%;
}
.banner-bottom {
	margin-top: -80px;
	position: relative;
}
.banner-bottom .container{
	max-width:1724px;
	background:#1b5498;
	text-align:center;
	vertical-align:middle;
}

.banner-bottom.custom_container .fl-row-content.fl-row-fixed-width.fl-node-content{
    max-width:1724px;
	background:#1b5498;
	text-align:center;
	vertical-align:middle;
	
}
.bg{
	background:#174781;
}
.feature-bg {
	display: inline-block;
	margin-right: 30px;
	vertical-align: 7px;
	width: 80px;
}
.banner-bottom  h3{
	font-weight:500;
	font-size:30px;
	color:#fff;
	display:inline-block;
}
.banner-bottom .container .col-4{
	padding:40px 30px;
}


.simply_healthcare-sec
{
	background:#ffffff;
	background-size:cover;
	padding:100px 0 !important;
	margin:100px 0 !important;
}
.simply_heading
{
	float:left;
	width:695px;
}
.heading h1
{
	font-size:44px;
	font-weight:600;
	color:#000000;
	letter-spacing:1px;
	margin-bottom:30px;
	padding:0;
}


.heading h1.fl-heading {
font-size: 44px;
font-weight: 600;
color: #000000;
letter-spacing: 1px;
margin-bottom: 30px !important;
padding: 0;
}
.heading p
{
	font-size: 18px;
	font-weight:400;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 30px;
	line-height: 32px;
	padding: 0;
}
a.schedule_btn
{
	font-size:21px;
	font-weight:700;
	color:#fff;
	letter-spacing:2px;
	margin:0;
	padding:0;
	background:#7eab55;
	width:290px;
	height:60px;
	line-height:60px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	transition:0.3s all;
	border-radius:3px;
}
a.schedule_btn:hover
{
	background:#556d41;
	transition:0.3s all;
}

.simply_img
{
	float:right;
	width:800px;
}
.simply_img img
{
	width:100%;
	height:auto;
	-webkit-filter:drop-shadow(-10px 7px 20px rgba(0,0,0,.1));
   filter: drop-shadow(-10px 7px 20px rgba(0,0,0,.1));
}



#mobile
{
	display:none;
}
.population_health-sec
{
	padding:0;
	margin:0;
}
.population_info
{
	margin-top:20px;
	padding-left:20px;
}
.population_info .heading h1
{
	margin-bottom:55px;
}
.population_info .heading p
{
	margin-bottom:40px;
}
a.learn_btn
{
	font-size:18px;
	color:#0b7ab8;
	font-weight:500;
	letter-spacing:1px;
	margin:0;
	text-decoration:none;
	display:inline-block;
	padding:0;
}
a.learn_btn:hover
{
	text-decoration:underline;
}

.population_health-sec hr
{
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-top:90px;
}

.interoperability_sec
{
	padding:75px 0 100px;
	margin:0;
}
.title h1
{
	font-size:44px !important;
	color:#000 ;
	font-weight:600 !important;
	margin-bottom:35px !important;
	padding:0 !important;
	text-align:center !important;
	letter-spacing:1px !important;
}
.title h1.fl-heading
{
	font-size:44px !important;
	color:#000 !important;
	font-weight:600 !important;
	margin-bottom:35px !important;
	padding:0 !important;
	text-align:center !important;
	letter-spacing:1px !important;
}

.title p
{
	font-size:22px;
	color:#000;
	font-weight:400;
	margin-bottom:45px !important;
	padding:0;
	text-align:center;
	letter-spacing:1px;
}


.interoperability_main
{
	border:1px solid rgba(129,138,156,0.45);
	border-radius:3px;
	padding:55px 0;
	margin:0;
	position:relative;
	cursor:pointer;
}
.interoperability_icon
{
	text-align:center;
	margin-bottom:55px;
	padding:0;
}
.interoperability_main p
{
	font-size: 21px;
	color: #000000;
	text-align: center;
	margin-bottom: 38px;
	padding: 0 22px;
	line-height: 32px;
	letter-spacing: 1px;
	min-height: 95px;
}
a.learn-more
{
	font-size:19px;
	font-weight:600;
	color:#000;
	letter-spacing:2px;
	padding:0;
	border-radius:3px;
	text-transform:uppercase;
	display:block;
	border:1px solid #1e517c;
	width:200px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	text-align:center;
}
.overlay
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: linear-gradient(#1DA0C5, #184376);
}
.interoperability_main:hover .overlay
{
    opacity: 1;
}
.hover-info-b
 {
    margin:0 auto;
    display:table;
    width:100%;
    height:100%;
}
.hover-info-c
{
    vertical-align:middle;
    display:table-cell;
    width:100%;
    height:100%;
}
.text-inn p
{
	font-size:21px;
	color:#fff;
	text-align:center;
	margin-bottom:38px;
	padding:0 22px;
	line-height:32px;
	letter-spacing:1px;
}
.text-inn a.learn-more
{
	font-size:19px;
	font-weight:600;
	color:#000;
	letter-spacing:2px;
	padding:0;
	border-radius:3px;
	text-transform:uppercase;
	display:block;
	background:#fff;
	border:#fff;
	width:200px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	text-align:center;
}
.p-25
{
	padding:0 25px;
}
.m-tp
{
	margin-top:50px;
}


.consultation_sec
{
	padding:100px 0;
	margin:0;
	background:#f9fbfd;
}

.pick_sec
{
	max-width:630px;
	margin:0 auto;
	display:table;
}
a.pick_btn
{
	font-size:21px;
	font-weight:700;
	color:#fff;
	letter-spacing:2px;
	margin-right:30px;
	padding:0;
	background:#7eab55;
	width:290px;
	height:60px;
	line-height:60px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	transition:0.3s all;
	border-radius:3px;
}
a.pick_btn:hover
{
	background:#556d41;
	transition:0.3s all;
}
a.phone-contact
{
	font-size:32px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color:#000;
	letter-spacing:1px;
	text-decoration:none;
	margin-left:30px;
}
a.phone-contact img
{
	margin-right:10px;
}
.pick_sec span
{
	position:relative;
}
.pick_sec span:before
{
	background: url(/wp-content/uploads/2020/03/divider.png) top center no-repeat;
	position: absolute;
	top:0;
	left: 0;
	content: "";
	width: 3px;
	height: 25px;
}



.work_sec
{
	background:url(/wp-content/uploads/2020/03/work_bg.png) top center no-repeat;
	background-size:cover;
	padding:100px 0 175px;
}
.work_sec .title h1
{
	color:#fff !important;
}
.work_sec .title p {
   color: #fff;
   letter-spacing: 2px;
}


.work_icon-sec ul {
   list-style: none;
   margin-top: 45px;
}
.work_icon-sec ul li
{
	float:left;
	width:33.3%;
}
.work_icon-sec ul li .work_main
{
	position:relative;
}
.work_icon-sec ul li .work_main:after
{
	position: absolute;
	top: 96px;
	right: -90px;
	border-bottom: 3px dashed rgba(255,255,255,0.30);
	width: 180px;
	content: "";
}
.work_icon-sec ul li:last-child .work_main:after
{
	position: absolute;
	top: 96px;
	right: -90px;
	border-bottom:0px dashed rgba(255,255,255,0.30);
	width: 180px;
	content: "";
}
.work_icon
{
	position:relative;
	width:196px;
	height:196px;
	line-height:196px;
	border:3px solid rgba(255,255,255,0.75);
	text-align:center;
	margin:0 auto;
	padding:0;
	border-radius:100px;
}

.count h1
{
	position: absolute;
	bottom: 0;
	right: -35px;
	width: 76px;
	height: 76px;
	line-height: 76px;
	border: 3px solid rgba(255,255,255,0.75);
	border-radius: 100px;
	font-size: 50px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: #15a4c3;
}
.work_info
{
	margin-top:45px;
	padding:0;
}
.work_info h1
{
	font-size:30px;
	font-weight:600;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:35px;
	text-align:center;
}
.work_info p
{
	font-size:22px;
	font-weight:400;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:65px;
	text-align:center;
}

.work_btn
{
	margin:0 auto;
	display:table;
}
.work_btn a.schedule_btn
{
	background:#fff;
	color:#000;
}
.work_btn a.schedule_btn:hover
{
	background:#7eab55;
	color:#fff;
}




.testimonial_sec
{
	padding-bottom:100px;
	margin:0;
}
.client_img
{
	position:relative;
	margin:0 auto;
	display:table;
}
.client_img img
{
	width:230px!important;
	height:auto;
}
.quote
{
	position:absolute;
	bottom:0;
	right:0;
	width:80px;
	height:80px;
	text-align:center;
	border-radius:100px;
	line-height:80px;
	background:#f5f5f5;
}
.quote img
{
	width:80px!important;
}

.client_info
{
	margin-top:40px;
}
.client_info p 
{
	font-size: 22px;
	color: #000;
	font-weight:400;
	line-height: 40px;
	text-align: center;
	margin: 0 75px;
	padding: 0;
}


.erick_sec
{
	text-align:center;
	margin:25px 0;
	padding:0;
}
.client_info span.erick
{
	font-size:22px;
	font-weight:500;
	color:#000;
	letter-spacing:1px;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
}
.client_info span
{
	font-size:18px;
	font-weight:400;
	color:#000;
	letter-spacing:1px;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
}
.erick_sec p
{
	font-size:18px !important;
	font-weight:400;
	color:#000;
	letter-spacing:1px;
}

#testimonial .owl-nav
{
	margin-top:0px;
}
#testimonial .owl-dots
{
	display:block!important;
}
#testimonial .owl-prev
{
	left:42%;
	position: absolute;
	bottom:0;
	width:16px;
	height:33px;
	color: transparent !important;
	background: transparent !important;
	padding: 0px 0px !important;
	border-radius: 0px !important;
	margin: 0px !important;
}
#testimonial .owl-prev::after
{
	background: url(/wp-content/uploads/2020/03/prev-arrow.png) top center no-repeat;
	background-size: cover;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 16px;
	height:33px;
	content: "";
	opacity: 0.5;
	left: 0;
	margin: 0 auto;
}
#testimonial .owl-prev:hover:after
{
	opacity:1;
}
#testimonial .owl-next
{
	right:42%;
	position: absolute;
	bottom:0;
	width:16px;
	height:33px;
	color: transparent !important;
	background: transparent !important;
	padding: 0px 0px !important;
	border-radius: 0px !important;
	margin: 0px !important;
	text-align: center !important;
}
#testimonial .owl-next::after
{
	background: url(/wp-content/uploads/2020/03/next-arrow.png) top center no-repeat;
	background-size: cover;
	right: 0px;
	position: absolute;
	top: 0px;
	width:16px;
	height:33px;
	content: "";
	left: 0;
	opacity: 0.5;
	margin: 0 auto;
}
#testimonial .owl-next:hover:after
{
	opacity:1;
}
#testimonial .owl-dots .owl-dot span
{
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	background: #d0d0d0;
}
#testimonial .owl-dots .owl-dot.active span
{
	background: #36a11e;
}
#testimonial  .owl-dots .owl-dot:hover span
{
	background: #36a11e;
}



.vendors_sec
{
	background:#fafafa !important;
	padding:100px 0 !important;
	margin:0 !important;
}
.vendors_sec .container{
	max-width:1730px;
}
.vendors_sec.custom_container .fl-row-content.fl-row-fixed-width.fl-node-content{
    
}
#vendor-slide
{
	margin-top:100px;
}
.vendor-logo
{
	margin: 0 35px;
}
.vendor-logo img
{
	width:auto !important;
	height:auto !important;
}

#vendor-slide .owl-nav
{
	margin-top:0px;
	display:none!important;
}
#vendor-slide .owl-dots
{
	display:none!important;
}
#vendor-slide {
margin-top: 60px;
}
.still_sec
{
	padding:100px 0;
	margin:0;
}
.still_main
{
	position:relative;
}
.still-info
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.still-info h3
{
	font-size:30px;
	color:#fff;
	font-weight:600;
	text-align:center;
}
.still_main .overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-image: linear-gradient(#1DA0C5, #184376);
}
.still_main:hover .overlay
{
    opacity: 1;
}
 .hover-info-b
 {
     margin:0 auto;
     display:table;
     width:100%;
     height:100%;
	 position:relative;
	 z-index:999;
}
 .hover-info-c
 {
     vertical-align:middle;
     display:table-cell;
     width:100%;
     height:100%;
}
.still_main .text-inn h3
{
	font-size:30px;
	color:#fff;
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:1px;
	padding:0;
}
.still_main .text-inn p
{
	font-size:20px;
	color:rgba(255,255,255,0.90);
	font-weight:400;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:1px;
	padding:0 35px;
	line-height:28px;
	font-family: 'PT Sans', sans-serif;
}
.text-inn a.view_btn
{
	font-size:19px;
	color:#fff;
	font-weight:600;
	text-align:center;
	margin-bottom:0px;
	padding:0px;
	text-transform:uppercase;
	margin:0 auto;
	text-decoration:none;
	display:table;
}
.text-inn a.view_btn:hover
{
	text-decoration:underline;
}
.still_main:hover .still-info h3
{
	display:none;
}

.still-tp
{
	margin-top:80px;
}

#still_slide .owl-nav
{
	margin-top:0px;
	display:none!important;
}


a.schedule_still
{
	width:290px;
	height:60px;
	line-height:60px;
	text-align:center;
	display:table;
	border-radius:3px;
	font-size:21px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	margin:60px auto 0;
	text-decoration:none;
	background-image: linear-gradient(to right, #31931b, #41b627);
	transition:0.3s all;
}

a.schedule_still:hover
{
	background:#7eab55;
	transition:0.3s all;
}



.p0
{
	padding:0;
}
.corporate-info
{
	background:#f9f8f9;
	padding:85px 80px;
}
.corporate-info:after
{
	display:block;
	content:"";
	clear:both;
	width:100%;
}
.corporate-info h1
{
	font-size:30px;
	font-weight:600;
	text-align:left;
	color:#000000;
	letter-spacing:1px;
	margin-bottom:35px;
	padding:0;
}

.zen-it {
   float: left;
   width: 375px;
   position: relative;
}
.zen-it::after {
   position: absolute;
   top: 6px;
   right: 0;
   width: 1px;
   height: 87px;
   content: "";
   background:
   rgba(0,0,0,0.20);
}

.zen-it p
{
	font-size:20px;
	color:#000000;
	font-weight:400;
	letter-spacing:1px;
	line-height:34px;
}
.zen-address {
   float: left;
   padding-left: 88px;
}
.zen-address ul
{
	list-style:none;
}
.zen-address ul li
{
	font-size:25px;
	font-weight:600;
	color:#000;
	letter-spacing:1px;
	margin-bottom:20px;
}
.zen-address ul li img
{
	margin-right:10px;
}
.zen-address ul li.mail
{
	font-size:20px;
	font-weight:400;
}


.map iframe
{
	height:342px;
}


.footer {
    background: #184376;
    position: relative;
    padding: 110px 0 35px 0;
    margin-top: 70px;
}
.home .footer {
    background: #184376;
    position: relative;
    padding: 110px 0 35px 0;
    margin-top: 0px;
}
.page-id-5207 .footer {
    margin-top: 0;
}
.footer .container{
	max-width:1630px;
}
.footer:after{
	content:"";
	display:block;
	clear:both;
}
.f-nav{
	float:left;
	width:660px;
}
.f-nav h3{
	border-bottom:solid 1px #466991;
	padding-bottom:40px;
	margin-bottom:50px;
	position:relative;
	font-size:26px;
	color:#fff;
	font-weight:600;
}
.f-nav h3 img{
	display:none;
}
.f-nav h3:after{
	position:absolute;
	width:100px;
	height:3px;
	bottom:-2px;
	background:#fff;
	content:"";
	left:0;
}
.f-nav ul{
	float:left;
	width:55%;
}
.f-nav ul+ul{
	float:right;
	width:45%;
}
.f-nav ul li{
	padding-bottom:30px;
}
.f-nav ul li a{
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,0.80);
	display:block;
	letter-spacing:0;
}
.f-nav ul li a:hover{
	color:#fff;
}
.f-nav.f-nav-center{
    margin:0 40px;
	width:360px;
}
.f-nav-center ul{
	width:60%;
}
.f-nav-center ul+ul{
	float:right;
	width:28%;
}
.f-nav.newsletter{
	float:right;
	width:490px;
}
.newsletter p{
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,0.80);
	display:block;
	letter-spacing:0;
	margin-bottom:25px;
}
.news-main{
	position:relative;
}
.news-main input.form-control{
	width:100%;
	height:66px;
	background:#fff;
	padding:15px 20px;
	font-size:17px;
	font-weight:400;
	border-radius:3px;
	box-shadow:none;
	border:none;
	color:#000;
}
.s-btn{
	position:absolute;
	width:200px;
	height:66px;
	right:0;
	top:0;
	background:#e18c12;
	font-size:21px;
	font-weight:600;
	border-radius:0 3px 3px 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
}
.f-bottom{
	padding:20px 0 0 0;
}
.f-socail{
	text-align:center;
}
.f-socail ul{
	position:relative;
}
.f-socail ul:after{
	background:#466991;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	top: 23px;
	content:"";
}
.f-socail ul li{
	margin:0 10px;
	display:inline-block;
	position:relative;
	z-index:999;
}
.f-socail ul li a{
	width:48px;
	height:48px;
	background:#fff;
	border-radius:100%;
	display:block;
	font-size:20px;
	color:#7f7f7f;
	line-height:48px;
}
.f-socail ul li a:hover{
	color:#00baff;
}
.f-bottom p{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,0.80);
	display:block;
	letter-spacing:0;
	letter-spacing:1px;
	text-align:center;
	line-height:28px;
	padding-top:33px;
}
.copyright{
	background:#123258;
	padding:20px 0;
}
.copyright p{
	font-size:15px;
	color:rgba(255,255,255,0.80);
	letter-spacing:1px;
	margin-top: 6px;
	font-weight:400;
}
.footer_menu{
	text-align:center;
	margin-top: 6px;
}
.footer_menu ul li{
	display:inline-block;
	border-right:solid 1px #dadee3;
	line-height:13px;
}
.footer_menu ul li:last-child{
	border:none;
}
.footer_menu ul li a{
	display:inline-block;
	padding:0 10px;
	font-size:15px;
	color:rgba(255,255,255,0.80);
	font-weight:400;
}
.copyright span {
    font-size: 15px;
    color:rgba(255,255,255,0.80);
    letter-spacing: 1px;
    display: block;
    text-align: right;
	font-weight:400;
}
.f-logo{
	background:#184376;
	width: 176px;
	height: 176px;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	line-height: 176px;
	text-align: center;
	border-radius: 100%;
	margin: 0 auto;
}
.copyright .container{
	max-width:1630px;
}
.mobile{
	display:none;
}




.banner.inner_banner img
{
	width: 100%;
	object-fit: cover;
	height:355px;
}

.inner-banner-txt h1 {
    font-size: 55px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 2px;
}
.inner-banner-txt p
{
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:60px;
	text-align:center;
	letter-spacing:2px;
}
.inner-banner-txt ul
{
	list-style:none;
	text-align:center;
}
.inner-banner-txt ul li
{
	display:inline-block;
	color:#fff;
}
.inner-banner-txt ul li a
{
	font-size:20px;
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0;
	display:inline-block;
	letter-spacing:1px;
}
.inner-banner-txt ul li a:hover
{
	text-decoration:underline;
}






.service_sec
{
	padding:100px 0;
}
.service_img
{
	width: 100%;
}
.service_img img
{
	width: 100%;
	height:615px;
	object-fit:cover;
}
.service_info 
{
	margin-left:15px;
}
.service_info .heading h1
{
	position:relative;
}
.service_info .heading h1::after
{
	position: absolute;
	bottom: -16px;
	left: -110px;
	height: 2px;
	width: 200px;
	background: #000;
	content: "";
}
.service_info .heading p
{
	font-size:22px;
	line-height:32px;
	font-weight:400;
	margin-bottom:35px;
}

a.detail_btn
{
	font-size:20px;
	font-weight:600;
	letter-spacing:1px;
	text-decoration:none;
	margin:0;
	padding:0;
	color:#0d457a;
	display:inline-block;
}
a.detail_btn:hover
{
	text-decoration:underline;
}


.service_info.interface
{
	margin: 0 20px 0 0;
}
.service_info.interface .heading h1
{
	position:relative;
}
.service_info.interface .heading h1::after
{
	position: absolute;
	bottom: -16px;
	right:-90px;
	height: 2px;
	width: 200px;
	background: #000;
	content: "";
	left: inherit;
	z-index:999;
}
.r-tp
{
	margin-top:100px;
}
.service_info ul
{
	list-style:none;
}
.service_info ul li
{
	font-size:22px;
	font-weight:400;
	color:rgba(0,0,0,0.85);
	margin-bottom:20px;
	position:relative;
	padding-left:32px;
	letter-spacing:1px;
}
.service_info ul li:after
{
	position:absolute;
	top:12px;
	left:0;
	width:7px;
	height:7px;
	border-radius:100px;
	background:#3bbc1e;
	content:"";
}



.work-inner
{
	background: url(/wp-content/uploads/2020/03/work_bg-1.png) top center no-repeat;
	background-size: cover;
	padding: 100px 0 175px;
}

.inner_work-icon
{
	position: relative;
	width: 131px;
	height: 131px;
	line-height: 131px;
	border: 3px solid rgba(255,255,255,0.75);
	text-align: center;
	float:left;
	padding: 0;
	margin-right:25px;
	border-radius: 100px;
}
.no h1
{
	position: absolute;
	top: 0;
	right: -20px;
	width: 52px;
	height:52px;
	line-height:52px;
	border: 3px solid rgba(255,255,255,0.75);
	border-radius: 100px;
	font-size:30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #23272a;
}
.work-inner .work_info {
	margin-top: 45px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.work-inner .work_info h1 {
    text-align: left;
	font-weight: 600;
	margin-bottom: 15px;
}
.work-inner .work_info p {
    text-align: left;
	margin-bottom:85px;
}
.work-inner .container {
	max-width: 1600px;
}
.banner-services{
	margin:0;
}
.banner-services .container .col-4 {
	padding: 40px 30px;
}
.banner-services .container {
	max-width: 1500px;
	background: #1b5498;
	text-align: center;
	vertical-align: middle;
}
.work-inner .work_btn a.schedule_btn {
	font-size: 21px;
	color: #fff;
	background: #7eab55;
}

.connect_sec
{
	background: url(/wp-content/uploads/2020/03/connect_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.connect_sec .title h1
{
	color:#fff !important;
}
.connect_sec .title p
{
	color:#fff;
}

.zen_health-sec
{
	padding:125px 0 0 !important;
	margin:0;
}

.zen_health-sec .heading p
{
	font-size:20px;
}

.zen_health-sec hr
{
	border-bottom:1px solid rgba(0,0,0,0.15);
	margin-top:80px;
}



.vendors_sec.inner-vendor
{
	background: transparent !important;
	border-top: 1px solid rgba(0,0,0,0.20);
}
.inner-vendor .vendor-logo
{
	margin: 0;
}
.inner-vendor .vendor-logo img {
	width: auto !important;
	height: auto !important;
}


.struggling_sec .title
{
margin-bottom:100px;
position:relative;
}
.struggling_sec .title:after
{
position:absolute;
bottom:-50px;
left:0;
right:0;
background:#231f20;
width:200px;
height:2px;
content:"";
margin:0 auto;
}
.desk-info-main{
	margin:0 0 80px 0;
	padding:0 10px;
}
.w1700{
	max-width:1730px;
}
.d-icon{
	float:left;
	margin-right:20px;
}
.desk-info-main h3{
	font-size:22px;
	overflow:hidden;
	font-weight:600;
	color:#000;
}
.desk-info-main p{
	font-size:21px;
	padding:35px 0 0 0;
	font-weight:400;
	color:#000;
}
.m0{
	margin-bottom:0;
}
.integration-left {
	background: #e6ecf2;
	padding: 72px 70px;
	height: 400px;
}

.integration-left p{
	font-size:20px;
	font-weight:400;
}
.integration-right{
	background:#0c467b;
	padding: 72px 70px;
	height: 400px;
	text-align:center
}
.integration-right h1{
	color:#fff;
	text-align:center
}

.integration-right p{
	color:rgba(255,255,255,0.80);
	font-size:22px;
	font-weight:400;
	text-align:center;
	padding-bottom:36px;
}
.pr25{
	padding-right:25px;
}
.pl25{
	padding-left:25px;
}
.integration-service-sec.discuss-sec .integration-right{
	background:#0c467b;
	padding: 70px 60px;
	height: auto;
	text-align:center
}
.integration-service-sec.discuss-sec .title  {
	margin-bottom: 55px;
}
.integration-service-sec.discuss-sec .title::after {
	content:none;
}
.integration-service-sec.discuss-sec .integration-right h1 {
font-size: 38px;
margin-bottom: 30px;
color: #fff;
}
.integration-service-sec.discuss-sec .integration-right a.meet-btn {
	width: 390px;
}
.integration-service-sec.discuss-sec{
	border-top:solid 1px #e5e5e5;
	padding:100px 0;
}


.request_sec {
	padding: 100px 0;
	margin: 0;
}
.request_sec .title p {
	font-size: 20px;
	color: rgba(0,0,0,0.85);
	margin-top: 0;
}

.request-form input.form-control
{
	width:100%;
	height:67px;
	line-height:67px;
	padding:10px 20px 10px 20px;
	display:block;
	font-size:17px;
	font-weight:400;
	color:#000;
	margin-bottom:30px;
	box-shadow:none;
	border-radius:0px;
	background:#fff;
	border:1px solid #c9c9c9;
	letter-spacing:1px;
}
.request-form input.form-control::placeholder
{
	color:#000;
}

.request-form .select_flavor
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.request-form .select_flavor select
{
	width: 100%;
	height: 67px;
	padding: 10px 20px 10px 20px;
	margin-bottom:30px;
	border:1px solid #c9c9c9;
	box-shadow: none;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	font-family: Arial;
	background: #fff;
	display: block;
	border-radius:0px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.request-form .select_flavor::after
{
	bottom: 0;
	content: "";
	display: block;
	padding: 0 0px 0 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 28px;
	text-align: center;
	background: url(/wp-content/uploads/2020/03/select_arrow2.png) no-repeat top center;
	background-size: cover;
	width: 16px;
	height: 12px;
}


.request-form textarea.form-control
{
	width:100%;
	height:175px;
	line-height:30px;
	padding:10px 20px 10px 20px;
	display:block;
	font-size:17px;
	font-weight:400;
	color:#000;
	margin:0;
	box-shadow:none;
	border-radius:0px;
	background:#fff;
	border:1px solid #c9c9c9;
	letter-spacing:1px;
}
.request-form textarea.form-control::placeholder
{
	color:#000;
}
.service_btn {
	text-align: center;
	margin: 50px 0;
}
.service_btn a.schedule_btn {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	width: 270px;
	border-radius: 0px;
}
.test-thank{
	background:#f8f8f8;
	padding:100px 0;
}

.thank_sec{
	padding:100px 0;
}
.test-thank {
	background: #f8f8f8;
	padding: 100px 0 180px;
}
.thank_sec .title
{
	margin-bottom:40px;
}
.thank_sec .title h1
{
	margin-bottom:25px !important;
}
.thank_sec .title p
{
	font-size:20px;
	color:rgba(0,0,0,0.85);
	margin-top:0;
}
.patiance h3
{
	font-size:20px;
	font-weight:700;
	color:#2d2d2d;
	letter-spacing:1px;
	margin-bottom:50px;
	padding:0;
	text-align:center;
}
.inner_service_btn {
	text-align: center;
}
.patiance a.schedule_btn
{
	font-size: 20px;
	width:330px;
	border-radius:0;
}
.error-banner img {
	height: auto !important;
}
.error-header .navigation {
	display: none;
}
.error-header .m-phone.mobile {
	display: block;
	margin: 50px 0;
}
.error-header .m-phone.mobile a{
	font-size: 26px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding: 0 0px !important;
	position: relative;
	color:#000;
}
.error-header .m-phone.mobile a img{
	margin-right:15px;
}
.header.fixed.error-header .m-phone.mobile {
	display: block;
	margin: 30px 0;
}


.contact_map iframe
{
	height:570px;
}


.together_sec
{
	padding:100px 0 !important;
	margin:0 !important;
	border-bottom:1px solid rgba(33,33,33,0.10);
}
.together_sec .title
{
	margin-bottom:70px;
}
.together_sec .title p
{
	color:rgba(0,0,0,0.85);
	font-size:20px;
	margin:0;
}

.together_main ul
{
	list-style:none;
}
.together_main ul li
{
	float:left;
	width:25%;
}
.together_main ul li .together_icon
{
	margin:0 auto 30px;
	display:table;
}
.together_main ul li .together_icon img
{
	width:auto;
	height:auto;
	min-height:110px;
}
.together_main ul li p
{
	font-size:24px;
	text-align:center;
	font-weight:400;
	color:#000;
	letter-spacing:1px;
	margin-bottom:20px;
	padding:0;
}
.together_main ul li h3
{
	font-size:28px;
	text-align:center;
	color:#000;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:20px;
	padding:0;
}
.together_main ul li span
{
	font-size:20px;
	display:block;
	text-align:center;
	font-weight:400;
	color:#000;
	letter-spacing:1px;
	margin-bottom:0px;
	padding:0;
}

.get-touch_sec
{
	padding:100px 0 !important;
	margin:0;
}
.contact_lf
{
	float:left;
	width:865px;
}
.contact_lf .title h1
{
	font-size:50px !important;
	margin-bottom:25px !important;
}
.contact_lf .title p
{
	font-size: 16px;
	padding: 0 50px;
	margin-bottom:60px;
}
.request-form input.form-control
{
	width:100%;
	height:67px;
	line-height:67px;
	padding:10px 20px 10px 30px;
	display:block;
	font-size:17px;
	font-weight:400;
	color:#000;
	margin-bottom:30px;
	box-shadow:none;
	border-radius:3px;
	background:#fff;
	border:1px solid #c9c9c9;
	letter-spacing:1px;
}
.request-form input.form-control::placeholder
{
	color:#000;
}

.request-form .select_flavor
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.request-form .select_flavor select
{
	width: 100%;
	height: 67px;
	padding: 10px 20px 10px 30px;
	margin-bottom:30px;
	border:1px solid #c9c9c9;
	box-shadow: none;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	background: #fff;
	display: block;
	border-radius:3px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.request-form .select_flavor::after
{
	bottom: 0;
	content: "";
	display: block;
	padding: 0 0px 0 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 28px;
	text-align: center;
	background: url(/wp-content/uploads/2020/03/select_arrow.png) no-repeat top center;
	background-size: cover;
	width: 14px;
	height: 10px;
}


.request-form textarea.form-control
{
	width:100%;
	height:175px;
	line-height:30px;
	padding:10px 20px 10px 30px;
	display:block;
	font-size:17px;
	font-weight:400;
	color:#000;
	margin:0;
	box-shadow:none;
	border-radius:3px;
	background:#fff;
	border:1px solid #c9c9c9;
	letter-spacing:1px;
}
.request-form textarea.form-control::placeholder
{
	color:#000;
}

.contact_lf a.schedule_btn
{
	margin:60px auto 0;
	display: table;
}



.castle_sec
{
	padding:50px 25px;
	margin: 0;
	background:#fafafa;
	border-radius: 3px;
	float: right;
	width:580px;
	min-height: 650px;
}
.castle_sec h4
{
	font-size:24px;
	font-weight:700;
	color:#000;
	margin-bottom:30px;
}
.castle_sec p
{
	font-size:20px;
	font-weight:400;
	color:#000;
	line-height:32px;
	margin-bottom:30px;
}


.castle_loc-main
{
	margin-bottom:0px;
}
.castle_loc-main:after
{
	clear:both;
	content:"";
	display:block;
}
.loc_icon
{
	float: left;
	margin-right:15px;
	margin-top: 0px;
	min-height:120px;
}
.castle_loc-main h5
{
	overflow:hidden;
	font-size:17px;
	font-weight:600;
	color:#000;
	letter-spacing:1px;
	line-height:30px;
}
.castle_loc-main p
{
	overflow:hidden;
	font-size:17px;
	font-weight:400;
	color:#000;
	letter-spacing:1px;
	line-height:30px;
	margin:0;
}
a.get_btn
{
	color:#7eab55;
	font-size:18px;
	font-weight:600;
	text-decoration:none;
	text-align:left;
	display:inline-block;
	letter-spacing:1px;
	margin-top:20px;
	overflow:hidden;
}
a.get_btn:hover
{
	text-decoration:underline;
}

.castle_loc-main.castle_btm
{
	border-bottom: 1px solid rgba(33,33,33,0.10);
	padding-bottom: 40px;
	margin-bottom: 40px;
}





.solution_img img
{
	width:100%;
	height:auto;
}
.service_info .heading h4
{
	font-size: 22px;
	line-height: 32px;
	font-weight:600;
	margin-bottom: 25px;
	color:#000;
	letter-spacing:1px;
}
.mirth_img img
{
	width:100%;
	height:680px;
	object-fit:cover;
}







.gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.gform_fields li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 !important;
    padding: 0 15px !important;
}
.gform_fields li input[type='text']{
    width: 100% !important;
    height: 67px !important;
    line-height: 67px !important;
    padding: 10px 20px 10px 30px !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin-bottom: 30px !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    background: #fff !important;
    border: 1px solid #c9c9c9 !important;
    letter-spacing: 1px !important;
    margin-top: 0 !important;
}

.gform_fields li label {
}

.ginput_container {
    margin: 0 !important;
}

.name_first {
    padding-top: 0 !important;
}

li#field_1_6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 100%;max-width: 100%;}

.gform_fields li textarea{
    width: 100% !important;
    height: 175px !important;
    line-height: 30px !important;
    padding: 10px 20px 10px 30px !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    background: #fff !important;
    border: 1px solid #c9c9c9 !important;
    letter-spacing: 1px !important;
}

.gform_fields li select{
    width: 100% !important;
    height: 67px !important;
    padding: 10px 20px 10px 30px !important;
    margin-bottom: 30px !important;
    border: 1px solid #c9c9c9 !important;
    box-shadow: none !important;
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 400 !important;
    background: #fff !important;
    display: block !important;
    border-radius: 3px !important;
    letter-spacing: 1px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.select_flavor{
    position:relative !important;
}
.select_flavor::after {
content: "" !important;
bottom: 0;
content: "";
display: block;
padding: 0 0px 0 0;
pointer-events: none;
position: absolute;
right: 35px;
top: 28px;
text-align: center;
background: url(/wp-content/uploads/2020/03/select_arrow.png) no-repeat top center;
background-size: cover;
width: 14px;
height: 10px;
}

input#gform_submit_button_1 {
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s all;
    margin: 0 auto;
    padding: 0;
    background: #7eab55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    width: 270px;
    border-radius: 0px;
}







/********************* Blog ***********************/

.blog_sec
{
	padding:100px 0 170px;
	margin:0;
}


.blog-main
{
	margin-bottom:50px;
	padding:0;
}
.pg-blog-title h2
{
	font-size:36px;
	color: #000;
	margin-bottom:30px;
	text-align:left;
	font-weight:600;
	letter-spacing:1px;
}

.pg-blog-title h2 a
{
	font-size:36px;
	color: #000;
	text-align:left;
	font-weight:600;
	letter-spacing:1px;
}
.pg-blog-inner
{
	padding: 30px 20px;
	border:1px solid #ececec;
}
.pg-blog-inner ul
{
	list-style:none;
	margin:0 0 20px 0;
}
.pg-blog-inner ul li
{
	display:inline-block;
	font-size:17px;
	color:#000000;
	font-weight:400;
	display:inline-block;
	padding-right:30px;
	margin:0;
	text-decoration:none;
	vertical-align:middle;
}
.pg-blog-inner ul li img
{
	margin-right: 10px;
	margin-bottom:0px;
}
.pg-blog-inner ul li:last-child 
{
	padding-right:0px;
}
.pg-blog-inner p
{
	font-size:21px;
	color:#000;
	margin-bottom:25px;
	text-align:left;
	font-weight:400;
	letter-spacing:1px;
	line-height:34px;
}
.pg-blog-inner p span{
	color:#2ea3f2;
}
.pg-blog-inner p.left-border {
	border-left: solid 3px #2ea3f2;
	padding-left:20px;
}
.pg-blog-inner p a{
	color:#2ea3f2;
}
a.read-btn
{
	font-size:19px;
	color:#7eab55;
	font-weight:500;
	text-decoration:none;
	display:block;
	letter-spacing:1px;
	margin:0;
	padding:0;
}
a.read-btn:hover
{
	text-decoration:underline;
}

.blog-img
{
	width:100%;
	margin:0;
}
.blog-img img {
width: auto;
height: auto;
margin: 0 auto;
display: table;
}


.service_info .heading.hd1 h1::after {
    content: none;
}
.pagination
{
	text-align: center;
	display: block;
}
.pagination ul li
{
	margin: 0 10px;
	display: inline-block;
}
.pagination ul li a
{
	border: solid 1px #c9c9c9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #000;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
}
.pagination ul li a:hover
{
	border: solid 1px #7eab55;
	color: #fff;
	background:#7eab55;
}



.keyword-main
{
	margin-bottom:40px;
	border:1px solid #c9c9c9;
	padding:45px 30px;
}
.news-field
{
	position: relative;
}
.news-field input.form-control
{
	border:1px solid #c9c9c9;
	height: 64px;
	padding: 0 15px;
	box-shadow: none;
	color:rgba(0,0,0,0.80);
	font-size: 16px;
	line-height:64px;
	border-radius: 0;
	letter-spacing:1px;
	font-weight:400;
}
.news-field input.form-control::placeholder
{
	color:rgba(0,0,0,0.40);
}
.search-btn
{
	position: absolute;
	top: 0;
	right: 0;
	width:64px;
	height: 64px;
	line-height:58px;
	color: #fff;
	background:#7eab55;
	border-radius: 0;
	box-shadow:none;
	text-align:center;
	display:block;
}

.video_blog
{
	margin-bottom:40px;
}
.video_img
{
	position: relative;
}
a.video_play
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.video_blog a.video_play img
{
	width:37px;
}
.video_blog a.video_play h3
{
	font-size:17px;
	font-weight:600;
	color:#fff;
	margin-top:10px;
}
.contact-bg
{
	background:#f0f0f0;
	padding:40px;
	margin-bottom:40px;
}
.contact-bg h3
{
	font-size: 32px;
	color: #000000;
	font-weight:600;
	margin-bottom: 40px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.contact-bg .form-group
{
	margin-bottom:28px;
}
.contact-bg .form-group input.form-control
{
	border:1px solid rgba(0,0,0,0.10);
	height:60px;
	line-height:60px;
	padding: 10px 20px;
	box-shadow: none;
	color:rgba(0,0,0,0.85);
	font-size: 16px;
	letter-spacing:1px;
	border-radius: 0;
	background:#fff;
	border:1px solid rgba(0,0,0,0.10);
	font-weight:400;
}
.contact-bg .form-group input.form-control::placeholder
{
	color:rgba(0,0,0,0.80);
}
.contact-bg .form-group textarea.form-control
{
	border:1px solid rgba(0,0,0,0.10);
	height:150px;
	line-height:30px;
	padding: 10px 20px;
	box-shadow: none;
	color:rgba(0,0,0,0.80);
	font-size: 16px;
	letter-spacing:1px;
	border-radius: 0;
	background:#fff;
	font-weight:400;
}
.contact-bg .form-group textarea.form-control::placeholder
{
	color:rgba(0,0,0,0.80);
}
.contact-bg .select_flavor
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.contact-bg .select_flavor select
{
	width: 100%;
	height: 65px !important;
	margin: 0;
	padding: 0 20px;
	font-size: 16px;
	font-weight:400;
	color: rgba(0,0,0,0.80);
	border:1px solid rgba(0,0,0,0.10);
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing:1px;
	background:#FFF;
}
.contact-bg .form-group .select_flavor::after 
{
	bottom: 0;
	content: "";
	display: block;
	padding: 0 0px 0 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top:30px;
	text-align: center;
	background: url(/wp-content/uploads/2020/03/select_arrow.png) no-repeat top center;
	background-size: cover;
	width: 10px;
	height:7px;
}
a.sub-req
{
	width:100%;
	height:60px;
	border-radius: 3px;
	font-size:22px;
	font-weight:600;
	line-height:60px;
	text-transform: uppercase;
	color: #fff !important;
	padding: 0;
	letter-spacing:0px;
	background:#7eab55;
	display:block;
	text-align:center;
	font-weight:600;
	letter-spacing:1px;
}
a.sub-req:hover
{
background:#556d41;
}

.blog-post
{
	margin-bottom: 40px;
	padding: 40px 20px 40px 39px;
	border: 1px solid #c9c9c9;
}
.blog-post h3
{
	font-size:32px;
	color:#000;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:25px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}


.post-img
{
	float:left;
	margin-right:18px;
}
.post-img img
{
	width:120px;
	height:auto;
	object-fit:cover;
}
.post-info
{
	overflow: hidden;
	padding-top: 8px;
}

.post-main:last-child
{
	margin-bottom: 0;
}
.post-info span
{
	color:rgba(3,3,8,0.70);
	font-size:16px;
	margin-bottom:10px;
	display:block;
	letter-spacing:1px;
	padding:0;
}
.post-info h4 a
{
	font-size: 20px;
	color:#030308;
	font-weight:400;
	margin:0;
	padding:0;
	display:block;
	letter-spacing:1px;
}
.post-info h4 a:hover
{
	color:#7eab55;
}

.post-main
{
	margin-bottom:30px;
	padding:0;
}

.post-main:after
{
	clear:both;
	display:block;
	content:"";
}

.form-group
{
	margin-bottom:25px;
}
.categories h3
{
	font-size: 32px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
}
.categories ul
{
	list-style:none;
}
.categories ul li a
{
	font-size:18px;
	color:rgba(0,0,0,0.80);
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed rgba(0,0,0,0.10);
	letter-spacing:0;
	font-weight:400;
}
.categories ul li a:last-child
{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.archive ul li a
{
	font-size:18px;
	font-weight:400;
}

.tag-sec:after
{
	clear:both;
	display:block;
	content:"";
}
.tag-sec a
{
	font-size: 18px;
	float:left;
	padding:10px 32px;
	border: solid 1px #c9c9c9;
	margin-bottom: 8px;
	font-weight:400;
	color:rgba(0,0,0,0.80);
	margin-right:10px;
	
}
.tag-sec a:hover
{
    color: #fff;
	border: solid 1px #7eab55;
	background:#7eab55;
}

.pr-30{
	padding-right:30px;
}
.pl-30{
	padding-left:25px;
}

.blog-news
{
	background:url(/wp-content/uploads/2020/03/blog-news.jpg) top center no-repeat;
	background-size:cover;
	padding:38px;
	margin-bottom:0;
}

.blog-news p {
	font-size:28px;
	color:#fff;
	text-align:center;
	padding:20px 0;
	font-weight:600;
	line-height:32px;
	letter-spacing:1px;
}
.blog-news .subs-btn
{
	width:218px;
	height:64px;
	line-height:64px;
	border-radius: 3px;
	font-size:22px;
	font-weight:700;
	text-transform: uppercase;
	color: #fff !important;
	padding: 0;
	letter-spacing: 1px;
	background:#7eab55;
	display:block;
	margin:20px auto 0;
	text-align:center;
}
.blog-news .subs-btn:hover
{
	background:#556d41;
}

p.more-link {
    display: none;
}

span.page-numbers.current {
    border: solid 1px #7eab55;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    background: #7eab55;
}

.contact-bg .gform_fields li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0!important;
}
.contact-bg input#gform_submit_button_1 {
    width: 100%;
}



.next-post-detail
{
	border:1px solid #ececec;
	padding:40px 30px;
}
.next-post-detail:after
{
	clear:both;
	display:block;
	width:100%;
	content:"";
}

.pre-post
{
	float: left;
	position:relative;
}
.pre-post::after {
	position: absolute;
	top: 0;
	right: -25px;
	background: rgba(0,0,0,0.10);
	width: 1px;
	height: 100%;
	content: "";
}
.pre-img
{
	float:left;
	margin-right:20px;
}
.pre-info
{
	overflow:hidden;
	margin-top:10px;
}
.pre-info h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 26px;
}
.pre-info a
{
	font-size:18px;
	color:#26b53f;
	margin:0;
	padding:0;
	letter-spacing:1px;
	font-weight: 600;
}


.next-post
{
	float: right;
	text-align: right;
}
.next-img {
	overflow: hidden;
	float:right ;
}
.next-info {
	margin-right: 20px;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 20px 0 0;
}
.next-info h4
{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 26px;
}
.next-info a
{
	font-size:18px;
	color:#26b53f;
	margin:0;
	font-weight: 600;
	padding:0;
	letter-spacing:1px;
}

.leave-sec
{
	margin-top:40px;
}
.leave-sec h4
{
	color:#000;
	font-size:22px;
	letter-spacing:1px;
	margin-bottom:20px;
	font-weight:600;
}


/*************** IT Vendors *****************/

.struggling_sec
{
	padding:100px 0;
	margin:0;
}
.struggling_sec .title
{
	margin-bottom:100px;
	position:relative;
}
.struggling_sec .title:after
{
	position:absolute;
	bottom:-50px;
	left:0;
	right:0;
	background:#231f20;
	width:200px;
	height:2px;
	content:"";
	margin:0 auto;
}


.vendor_consultion
{
	background:#0c467b;
	padding:150px 80px;
} 
.vendor_consultion h2
{
	font-size:38px;
	font-weight:600;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:45px;
}
.vendor_consultion p
{
	font-size:22px;
	font-weight:400;
	color:rgba(255,255,255,0.85);
	text-align:center;
	letter-spacing:1px;
	margin-bottom:45px;
}
.vendor_consultion  a.schedule_btn
{
	margin: 0 auto;
	display:table;
}
.service_info.vendor .heading p
{
	margin-bottom: 22px;
}
.service_info.vendor .heading h4
{
	margin-bottom: 22px;
}
.service_info.vendor ul li:last-child
{
	margin-bottom:0px;
}

.connect_2
{
	background: url(/wp-content/uploads/2020/03/connect_bg.jpg) top center no-repeat;
	background-size: cover;
}

.zen_health-sec.whether
{
	padding-top: 100px;
}
.zen_health-sec.whether .heading p
{
	font-size: 22px;
	color:rgba(0,0,0,0.85);
}

.production_img img
{
	width:100%;
	height:395px;
	object-fit:cover;
}


.interoperability_sec.resources 
{
	padding-top: 0;
}
.interoperability_sec.resources .title {
margin-bottom: 0;
}
.navigation ul li ul.sub-menu li:nth-child(6) a:after {
  content:none;
}
.navigation ul li ul.sub-menu li:nth-child(6) a:before {
  content:none;
}
.connect_sec.connect_bg{
    background:#23272A;
} 
.fl-module-content {
   margin: 0;
}
.fl-module-heading .fl-heading {
   /* padding: 0 !important; */
   /* margin: 0 !important; */
}



article#no-results {padding: 100px 15px;text-align: center;}

input.search {
    border: 1px solid #c9c9c9;
    height: 64px;
    padding: 0 15px;
    box-shadow: none;
    color: rgba(0,0,0,0.80);
    font-size: 16px;
    line-height: 64px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
}

input.searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 64px;
    line-height: 58px;
    color: #fff;
    background: #7eab55;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    display: block;
}

.no-result_form {
    position: relative;
}

#no-results h1.entry-title {
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}

#no-results p {
    padding: 20px 0;
}


.vendor_consultion.vendor_consultion_about {
    padding: 70px 80px;
}
.integration-right h1.fl-heading {
color: #fff;
text-align: center;
}
.heading11 h1{
font-size: 44px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 0;
    }
.heading11 p{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 32px;
    padding: 0;
}


.our_team_sec {
	padding:100px 0;
}
.our_team_sec ul {
    text-align: center;
}
.our_team_sec ul li {
    display: inline-block;
    width: 33%;
}
.doctor-main
{
	text-align:center;
}

.doctor-img {
	position: relative;
	overflow: hidden;
	width: 277px;
	margin: 0 auto;
}

.doctor-info
{
	padding:30px 0;
	margin:0;
}
.doctor-info h3
{
	font-size:30px;
	color:#000;
	text-align:center;
	letter-spacing:1px;
}
.doctor-info p
{
	font-size:21px;
	text-align:center;
	margin-top:8px;
}

.doctor-info.team h3
{
	font-size:25px;
}
.team-t
{
	margin-top:60px;
}

.doctor-img img {
    border-radius: 100%;
}


.doctor-info h3 {
   font-size: 30px;
   color: #000;
   text-align: center;
   letter-spacing: 1px;
   font-weight: 600;
}
.our_team_sec ul li:nth-child(4) {
   margin-top: 70px;
}
.our_team_sec ul li:last-child {
   margin-top: 70px;
}

.join_our_team_sec {
    padding: 100px 0;
}

.heading11 h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 15px;
}
.interoperability_main p + p {
margin: 0;
min-width: auto;
min-height: inherit;
}
.heading11 ul
{
	list-style:none;
}
.heading11 ul li
{
	font-size:22px;
	font-weight:400;
	color:rgba(0,0,0,0.85);
	margin-bottom:20px;
	position:relative;
	padding-left:32px;
	letter-spacing:1px;
}
.heading11 ul li:after
{
	position:absolute;
	top:12px;
	left:0;
	width:7px;
	height:7px;
	border-radius:100px;
	background:#3bbc1e;
	content:"";
}

.heading11 hr {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin: 80px 0;
}

h1 {
   letter-spacing: 2px !important;
}