@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 {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
body {
    background-color: #FFF;
    color: #000;
    font-size: 15px;
	font-family: 'Lato', sans-serif;
}
body.show-sidebar {
	overflow: hidden;
}
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 {
  outline: none;
}
h1 {
  font-weight: 300;
}
h2, h3, h4 {
	font-size: 30px;
	font-weight: 400;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

p {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
}

/*Header Start*/
header {
    background-color: #1F0227;
    box-shadow: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 90px;
    transition: all 0.3s;
    padding: 12px 0;
    width: 100%;
    z-index: 100;
}
.header {
    background-color: #9A006A;
    float: left;
    min-height: 63px;
    margin: 90px 0 20px;
    width: 100%;
}
.header h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin: 14px 0 16px;
}
.logo {
	background:url(../images/logo.png) no-repeat scroll 0 0 / 222px 43px rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position: -1px 0;
    float:left;
    height:43px;
    margin: 11px 0;
    width:222px;
}
.topmenu {
    float: right;
}
.topmenu li {
    float: left;
}
.topmenu li a {
	color: #000;
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding: 20px 13px 14px 3px;
    font-weight: 300;
}
.signup-button {
    background-color: #FFF;
    border-radius: 40px;
    color: #900A5F;
	float: right;
    font-size: 13.5px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 37px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    margin: -7px 0 -11px 0;
    position: relative;
}
/*Header End*/

.leader {
    float: left;
    line-height: 1.6;
    transition: margin 0.3s ease-in 0s;
    width: 100%;
}
.pricing {
	border-radius:5px;
	display:inline-block;
	text-align:center;
	padding:30px 0 0 0;
	width:300px;
}
.pricing .label {
	background-color:#FFF;
	border:2px solid #70AFFF;
	border-radius:200px;
	display:inline-block;
	font-size:70px;
	font-weight:700;
	line-height:170px;
	height:200px;
	width:200px;
}
.pricing span {
	color:#000;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	line-height:normal;
	margin:-50px 0 0;
	vertical-align:top;
}
.form {
    float: left;
    margin-top: 20px;
    max-width: 550px;
    width: 100%;
}

/*Banner Start*/
.banner {
	/*background-color: #EFF6FF;*/
	/*background-color: #FFD6D6;*/
	background-color: #3D59AE;
	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%);
	overflow: hidden;
	padding: 100px 0 0;
}
.banner h1, .banner-header {
    float: left;
    /*font-family: "proxima_nova_semibold";*/
    font-size: 45px;
    font-weight: 600;
	letter-spacing: normal;
    margin: 0 0 18px;
    line-height: 55px;
    width: 100%;
	
	color: #FFF;
}
.banner .label1 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.6;
    max-width: 510px;
    margin: 0 auto;
	
	color: rgba(255,255,255,0.7);
}
.banner .banner-l {
	height: 450px;
	vertical-align: middle;
	width: 45%;
}
.banner .banner-r {
	text-align: center;
	vertical-align: middle;
	width: 48%;
}
.banner .banner-r img {
	width: 100%;
}
.banner .demo-button {
	background-color: #FFF;
    border: 1px solid transparent;
    box-sizing: border-box;
	border-radius: 100px;
    color: #000;
	display: inline-block;
    font-size: 17px;
	line-height: 1;
    cursor: pointer;
    text-align: center;
    padding: 12px 27px;
    margin-right: 20px;
	height: 45px;
	min-width: 100px;
}
/*Banner End*/

/*product-intro start*/
.product-intro {
	text-align: center;
	padding: 70px 0 0;
}
.product-intro p {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	text-align: left;
	padding: 0 10px;
	width: 100%;
}
.product-intro p:nth-last-child(1) {
	margin: 0;
}
.product-intro .list {
    box-sizing: border-box;
    float: left;
    text-align: left;
    list-style: disc;
    padding-left:50px;
    width: 100%;
}
.product-intro .list li {
	margin-bottom: 10px;
}
/*product-intro end*/

.sectionheading {
  display: inline-block;
  /*font-family: "proxima_nova_semibold";*/
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
}
.sectionheading:after {
  background-color: #f26330;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 10px calc(50% - 44px) 0;
  vertical-align: top;
  width: 88px;
}

