/* a.act-btn.cta-btn{
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 18px;
} */
.hc-cta-block>a{
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-family: var(--zf-primary-semibold), sans-serif;
    text-align: center;
    border: 0;
    background: #e42527;
    color:#fff;
    text-transform: uppercase;
    display: inline-block;
}
.hc-pms-container{
    margin-top: -96px;
}
.hc-pms-container h1{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.007em;
    color: #000;
    margin-bottom: 0;
}
.hc-pms-container h2{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.007em;
    color: #000;
    margin-bottom: 20px;
}
.hc-pms-container h2 span{
    display: block;
}
.hc-pms-container h3{
    font-family: var(--zf-primary-bold),sans-serif;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.007em;
    color: #000;
    margin-bottom: 0;
}
.hc-pms-container p{
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
}
.hc-atag{
    color: #0067FF;
    text-decoration: none;
    font-family: var(--zf-primary-semibold),sans-serif;
}
.hc-atag span{
    background: #0067ff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    margin-left: 10px;
}
.hc-atag span::after{
    position: absolute;
    top: -3px;
    right: 0;
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #0067ff;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    box-sizing: content-box;
}
.br24{
    border-radius: 24px;
}
.secpad{
    padding: 130px 0;
}

.hc-pms-header, .hc-onb-wrap, .hc-emr-wrap, .hc-int-ref-wrap, .hc-lvrg-wrap{
    position: relative;
}

