@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');

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;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;
}
a.link {
    color: #9a006a;
}
p {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
}
/*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: 0 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*/

/*Banner Start*/
.banner {
    background-color: #FFF;
    padding: 210px 0 120px;
}
.banner-row {
    overflow: hidden;
    position: relative;
}
.banner h1 {
    font-family: 'Hanken Grotesk', sans-serif;
    float: left;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0 0 18px;
    line-height: 55px;
    width: 100%;
}
.banner .label1 {
    display: inline-block;
    font-size: 17px;
    line-height: 1.6;
}
.banner .banner-l {
    float: left;
    width: 51%;
}
.banner .banner-r {
    width: 46%;
    position: absolute;
    right: 15px;
    left: calc(50% + 64px);
    top: 50%;
    transform: translateY(-50%);
}
.banner .banner-r img {
    cursor: pointer;
    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*/
.sectionheading {
    font-family: 'Hanken Grotesk', sans-serif;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}
/*Features Start*/
.banner .label, .features .label, .features .label1, .benefits .label, .find-out .label {
    font-family: 'Hanken Grotesk', sans-serif;
    color: #900A5F;
    float: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
}
.features {
    background-image: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    padding: 40px 0;
}
.features .label1 {
    color: #000;
}
.features ul.list {
    color: #000;
    box-sizing: border-box;
    float: left;
    font-size: 17px;
    line-height: 1.6;
    text-align: left;
    list-style: disc;
    padding: 5px 0 25px 18px;
    width: 100%;
}
.features-list {
    display: flex;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 30px 0;
	width: 100%;
}
.features-list:nth-child(1) {
    flex-direction: row-reverse;
}
.features-list .img {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
	width: 49%;
}
.features-list:nth-child(even) .img {
	float: left;
}
.features-list .img img {
    cursor: pointer;
    width: 100%;
}
.features-content {
	box-sizing: border-box;
	float: left;
	text-align:left;
	position: relative;
	margin: 30px 0;
	width: 50.2%;
}
.features-list:nth-child(1) .features-content {
    display: flex;
    align-items: center;
	padding-right: 40px;
}
.features-list:nth-child(2) .features-content {
	padding-left: 40px;
}
/*Features End*/

/*Benefits Start*/
.benefits {
    background-image: linear-gradient(rgba(241, 244, 249, 1), rgba(241, 244, 249, 1)) !important;
    padding: 70px 0;
}
.benefit-list {
    display: flex;
    justify-content: space-between;
}
.benefit-col {
    flex-basis: 225px;
    flex-grow: 1;
}
.benefit-col+.benefit-col {
    margin-left: 64px;
}
.benefit-col .content {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.benefit-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.benefit-col p {
    margin: 0;
}
.benefit-col .icon {
    min-height: 55px;
}
.benefit-col svg {
    max-height: 50px;
    width: 50px;
    fill: #9a006a;
}
/*Benefits End*/

/*Find Out Start*/
.find-out {
	background-color: #FFF;
	padding: 60px 0;
	position: relative;
}
.find-out-content {
    box-sizing: border-box;
	float: left;
	text-align:left;
	position: relative;
	margin: 85px 0;
	width: 100%;
    max-width: 550px;
}
.find-out .img {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    max-width: 42%;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    top: 0;
}
.find-out .img img {
    display: none;
    width: 100%;
}
/*Find Out End*/

/*Pricing Start*/
.pricing {
	border-radius:5px;
	display:inline-block;
	text-align:center;
	padding:150px 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%;
}
/*Pricing End*/

/*Play Start*/
.userconf-banner .play {
	transform: scale(0.2);
	opacity: 0;
	transition: all 0.8s 0.9s;
	margin:-10px 0 30px;
}
.userconf-banner.animated .play {
	transform: scale(1);
	opacity: 1;
}
.play span {
	display: inline-block;
	cursor: pointer;
	height: 60px;
	position: relative;
	width: 60px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 100px;
    transition: all 0.2s;
}
.banner .banner-r img:hover ~ .play span, .features-list img:hover ~ .play span {
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: scale(1.1);
}
.play span::before {
	/*border-left: 20px solid #9A006A;*/
	border-left: 20px solid transparent;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	content: "";
	position: absolute;
	top: 17px;
	left: 23px;
	cursor: pointer;
}
.play span:after {
	border-left: 14px solid #FFF;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	content: "";
	position: absolute;
	top: 21px;
	left: 25px;
	cursor: pointer;
}
.notes {
  background-color: #FFF;
  box-shadow: 0 0 29px rgba(0, 63, 145, 0.1);
  border: 1px solid #ECEFF4;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  padding: 40px 30px;
  position: relative;
  width: 90%;
}
/*Play End*/

/*Videos Start*/
.video-col {
	float: left;
	margin-bottom: 30px;
	width: 50%;
	min-width: 400px;
}
.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:10px;
	overflow:hidden;
	padding:10px;
	position:relative;
}
.shadow-sml:hover {
	opacity:0.9
}
.img-brd {
	height: 532px;
	transition: all 0.3s;
	width: 950px;
}
.leader .img-brd {
	height: 227px;
	width: 350px;
}
.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;
	transition: all 0.3s;
	height:76px;
	top:calc(50% - 38px);
	left:calc(50% - 38px);
	z-index:1;
	width:76px;
}
.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: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;
	transition: all 0.3s;
}
.home .shadow-sml:after {
	margin:163px 0 0 -334px;
}
.video-demo:hover .video:after {
	border-left:18px solid #555;
}
#vContainer {
    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 {
	background-color:rgba(255, 255, 255, 0.9);
    height:100%;
    left:0;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:200;
}
/*Videos End*/