/*Home Features Start*/
.benefits {
	text-align: center;
	padding: 70px 0 20px;
}
.benefits .content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.benefits .content li {
	position: relative;
	margin: 0 4% 0;
	width: 25%;
}
.ver-content {
	background-color: #FFF;
	box-shadow: 10px 10px 30px 0 rgba(67, 94, 224, 0.1);
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	position: relative;
	z-index: 5;
	height: 100%;
	width: 100%;
	padding: 30px 30px 40px;
	margin-right: -50px;
	transition: 0.5s ease;
	transform: translateY(150px);
	opacity: 0;
}
.animated .ver-content {
    transform: translateY(0);
	opacity: 1;
}
.animated .ver-content.box-1 {
    transition: 0.5s 0.4s ease;
}
.animated .ver-content.box-2 {
    transition: 0.5s 0.5s ease;
}
.animated .ver-content.box-3 {
    transition: 0.5s 0.6s ease;
}
.ver-content h3 {
	display: none;
}
.ver-content p {
	margin-bottom: 0;
}
.secure-msg-icon, .integrated-ehr-icon, .analytic-icon {
	background: url("../images/connect-norepeat.png") no-repeat scroll 0 0 / 300px 200px rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: -3px 5px;
	display: inline-block;
	height: 90px;
	width: 90px;
}
.integrated-ehr-icon {
	background-position: -104px 3px;
}
.analytic-icon {
	background-position: -202px 1px;
}
.back-bg {
	background-color: #000;
	box-shadow: 0 6px 20px 0 rgba(67, 94, 224, 0.1);
	display: inline-block;
	position: absolute;
	z-index: 3;
	left: -25px;
	top: -25px;
	height: 85%;
	padding-top: 8px;
	transform: translateX(-100px);
	opacity: 0;
	transition: 0.5s 0.1s ease;
	width: 100px;
}
.animated .back-bg {
	transform: translateX(0);
	opacity: 1;
}
.benefits .content li:nth-child(1) .back-bg {
	background-color: #94A0FF;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B5BEFF),
	color-stop(1, #8A98FC)
);
background-image: -o-linear-gradient(bottom, #B5BEFF 0%, #8A98FC 100%);
background-image: -moz-linear-gradient(bottom, #B5BEFF 0%, #8A98FC 100%);
background-image: -webkit-linear-gradient(bottom, #B5BEFF 0%, #8A98FC 100%);
background-image: -ms-linear-gradient(bottom, #B5BEFF 0%, #8A98FC 100%);
background-image: linear-gradient(to bottom, #B5BEFF 0%, #8A98FC 100%);
	color: #354CA2;
}
.benefits .content li:nth-child(2) .back-bg {
	background-color: #A5D771;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #C8F099),
	color-stop(1, #9ECF65)
);
background-image: -o-linear-gradient(bottom, #C8F099 0%, #9ECF65 100%);
background-image: -moz-linear-gradient(bottom, #C8F099 0%, #9ECF65 100%);
background-image: -webkit-linear-gradient(bottom, #C8F099 0%, #9ECF65 100%);
background-image: -ms-linear-gradient(bottom, #C8F099 0%, #9ECF65 100%);
background-image: linear-gradient(to bottom, #C8F099 0%, #9ECF65 100%);
	color: #518C14;
	transition: 0.5s 0.2s ease;
}
.benefits .content li:nth-child(3) .back-bg {
	background-color: #EE8F72;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFB199),
	color-stop(1, #EE8F72)
);
background-image: -o-linear-gradient(bottom, #FFB199 0%, #EE8F72 100%);
background-image: -moz-linear-gradient(bottom, #FFB199 0%, #EE8F72 100%);
background-image: -webkit-linear-gradient(bottom, #FFB199 0%, #EE8F72 100%);
background-image: -ms-linear-gradient(bottom, #FFB199 0%, #EE8F72 100%);
background-image: linear-gradient(to bottom, #FFB199 0%, #EE8F72 100%);
	color: #AE4B2D;
	transition: 0.5s 0.3s ease;
}
.back-bg span {
	color: #000;
	float: left;
	font-size: 18px;
  	/*font-family: "proxima_nova_semibold";*/
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.7px;
	transform: rotate(-90deg);
	margin: 120px 0 0 -90px;
	width: 230px;
}
/*Home Features End*/

/*Connect Start*/
.connect-features {
	text-align: center;
}
.features-inner {
	/*background-color: #EFF6FF;*/
	/*background-color: #CAF3F5;*/
	background-color: #DEECFF;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	text-align: left;
    padding: 70px 0;
	margin: 0 auto;
	width: calc(100% - 80px);
}
.feat-content {
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
    width: 48%;
    padding: 40px 20px;
	position: relative;
	z-index: 1;
	height: 540px;
}
.feat-content li {
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.feat-content li:before, .feat-content li:after {
	background-color: rgba(0,0,0,0.5);
	content: "";
	height: 3px;
	position: absolute;
	top: 13px;
	left: 0;
	visibility: visible;
	transform: rotate(0deg);
	transition: all 0.3s;
	width: 12px;
}
.feat-content li:after {
	transform: rotate(90deg);
}
.feat-content li.active:after {
	background-color: rgb(253, 119, 88);
	transform: rotate(180deg);
}
.feat-content li:hover:after {
	background-color: rgb(253, 119, 88);
}
.feat-content li.active:before {
	background-color: rgb(253, 119, 88);
	visibility: hidden;
	transform: rotate(90deg);
	transition: transform 0.3s;
}
.feat-content li:hover:before {
	background-color: rgb(253, 119, 88);
}
.feat-content li img {
	display: none;
	width: 80%;
}
.feat-content h3 {
	color: rgba(0,0,0,0.6);
    font-size: 19px;
    cursor: pointer;
	padding-left: 5px;
}
.feat-content li.active h3, .feat-content li:hover h3 {
	color: rgb(253, 119, 88);
	transition: all 0.3s;
}
.feat-content p {
	display: none;
	padding-left: 5px;
	margin-bottom: 0;
}
.feat-img {
    box-sizing: border-box;
    float: right;
    text-align: left;
	position: relative;
	overflow: hidden;
    width: 50%;
    padding: 48% 0px 0px 40px;
}
.feat-img .feat-img-div {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
	height: 100%;
}
.feat-img img {
    width: 100%;
}
.feat-img #img8 img {
	height: 100%;
	width: auto;
}
/*Connect End*/

/*Videos Start*/
/*Home Page Video Start*/
.connect-video {
	padding: 70px 0 0;
}
#video-slide {
	position:relative;
	overflow:hidden;
	transition: all 0.3s;
	height:582px;
}
.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 rgba(67, 94, 224, 0.06);
	box-shadow:0 5px 24px 0 rgba(67, 94, 224, 0.15);
	cursor:pointer;
	display:inline-block;
	margin:46px 20px 29px;
	overflow:hidden;
	padding:10px;
	position:relative;
}
.img-brd {
	height: 532px;
	transition: all 0.3s;
	width: 950px;
}
.leader .img-brd {
	height: 364px;
	width: 650px;
}
.shadow-sml:before {
	background-color: #fff;
	border-radius:100px;
	box-shadow: 0 8px 24px 0 rgba(67, 94, 224, 0.2);
	content:"";
	position:absolute;
	cursor:pointer;
	height:76px;
	top:calc(50% - 38px);
	left:calc(50% - 38px);
	z-index:1;
	width:76px;
}
.connect-video .shadow-sml:before {
	background-color: #FF6D3A;
	box-shadow: 0 15px 35px 0 rgba(49, 79, 221, 0.3);
}
.shadow-sml img {
	margin:0;
	position:inherit;
	float:none;
	vertical-align: top;
	opacity:0.9;
}
.shadow-sml:hover img {
	opacity:1;
}
.home .shadow-sml:before {
	margin:143px 0 0 288px;
}
.shadow-sml:after {
	border-left:16px solid rgba(0,0,0,0.6);
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
	content:"";
	position:absolute;
	top:calc(50% - 12px);
	left:calc(50% - 5px);
	z-index:2;
	cursor:pointer;
}
.connect-video .shadow-sml:after {
	border-left: 16px solid rgb(255, 255, 255);
}
.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*/

/*footer Start*/
/*footer {
  background-color: #171335;
  border-top: 1px solid #eee;
	color: #FFF;
  float: left;
  font-size: 16px;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer {
  border-top: 1px solid #e5e5e5;
  float: left;
  text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  width: 100%;
}
.footer.tele-footer {
	border: none;
	padding: 0;
	margin: 0;
}
.footer span, .footer a {
  display: inline-block;
  color: #FFF;
  margin: 0 10px;
}
footer .v-line {
  border-left: 1px solid #b9b9b9;
  margin-top: 6px !important;
}
.f-icon, .t-icon, .y-icon {
  background-position: -251px -23px;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 40px;
  cursor: pointer;
  float: left;
  height: 29px;
  margin: 8px 15px 0 0;
  width: 29px;
}
.t-icon {
  background-position: -221px -23px;
}
.y-icon {
  background-position: -279px -23px;
}*/
/*Footer End*/

/*footer Start*/
footer {
    background-color: #1F0227;
    color: #FFF;
    padding: 60px 0 30px;
    position: relative;
	margin-top: 0 !important;
    z-index: 1;
}
.footer {
    border-top: 1px solid rgba(255,255,255,0.2);
    float: left;
    text-align: left;
    padding-top: 30px;
    margin-top: 40px;
    width: 100%;
}
.footer .logo {
	background: url(../../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 span, .footer a {
    display: inline-block;
	vertical-align: top;
    color: #FFF;
	font-size: 14px;
    margin: 0 10px;
}
footer .v-line {
    border-left: 1px solid #b9b9b9;
    margin-top: 2px !important;
}
.f-icon, .t-icon, .y-icon, .l-icon {
	background:  url(../../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*/

/*Mobile App Start*/
.mobile-app {
	overflow: hidden;
	padding: 70px 0;
}
.mobile-app-l {
	display: inline-block;
	transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s 0.06s ease;
	width: 385px;
}
.mobile-app-r {
	display: inline-block;
	width: 48%;
	text-align: left;
	padding: 12% 0 0 4%;
}
.mobile-app-r h2 {
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s 0.15s ease;
}
.mobile-app-r p {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 25px;
	margin-bottom: 50px;
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s 0.3s ease;
	width: 80%;
}
.animated .mobile-app-r h2, .animated .mobile-app-r p {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.mobile-app-r h2 ~ img {
	display: none;
}
.mobile-app-r img {
	transform: translateX(150px);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s 0.45s ease;
}
.mobile-app-r a:nth-child(2) img {
	transition: 0.5s 0.55s ease;
}
.animated .mobile-app-l, .animated .mobile-app-r img {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
/*Mobile App End*/

/**/
.benefits1 {
	text-align: center;
	padding: 70px 0 0;
}
.benefits1 li {
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 20px;
	margin: 0 0.8%;
	min-width: 225px;
	width: 23%;
}
.benefits1 li strong {
	background-color: #FFF;
	box-shadow: 0 4px 10px 0 rgba(67, 94, 224, 0.2);
	border: 5px solid #F0B834;
	border-radius: 100px;
	display: inline-block;
	font-size: 28px;
	line-height: 87px;
	height: 90px;
	margin-bottom: 10px;
	transition: 0.5s 0.2s ease;
	transform: translateY(-100px);
	opacity: 0;
	width: 90px;
}
.benefits1 li:nth-child(2) strong {
	transition: 0.5s 0.4s ease;
	border: 5px solid #99C45C;
}
.benefits1 li:nth-child(3) strong {
	transition: 0.5s 0.6s ease;
	border: 5px solid #F7797A;
}
.benefits1 li:nth-child(4) strong {
	transition: 0.5s 0.8s ease;
	border: 5px solid #BD8DC1;
}
.benefits1 li p {
	transition: 0.5s 0.2s ease;
	transform: translateY(100px);
	opacity: 0;
	margin-bottom: 0;
}
.benefits1 li:nth-child(2) p {
	transition: 0.5s 0.4s ease;
}
.benefits1 li:nth-child(3) p {
	transition: 0.5s 0.5s ease;
}
.benefits1 li:nth-child(4) p {
	transition: 0.5s 0.6s ease;
}
.benefits1.animated li strong, .benefits1.animated li p {
	transform: translateY(0);
	opacity: 1;
}
/**/

/*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*/

/*common css Start*/
.demo-button {
	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-right: 20px;
	height: 45px;
	min-width: 100px;
}
strong {
	/*font-family: "proxima_nova_semibold";*/
	font-weight: 400;
}
.h-line {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  margin: 5px 0;
}
.v-line {
  border-left: 1px solid #e5e5e5;
  vertical-align: top;
  margin: 0 5px;
  min-height: 15px;
}
.fnt-smth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fnt19 {
	font-size: 19px;
}
.fnt18 {
	font-size: 18px;
}
.fnt16 {
	font-size: 16px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.pad-r0 {
    padding-right: 0 !important;
}
.mar-bot20 {
    margin-bottom: 20px;
}
.mar-top40 {
    margin-top: 40px;
}
.mar-top20 {
    margin-top: 20px;
}
.mar-top10 {
    margin-top: 20px;
}
.cm-wd {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.v-align-top {
  vertical-align: top;
}
.dt {
  display: table;
  width: 100%;
}
.dtc {
  display: table-cell;
}
.fc {
  display: inline-block;
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cmfw {
  float: left;
  width: 100% !important;
}
/*common css End*/


@media (min-width: 1440px) {
	.features-inner {
		max-width: 1360px;
		width: 100%;
	}
}
@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: 1070px) {
	#video-slide {
		height: 526px;
	}
	.img-brd {
		height: 476px;
		width: 850px;
	}
}
@media (max-width: 1028px) {
	.benefits1 li {
		margin: 0;
	}
}
@media (max-width: 990px) {
	.features-inner {
		border-radius: 0;
		width: 100%;
	}
	.feat-content {
		text-align: center;
		height: auto;
		padding: 0 20px;
		width: 100%;
	}
	.feat-content li:before, .feat-content li:after {
		display: none;
	}
	.feat-content li h3 {
		color: rgb(253, 119, 88);
	}
	.feat-content p {
		display: block !important;
		margin: 10px 0;
	}
	.feat-content li img {
		display: inline-block;
	}
	.feat-content #page8 {
		margin-bottom: 0;
	}
	.feat-content #page8 img {
		width: 56%;
	}
	.feat-img {
		display: none;
	}
}
@media (max-width: 968px) {
	.banner h1 {
		font-size: 38px;
		line-height: 45px;
	}
	.banner .label1 {
		font-size: 19px;
	}
	.banner .banner-l {
		height: 400px;
	}
	#video-slide {
		height: 414px !important;
	}
	.img-brd {
		height: 364px !important;
		width: 650px !important;
	}
	.benefits .content li {
		margin: 0 5.5% 0;
		width: 39%;
	}
	.benefits .content li:nth-last-child(1) {
		margin-top: 70px;
	}
	.benefits1 li {
		width: 48%;
	}
}
@media (max-width:955px) {
	.footer .links span {
		margin: 0 0 20px;
		width: 100%;
	}
}
@media (max-width: 862px) {
	.mobile-app-l {
		width: 47%;
	}
	.mobile-app-r {
		padding-left: 0;
		width: 52%;
	}
	.mobile-app-r p {
		width: 100%;
	}
}
@media (max-width:840px) {
	.pricing {
		float:none;
		display:inline-block;
		margin:0 50px 50px;
	}
}
@media (max-width: 828px) {
	.banner .banner-r {
		display: none;
	}
}
@media (max-width:778px) {
	#video-slide {
		height: 302px !important;
	}
	.img-brd {
		height: 252px !important;
		width: 450px !important;
	}
}
@media (max-width: 746px) {
	.mobile-app-r {
		padding-top: 5%;
	}
}
@media (max-width: 702px) {
	.mobile-app {
		padding: 70px 0 90px;
	}
	.mobile-app-l {
		display: none;
	}
	.mobile-app-r {
		padding-top: 0;
		width: 90%;
	}
}
@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:650px) {
	.benefits .content {
		display: inline-block;
		text-align: center;
	}
	.benefits .content li {
		display: inline-block;
		margin: 0 20px 0;
		width: 300px;
	}
	.benefits .content li:nth-last-child(2) {
		margin-top: 70px;
	}
}
@media (max-width:590px) {
	.benefits1 li {
		width: 98%;
	}
}
@media (max-width:562px) {
	#video-slide {
		height: 219px !important;
	}
	.img-brd {
		height: 168px !important;
		width: 300px !important;
	}
	.shadow-sml {
		box-shadow: 0 5px 15px 0 rgba(67, 94, 224, 0.08);
	}
	.cm-wd {
		padding: 0 15px;
	}
}
@media (max-width:440px) {
	.pricing {
		margin:0 0 50px;
	}
}
@media (max-width:430px) {
	.benefits .content li {
		width: 250px;
	}
	.app-link img {
		height: 40px;
	}
}
/*@media (max-width:366px) {
	.logo {
		background-size: 150px 35px;
		background-position: 14px 19px;
		margin-left: -18px;
		width: 150px;
	}
}*/