.hc-pms-grdn{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 44px);
    z-index: -1;
}
.hc-pms-greybg{
    background: #F8FAFF;
    height: calc(100% + 110px);
    top: -150px;
}
.hc-pms-bg1{
    background: #C2FEFF;
    background: -moz-linear-gradient(135deg, #C2FEFF 0%, #FFDAC7 100%);
    background: -webkit-linear-gradient(135deg, #C2FEFF 0%, #FFDAC7 100%);
    background: linear-gradient(135deg, #C2FEFF 0%, #FFDAC7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C2FEFF",endColorstr="#FFDAC7",GradientType=1);
}
.hc-pms-bg2{
    background: #C2FEFF;
    background: -moz-linear-gradient(135deg, #C2FEFF 0%, #EADAFF 100%);
    background: -webkit-linear-gradient(135deg, #C2FEFF 0%, #EADAFF 100%);
    background: linear-gradient(135deg, #C2FEFF 0%, #EADAFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C2FEFF",endColorstr="#EADAFF",GradientType=1);
}
.hc-pms-bg3{
    background: #AFE7FF;
    background: -moz-linear-gradient(235deg, #AFE7FF 0%, #FFDADA 100%);
    background: -webkit-linear-gradient(235deg, #AFE7FF 0%, #FFDADA 100%);
    background: linear-gradient(235deg, #AFE7FF 0%, #FFDADA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AFE7FF",endColorstr="#FFDADA",GradientType=1);
}
.hc-cons-wrap .hc-pms-bg2, .hc-bill-wrap .hc-pms-bg2, .hc-smry-wrap .hc-pms-bg1, .hc-lvrg-wrap .hc-pms-bg3{
    transform: scaleX(-1);
}
.zw-product-header{
    position: relative;
    z-index: 99;
}
.hc-pms-header .content-wrap, .hc-emr-wrap .content-wrap{
    max-width: 1280px;
    margin: 0 auto;
}
.content-wrap{
    max-width: 1170px;
    margin: 0 auto;
}
.hc-cont-block{
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hc-prd-header{
    padding: 20px 0;
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hc-prd-title i{
    font-style: normal;
    background: #3D618A;
    color: #FFF;
    font-size: 11px;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 8px;
    margin-top: 1px;
    vertical-align: top;
    font-family: var(--zf-primary-semibold),sans-serif;
    text-transform: uppercase;
}
.hc-prd-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
.hc-prd-nav .hc-atag {
    font-family: var(--zf-primary-medium),sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    display: block;
}
.hc-pms-ban-bg{
    background: #F8FAFF url(/sites/zweb/images/healthcare/pms/hc-pms-ban-bg.webp) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
    border-radius: 0 0 60px 60px;
}
.menu li a{
    font-size: inherit;
}
.hc-pms-ban-wrap{
    text-align: center;
}
.hc-pms-ban-cont{
    text-align: center;
    padding: 108px 0 56px;
}
.hc-pms-ban-cont h1 span{
    display: block;
}
.hc-cta-block{
    padding: 28px 0 0;
}

.hc-cta-block > .zcontact-form-btn {
    background-color: #A3DDDF;
    color: #000;
    font-family: var(--zf-primary-medium),sans-serif;
}
.hc-pms-header .hc-pms-img{
    max-width: 1170px;
}
.hc-pms-img{
    border: 4px solid #000;
    border-radius: 16px;
    width: 100%;
    height: auto;
}
.hc-lvrg-wrap .hc-pms-img{
    border: 4px solid #000;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
}

.hc-onb-wrap{
    padding-bottom: 200px;
}
.hc-opd-ftr-block{
    max-width: 1170px;
    margin: 48px auto 130px;
    text-align: center;
}
.hc-onb-wrap .hc-para {
    max-width: 1000px;
    margin: 0 auto 36px;
}
.hc-pms-ftr-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
}
.hc-pms-ftr-list .hc-pms-ftr{
    font-family: var(--zf-primary-semibold),sans-serif;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.hc-pms-ftr-list .hc-pms-ftr span{
    display: block;
}
.hc-pms-ftr-list .hc-pms-ftr::before{
    background: url(/sites/zweb/images/healthcare/pms/hc-svg-sprite.svg) 0 0 no-repeat;
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
    content: "";
    display: block;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(2):before{
    background-position: -72px 0;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(3):before{
    background-position: -144px 0;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(4):before{
    background-position: -216px 0;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(5):before{
    background-position: -288px 0;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(6):before{
    background-position: -360px 0;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(7):before{
    background-position: -432px 0;
}
.hc-pms-ftr-list .hc-pms-ftr:nth-child(8):before{
    background-position: -504px 0;
}


.hc-pms-cont{
    width: 50%;
    max-width: 470px;
}
.hc-pms-graphics{
    width: calc(50% - 72px);
    padding: 36px 36px 0;
    position: relative;
    text-align: center;
}

.hc-appt-wrap .hc-cont-block{
    justify-content: center;
    gap: 60px;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    position: relative;
    padding: 60px 5% 0;
    max-width: 545px;
    width: calc(50% - 30px);
}
.hc-appt-wrap .hc-pms-bg1, .hc-appt-wrap .hc-pms-bg2{
    height: calc(100% - 44px);
}
.hc-appt-schd-tool .hc-para, .hc-appt-vst-crt .hc-para{
    padding-bottom: 36px;
}
.hc-pms-ban-img .hc-pms-img{
    -webkit-filter: drop-shadow(0px 30px 50px rgba(26, 97, 101, 0.1));
    filter: drop-shadow(0px 30px 50px rgba(26, 97, 101, 0.1));
}
.hc-onb-wrap .hc-pms-img, .hc-appt-vst-crt .hc-pms-img, .hc-smry-wrap .hc-pms-img{
    -webkit-filter: drop-shadow(0px 10px 15px rgba(252, 230, 176, 0.3));
    filter: drop-shadow(0px 10px 15px rgba(252, 230, 176, 0.3));
}
.hc-appt-schd-tool .hc-pms-img, .hc-int-ref-wrap .hc-pms-img, .hc-cons-wrap .hc-pms-img{
    -webkit-filter: drop-shadow(0px 10px 15px rgba(203, 195, 255, 0.3));
    filter: drop-shadow(0px 10px 15px rgba(203, 195, 255, 0.3));
}

.hc-int-ref-wrap{
    padding: 130px 0 0;
}
.hc-int-ref-wrap .hc-pms-bg3{
    height: 100%;
}
.hc-int-ref-wrap .hc-pms-graphics{
    width: 32%;
    margin-right: -52px;
    padding: 0;
}
.hc-int-ref-wrap .hc-pms-graphics img{
    display: block;
    max-width: none;
}
.hc-int-ref-wrap .hc-pms-cont{
    text-align: center;
    width: 68%;
    max-width: none;
}
.hc-int-ref-wrap .hc-pms-cont img{
    margin: 36px 0 -44px;
}

.hc-cons-wrap.secpad{
    padding: 170px 0;
}

.hc-emr-wrap, .hc-lvrg-wrap{
    text-align: center;
    padding-top: 130px;
}
.hc-emr-wrap .hc-pms-bg1{
    height: calc(100% - 100px);
}
.hc-emr-wrap .hc-para{
    max-width: 600px;
    margin: 20px auto 60px;
}
.hc-emr-ftr-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1170px;
}
.hc-emr-ftr{
    background: #FFF;
    width: 190px;
    height: 190px;
    border: 1px solid #ADE4E3;
    border-width: 0.01em;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 15px 20px rgba(33, 90, 110, 0.05));
    filter: drop-shadow(0px 15px 20px rgba(33, 90, 110, 0.05));
    font-family: var(--zf-primary-semibold),sans-serif;
    font-size: 16px;
    line-height: 1.1;
    position: relative;
}
.hc-emr-ftr:nth-child(2), .hc-emr-ftr:nth-child(4){
    margin-top: 60px;
}
.hc-emr-ftr::before{
    background: url(/sites/zweb/images/healthcare/pms/hc-pms-svg-sprite.svg) 0 0 no-repeat;
    width: 72px;
    height: 72px;
    margin: 40px auto 12px;
    content: "";
    display: block;
}
.hc-emr-ftr:nth-child(2)::before{
    background-position: -72px 0;
}
.hc-emr-ftr:nth-child(3)::before{
    background-position: -144px 0;
}
.hc-emr-ftr:nth-child(4)::before{
    background-position: -216px 0;
}
.hc-emr-ftr:nth-child(5)::before{
    background-position: -288px 0;
}
.hc-emr-ftr span{
    display: inline-block;
    min-height: 40px;
    vertical-align: middle;
}
.hc-emr-ftr span i{
    display: block;
    font-style: normal;
}

.hc-bill-wrap .hc-onb-img{
    border: none;
    border-radius: 0;
}
.hc-smry-wrap{
    padding-bottom: 170px;
}
.hc-bill-split{
    opacity: 0.5;
}

.hc-lvrg-wrap .content-wrap{
    max-width: 1170px;
    margin: 0 auto;
}
.hc-lvrg-wrap .hc-pms-bg3{
    height: 100%;
}
.hc-lvrg-wrap .hc-para{
    max-width: 700px;
    margin: 0 auto;
}
.hc-lvrg-wrap img{
    display: block;
    margin: 36px auto 0;
}

.hc-cmplnc-wrap .content-wrap{
    max-width: 1170px;
    background: #343434;
    text-align: center;
    padding: 96px 36px 104px;
}
.hc-cmplnc-wrap h2{
    color: #FFF;
}
.hc-cmplnc-wrap .hc-para{
    max-width: 650px;
    margin: 0 auto;
    color: #FFF;
}
.hc-cert-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 36px;
}
.hc-cert-icon{
    height: 72px;
    width: 142px;
    display: inline-block;
}
.hc-ismc{
    background: url(/sites/zweb/images/otherbrandlogos/bsi-iso-iec-27001-information-security-management-white.png) 0 0 no-repeat;
    background-size: auto 72px;
}
.hc-pimc{
    background: url(/sites/zweb/images/otherbrandlogos/bsi-iso-iec-27001-privacy-information-management-white.png) 0 0 no-repeat;
    background-size: auto 72px;
}
.hc-csmc{
    background: url(/sites/zweb/images/otherbrandlogos/bsi-iso-iec-27017-cloud-security-management-white.png) 0 0 no-repeat;
    background-size: auto 72px;
}
.hc-pdcc{
    background: url(/sites/zweb/images/otherbrandlogos/bsi-iso-27018-personal-data-in-the-cloud-white.png) 0 0 no-repeat;
    background-size: auto 72px;
}
.hc-aicpa{
    background: url(/sites/zweb/images/otherbrandlogos/aicpa.png) 0 0 no-repeat;
    background-size: auto 72px;
    width: 72px;
}
.hc-gdpr{
    background: url(/sites/zweb/images/otherbrandlogos/gdpr.png) 0 0 no-repeat;
    background-size: auto 72px;
    width: 72px;
}
.hc-hippa{
    background: url(/sites/zweb/images/otherbrandlogos/hippa.png) 0 0 no-repeat;
    background-size: auto 72px;
    width: 85px;
}

/* footer notes section styles */
.hc-footer-note{
    padding: 0 0 130px;
}
.hc-footer-note h2{
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.hc-footer-note h2 > span{
    display: inline;
}
.hc-footer-note .hc-cta-block{
    text-align: center;
    margin: 0;
    padding-top: 0px;
}
.hc-footer-note .hc-cta-block > .zcontact-form-btn{
    background: #000000;
}
.mobile-view{
    display: none;
}
.row-reverse{
    flex-direction: row-reverse;
}

/* Responsive styles */

@media (max-width: 1280px){
.hc-pms-container h1{
    font-size: 52px;
}
.hc-pms-container h2{
    font-size: 32px;
}
.zw-product-header .content-wrap, .content-wrap, .hc-pms-header .content-wrap, .hc-emr-wrap .content-wrap, .hc-cmplnc-wrap .content-wrap, .hc-lvrg-wrap .content-wrap{
    max-width: calc(100% - 100px);
    margin: 0 auto;
}
.hc-pms-ban-img img, .hc-lvrg-wrap img, .hc-bill-wrap img{
    max-width: 100%;
    height: auto;
}
.hc-int-ref-wrap .hc-pms-cont img, .hc-lvrg-wrap .hc-pms-img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.hc-emr-ftr-list{
    gap: 40px;
}
.hc-emr-ftr{
    width: 180px;
    height: 180px;
}
}
@media (max-width: 1199px){
.hc-pms-container h1{
    font-size: 44px;
    line-height: 1.2;
}
.secpad{
    padding: 110px 0;
}
.hc-cons-wrap.secpad{
    padding: 150px 0 120px;
}
.hc-emr-wrap, .hc-lvrg-wrap{
    padding-top: 110px;
}
.hc-smry-wrap{
    padding-bottom: 130px;
}
.hc-cmplnc-wrap .content-wrap{
    padding: 80px 36px 88px;
}
.hc-footer-note{
    padding-bottom: 110px;
}
.hc-emr-ftr-list{
    gap: inherit;
    justify-content: space-between;
}
.hc-emr-ftr{
    width: 170px;
    height: 170px;
}
.hc-int-ref-wrap .hc-pms-graphics img{
    max-width: 360px;
    height: auto;
}
.hc-int-ref-wrap .hc-pms-graphics{
    width: 32%;
}
.hc-int-ref-wrap .hc-pms-cont{
    width: 68%;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    padding: 60px 36px 0;
}
.hc-appt-schd-tool p, .hc-appt-vst-crt p{
    min-height: 180px;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
.hc-pms-cont {
    max-width: 400px;
    width: 45%;
}
.hc-pms-graphics {
    width: calc(55% - 56px);
    padding: 28px 28px 0;
}
.hc-emr-ftr-list{
    justify-content: space-between;
}
.hc-emr-ftr::before{
    margin-top: 24px;
}
.hc-emr-ftr:nth-child(2)::before, .hc-emr-ftr:nth-child(4)::before{
    margin-top: 32px;
}
}
@media (max-width: 1024px){
.hc-pms-container h1{
    font-size: 40px;
}
.hc-pms-container h2{
    font-size: 30px;
}
.hc-pms-container p{
    font-size: 17px;
}
.hc-pms-cont{
    max-width: 400px;
    width: 45%;
}
.hc-pms-graphics{
    width: calc(55% - 56px);
    padding: 28px 28px 0;
}

.hc-appt-wrap .hc-cont-block{
    align-items: flex-start;
    gap: 48px;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    padding: 40px 36px 0;
}
.hc-appt-schd-tool .hc-para{
    max-width: 98%;
}
.hc-emr-wrap .hc-pms-bg1{
    height: calc(100% - 80px);
}
.hc-emr-ftr-list{
    gap: 32px;
    justify-content: center;
}
.hc-emr-ftr:nth-child(2), .hc-emr-ftr:nth-child(4){
    margin-top: 0;
}
.hc-emr-ftr::before{
    margin: 24px auto 12px;
}
}

@media screen and (min-width: 992px) and (max-width: 1169px){
.hc-pms-ftr-list{
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 48px;
}
}

@media (max-width: 991px){
.hc-pms-container h1{
    font-size: 38px;
}
.hc-pms-container h1 span, .hc-pms-container h2 span{
    display: inline;
}
.hc-pms-container p{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.secpad{
    padding: 90px 0;
}
.hc-cont-block{
    display: inherit;
}
.hc-pms-ban-bg{
    height: calc(100% - 80px);
}
.hc-pms-greybg{
    top: -80px;
    height: calc(100% + 80px);
}
.hc-pms-cont{
    width: 100%;
    max-width: none;
    text-align: center;
}
.hc-pms-graphics{
    width: 80%;
    max-width: 550px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 36px 0;
}
.hc-appt-vst-crt{
    margin-top: 56px;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    text-align: center;
    padding-top: 72px;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 80%;
}
.hc-appt-schd-tool p, .hc-appt-vst-crt p{
    min-height: auto;
}
.hc-int-ref-wrap, .hc-emr-wrap, .hc-lvrg-wrap{
    padding-top: 90px;
}
.hc-int-ref-wrap .hc-pms-graphics{
    display: none;
}
.hc-int-ref-wrap .hc-pms-cont{
    min-width: auto;
    width: 100%;
}
.hc-cons-wrap.secpad{
    padding: 120px 0 100px;
}
.hc-cmplnc-wrap .content-wrap{
    padding: 72px 36px 80px;
}
.hc-footer-note{
    padding: 0 0 90px;
}
.hc-pms-ban-img img{
    width: 100%;
}
.hc-emr-ftr:nth-child(2)::before, .hc-emr-ftr:nth-child(4)::before{
    margin-bottom: 20px;
}
.hc-pms-ftr-list{
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 60px;
}
.hc-opd-ftr-block{
    margin-bottom: 100px;
}
.hc-onb-wrap{
    padding-bottom: 90px;
}
}

@media (max-width: 767px){
.hc-pms-container h1{
    font-size: 36px;
}
.hc-pms-container h2{
    font-size: 28px;
}
.hc-pms-container p, .hc-cmplnc-wrap .hc-para{
    max-width: 100%;
}
.zw-product-header .content-wrap, .content-wrap, .hc-pms-header .content-wrap, .hc-emr-wrap .content-wrap, .hc-cmplnc-wrap .content-wrap, .hc-lvrg-wrap .content-wrap{
    max-width: calc(100% - 70px);
}
.secpad{
    padding: 90px 0;
}
.hc-cons-wrap.secpad{
    padding: 130px 0 100px;
}
.hc-emr-wrap, .hc-lvrg-wrap{
    padding-top: 90px;
}
.hc-smry-wrap{
    padding-bottom: 110px;
}
.hc-cmplnc-wrap .content-wrap{
    padding: 56px 36px 64px;
}
.hc-prd-header{
    justify-content: center;
}
.hc-prd-header .hc-prd-nav{
    display: none;
}
.hc-pms-img{
    width: 100%;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    padding-top: 60px;
}
.hc-emr-ftr{
    width: 160px;
    height: 160px;
    font-size: 14px;
}
.hc-emr-ftr::before{
    margin: 24px auto 12px;
    width: 60px;
    height: 60px;
    background-size: auto 60px;
}
.hc-emr-ftr:nth-child(2)::before{
    background-position: -60px 0;
}
.hc-emr-ftr:nth-child(3)::before{
    background-position: -120px 0;
}
.hc-emr-ftr:nth-child(4)::before{
    background-position: -180px 0;
}
.hc-emr-ftr:nth-child(5)::before{
    background-position: -240px 0;
}
.hc-emr-ftr:nth-child(2)::before, .hc-emr-ftr:nth-child(4)::before{
    margin-bottom: 20px;
}
.hc-footer-note .hc-cta-block{
    padding-top: 16px;
}
.hc-pms-graphics{
    margin-top: 28px;
}
.hc-pms-graphics, .hc-appt-schd-tool, .hc-appt-vst-crt{
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 550px;
}
.hc-bill-img{
    max-width: 100%;
    height: auto;
}
.hc-pms-ftr-list{
    gap: 32px 48px;
}
.hc-pms-ftr-list .hc-pms-ftr{
    font-size: 13px;
}
}
@media (max-width: 599px) {
.hc-pms-graphics{
    padding: 28px 28px 0;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    padding: 60px 28px 0;
}
.hc-pms-img{
    width: 100%;
}
}

@media (max-width: 480px){
.hc-pms-container h1{
    font-size: 34px;
}
.hc-pms-container h2{
    font-size: 26px;
}
.hc-pms-ban-cont{
    padding: 108px 0 48px;
}
.zw-product-header .content-wrap, .content-wrap, .hc-pms-header .content-wrap, .hc-emr-wrap .content-wrap, .hc-cmplnc-wrap .content-wrap, .hc-lvrg-wrap .content-wrap{
    max-width: calc(100% - 40px);
}
.secpad{
    padding: 64px 0;
}
.hc-cons-wrap.secpad{
    padding: 100px 0 80px;
}
.hc-int-ref-wrap, .hc-emr-wrap, .hc-lvrg-wrap{
    padding-top: 64px;
}
.hc-pms-graphics, .hc-appt-schd-tool, .hc-appt-vst-crt{
    width: 100%;
}
.hc-pms-graphics{
    padding: 20px 20px 0;
}
.hc-appt-schd-tool, .hc-appt-vst-crt{
    padding: 40px 20px 0;
}
.hc-emr-ftr{
    width: 140px;
    height: 140px;
    font-size: 13px;
}
.hc-emr-ftr-list{
    gap: 20px;
}
.hc-emr-ftr::before{
    margin: 18px auto 8px;
}
.hc-cert-icon{
    height: 60px;
}
.hc-ismc, .hc-pimc, .hc-csmc, .hc-pdcc, .hc-aicpa, .hc-gdpr, .hc-hippa{
    background-size: auto 60px;
    width: 120px;
}
.hc-aicpa, .hc-gdpr{
    width: 60px;
}
.hc-hippa{
    width: 72px;
}
.hc-cmplnc-wrap .content-wrap{
    padding: 44px 24px 48px;
}
.hc-pms-ftr-list{
    gap: 32px 0;
}
.hc-pms-ftr-list .hc-pms-ftr{
    width: 50%;
}
}
@media (min-width: 320px) and (max-width: 480px){
.hc-pms-container h1{
    font-size: 28px;
}
.hc-pms-container h2{
    font-size: 24px;
}
.hc-emr-ftr{
    width: 130px;
    height: 130px;
}
.hc-emr-wrap .hc-pms-bg1{
    height: calc(100% - 50px);
}
}


@media (max-width: 375px){
.hc-prd-title img{
    width: auto;
    height: 36px;
}
}

@media screen and (min-width: 992px){
.hc-pms-ban-wrap .hc-pms-img{
    transition: all 0.6s;
    position: relative;
    min-height: 500px;
    animation: HCPMSImg 0.6s linear;
}
@keyframes HCPMSImg {
0% {
    opacity: 0;
    transform: perspective(1800px) rotateX(45deg) scale(0.8);
}
100% {
    transform: rotateX(0deg) scale(1);
    opacity: 1;
}
}

.hc-pms-ftr-list li{
    transition: all 0.7s;
    transform: translateY(25px);
    opacity: 0;
}
.hc-pms-ftr-list.zwe-ob li{
    transition: all 0.7s;
    transform: translateY(0px);
    opacity: 1;
}
.hc-pms-ftr-list.zwe-ob li:nth-child(1), .hc-pms-ftr-list.zwe-ob li:nth-child(4), .hc-pms-ftr-list.zwe-ob li:nth-child(6){
    transition-delay: 0.7s;
}
.hc-pms-ftr-list.zwe-ob li:nth-child(2), .hc-pms-ftr-list.zwe-ob li:nth-child(5), .hc-pms-ftr-list.zwe-ob li:nth-child(7){
    transition-delay: 0.4s;
}
.hc-pms-ftr-list.zwe-ob li:nth-child(3), .hc-pms-ftr-list.zwe-ob li:nth-child(8){
    transition-delay: 0.2ms;
}
.hc-onb-wrap .hc-pms-img, .hc-appt-wrap .hc-pms-img, .hc-int-ref-wrap .hc-pms-img, .hc-cons-wrap .hc-pms-img, .hc-smry-wrap .hc-pms-img{
    transition: all 0.8s;
    transform: translateY(50px);
    opacity: 0;
}
.hc-onb-wrap .zwe-ob .hc-pms-img, .hc-appt-wrap .middle-animated .hc-pms-img, .hc-int-ref-wrap .middle-animated .hc-pms-img, .hc-cons-wrap .animated .hc-pms-img, .hc-smry-wrap .animated .hc-pms-img {
    transition: all 0.8s;
    transform: translateY(0px);
    opacity: 1;
}
.hc-appt-wrap .middle-animated .hc-appt-vst-crt .hc-pms-img{
    transition-delay: 0.5s;
}
.hc-appt-wrap .middle-animated .hc-pms-img{
    transition-delay: 0.3s;
}
.hc-int-ref-wrap .middle-animated .hc-pms-img, .hc-cons-wrap .animated .hc-pms-img, .hc-smry-wrap .animated .hc-pms-img{
    transition-delay: 0.2s;
}
.hc-int-ref-wrap .hc-pms-graphics img{
    position: relative;
    z-index: 9;
}
.hc-int-ref-wrap .hc-pms-cont img{
    position: relative;
    z-index: 1;
}

.hc-emr-ftr-list li{
    transition: all 1s;
    transform: translateY(40px);
    opacity: 0;
}
.hc-emr-ftr-list.zwe-ob li{
    transition: all 1s;
    transform: translateY(0px);
    opacity: 1;
}
.hc-emr-ftr-list.zwe-ob li:nth-child(1), .hc-emr-ftr-list.zwe-ob li:nth-child(4){
    transition-delay: 0.6s;
}
.hc-emr-ftr-list.zwe-ob li:nth-child(2), .hc-emr-ftr-list.zwe-ob li:nth-child(5){
    transition-delay: 0.4s;
}
.hc-emr-ftr-list.zwe-ob li:nth-child(3){
    transition-delay: 0.3ms;
}
.hc-bill-img .hc-bill-one{
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
    transform: scale(0.6) translate(140px, 180px);
    transform-origin: center center;
}
.hc-bill-img .hc-bill-one.zwe-op{
    opacity: 1;
    transform: scale(1) translate(140px, 180px);
    transition-delay: 0.2s;
}

.hc-bill-img .hc-bill-split{
    opacity: 1;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.2s;
}
.hc-bill-img .hc-bill-split.zwe-op{
    opacity: 0.6;
}

.hc-lvrg-wrap .hc-pms-img{
    transition: all 0.6s linear;
    transform: perspective(1800px) rotateX(45deg) scale(0.8);
    opacity: 0;
}
.hc-lvrg-wrap .middle-animated .hc-pms-img{
    transition: all 0.6s linear;
    transform: rotateX(0deg) scale(1);
    opacity: 1;
}

.hc-cert-list span{
    transition: all 1s;
    transform: translateY(30px);
    opacity: 0;
}
.hc-cert-list.zwe-ob span{
    transition: all 1s;
    transform: translateY(0px);
    opacity: 1;
}
.hc-cert-list.zwe-ob span:nth-child(2){
    transition-delay: 500ms;
}
.hc-cert-list.zwe-ob span:nth-child(3){
    transition-delay: 700ms;
}
.hc-cert-list.zwe-ob span:nth-child(4){
    transition-delay: 900ms;
}
.hc-cert-list.zwe-ob span:nth-child(5){
    transition-delay: 1100ms;
}
.hc-cert-list.zwe-ob span:nth-child(6){
    transition-delay: 1300ms;
}
.hc-cert-list.zwe-ob span:nth-child(7){
    transition-delay: 1500ms;
}
}

