@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	background-color: #FFF;
	color: #000;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
}
body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none outside none;
}
a {
	text-decoration: none;
	outline: none;
}
input, textarea, select {
	background-color: transparent;
	border: none;
    font-family: 'Lato', sans-serif;
}
a.link {
	color: #009bc8;
	font-weight: 400;
}

/*Header Start*/

header {
	background-color: #1F0227;
	box-sizing: border-box;
    float: left;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 9px rgba(0,0,0,0.05);
	padding: 12px 0;
	transition: all 0.5s;
}
.logo {
	background:url(../images/logo.png) no-repeat scroll 0 0 / 227px 44px rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
	height:44px;
	width:227px;
	margin: 11px 0;
}
.sign a {
	color: #3d484c;
	float: left;
	font-weight: 400;
	padding: 8px 10px;
	margin: 13px 5px;
}
.sign a.sel {
	border-radius: 5px;
	border-bottom: 3px solid #FDA52D;
}
/*.sign .sign-up {
	background-color: #F26330;
	border-radius: 2px;
	color: #FFF;
	font-weight: 600;
	margin: 13px 0 12px 10px;
	padding: 8px 15px;
}*/
.sign .sign-up {
	background-color: #FFF;
	border-radius: 40px;
	color: #900A5F;
    font-size: 13.5px;
	font-weight: 600;
	height: 35px;
	line-height: 36px;
	margin: 14px 0 12px 10px;
	padding: 1px 20px;
}
.header {
	/*background-color: #389955;*/
	background-color: #9A006A;
	float: left;
	color: #FFF;
	margin: 90px 0 0;
	min-height: 63px;
	width: 100%;
}
.header h1 {
	float: left;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	margin: 16px 0;
}
.topmenu li {
	float: left;
}
.topmenu li a { 
	display: block;
	float: left; 
    color: #FFF;
	font-size: 16px; 
	cursor: pointer; 
	margin: 22px 15px 0 0;
}

/*Header End*/

/*Banner Start*/

.banner {
	background-color: #777;
	background-image: url(../images/medical-billing-platform.jpg);
	background-position: center top;
	background-size: cover;
	float: left;
	overflow: hidden;
	height: 420px;
	padding: 40px 0;
	margin-top: 73px;
	position: relative;
	text-align: center;
	width: 100%;
}

