@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 {
    font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #FFF;
    color: #000;
    font-size: 1.071rem;
    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: #900A5F;
}

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

/*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;
    transform: translateY(0);
}

.logo {
    background: url(../../ehr/press-kit/charm-logo.png) no-repeat scroll 0 0 / 200px 44px rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 44px;
    margin: 11px 0;
    width: 200px;
}

.topmenu {
    float: right;
}

.topmenu li {
    float: left;
}

.topmenu li a {
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding: 16px 13px 14px 3px;
    font-weight: 300;
}

.topmenu li:nth-child(2) a {
    padding-right: 0;
}

.topmenu a {
    color: #FFF;
    font-weight: 300;
}

.topmenu ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 2px 0 10px;
    margin: 79px 0 0 -2px;
    width: 270px;
}

.topmenu ul li {
    padding: 0;
    margin: 0;
}

.topmenu ul li a {
    float: left;
    text-align: left;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
    padding: 10px 20px;
    height: auto;
    width: 230px;
}

.topmenu ul li:hover a {
    background-color: #fca000;
    color: #FFF;
    font-weight: 400;
}

.topmenu1 {
    float: right;
}

.topmenu1 li {
    float: left;
}

.topmenu1 li ul {
    display: none;
}

.topmenu1 li.show ul {
    display: block;
}

.topmenu1 li a,
.topmenu1 li label {
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding: 22px 12px;
}

.topmenu1 li label {
    cursor: default;
}

.mbp-topmenu li a {
    border-bottom: 2px solid #FF0000;
    padding: 3px 0 5px;
    margin: 17px 30px 0 0;
}

.topmenu1 a,
.topmenu1 label {
    color: #FFF;
}

.topmenu1 #ProductsTab,
.topmenu1 #ServicesTab,
.topmenu1 #ResourcesTab,
.topmenu1 #Specialities,
.topmenu1 #Marketplace {
    margin-right: 12px;
}

.topmenu1 .down-arrow {
    display: inline-block;
    margin: 0 0 1px 1px;
}

.topmenu1 .down-arrow:before,
.topmenu1 .down-arrow:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -4px 5px -5px 0;
    width: 8px;
}

.topmenu1 .down-arrow:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: -4px 5px -5px;
}

.topmenu1 ul {
    background-color: #FFF;
    box-shadow: 0 0.2286rem 2.086rem rgba(4, 62, 113, 0.15);
    border-radius: 0.3571rem;
    position: absolute;
    text-align: left;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    z-index: 100;
    margin: 60px 0 0 -2px;
    padding: 10px;
    width: 220px;
    display: none;
}

.topmenu1 ul li {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.topmenu1 ul li a {
    border-radius: 0.2143rem;
    box-sizing: border-box;
    color: #000;
    float: left;
    line-height: 1.786rem;
    padding: 0.3571rem 0.5714rem;
    width: 100%;
}

.topmenu1 ul li a:hover {
    background-color: #f3f6f9;
    color: #FF9C24;
    font-weight: 400;
}

.signin-button,
.signup-button {
    border-radius: 100px;
    color: #FFF;
    float: right;
    font-size: 13.5px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 35px;
    line-height: 36px;
    margin: -7px 0 -15px;
    text-align: center;
}

.signin-button {
    border: 1px solid #FFF;
    font-size: 14px;
    line-height: 2.3;
    padding: 0 16px;
    margin-top: -2px;
}

.signup-button {
    background-color: #FFF;
    color: #900A5F;
    padding: 1px 20px;
    position: relative;
}

header .signup-button {
    margin: -2px 0 -11px 0;
}

.header {
    background-color: #9A006A;
    float: left;
    position: fixed;
    z-index: 10;
    min-height: 63px;
    margin: 90px 0 30px;
    width: 100%;
}

.header h1,
.header h2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin: 16px 0;
}

.header.hide~.cmfw {
    margin-top: 0;
}

.header~.cmfw {
    margin-top: 186px;
}

.header.hide {
    display: none;
}

.h1 {
    font-size: 23px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}

/*Header End*/

/*mHeader Start*/
.charm-menu {
    background-color: #FFF;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    z-index: 101;
    margin: 75px 0 20px 0;
    transition: transform 500ms ease 0s;
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transform: translate3d(360px, 0px, 0px);
    -webkit-transform: translate3d(360px, 0px, 0px);
    height: 100%;
    width: 260px;
    padding: 0 45px 10px 15px;
}

