.hc-container{
    background: #f4f8ff;
    margin-top: -96px;
}
.hc-container h1{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.007em;
    color: #000000;
    margin-bottom: 0;
}
.hc-container h2{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.007em;
    color: #000000;
    margin-bottom: 0;
}
.hc-container h3{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.007em;
    color: #000000;
    margin-bottom: 0;
}
.hc-container p{
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}


.content-wrap {
	max-width: 1280px;
}
.section-title {
	font-size: 50px;
	font-family: var(--zf-primary-bold);
}
.act-btn {
	padding: 0.75em 2em;
	border-radius: 4px;
}
.mob-only {
	display: none;
}

.zw-product-header{
    position: relative;
    z-index: 99;
}
.hc-hcrm-header{
    position: relative;
    z-index: 90;
}
.hc-hcrm-header .hc-hcrm-img{
    max-width: 1170px;
}
.hc-hcrm-ban-bg{
    background: url(/sites/zweb/images/healthcare/healthcare-crm/hc-hcrm-ban-bg.webp) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 140px);
    border-radius: 0 0 60px 60px;
    z-index: -1;
}
.hc-hcrm-ban-wrap{
    text-align: center;
}
.hc-hcrm-ban-cont{
    text-align: center;
    padding: 108px 0 56px;
}
.hc-hcrm-ban-cont h1 span{
    display: block;
}
.hc-cta-block{
    padding: 28px 0 0;
}
.hc-cta-block > a{
    font-family: var(--zf-primary-semibold),sans-serif;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    cursor: pointer !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: none;
    background: #f0483e;
    color: #FFFFFF;
    transition: all 0.6s linear;
}
.hc-cta-block > .zcontact-form-btn {
    background-color: #A3DDDF;
    color: #000;
    font-family: var(--zf-primary-medium),sans-serif;
}
.hc-hcrm-header .hc-hcrm-img{
    max-width: 1170px;
}
.hc-hcrm-img{
    border: 4px solid #000;
    border-radius: 16px;
    width: 100%;
    height: auto;
}
.hc-feat-list{
    max-width: 1070px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.hc-feat-list li a{
    border: 0.5px solid #FFF;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.35);
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 16px 0;
    cursor: pointer !important;
    transition: all 0.7s;
}
.hc-feat-list li a:hover{
    box-shadow: 0 10px 20px rgba(0,0,0, 0.06);
    background: rgba(255, 255, 255, 0.7);
}
.hc-feat-list li p{
    font-size: 15px;
    font-family: var(--zf-primary-bold),sans-serif;
    line-height: 1.1;
}
.hc-feat-list li p i{
    display: block;
    font-style: normal;
}
.hc-feat-list li a span{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 12px;
    background: url(/sites/zweb/images/healthcare/healthcare-crm/hc-hcrm-svg-sprite.svg) 0 0 no-repeat;
}
.hc-feat-list li:nth-child(2) a span{
    background-position: -64px 0;
    width: 60px;
}
.hc-feat-list li:nth-child(3) a span{
    background-position: -128px 0;
    width: 64px;
}
.hc-feat-list li:nth-child(4) a span{
    background-position: -192px 0;
    width: 50px;
}
.hc-feat-list li:nth-child(5) a span{
    background-position: -256px 0;
    width: 51px;
}
.hc-feat-list li:nth-child(6) a span{
    background-position: -320px 0;
    width: 60px;
}
.hc-feat-list li:nth-child(7) a span{
    background-position: -384px 0;
    width: 56px;
}
.hc-feat-list li:nth-child(8) a span{
    background-position: -448px 0;
    width: 55px;
}

.hc-ban-notes{
    max-width: 1280px;
    background: #FFF url(/sites/zweb/images/healthcare/healthcare-crm/hc-ban-notes-graphics.webp) 0 100% no-repeat;
    background-size: auto 40%;
    border: 1px solid #DCE6EC;
    border-radius: 30px;
    min-height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 48px 80px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}
.hc-ban-notes h2{
    width: 50%;
    text-align: left;
    padding-top: 18px;
}
.hc-ban-notes p{
    width: 45%;
    text-align: left;
    max-width: 500px;
}
.hc-ban-notes p span:first-child{
    margin-bottom: 20px;
}
.hc-ban-notes h2 span, .hc-ban-notes p span{
    display: block;
}

.hc-dsol-head{
    text-align: center;
    margin: 104px 0 -36px;
}
.hc-dsol-head p{
    max-width: 860px;
    margin: 24px auto 0;
}

.hcrm-sticky-box{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
}
.sticky-indicator-wrap {
	position: relative;
    max-width: 1280px;
    margin: 88px auto 0;
    width: auto;
}
.sticky-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	z-index: 9;
    float: left;
}
.sticky-menu {
	top: 90px;
	position: absolute;
}
.sticky-menu > div {
    font-family: var(--zf-primary-bold),sans-serif;
    font-size: 15px;
    cursor: pointer !important;
    white-space: nowrap;
    background: #E5EAF6;
    color: #000;
    transition: all 0.3s;
    margin-bottom: 10px;
    padding: 13px 20px;
    border-radius: 10px;
    min-width: 260px;
    transition: all 0.5s ease;
}
.sticky-menu > div a{
    opacity: 1;
    color: #000;
    cursor: pointer !important;
}
.sticky-menu > div:hover{
    color: #000;
    opacity: 1;
}
.sticky-menu > div:last-child {
	margin-bottom: 0;
}
.sticky-menu > div.active {
    background: #4BE4F5;
    opacity: 1;
}
.sticky-menu > div.active a{
    color: #000;
}
.hc-feat-wrap{
    background: #FFF;
    width: calc(100% - 300px);
    margin-left: 300px;
    margin-bottom: 72px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    position: relative;
}
.hc-feat-wrap:focus{
    outline: none;
}
.hc-feat-box{
    padding: 48px 56px 0;
    position: relative;
    z-index: 99;
}
.hc-feat-wrap h3{
    font-size: 28px;
    position: relative;
    min-height: 64px;
    padding: 15px 0 0 75px;
    margin-left: -2px;
}
.hc-feat-wrap.omni-com h3{
    padding-left: 75px;
}
.hc-feat-wrap.tele-mgmt h3{
    padding-left: 60px;
}
.hc-feat-wrap.ehr-int h3{
    padding-left: 70px;
    padding-top: 18px;
}
.hc-feat-wrap.folw-rem h3, .hc-feat-wrap.data-ins h3{
    padding-left: 65px;
    padding-top: 18px;
}
.hc-feat-wrap.digi-sign h3{
    padding-left: 65px;
}
.hc-feat-wrap h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background: url(/sites/zweb/images/healthcare/healthcare-crm/hc-hcrm-svg-sprite.svg);
}
.hc-feat-wrap.appt-sch h3::before{
    background-position: -64px 0;
    width: 60px;
}
.hc-feat-wrap.omni-com h3::before{
    background-position: -128px 0;
    width: 64px;
}
.hc-feat-wrap.folw-rem h3::before{
    background-position: -192px 0;
    width: 50px;
}
.hc-feat-wrap.tele-mgmt h3::before{
    background-position: -256px 0;
    width: 60px;
}
.hc-feat-wrap.data-ins h3::before{
    background-position: -320px 0;
    width: 58px;
}
.hc-feat-wrap.ehr-int h3::before{
    background-position: -384px 0;
    width: 56px;
}
.hc-feat-wrap.digi-sign h3::before{
    background-position: -448px 0;
    width: 55px;
}
.hc-feat-cont ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.hc-feat-cont ul li{
    flex: 0 0 30%;
    font-size: 16px;
    position: relative;
    padding: 32px 0 0;
    margin-top: 32px;
}
.hc-feat-cont ul li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #10B0B4;
    top: 0;
    left: -1px;
}
.hc-feat-cont ul li:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    top: 5px;
    left: 7px;
    transform: rotate(35deg);
}
.hc-feat-wrap .hc-feat-img{
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 20px 20px;
}
.lead-mgmt .hc-feat-img, .appt-sch .hc-feat-img, .tele-mgmt .hc-feat-img, .data-ins .hc-feat-img{
    margin-top: -30px;
}
.omni-com .hc-feat-img{
    margin-top: -60px;
}
.folw-rem .hc-feat-img, .ehr-int .hc-feat-img, .digi-sign .hc-feat-img{
    margin-top: -110px;
}
.hc-feat-wrap.ehr-int ul{
    display: block;
}
.hc-feat-wrap.ehr-int ul li{
    width: 52%;
    padding-top: 0;
}
.hc-feat-wrap.ehr-int ul li::before, .hc-feat-wrap.ehr-int ul li:after{
    display: none;
}