.banner::before {
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #230228),
		color-stop(1, #9A006A)
	);
	background-image: -o-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: -moz-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: -webkit-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: -ms-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: linear-gradient(to right bottom, #230228 0%, #9A006A 100%);
	content: "";
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner h1 {
	/*color: #fcbd64;*/
	color: #FFF;
	font-size: 4.571rem;
	font-weight: 300;
	margin-top: 32px;
}
.banner img {
	margin: 26px 0 0;
	width: 500px;
}
.banner .h2, .banner .label1 {
    font-family: 'Lato', sans-serif;
	color: #FFF;
	display: inline-block;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	margin: 30px 0 0 0;
	vertical-align: top;
	line-height: 43px;
}
.banner .label1 {
	font-size: 21px;
	margin-bottom: 98px;
	width: 100%;
}
.banner .label1 span {
    float: left;
    width: 100%;
}
/*Banner End*/

/*Ahima Banner Start*/

.ahima-banner {
	padding: 30px 0 0;
	margin: 0px 0 0 0;
}
.ahima-banner .cover {
	background-color: #006DA1;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	color: #FFF;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	line-height: 97px;
}
.ahima-banner span {
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.06);
	float: left;
	padding: 16px 80px;
}
.ahima-banner span img {
	width: 150px;
}
.ahima-banner h2 {
	float: left;
	font-size: 40px;
	font-weight: 200;
	text-align: left;
	margin: 30px 0 20px;
	width: auto;
}
.ahima-banner p {
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 38px;
	width: 100%;
}
/*Ahima Banner End*/

section h2 {
	float: left;
	font-size: 3rem;
	font-weight: 300;
	text-align: center;
	word-spacing:3px;
	width: 100%;
}
.form {
	float: left;
	width: 500px;
}
/*.sign-up-but {
	background-color: #F26330;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
	margin: 30px 0 12px 10px;
	padding: 10px 30px;
}*/
.sign-up-but {
	background-color: transparent;
	border: 1px solid #900A5F;
	color: #900A5F;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	padding: 12px 27px;
	margin: 30px 0 12px;
	height: 45px;
	min-width: 100px;
}
/*Benefits Start*/

.benefits {
	border-bottom: 1px solid #EEE;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}
.benefits:before {
	background-color: #5676CD;
	content: "";
	position: absolute;
	left: 0;
	top: 700px;
	width: 400%;
}
.benefits-list {
	display: inline-block;
	text-align: left;
	margin: 35px 0 0px;
	vertical-align: top;
	width: 300px;
}
.benefits-list:nth-child(1) {
	margin-left: 25px;
	width: 500px;
}
.ahima-benefits-list, .ahima-benefits-list:nth-child(1) {
	display: block;
	margin-left: 10px;
	width: 615px;
}
.benefits-list h3 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}
.benefits-list h3:before {
	background-color: #FFBB5D;
	border-radius: 40px;
	content: "";
	float: left;
	height: 35px;
	margin: -5px -100px 0 -10px;
	width: 35px;
}
.benefits-list li {
	color:#555;
    font-size: 17px;
	font-weight: 400;
	line-height: 2.1;
	word-spacing:3px;
	position: relative;
}
.benefits-list li:before, .benefits-list li:after {
	background-color: #939bff;
	content: "";
	float: left;
	height: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 19px 12px 0 0;
	width: 8px;
}
.benefits-list li:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 10px;
	position: absolute;
	left: 0;
	margin: 18px 0 0px 3px;
	width: 12px;
}
.ahima-benefits {
	padding: 0px 0 40px;
}
/*Benefits End*/

/**/

.screens {
	padding: 60px 0 0;
	position: relative;
	margin-bottom: 120px;
}
.screens:before, .screens:after {
	background-image: url(../../images/pattern-bg1.jpg);
	background-position: center;
	background-size: cover;
	content: "";
	float: left;
	height: 120px;
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
}
.screens:after {
	background-color: rgba(61,101,190,0.7);
	background-image: none;
}
.screens h2 {
	margin-bottom: 30px;
}
.screens img {
	margin: 0 0 -90px;
}
/**/

/*Features Start*/

.features {
	background-color: #FFF;
	padding: 60px 0;
}
.features-list {
	float: left;
	margin: 10px 0 0;
	width: 100%;
}
.features-list li {
	border-top: 1px solid #EEE;
	display: inline-block;
	vertical-align: top;
	padding: 40px 0 40px;
	width: 100%;
}
.features-list li:nth-child(1) {
	border-top: 1px solid transparent;
}
.features-list li:nth-child(4) img {
	border: none;
}
.fe-content {
	padding: 60px 0 0;
	width: 50%;
}
.features-list li:nth-child(odd) .fe-content {
	float: left;
}
.features-list li:nth-child(even) .fe-content {
	float: right;
}
.features-list li:nth-child(even) img {
	float: left;
}
.features-list li:nth-child(odd) img {
	float: right;
}
.features-list img {
	border: 2px solid #F2F2F2;
	width: 450px;
}
.features-list span {
	float: left;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height:1.4;
	width: 100%;
}
.features-list p {
	float: left;
    font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}
/*Features End*/

/*Leader Start*/

.leader {
	color: #000;
	float: left;
	line-height: 28px;
	padding: 25px 0;
	width: 100%;
}
.leader h2 {
	float: left;
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 15px;
	width: 100%;
}
.leader p {
	color: #222;
	float: left;
	margin: 0 0 20px;
	width: 100%;
}
/*Leader End*/