/*footer Start*/
.customerspeaks {
    border-top: 3px solid #f8faff;
	color: #000;
	text-align: center;
	padding: 70px 15px;
    box-sizing: border-box;
}
.customerspeaks p {
	line-height: 32px;
}
.customerspeaks .content {
	display: inline-block;
	text-align: center;
	width: 90%;
}
.customerspeaks .photo {
    height: 100px;
    display: inline-block;
    width: 100px;
    border-radius: 150px;
    overflow: hidden;
}
.customerspeaks .photo img {
	width: 100%;
}
.customerspeaks .name {
	font-size: 21px;
	font-weight: 600;
    line-height: 1.2;
}
.customerspeaks .other {
	font-size: 18px;
    font-style: italic;
    line-height: 2.2;
}
/*footer End*/

/*footer Start*/
footer {
    background-color: #1F0227;
    color: #FFF;
    padding: 40px 0;
    position: relative;
    margin-top: 0 !important;
    z-index: 1;
}
.footer {
    border: none !important;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 32px !important;
}
.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;
}
.footer-social {
    float: right;
}
.footer-social a {
    margin: -3px 0 0 10px !important;
}
.footer-social span {
    margin: 0 !important;
}
/*Footer End*/

/*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*/
.sub-btn {
    background-color: #9a006a;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 100px;
    color: #FFF;
    float: left;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    text-align: center;
    padding: 12px 27px;
    height: 45px;
    min-width: 100px;
}
.leran-more-btn {
    color: #900A5F;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
}
.leran-more-btn span {
    color: #000;
    font-size: 28px;
    line-height: 0.4;
    vertical-align: top;
    padding-left: 6px;
    transition: all 0.25s;
}
.leran-more-btn:hover span {
    color: #900A5F;
    padding-left: 10px;
}
strong {
    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: 10px;
}
.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 (max-width:1330px) {
    .find-out-content {
        margin: 35px 0;
    }
}
@media (max-width:1255px) {
    .footer {
        text-align: center;
    }
    .footer .links {
        margin-top: 20px;
        width: 100%;
    }
    .footer-social {
        float: none;
        display: inline-block;
        margin-top: 50px;
        width: 100%;
    }
    .footer-social a {
        margin: 0 5px 0 !important;
    }
}
@media (max-width:1040px) {
    .find-out-content {
        margin: 0;
    }
}
@media (max-width: 968px) {
    .banner h1 {
        font-size: 38px;
        line-height: 45px;
    }
    .banner .label1 {
        font-size: 19px;
    }
}
@media (max-width:955px) {
    .footer .links span {
        margin: 0 0 20px;
        width: 100%;
    }
}
@media (max-width:950px) {
    .banner {
        padding: 150px 0 60px;
    }
    .benefit-col + .benefit-col {
        margin-left: 30px;
    }
    .find-out-content {
        width: 58%;
        max-width: 100%;
    }
    .features {
        padding: 0;
    }
    .features-content {
        margin: 20px 0;
    }
}
@media (max-width:881px) {
    .find-out {
        padding: 30px 0;
    }
    .pricing {
        padding-top: 30px;
    }
    .form {
        display: inline-block;
        max-width: 100%;
    }
    .hbspt-form {
        max-width: 550px;
        width: 100%;
    }
}
@media (max-width: 828px) {
    .banner .banner-l {
        width: 100%;
    }
    .banner .banner-r {
        float: left;
        position: relative;
        top: auto;
        left: 0;
        transform: none;
        margin-top: 40px;
        width: 100%;
    }
    .features-list {
        flex-direction: column-reverse !important;
    }
    .features-list:nth-child(1) {
        padding-bottom: 0;
    }
    .features-list:nth-child(2) {
        padding-top: 10px;
    }
    .features-list:nth-child(1) .features-content, .features-list:nth-child(2) .features-content {
        padding: 0;
        width: 100%;
    }
    .features-list .img, .features-list .img img {
        width: 100% !important;
    }
}
@media (max-width:732px) {
    .benefit-list {
        display: inline-block;
    }
    .benefit-col + .benefit-col {
        float: left;
        margin: 30px 0 0;
        width: 100%;
    }
    .find-out {
        padding-bottom: 0;
    }
    .find-out-content {
        width: 100%;
        max-width: 550px;
    }
    .find-out .img {
        background-image: none;
        float: left;
        position: relative;
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
    }
    .find-out .img img {
        display: inline-block;
        vertical-align: top;
    }
}
@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%;
    }
    .footer-social a {
        margin: 0 10px 0 0 !important;
    }
    footer .v-line {
        display: none;
    }
}
@media (max-width:400px) {
     .logo {
        background: url(../images/logo.png) no-repeat scroll 0 0 / 180px 35px rgba(0, 0, 0, 0);
        background-position: 0px 4px;
        width: 180px;
    }
    .signup-button {
        padding: 0 15px;
    }
}