.show-sidebar .charm-menu {
    transform: translate3d(30px, 0, 0px);
    -webkit-transform: translate3d(30px, 0px, 0px);
}

.menu-icon {
    float: left;
    display: none;
    cursor: pointer;
    height: 38px;
    margin: 13px 4px 0 -4px;
    width: 34px;
}

.menu-icon:before {
    border-top: 1.5px solid #FFF;
    border-bottom: 1.5px solid #FFF;
    content: "";
    float: left;
    height: 5px;
    margin: 11px 7px 0;
    width: 20px;
}

.menu-icon:after {
    background-color: #FFF;
    content: "";
    float: left;
    height: 1.5px;
    margin: 5px 7px 0;
    width: 20px;
}

.charm-menu ul {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.charm-menu ul li {
    border-top: 1px solid #f8ebff;
    border-Bottom: 1px solid #f8ebff;
    float: left;
    margin-top: -1px;
    width: 100%;
}

.charm-menu ul li:nth-child(1) {
    border: none;
}

.charm-menu li a,
.charm-menu li label {
    border-radius: 0.2143rem;
    float: left;
    color: #000;
    font-size: 17px;
    line-height: 45px;
    padding: 0 3%;
    width: 94%;
}

.charm-menu li a:hover,
.charm-menu li label:hover {
    background-color: #f3f6f9;
    color: #FF9C24;
}

.charm-menu ul.sub-list {
    padding: 10px 0;
}

.charm-menu ul.sub-list li {
    border: none;
}

/*mHeader End*/

/*Banner Start*/
.banner {
    background-color: #FFF;
    padding: 130px 0 50px;
}

.banner-row {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}

.banner h1 {
    font-family: 'Hanken Grotesk', sans-serif;
    float: left;
    font-size: 54px;
    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;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 51%;
}

.banner .banner-r {
    float: right;
    width: 46%;
}

.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 ul.list {
    list-style: disc;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 20px;
    width: 100%;
}

/*Banner End*/

.banner-no-padding {
    padding: 0 !important;
}

.sectionheading {
    font-family: 'Hanken Grotesk', sans-serif;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.breadcrumb {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-align: left;
}

/*Key-Features Start*/
.key-features {
    padding: 40px 0 80px;
}

.key-features .key-content {
    display: flex;
}

/*Features Start*/
.banner .label,
.features .label,
.find-out .label,
.features .label1,
.pricingsec .label1 {
    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(#f8f5f0, #f8f5f0) !important;
    padding: 40px 0;
}

.features-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.features-heading .label {
    float: none;
    display: inline-block;
}

.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: 80px 0 40px 0;
    width: 100%;
}

.features-list:nth-child(odd) {
    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 .features-content {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.features-list:nth-child(even) .features-content {
    padding-right: 40px;
    padding-left: 0;
}

/*Features End*/

/*Benefits Start*/
.benefits {
    background-color: #f1f4f9 !important;
    padding: 70px 0;
    text-align: center;
}

.benefits .label {
    font-family: 'Hanken Grotesk', sans-serif;
    color: #900A5F;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.benefit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit-col {
    padding: 15px 0;
    width: 28%;
}

.benefit-col .content {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.benefit-col span {
    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*/

/*Benefits Start*/
.feature-col {
    background-color: #FFF;
    border: 0.5px solid rgba(154, 0, 106, 0.2);
    box-shadow: 0 10px 24px 0 rgba(67, 94, 224, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    margin: 0 1% 0;
    vertical-align: top;
    padding: 30px;
    position: relative;
    overflow: hidden;
    width: 22.8%;
}

.feature-col .content {
    float: left;
    width: 100%;
}

.feature-col h3 {
    color: #9a006a;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.feature-col p {
    margin: 0;
}

.feature-col img {
    display: inline-block;
    margin: -40px 0;
    margin-bottom: -10px;
    width: 100%;
}

/*Benefits End*/

/*Find Out Start*/
.find-out {
    background-color: #F8F5F0;
    text-align: center;
    position: relative;
}

.find-out-content {
    box-sizing: border-box;
    float: right;
    text-align: center;
    position: relative;
    margin: 85px 0;
    width: 100%;
    max-width: 580px;
}

.find-out .img {
    background-image: url(https://go.charmhealth.com/hs-fs/hubfs/AdobeStock_297327517.jpeg);
    background-size: cover;
    background-position: center;
    max-width: 48%;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    top: 0;
}

.find-out .img img {
    display: none;
    width: 100%;
}

.find-out .label {
    font-size: 48px;
    font-weight: 800;
}

.find-out p {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 1000px;
    width: 100%;
}

.find-out p:last-child {
    margin-bottom: 0;
}

/*Find Out End*/

/*Pricing Start*/
.pricing {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 150px 0 0 0;
    width: 260px;
}

.pricing .label {
    background-color: #FFF;
    border: 2px solid #9A006A;
    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;
}

.pricing span.plan {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px !important;
}


.form {
    float: left;
    margin-top: 20px;
    max-width: 550px;
    width: 100%;
}

/*Pricing End*/

/*Pricing Table Start*/
.table-section {
    background-color: #FFF;
    padding: 60px 0;
}

.pricing-table {
    border: 0.5px solid rgba(154, 0, 106, 0.2);
    box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
    border-radius: 9px;
    padding: 36px 32px;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    width: 100%;
}

.pricing-table thead th {
    background-color: #FFF;
    border-bottom: none;
    font-weight: 400;
    padding: 30px 20px;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
    position: relative;
}

.pricing-table thead tr:first-child th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c5c5c5;
}

.pricing-table thead tr:first-child th:first-child::after {
    left: 40px;
}

.pricing-table thead tr:first-child th:last-child::after {
    right: 40px;
}

.pricing-table thead th:first-child {
    width: 34%;
}

.pricing-table thead tr:first-child th:first-child {
    border-top-left-radius: 14px;
}

.pricing-table thead tr:first-child th:last-child {
    border-top-right-radius: 14px;
}

.pricing-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.pricing-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.pricing-table .plan-name {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-table .plan-price {
    color: #900A5F;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing .pricesublabel {
    color: #900A5F;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.pricing-table .pricesublabel {
    color: #900A5F;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.pricing-table .plan-desc {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 3em;
    display: flex;
    align-items: center;
}

.pricing-table tbody td {
    border-bottom: none;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.pricing-table tbody td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c5c5c5;
}

.pricing-table tbody td:first-child::after {
    left: 40px;
}

.pricing-table tbody td:last-child::after {
    right: 40px;
}

.pricing-table tbody tr:last-child td::after {
    display: none;
}

.pricing-table tbody td:first-child {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-left: 40px;
    text-align: left;
}

.pricing-table tbody td:last-child {
    padding-right: 40px;
}

.pricing-table .cell-note {
    font-family: 'Lato', sans-serif;
    color: #900A5F;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
}

.pricing-table .text-emphasis {
    font-family: 'Lato', sans-serif;
    color: #900A5F;
    font-size: 17px;
    font-weight: 400;
}

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

/*Videos Start*/
.why-choose {
    text-align: center;
    padding: 70px 0;
}

.why-choose p {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 1000px;
    width: 100%;
}

/*Videos End*/

/*footer Start*/
footer {
    background-color: #1F0227;
    color: #FFF;
    padding: 60px 0 30px;
    position: relative;
    margin-top: 0 !important;
    z-index: 1;
}

.footer1 {
    float: left;
    width: 25.5%;
}

.footer2 {
    float: left;
    width: 20%;
}

.footer3 {
    float: left;
    width: 16%;
}

.footer4 {
    float: left;
    width: 10.3rem;
}

footer h4 {
    color: #FF9C24;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

footer ul {
    float: left;
    width: 100%
}

footer ul li {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.footer1 ul {
    width: 100%;
}

.footer1 .right {
    width: 44%;
}

footer ul a {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    float: left;
    width: 100%;
}

.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.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;
}

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

/*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.3;
    vertical-align: top;
    padding-left: 6px;
    transition: all 0.25s;
}

.leran-more-btn:hover span {
    color: #900A5F;
    padding-left: 10px;
}

strong {
    font-weight: 600;
}

.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-bot10 {
    margin-bottom: 10px;
}

.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 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cmfw {
    float: left;
    width: 100% !important;
}

/*common css End*/

@media (max-width:1280px) {
    .topmenu1 {
        display: none;
    }

    .topmenu li:nth-child(2) a {
        padding-right: 10px;
    }

    .menu-icon {
        display: block;
    }
}

@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:1170px) {
    .find-out-content {
        margin: 35px 0 40px;
        max-width: 51%;
    }
}

@media (max-width: 1102px) {
    .pricing {
        padding-top: 40px;
    }

    .form {
        display: inline-block;
        margin-top: 40px;
        max-width: 100%;
    }

    .form iframe {
        max-width: 600px;
    }
}

@media (max-width: 968px) {
    .banner h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .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;
    }

    .features {
        padding: 0;
    }

    .features-content {
        margin: 20px 0;
    }
}

@media (max-width: 940px) {
    .cm-wd.top-pad0 {
        padding: 0 0 0 10px;
    }
}

@media (max-width:881px) {
    .benefit-col {
        width: 48%;
    }

    .key-features .key-content {
        display: inline-block;
        text-align: center;
    }

    .feature-col {
        text-align: left;
        margin: 1%;
        width: 45%;
        max-width: 300px;
    }

    .hbspt-form {
        max-width: 550px;
        width: 100%;
    }
}

@media (max-width:875px) {
    footer {
        padding-top: 0;
    }

    .footer1,
    .footer2,
    .footer3,
    .footer4 {
        display: none;
    }

    .footer3,
    .footer4 {
        height: 160px;
    }

    .f-icon,
    .t-icon,
    .y-icon,
    .l-icon {
        float: none;
        display: inline-block;
        margin: 8px 8px 0;
    }

    .footer {
        padding-top: 40px;
        margin-top: 0;
    }
}

@media (max-width: 828px) {
    .banner {
        padding-bottom: 30px;
    }

    .banner-row {
        display: inline-block;
    }

    .banner .banner-l {
        width: 100%;
    }

    .banner .banner-r {
        float: left;
        position: relative;
        top: auto;
        left: 0;
        transform: none;
        margin-top: 40px;
        width: 100%;
    }

    .banner .banner-r img {
        max-width: 500px;
    }

    .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 .features-content {
        padding: 0;
        width: 100%;
    }

    .features-list .img,
    .features-list .img img {
        width: 100% !important;
    }
}

@media (max-width:810px) {
    .find-out {
        padding-bottom: 0;
    }

    .find-out-content {
        width: 100%;
        max-width: 100%;
    }

    .find-out .img {
        background-image: none;
        float: left;
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .find-out .img img {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width:700px) {
    .key-features .key-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:662px) {
    .footer {
        box-sizing: border-box;
        padding: 40px 20px 0;
        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:500px) {
    .feature-col {
        margin: 0 0 15px;
        width: 100%;
    }

    .benefit-list {
        display: inline-block;
    }

    .benefit-col {
        float: left;
        padding: 10px 0;
        width: 100%;
    }

    .benefit-col+.benefit-col {
        margin: 30px 0 0;
    }
}

@media (max-width:472px) {
    .signin-button {
        padding: 0 6px;
    }

    .topmenu li:nth-child(2) a {
        padding-right: 5px;
    }

    .menu-icon {
        margin-right: 6px;
    }

    header .signup-button {
        font-size: 13px;
        padding: 1px 16px;
    }
}

@media (max-width:426px) {
    .logo {
        background: url(../../images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 400px 1244px rgba(0, 0, 0, 0);
        background-position: -11px -18px;
        width: 176px;
    }

    header .signin-button {
        border: none;
        margin-top: 1px;
    }

    .topmenu li a {
        padding-right: 7px;
    }

    .signin-button {
        padding-right: 0;
    }
}

@media (max-width:395px) {
    .logo {
        background: url(../../images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 380px 1182px rgba(0, 0, 0, 0);
        background-position: -11px -17px;
        width: 166px;
    }

    .menu-icon {
        margin-top: 15px;
        width: 28px;
    }

    .menu-icon::before,
    .menu-icon::after {
        width: 18px;
    }

    header .signup-button {
        padding: 1px 10px;
    }
}

@media (max-width:828px) {
    .table-section {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pricing-table {
        padding: 20px 15px;
        font-size: 14px;
    }

    .pricing-table thead th {
        padding: 20px 10px;
    }

    .pricing-table tbody td {
        padding: 15px 10px;
        font-size: 14px;
    }

    .pricing-table tbody td:first-child {
        font-size: 15px;
        padding-left: 15px;
    }

    .pricing-table .plan-name {
        font-size: 16px;
        margin-bottom: 10px;
        min-height: 3em;
    }

    .pricing-table .plan-price {
        font-size: 28px;
    }

    .pricing-table .plan-desc {
        font-size: 13px;
        min-height: 4em;
    }

    .pricing-table thead tr:first-child th:first-child::after {
        left: 20px;
    }

    .pricing-table thead tr:first-child th:last-child::after {
        right: 20px;
    }

    .pricing-table tbody td:first-child::after {
        left: 20px;
    }

    .pricing-table tbody td:last-child::after {
        right: 20px;
    }
}