/**/

.services {
	float: right;
	margin: 25px 0 0;
	width: 321px;
}
.services div {
	border: 1px solid rgba(0,0,0,0.08);
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: 200px;
	margin: 20px 0 20px 20px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	width: 300px;
}
.services div img {
	width: 100%;
}
.services div.rcm:before {
	background-color: rgba(0,0,0,0.7);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
.services span {
	color: #FFF;
	font-size: 24px;
	position: absolute;
	left: 30px;
	top: 60px;
	right: 30px;
	z-index: 2;
}
.services div:hover span {
	color: #FFE27E;
}
/**/

/*Dialpad Start*/
.dialpad-container {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 123;
}
.dialpad-container:hover {
    transform: scale(1.1);
}
.dialpad-container img {
    object-fit: contain;
    height: auto;
    width: 100%;
    max-width: 10rem;
    display: block;
}
/*Dialpad End*/

/*Footer Start*/
footer {
    background-color: #1F0227;
    color: #FFF;
    padding: 40px 0;
    position: relative;
	margin-top: 0 !important;
    z-index: 1;
}
.footer {
    float: left;
    text-align: left;
    padding-bottom: 3px !important;
    width: 100%;
}
.footer .logo {
	background: url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 300px 933px rgba(0, 0, 0, 0);
	background-position: -8px -18px;
	height: 24px;
	margin: -5px 0 0 -10px;
	padding: 0 !important;
	width: 133px;
}
.footer .links {
	display: inline-block;
}
.footer.tele-footer {
	border: none;
	padding: 0;
	margin: 0;
}
.footer span, .footer a {
    display: inline-block;
	vertical-align: top;
    color: #FFF;
	font-size: 14px;
    margin: 0 10px;
}
.v-line {
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
    margin: 0 5px;
    min-height: 15px;
}
footer .v-line {
    border-left: 1px solid #b9b9b9;
    margin-top: 2px !important;
}
.fc {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.f-icon, .t-icon, .y-icon, .l-icon {
	background:  url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 400px 1244px rgba(0, 0, 0, 0);
    background-position: -206px -31px;
    cursor: pointer;
    float: left;
    height: 26px !important;
    margin: 8px 15px 0 0;
    width: 26px !important;
}
.t-icon {
    background-position: -252px -31px;
}
.y-icon {
    background-position: -296px -31px;
}
.l-icon {
    background-position: -339px -31px;
}
.footer5 {
    float: right;
}
.footer5 a {
	margin: -3px 0 0 10px !important;
}
.footer5 span {
	margin: 0 !important;
}
/*Footer End*/

/*Videos Start*/
/*Home Page Video Start*/
#video-slide {
	position:relative;
	overflow:hidden;
	height:526px;
}
.leader #video-slide {
	height: 414px;
}
.video-list {
	display:none;
	position:absolute;
}
#video-slide .shadow-sml {
    margin: 0;
}
.video-dot-list {
	text-align: center;
}
.video-dot-list .dot {
	background-color: #ccc;
	border-radius: 20px;
	display: inline-block;
	cursor: pointer;
	height: 10px;
	margin: 0 2px;
	width: 10px;
}
.video-dot-list .dot.sel {
	background-color: #555;
}
/*Home Page Video End*/
.shadow-sml {
	background-color:#fff;
	border:1px solid #EEE;
	cursor:pointer;
	display:inline-block;
	margin:46px 20px 29px;
	overflow:hidden;
	padding:10px;
	box-shadow:0px 2px 15px rgba(0,0,0,0.1);
	position:relative;
}
.shadow-sml:hover {
	opacity:0.9
}
.img-brd {
	height: 476px;
	width: 850px;
}
.leader .img-brd {
	height: 364px;
	width: 650px;
}
.shadow-sml:before {
	background-color:rgba(255,255,255,0.5);
	border:3px solid rgba(255,255,255,0.6);
	border-radius:100px;
	box-shadow:0 0 54px #FFF;
	content:"";
	position:absolute;
	cursor:pointer;
	height:70px;
	top:calc(50% - 38px);
	left:calc(50% - 38px);
	z-index:1;
	width:70px;
}
.shadow-sml img {
	margin:0;
	position:inherit;
	float:none;
	vertical-align: top;
}
.home .shadow-sml:before {
	margin:143px 0 0 288px;
}
.shadow-sml:after {
	border-left:14px solid #FFF;
	border-top:14px solid transparent;
	border-bottom:14px solid transparent;
	content:"";
	position:absolute;
	top:calc(50% - 14px);
	left:calc(50% - 5px);
	z-index:2;
	cursor:pointer;
}
.home .shadow-sml:after {
	margin:163px 0 0 -334px;
}
.video-demo:hover .video:after {
	border-left:18px solid #555;
}