/* footer notes section styles */
.hc-footer-note{
    padding:60px 0 120px;
}
.hc-footer-note h2{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 24px;
}
.hc-footer-note h2 > span{
    display: block;
}
.hc-footer-note .hc-cta-block{
    text-align: center;
    margin: 0;
    padding-top: 0px;
}

/* faq styles */
.pricing-faq li a {
    text-decoration: underline;
}
.pricing-faq {
    position: relative;
    overflow: hidden;
}
.pricing-faq h2 {
    margin-bottom: 48px;
    text-align: center;
    position: relative;
}
.pricing-faq ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px;
}
.pricing-faq li > p {
    display: none;
}
.pricing-faq li:first-child > p {
    display: block;
}
.pricing-faq ul li h3 {
    font-size: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.pricing-faq ul li h3 button {
    font-size: inherit;
    background: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-align: inherit;
    padding: 0;
    width: 100%;
}
.pricing-faq ul li h3 {
    padding: 0 0 0 20px;
}
h3 .arrow::before,
h3 .arrow::after {
    border: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    left: 7px;
    top: 11px
}
h3 .arrow::after {
    transform: rotate(90deg)
}
h3 .arrow {
    position: absolute;
    background: #10b0b4;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    top: 24px;
    right: 24px;
    transition: none;
}
li.zactive h3 .arrow {
    transform: none;
    top: 24px
}
li.zactive h3 .arrow:after {
    display: none
}

.pricing-faq{
    margin: 0;
    padding-top: 0;
}
.pricing-faq .content-wrap {
    max-width: 60%;
}
.pricing-faq h2 {
    font-size: 36px;
    margin-bottom: 32px;
}
.pricing-faq h2:after {
    display: none;
}
.pricing-faq ul li {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #CFDBF3;
    transition: all 0.8s ease;
}
.pricing-faq ul li:last-child{
    margin-bottom: 40px !important;
}
.pricing-faq ul li h3 {
    margin-bottom: 0;
    font-size: 18px;
    padding: 28px 60px 28px 32px;
    font-family: var(--zf-primary-bold),sans-serif;
}
.pricing-faq ul li h3 button{
    font-size: 20px;
}
.pricing-faq ul li p{
    line-height: 1.5;
    font-size: 18px;
    padding: 0 30px 24px 30px;
    margin-top: -12px;
}
.pricing-faq ul li > p:last-child {
    margin-bottom: 0;
}
.pricing-faq ul li h3 button .arrow {
    background: #10B0B4;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    top: 27px;
    right: 24px;
    transition: none;
}
.pricing-faq ul li h3 button .arrow::before, .pricing-faq ul li h3 button .arrow::after {
    border: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    left: 7px;
    top: 11px;
    transition: all 0.8s ease;
    position: absolute;
    content: "";
}
.pricing-faq ul li h3 button .arrow::after {
    transform: rotate(90deg);
}
.pricing-faq ul li.zactive{
    border: 1px solid #89ABD7;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.1);
}
.pricing-faq ul li.zactive h3 button .arrow:after {
    display: none;
}
.pricing-faq ul li p a {
    color: #1152c3;
    font-family: var(--secondaryfont-semibold);
}


/* responsive styles */

@media screen and (max-width:1440px){
    .sticky-indicator-wrap{
        width: 100%;
    }
}
@media screen and (min-width:1281px) and (max-width:1440px){
    .hcrm-sticky-box{
        width: calc(100% - 100px);
    }
}
@media screen and (max-width:1280px){
    .hc-container h1{
        font-size: 48px;
        line-height: 1.2;
    }
    .hc-hcrm-header .content-wrap{
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .hcrm-sticky-box{
        width: calc(100% - 100px);
    }
    .hc-feat-box{
        padding: 40px 48px 0;
    }
    .pricing-faq .content-wrap{
        max-width: 70%;
    }
}

@media screen and (max-width:1199px){
    .hc-container h1{
        font-size: 44px;
    }
    .hc-container h2{
        font-size: 36px;
        line-height: 1.2;
    }
    .hc-feat-list{
        gap: 32px;
        max-width: 100%;
    }
    .hc-ban-notes{
        padding: 44px 64px;
    }
    .hc-ban-notes p{
        font-size: 17px;
    }
    .hc-hcrm-header .content-wrap, .hc-footer-note.content-wrap, .hc-dsol-head .content-wrap{
        max-width: calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .hc-feat-wrap{
        margin-bottom: 64px;
    }
    .hc-feat-wrap h3{
        font-size: 26px;
    }
    .hc-feat-cont ul li{
        font-size: 15px;
    }
    .pricing-faq.secpad, .hmcr-form.secpad{
        padding-top: 0;
    }
}

@media screen and (max-width:1099px){
    .sticky-menu > div{
        font-size: 14px;
        padding: 14px 20px;
        min-width: 250px;
    }
    .hc-feat-wrap{
        width: calc(100% - 280px);
        margin-left: 280px;
    }
    .hcrm-sticky-box{
        width: calc(100% - 80px);
    }
}

@media screen and (min-width:1025px) and (max-width:1169px){
    .hc-feat-cont ul{
        gap: 8%;
    }
    .hc-feat-cont ul li{
        flex: 0 0 46%;
    }
    .lead-mgmt .hc-feat-img, .appt-sch .hc-feat-img, .tele-mgmt .hc-feat-img, .data-ins .hc-feat-img, .omni-com .hc-feat-img, .folw-rem .hc-feat-img, .ehr-int .hc-feat-img, .digi-sign .hc-feat-img{
        margin-top: 0;
    }
    .hc-feat-wrap.ehr-int ul li{
        width: 60%;
    }

}

@media screen and (max-width:1024px){
    .hc-container h1{
        font-size: 40px;
    }
    .hc-container h2{
        font-size: 32px;
    }
    .hc-hcrm-header .content-wrap, .hc-footer-note.content-wrap, .hc-dsol-head .content-wrap{
        max-width: calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .hc-feat-list{
        gap: 24px;
    }
    .hc-feat-list li a{
        width: 220px;
    }
    .hc-ban-notes{
        padding: 40px 48px;
        display: inherit;
    }
    .hc-container h2, .hc-ban-notes p{
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .hc-ban-notes p{
        padding-top: 24px;
        padding-bottom: 36px;
    }
    .sticky-wrap{
        display: none;
    }
    .hcrm-sticky-box .content-wrap{
        width: 100%;
        max-width: 100%;
    }
    .hc-feat-wrap{
        margin-left: auto;
        width: 100%;
    }
    .appt-sch .hc-feat-img, .tele-mgmt .hc-feat-img{
        margin-top: -10px;
    }
    .lead-mgmt .hc-feat-img{
        margin-top: -30px;
    }
    .omni-com .hc-feat-img{
        margin-top: -50px;
    }
    .folw-rem .hc-feat-img {
        margin-top: -90px;
    }
    .hc-hcrm-ban-cont h1 span, .hc-footer-note h2 > span, .hc-ban-notes h2 span, .hc-ban-notes p span{
        display: inline;
    }
    .hc-feat-wrap.ehr-int ul li{
        width: 60%;
    }
    .pricing-faq .content-wrap{
        max-width: 80%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-wrap {
        width: 90%;
    }
    .hc-dsol-head{
        margin-top: 80px;
    }
}

@media screen and (max-width:767px){
    .hc-container p{
        font-size: 17px;
    }
    .hc-cta-block > a{
        padding: 12px 24px;
    }
    .hc-feat-list{
        display: none;
    }
    .hc-ban-notes{
        background-size: auto 25%;
    }
    .hc-dsol-head{
        margin: 64px 0 36px;
    }
    .hc-feat-cont ul{
        gap: 8%;
    }
    .hc-feat-cont ul li{
        flex: 0 0 46%;
    }
    .lead-mgmt .hc-feat-img, .folw-rem .hc-feat-img, .appt-sch .hc-feat-img, .appt-sch .hc-feat-img, .tele-mgmt .hc-feat-img, .data-ins .hc-feat-img, .omni-com .hc-feat-img, .digi-sign .hc-feat-img, .ehr-int .hc-feat-img{
        margin-top: 0;
    }
    .hc-feat-box {
        padding: 36px 40px 0;
    }
    .hc-footer-note {
        padding: 30px 0 80px;
    }
    .pricing-faq ul li, .pricing-faq ul li:nth-child(2n+2){
        padding-bottom: 0 !important;
    }
    .pricing-faq ul li h3 button{
        font-size: 18px;
    }.pricing-faq .expand-all li > p {
        display: none;
    }
    pricing-faq h2 {
        margin-top: 20px;
    }
    .lang-rtl .pricing-faq ul li h3 {
        padding: 0 0 0 25px;
    }
    .pricing-faq ul li p, .pricing-faq ul li .faq-list {
        display: none;
    }
    .pricing-faq ul li, .pricing-faq ul li:nth-child(2n+2) {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
        margin-bottom: 20px !important;
    }
    .pricing-faq .content-wrap{
        width: 85%;
        max-width: 85%;
    }
    .hcrm-sticky-box{
        width: calc(100% - 60px);
    }
    .sticky-indicator-wrap{
        margin-top: 0;
    }
}

@media screen and (max-width:599px){
    .hc-container h1 {
        font-size: 36px;
    }
    .hc-container h2 {
        font-size: 28px;
    }
    .hc-container h3 {
        font-size: 22px;
    }
    .hc-container p {
        font-size: 15px;
    }
    .hc-hcrm-ban-bg{
        border-radius: 0 0 20px 20px;
    }
    .hc-hcrm-header .content-wrap, .sticky-indicator-wrap, .hc-footer-note.content-wrap, .hc-dsol-head .content-wrap{
        max-width: calc(100% - 50px);
        width: calc(100% - 50px);
    }
    .hc-feat-list li a{
        width: 200px;
        border-radius: 12px;
    }
    .hc-feat-list li a span{
        display: none;
    }
    .hc-feat-list li p{
        text-align: center;
        font-size: 16px;
    }
    .lead-mgmt .hc-feat-cont ul li:last-child, .appt-sch .hc-feat-cont ul li:last-child, .data-ins .hc-feat-cont ul li:last-child, .tele-mgmt .hc-feat-cont ul li:last-child, .omni-com .hc-feat-cont ul li:last-child{
        flex: 0 0 100%;
    }
    .hc-feat-box {
        padding: 24px 24px 0;
    }
    .hc-hcrm-ban-cont {
        text-align: center;
        padding: 96px 0 56px;
    }
    .pricing-faq h2{
        margin-bottom: 16px;
    }
    .hmcr-othr-wfeats ul, .hmcr-othr-mfeats ul{
        margin-top: 32px;
    }
    .pricing-faq ul li p{
        font-size: 17px;
    }
}

@media screen and (max-width:480px){
    .hc-container h1 {
        font-size: 32px;
    }
    .hc-container h2 {
        font-size: 24px;
    }
    .hc-hcrm-header .content-wrap, .sticky-indicator-wrap, .hc-footer-note.content-wrap, .hc-dsol-head .content-wrap{
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .hc-hcrm-ban-cont{
        padding: 96px 0 36px;
    }
    .hc-feat-list{
        gap: 16px;
    }
    .hc-feat-list li a {
        width: 156px;
        border-radius: 12px;
    }
    .hc-feat-list li p{
        font-size: 14px;
    }
    .hc-ban-notes{
        padding: 28px 36px;
        border-radius: 24px;
    }
    .hc-feat-cont ul li {
        flex: 0 0 100%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .hc-feat-wrap h3{
        padding-left: 0;
        margin-left: 0;
        min-height: auto;
    }
    .hc-feat-wrap h3::before{
        display: none;
    }
    .hc-footer-note {
        padding: 0px 0 60px;
    }
    .hc-feat-wrap h3{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.3;
    }
    .hc-feat-wrap.omni-com h3, .hc-feat-wrap.folw-rem h3, .hc-feat-wrap.data-ins h3, .hc-feat-wrap.tele-mgmt h3, .hc-feat-wrap.ehr-int h3, .hc-feat-wrap.digi-sign h3, .hc-feat-wrap.ehr-int h3{
        padding-left: 0;
    }
    .hc-feat-wrap.ehr-int ul li{
        width: 90%;
    }.pricing-faq ul li h3{
        padding: 20px 64px 20px 32px;
    }
    .pricing-faq ul li h3 button{
        font-size: 16px;
    }
    .pricing-faq ul li p{
        font-size: 15px;
    }
    .pricing-faq ul li h3 button .arrow, .pricing-faq ul li.zactive h3 button .arrow{
        top: 20px;
        right: 24px;
    }
    .pricing-faq ul li{
        border-radius: 12px;
    }
    .pricing-faq ul li, .pricing-faq ul li:nth-child(2n+2){
        margin-bottom: 16px !important;
    }
    .pricing-faq .content-wrap{
        width: 90%;
        max-width: 90%;
    }
    .hcrm-sticky-box{
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:375px){
    .hc-container h1 {
        font-size: 28px;
    }
    .hc-container h2 {
        font-size: 20px;
    }   
    .hc-container h3 {
        font-size: 18px;
    }
    .hc-feat-list li a{
        width: 130px;
        border-radius: 10px;
    }
    .hc-feat-list li p{
        font-size: 13px;
    }
    .hc-ban-notes{
        border-radius: 24px;
        padding: 18px 32px 32px 32px;
    }
    .hc-feat-cont ul li{
        max-width: 90%;
    }
}

@media screen and (min-width:992px){
    .hc-feat-list li {
        animation: HcrmBanFeats 0.8s ease-in-out 0.2s both;
    }
    @keyframes HcrmBanFeats {
        0% {
            transform: translateY(70px) scale(0.9);
            opacity: 0.05;
        }
        100% {
            transform: translateY(0px) scale(1);
            transform-origin: center top;
            transition: all 0.7s ease-in-out;
            opacity: 1;
        }
    }
    .hc-feat-list li:nth-child(2){
        animation-delay: 0.2s;
    }
    .hc-feat-list li:nth-child(3){
        animation-delay: 0.4s;
    }
    .hc-feat-list li:nth-child(4){
        animation-delay: 0.6s;
    }
    .hc-feat-list li:nth-child(5){
        animation-delay: 0.8s;
    }
    .hc-feat-list li:nth-child(6){
        animation-delay: 1s;
    }
    .hc-feat-list li:nth-child(7){
        animation-delay: 1.2s;
    }
    .hc-feat-list li:nth-child(8){
        animation-delay: 1.4s;
    }

    .hc-dsol-head h2, .hc-footer-note h2{
        transform: translateY(60px) scale(0.75);
        opacity: 0.05;
        transition: all 1s ease;
    }
    .hc-dsol-head .bottom-animated h2, .hc-footer-note.bottom-animated h2{
        transform: translateY(0px) scale(1);
        transform-origin: center top;
        opacity: 1;
        transition-delay: 0.3s;
    }

    .sticky-menu > div{
        transform: translateY(20px) scale(0.9);
        opacity: 0.05;
        transition: all 0.3s ease;
    }
    .sticky-menu > div.zwe-ob{
        transform: translateY(0) scale(1);
        transform-origin: center top;
        opacity: 1;
    }

    .hc-feat-wrap .hc-feat-img{
        transform: translateY(80px);
        opacity: 0;
        transition: all 1s ease;
    }
    .hc-feat-wrap .zwe-ob .hc-feat-img{
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.2s;
    }

    .pricing-faq ul li{
        transform: translateY(50px) scale(0.9);
        opacity: 0.05;
        transition: all 0.8s ease;
    }
    .pricing-faq ul li.zwe-ob{
        transform: translateY(0) scale(1);
        transform-origin: center top;
        opacity: 1;
    }
}