.video-box {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.dialog-cmdiv {
	width: 90%;
	display: table;
	margin: 20px auto;
	height: 100%;
	max-width: 70%;
}
.dialog-video {
	display: table-cell;
	vertical-align: middle;
}
.iframe-div {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.iframe-div iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.plcl_icon {
	cursor: pointer;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
}
.plcl_icon:before, .plcl_icon:after {
	background-color: #777;
	content:"";
	height:30px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	width:2px;
	float:left;
	margin: 0px 0 0 13px;
}
.plcl_icon:after {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin: 0px 0 0 -2px;
}
.freezelayer-white {
	background-color:rgba(255, 255, 255, 0.9);
    height:100%;
    left:0;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:200;
}
/*Video End*/

/*Webinar End*/
.webinars {
    background-color: #630641;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    text-align: center;
    color: #FFF;
}
.webinars h2 {
    color: #FF9C24;
    font-size: 3rem;
    font-weight: 300;
}
.box-link {
    flex: 0 0 23.4%; /* Show 4 items at a time */
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    min-height: 240px;
    transform: translateX(0);
    width: 100%;
    margin: 16px 0 8px;
    max-width: 830px;
    cursor: pointer;
}
.box-content {
	background-color: #FFF;
	box-sizing: border-box;
    display: flex;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 3;
	height: 100%;
	padding: 20px;
	transition: all 0.5s;	
	width: 100%;
}
.box-content:hover {
	transform: scale(1.05);
}
.box-content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	position: relative;
	margin: 10px 0 0;
}
.box-content img {
    margin: -20px 0 -20px -20px;
    vertical-align: top;
	width: 422px;
}
.box-content .label1, .box-content .label2 {
	font-size: 16.2px;
	line-height: 1.5;
	font-weight: 300;
}
.box-content .label2 {
	margin-bottom: 8px;
}
.box-content .label1 {
	color: #BB6803;
	font-size: 12.2px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
    height: 30px;
}
.box-inner-content {
    padding: 10px 42px;
    width: 80%;
}
/*Webinar End*/

/*common css Start*/
.fnt-smth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more-linebtn-sml {
    border-bottom: 1.5px solid #900A5F;
}
.fnt13 {
   font-size: 13px;
}
.mar-t30 {
	margin-top: 30px;
}
.mar-top10 {
    margin-top: 10px !important;
}
.mar-b25 {
	margin-bottom: 25px;
}
.cm-wd {
	margin: 0 auto;
    max-width: 1300px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.dtc {
    display: table-cell !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cmfw {
	float: left;
	width: 100%;
}

/*common css End*/

@media (max-width:1255px) {
	.footer {
		text-align: center;
	}
	.footer .links {
		margin-top: 20px;
		width: 100%;
	}
	.footer5 {
		float: none;
		display: inline-block;
		margin-top: 50px;
		width: 100%;
	}
	.footer5 a {
		margin: 0 5px 0 !important;
	}
}
@media (max-width:1060px) {
	.fe-content {
		width: 45%;
	}
	.features-list li:nth-child(odd) .fe-content {
		padding-left: 20px;
	}
	.features-list li:nth-child(even) .fe-content {
		padding-right: 20px;
	}
}
@media (max-width:1040px) {
	.banner {
		height: auto;
		min-height: 420px;
	}
}
@media (max-width:1000px) {
	.banner img {
		margin: 10px 0 0;
		width: 400px;
	}
	.banner-list {
		margin-top: 100px;
	}
}
@media (max-width:955px) {
	.footer .links span {
		margin: 0 0 20px;
		width: 100%;
	}
}
@media (max-width:940px) {
	#video-slide {
		height: 414px !important;
	}
	.img-brd {
		height: 364px !important;
		width: 650px !important;
	}
}
@media (max-width:930px) {
	.features-list img {
		width: 400px;
	}
	.fe-content {
		padding-top: 35px;
	}
}

@media (max-width:857px) {
	.features-list {
		text-align: center;
	}
	.features-list li:nth-child(odd) .fe-content, .features-list li:nth-child(even) .fe-content {
		padding: 0 5%;
		margin-bottom: 25px;
		width: 90%;
	}
	.features-list li:nth-child(odd) img, .features-list li:nth-child(even) img {
		float: none;
	}
	.benefits-list, .benefits-list:nth-child(1) {
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	.benefits-list:nth-child(2) {
		margin: 30px 0;
	}
	.benefits-list li {
		list-style: none;
	}
	.benefits-list h3:before, .benefits-list li:before, .benefits-list li:after {
		content: inherit;
	}
}

@media (max-width:  824px) {
    .box-link {
        max-width: 400px;
    }
    .box-content {
        display: inline-block;
    }
    .box-content img {
        margin: -20px -20px 0;
        width: calc(100% + 40px);
    }
    .box-inner-content {
        padding: 10px 0;
        width: 100%;
    }
}

@media (max-width:730px) {
	#video-slide {
		height: 302px !important;
	}
	.img-brd {
		height: 252px !important;
		width: 450px !important;
	}
}

@media (max-width:690px) {
    .banner .label1 span {
        float: none;
        width: auto;
    }
}

@media (max-width:662px) {
	.footer {
		box-sizing: border-box;
		text-align: left;
	}
	.footer .links span {
		margin-bottom: 0;
	}
	.footer .links a {
		margin: 20px 0 0;
		width: 100%;
	}
	.footer5 a {
		margin: 0 10px 0 0 !important;
	}
	footer .v-line {
		display: none;
	}
}

@media (max-width:530px) {
    .logo {
		background: url(../images/logo.png) no-repeat scroll 0 3px / 196px 38px rgba(0, 0, 0, 0);
		width: 196px;
	}
    .sign .sign-up {
        font-size: 13px;
        padding: 1px 10px;
        margin-left: 0;
    }
	#video-slide {
		height: 219px !important;
	}
	.img-brd {
		height: 168px !important;
		width: 300px !important;
	}
}

@media (max-width:500px) {
	.form {
		width: 100%;
	}
}

@media (max-width:472px) {
	.banner h1 {
		font-size: 3.571rem;
	}
	.features-list img {
		width: 90%;
	}
}

@media (max-width:455px) {
    .logo {
		background: url(../images/logo.png) no-repeat scroll 0 5px / 166px 32px rgba(0, 0, 0, 0);
		width: 166px;
	}
    header .cm-wd {
        padding: 0 8px;
    }
    .topmenu li a {
        font-size: 1.1rem;
        margin-top: 25px;
        margin-right: 8px;
    }
    .sign .sign-up {
        font-size: 0.9286rem;
    }
}

@media (max-width:380px) {
    .logo {
		background: url(../images/logo.png) no-repeat scroll 0 5px / 160px 31px rgba(0, 0, 0, 0);
		width: 160px;
	}
}
