.hc-container{
    background: #F4F8FF;
    margin-top: -96px;
}
.hc-container h1{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: -0.007em;
    color: #000000;
    margin-bottom: 0;
}
.hc-container h2{
    font-family: var(--zf-primary-extrabold),sans-serif;
    font-size: 42px;
    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;
    margin: 0 auto;
}
.secpad{
    padding: 130px 0;
}

.section-title {
	font-size: 50px;
	font-family: var(--zf-primary-bold);
}
.mobile-view, .web-view, .tab-view {
	display: none;
}

.zw-product-header{
    position: relative;
    z-index: 99;
}
.zwc-hc-hmcr-header{
    position: relative;
    z-index: 90;
    padding: 100px 0 0;
    background: url(/sites/zweb/images/healthcare/homecare/hc-hmcr-ban-bg.webp) center top no-repeat;
    border-radius: 0 0 60px 60px;
    background-size: cover;
}
.hc-hmcr-ban-wrap{
    display: flex;
    justify-content: center;
    padding: 56px 0 0;
    gap: 80px;
}
.hc-hmcr-ban-cont{
    width: 42%;
    padding: 20px 0 0;
}
.hc-hmcr-ban-cont h1 span{
    display: block;
    font-size: 50px;
}
.hc-hmcr-ban-cont p{
    margin: 24px 0 36px;
}
.hc-cta-block{
    display: flex;
    gap: 20px;
}
.hc-cta-block > a{
    font-family: var(--zf-primary-semibold),sans-serif;
    padding: 14px 28px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    cursor: pointer !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: none;
    background: var(--primary-btn-color);
    color: #FFF;
	border-radius: 6px;
}
.hc-cta-block > .act-btn {
    background: #F0483E;
    color: #FFF;
    font-family: var(--zf-primary-medium),sans-serif;
}
.hc-hmcr-ban-img{
    width: 56%;
    margin-right: -24px;
}
.hc-ban-img-static img, .ban-anim-img{
    display: block;
    height: auto;
}
.hc-ban-img-anim{
    position: relative;
    min-height: 575px;
    display: none;
}
.hc-ban-img{
    position: absolute;
    bottom: 50%;
}
.ban-anim-img{
    left: 0;
    bottom: 0;
}
.ban-anim-tag{
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}
.ban-anim-icon1{
    top: 0;
    right: 9%;
}
.ban-anim-icon2{
    top: 11%;
    left: 7%;
}
.ban-anim-icon3{
    top: 42%;
    right: -2%;
}
.ban-anim-icon4{
    top: 48%;
    left: -2%;
}

/* web features styles */
.zwc-hc-hmcr-wfeats-wrap{
    margin: 0 auto;
}
.zwc-hc-hmcr-wfeats-wrap .content-wrap{
    max-width: 1240px;
}
.hmcr-cards-block{
    --card-top-offset: 100px;
    position: relative;
    display: grid;
    gap: 160px 48px;
    margin: 0 auto;
}
.hmcr-cards-block > .hmcr-ftr-card{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: calc(var(--card-top-offset));
    @media (prefers-reduced-motion: no-preference) {
        @supports (animation-range: cover) {
        animation: adjust-cards linear both;
        -webkit-animation: adjust-cards linear both;
        animation-timeline: view(block);
        animation-range: cover calc(15% + var(--i) * 3%) exit calc(85% + var(--i) * 3%);
        }
    }
}
.hmcr-cards-block > .hmcr-ftr-card.hmcr-card4{
    animation: adjust-cards1 linear both;
    -webkit-animation: adjust-cards1 linear both;
}

.hmcr-cards-block .hmcr-ftr-card{
    width: 100%;
    min-height: 550px;
}
.hmcr-ftr-card .hmcr-ftr-head{
    text-align: center;
    position: absolute;
    max-width: 620px;
}
.hmcr-ftr-card .hmcr-ftr-head h2{
    font-size: 42px;
    color: #0590C6;
}
.hmcr-card2 .hmcr-ftr-head h2, .hmcr-card4 .hmcr-ftr-head h2{
    color: #FFF;
} 
.hmcr-card2 .hmcr-ftr-head p, .hmcr-card4 .hmcr-ftr-head p{
    color: #FFF;
}
.hmcr-ftr-card .hmcr-ftr-head p{
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.4;
}
.hmcr-cards-block .hmcr-card1{
    background: #FFF url(/sites/zweb/images/healthcare/homecare/hc-mng-ptn-recs-bg.webp) center center no-repeat;
    background-size: cover;
}
.hmcr-cards-block .hmcr-card2{
    background: #0685AA url(/sites/zweb/images/healthcare/homecare/hc-crt-srv-cntrs-bg.webp) center center no-repeat;
    background-size: cover;
}
.hmcr-cards-block .hmcr-card3{
    background: #FFF url(/sites/zweb/images/healthcare/homecare/hc-mng-ptn-recs-bg.webp) center center no-repeat;
    background-size: cover;
}
.hmcr-cards-block .hmcr-card4{
    background: #0685AA url(/sites/zweb/images/healthcare/homecare/hc-crt-srv-cntrs-bg.webp) center center no-repeat;
    background-size: cover;
}

.hmcr-cards-block img{
    position: absolute;
}
.hmcr-card1 .hmcr-ftr-head{
    top: 13%;
    right: 10%;
}
.hmcr-card1-img1{
    right: 16%;
    top: 37%;
}
.hmcr-card1-img2{
    right: 7%;
    top: 48%;
}
.hmcr-card1-img3{
    right: 15%;
    top: 68.5%;
}
.hmcr-card1-img4{
    bottom: 0;
    left: 7%;
}

.hmcr-card2 .hmcr-ftr-head{
    top: 13%;
    left: 11%;
}
.hmcr-card2-img1{
    left: 16%;
    top: 37%;
}
.hmcr-card2-img2{
    left: 7%;
    top: 48%; 
}
.hmcr-card2-img3{
    left: 15.5%;
    top: 71.5%;
}
.hmcr-card2-img4{
    bottom: 0;
    right: 6%;
}

.hmcr-card3 .hmcr-ftr-head{
    top: 13%;
    right: 10%;
}
.hmcr-card3-img1{
    right: 13.5%;
    top: 37%;
}
.hmcr-card3-img2{
    right: 7%;
    top: 49%;
}
.hmcr-card3-img3{
    right: 14%;
    top: 71.5%;
}
.hmcr-card3-img4{
    bottom: 0;
    left: 8%;
}

.hmcr-card4 .hmcr-ftr-head{
    max-width: 680px;
}
.hmcr-card4 .hmcr-ftr-head{
    top: 13%;
    left: 11%;
}
.hmcr-card4-img1{
    left: 40.5%;
    top: 37%;
}
.hmcr-card4-img2{
    left: 7%;
    top: 48%; 
}
.hmcr-card4-img3{
    left: 14.5%;
    top: 70.5%;
    z-index: 1;
}
.hmcr-card4-img4{
    bottom: 0;
    right: 0;
}

.hmcr-othr-wfeats{
    margin: 72px 0 0;
}
.hmcr-othr-wfeats h3{
    font-size: 36px;
    font-family: var(--zf-primary-extrabold),sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmcr-othr-wfeats h3 span{
    width: 50px;
    height: 3px;
    border-bottom: 1px solid #0894CA;
}
.hmcr-othr-wfeats h3 i{
    font-style: normal;
    margin: 0 16px;
}
.hmcr-othr-wfeats ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 44px;
}
.hmcr-othr-wfeats ul li{
    text-align: center;
    border-radius: 20px;
    padding: 80px 32px 24px;
    background: #0C8DB4;
    background: -moz-linear-gradient(145deg, #0C8DB4 30%, #0B7696 80%);
    background: -webkit-linear-gradient(145deg, #0C8DB4 30%, #0B7696 80%);
    background: linear-gradient(145deg, #0C8DB4 30%, #0B7696 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C8DB4",endColorstr="#0B7696",GradientType=1);
    color: #FFF;
    line-height: 1.2;
    font-family: var(--zf-primary-bold),sans-serif;
    font-size: 16px;
    position: relative;
}
.hmcr-othr-wfeats ul li span{
    display: block;
}
.hmcr-othr-wfeats ul li::before{
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    background: url(/sites/zweb/images/healthcare/homecare/hc-svg-sprite.svg) 0 0 no-repeat;
}
.hmcr-othr-wfeats ul li:nth-child(2)::before{
    background-position: -48px 0;
}
.hmcr-othr-wfeats ul li:nth-child(3)::before{
    background-position: -96px 0;
}
.hmcr-othr-wfeats ul li:nth-child(4)::before{
    background-position: -144px 0;
}
.hmcr-othr-wfeats ul li:nth-child(5)::before{
    background-position: -192px 0;
}
.hmcr-othr-wfeats ul li:nth-child(6)::before{
    background-position: -240px 0;
}


/* mobile app features */
.zwc-hc-hmcr-mfeats-wrap{
    background: #EAE4FF;
    width:  calc(100% - 100px);
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 50px;
}
.zwc-hc-hmcr-mfeats-wrap .content-wrap{
    max-width: 1240px;
}
.hmcr-mfeats-head{
    text-align: center;
    margin-bottom: 48px;
}
.hmcr-mfeats-head h2{
    margin-bottom: 16px;
}
.hmcr-acc-block{
    background: #F8F5FF;
    border-radius: 40px;
    box-shadow: 0 0 80px rgba(234, 209, 255, 0.1);
}



/* accordion styles */

.hmcr-acc-wrap h2, .hmcr-acc-wrap .content-wrap > p.hmcr-para {
    text-align: center;
}
.hmcr-acc-wrap h2, .hmcr-acc-wrap h3, .hmcr-acc-wrap p{
    color: #FFF;
}
.hmcr-acc-block {
    background: #F8F5FF url(/sites/zweb/images/healthcare/homecare/hc-mobile-app-bg.webp) right bottom no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    box-shadow: 0 0 60px rgba(34, 59, 81, 0.05);
    padding-left: 96px;
    position: relative;
}
.hmcr-acc-block::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 90px;
    background: url(/sites/zweb/images/healthcare/homecare/hc-svg-sprite.svg) 0 -96px no-repeat;
}
.hmcr-acc-tabsec{
    width: 35%;
    padding-top: 24px;
}
.hmcr-acc-tabsec ul li {
    color: #FFF;
    z-index: 0;
    padding: 24px 0px 32px;
    cursor: pointer;
    transition: all 0.8s ease;
    margin: 0 0 10px;
    border-bottom: 1px solid #B1ADBB;
}
.hmcr-acc-tabsec ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.hmcr-acc-tabsec ul li:last-child span{
    display: inline-block;
    width: 98%;
}
.hmcr-acc-tabsec ul li h3{
    font-family: var(--primaryfont-bold);
    color: #000;
    font-size: 22px;
    position: relative;
}
.hmcr-acc-tabsec ul li p.hmcr-tab-cont{
    color: #000;
    width: 100%;
}
.hmcr-acc-tabsec ul li.active {
    opacity: 1;
    transition: all 0.8s ease;
}
.hmcr-acc-tabsec ul li h3:after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    right: 0;
    top: 48%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s ease;
}
.hmcr-acc-tabsec ul li.active h3:after{
    top: 30%;
    transform: translateY(-40%) rotate(135deg);
}
.hmcr-acc-tabsec ul li p.hmcr-tab-cont {
    visibility: hidden;
    height: 0;
    opacity: 0;
    font-size: 17px;
}
.hmcr-acc-tabsec ul li.active p.hmcr-tab-cont {
    visibility: visible;
    height: auto;
    opacity: 1;
    margin-top: 16px;
}
.hmcr-acc-imgsec{
    width: 65%;
    position: relative;
    text-align: center;
}
.hmcr-acc-imgpan {
    position: sticky;
    top: 0;
    display: grid;
}
.hmcr-acc-imgpan .hmcr-acc-imgbox {
    grid-row-start: 1;
    grid-column-start: 1;
    opacity: 0;
    transition: all 0.8s ease;
}
.hmcr-acc-imgpan .hmcr-acc-imgbox.active {
    opacity: 1;
}
.hmcr-acc-imgpan .hmcr-acc-imgbox img{
    border-radius: 24px;
    width: 100%;
    display: block;
}

.hmcr-othr-mfeats{
    margin: 72px 0 0;
}
.hmcr-othr-mfeats h3{
    font-size: 36px;
    font-family: var(--zf-primary-extrabold),sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmcr-othr-mfeats h3 span{
    width: 50px;
    height: 3px;
    border-bottom: 1px solid #4D4D4D;
}
.hmcr-othr-mfeats h3 i{
    font-style: normal;
    margin: 0 16px;
}
.hmcr-othr-mfeats ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 44px;
}
.hmcr-othr-mfeats ul li{
    text-align: center;
    border-radius: 20px;
    padding: 80px 32px 24px;
    background: #866FD8;
    background: -moz-linear-gradient(145deg, #866FD8 30%, #654CC0 80%);
    background: -webkit-linear-gradient(145deg, #866FD8 30%, #654CC0 80%);
    background: linear-gradient(145deg, #866FD8 30%, #654CC0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#866FD8",endColorstr="#654CC0",GradientType=1);
    color: #FFF;
    line-height: 1.2;
    font-family: var(--zf-primary-bold),sans-serif;
    font-size: 16px;
    position: relative;
}
.hmcr-othr-mfeats ul li span{
    display: block;
}
.hmcr-othr-mfeats ul li::before{
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    background: url(/sites/zweb/images/healthcare/homecare/hc-svg-sprite.svg) 0 -48px no-repeat;
}
.hmcr-othr-mfeats ul li:nth-child(2)::before{
    background-position: -48px -48px;
}
.hmcr-othr-mfeats ul li:nth-child(3)::before{
    background-position: -96px -48px;
}
.hmcr-othr-mfeats ul li:nth-child(4)::before{
    background-position: -144px -48px;
}
.hmcr-othr-mfeats ul li:nth-child(5)::before{
    background-position: -192px -48px;
}
.hmcr-othr-mfeats ul li:nth-child(6)::before{
    background-position: -240px -48px;
}



/* footer notes section styles */
.zwc-hc-hmcr-footer{
    text-align: center;
}
.zwc-hc-hmcr-footer h2{
    max-width: 1000px;
    margin: 0 auto 16px;
}
.zwc-hc-hmcr-footer h2 > span{
    color: #0590C6;
}
.zwc-hc-hmcr-footer .hc-cta-block{
    justify-content: center;
    text-align: center;
    margin: 32px 0 0;
}

/* faq styles */
.zwc-hc-hmcr-faq li a {
    text-decoration: underline;
}
.zwc-hc-hmcr-faq {
    position: relative;
    overflow: hidden;
}
.zwc-hc-hmcr-faq h2 {
    margin-bottom: 48px;
    text-align: center;
    position: relative;
}
.zwc-hc-hmcr-faq ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px;
}
.zwc-hc-hmcr-faq li > p {
    display: none;
}
.zwc-hc-hmcr-faq li:first-child > p {
    display: block;
}
.zwc-hc-hmcr-faq ul li h3 {
    font-size: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.zwc-hc-hmcr-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%;
}
.zwc-hc-hmcr-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
}

.zwc-hc-hmcr-faq{
    margin: 0;
    padding-top: 0;
}
.zwc-hc-hmcr-faq .content-wrap {
    max-width: 60%;
}
.zwc-hc-hmcr-faq h2 {
    font-size: 36px;
    margin-bottom: 32px;
}
.zwc-hc-hmcr-faq h2:after {
    display: none;
}
.zwc-hc-hmcr-faq ul li {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #CFDBF3;
    transition: all 0.8s ease;
}
.zwc-hc-hmcr-faq ul li:last-child{
    margin-bottom: 40px !important;
}
.zwc-hc-hmcr-faq ul li h3 {
    margin-bottom: 0;
    font-size: 18px;
    padding: 28px 60px 28px 32px;
    font-family: var(--zf-primary-bold),sans-serif;
}
.zwc-hc-hmcr-faq ul li h3 button{
    font-size: 20px;
}
.zwc-hc-hmcr-faq ul li p{
    line-height: 1.5;
    font-size: 18px;
    padding: 0 30px 24px 30px;
    margin-top: -12px;
}
.zwc-hc-hmcr-faq ul li > p:last-child {
    margin-bottom: 0;
}
.zwc-hc-hmcr-faq ul li h3 button .arrow {
    background: #10B0B4;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    top: 27px;
    right: 24px;
    transition: none;
}
.zwc-hc-hmcr-faq ul li h3 button .arrow::before, .zwc-hc-hmcr-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: "";
}
.zwc-hc-hmcr-faq ul li h3 button .arrow::after {
    transform: rotate(90deg);
}
.zwc-hc-hmcr-faq ul li.zactive{
    border: 1px solid #89ABD7;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.1);
}
.zwc-hc-hmcr-faq ul li.zactive h3 button .arrow:after {
    display: none;
}
.zwc-hc-hmcr-faq ul li p a {
    color: #1152c3;
    font-family: var(--secondaryfont-semibold);
}
.hmcr-more-faq{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmcr-more-faq a{
    position: relative;
    display: inline-block;
    background: #10B0B4;
    color: #FFF;
    font-family: var(--primaryfont-semibold);
    padding: 8px 20px;
    border-radius: 6px;
    margin: 0 16px;
    text-align: center;
    font-size: 16px;
    min-width: 200px;
}
.hmcr-more-faq span {
    width: 50px;
    height: 3px;
    border-bottom: 1px solid #0894CA;
}

/* form styles */
.hmcr-form{
    padding-top: 0;
}
.hmcr-form .content-wrap{
    background: #09566E url(/sites/zweb/images/healthcare/homecare/hmcr-form-bg.webp) 0 16px no-repeat;
    background-size: auto 100%;
    max-width: 1170px;
    border-radius: 40px;
    padding: 48px 32px;
}
.hmcr-form-block{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}
.hmcr-form-head{
    margin-top: 48px;
}
.hmcr-form-head h3{
    color: #FFF;
}
.hmcr-form-head p{
    color: #FFF;
    padding-top: 12px;
}
.hmcr-form-box{
    background: #FFF;
    border-radius: 24px;
    width: 500px;
    padding: 24px 28px;
}
.cwf-container .cwf-wrap .cwf-textarea-control .cwf-textarea{
    height: 80px !important;
}




/* responsive styles */
@media screen and (max-width:1440px){
    .hmcr-acc-tabsec ul li h3{
        font-size: 23px;
    }
}
@media screen and (min-width:1281px) and (max-width:1440px){
    .hc-container h1, .hc-container h1 span{
        line-height: 1.1;
        font-size: 48px;
    }
    .hc-hmcr-ban-cont{
        width: 43%;
    }
    .hc-hmcr-ban-img{
        width: 57%;
    }
    .hc-hmcr-ban-cont p {
        margin: 20px 0 24px;
    }
    .hc-hmcr-ban-wrap{
        padding-top: 72px;
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap{
        max-width: 1140px;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        padding-left: 24px;
        padding-right: 24px;
    }
    .hc-ban-img-anim{
        min-height: 525px;
    }
    .ban-anim-tag{
        height: 72px;
        width: auto;
    }
    .hc-ban-ico{
        height: 80px;
        width: auto;
    }
    .ban-anim-icon1{
        right: 10%;
    }
    .ban-anim-icon3{
        right: 0;
    }
}
@media screen and (max-width:1280px){
    .hc-container h1, .hc-container h1 span{
        font-size: 44px;
        line-height: 1.1;
    }
    .hc-hmcr-ban-wrap{
        gap: 64px;
        padding-top: 40px;
    }
    .hc-hmcr-ban-cont{
        padding: 20px 0 72px;
    }
    .hc-hmcr-ban-img{
        margin-right: 0;
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap{
        max-width: 1070px;
    }
    .zwc-hc-hmcr-mfeats-wrap .content-wrap, .hmcr-form .content-wrap{
        max-width: 1100px;
    }
    .zwc-hc-hmcr-header .content-wrap, .sticky-indicator-wrap{
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        font-size: 15px;
    }
    .hmcr-othr-wfeats ul li{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
    }
    .hmcr-othr-mfeats ul li{
        padding-left: 26px;
        padding-right: 26px;
    }
    .zwc-hc-hmcr-mfeats-wrap{
        width: calc(100% - 60px);
    }
    .hmcr-form-block{
        gap: 36px;
    }
    .zwc-hc-hmcr-faq .content-wrap{
        max-width: 70%;
    }
    .hmcr-card2 .hmcr-ftr-head{
        left: 7%;
    }
    .hmcr-card2-img4{
        right: 3%;
    }
    .zw-product-header .content-wrap{
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .hmcr-acc-block::before{
        background-size: auto 170px;
    }
}
@media screen and (min-width:1200px) and (max-width:1280px){
    .hc-ban-img-anim{
        min-height: 525px;
    }
    .ban-anim-tag{
        height: 72px;
        width: auto;
    }
    .hc-ban-ico{
        height: 80px;
        width: auto;
    }
    .hmcr-acc-block{
        align-items: flex-end;
        padding-left: 80px;
    }
    .hmcr-acc-tabsec{
        padding: 64px 0 48px;
        width: 40%;
    }
}
@media screen and (max-width:1199px){
    .hc-container h1, .hc-container h1 span{
        font-size: 48px;
    }
    .hc-container h2{
        font-size: 36px;
        line-height: 1.2;
    }
    .secpad{
        padding: 100px 0;
    }
    .hc-hmcr-ban-wrap{
        display: inherit;
    }
    .hc-hmcr-ban-cont, .hc-hmcr-ban-img{
        width: 100%;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    .hc-hmcr-ban-img{
        overflow: hidden;
    }
    .hc-hmcr-ban-img img{
        display: inline-block;
        margin-bottom: -10px;
    }
    .hc-hmcr-ban-cont h1 span{
        display: inline;
    }
    .hc-hmcr-ban-cont p {
        margin: 18px auto 24px;
        max-width: 90%;
    }
    .hc-cta-block{
        justify-content: center;
    }
    .zwc-hc-hmcr-header .content-wrap, .hc-footer-note.content-wrap, .zw-product-header .content-wrap{
        max-width: calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap, .zwc-hc-hmcr-mfeats-wrap .content-wrap, .hmcr-form .content-wrap{
        width: calc(100% - 80px);
    }
    .hmcr-ftr-card .hmcr-ftr-head h2{
        font-size: 36px;
    }
    .hmcr-ftr-card .hmcr-ftr-head{
        max-width: 560px;
    }
    .zwc-hc-hmcr-mfeats-wrap {
        width: calc(100% - 40px);
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap{
        max-width: 1050px;
    }
    .hmcr-othr-wfeats ul li{
        padding-left: 28px;
        padding-right: 28px;
        font-size: 14px;
    }
    .hmcr-othr-mfeats ul li{
        padding-left: 22px;
        padding-right: 22px;
        font-size: 14px;
    }
    .hmcr-acc-block{
        padding-left: 80px;
        align-items: flex-end;
    }
    .hmcr-acc-tabsec{
        padding: 72px 0 48px;
    }
    .hmcr-acc-tabsec ul li{
        padding: 20px 0px 28px;
    }
    .zwc-hc-hmcr-footer p{
        max-width: 70%;
        margin: 0 auto;
    }
    .zwc-hc-hmcr-faq.secpad, .hmcr-form.secpad{
        padding-top: 0;
    }
}

@media screen and (max-width:1099px){
    .hmcr-cards-block .hmcr-ftr-card{
        min-height: 480px;
    }
    .hmcr-cards-block .hmcr-card1, .hmcr-cards-block .hmcr-card2, .hmcr-cards-block .hmcr-card3, .hmcr-cards-block .hmcr-card4{
        background-position: right center;
    }
    .hmcr-card1-img4, .hmcr-card2-img4, .hmcr-card3-img4, .hmcr-card4-img4{
        width: auto;
        height: 85%;
    }
    .hmcr-ftr-card .hmcr-ftr-head{
        max-width: 560px;
        width: 100%;
    }
    .hmcr-ftr-card .hmcr-ftr-head h2{
        font-size: 36px;
    }
    .hmcr-ftr-card .hmcr-ftr-head p{
        font-size: 17px;
    }
    .hmcr-card1 .hmcr-ftr-head{
        top: 12%;
    }
    .hmcr-card2 .hmcr-ftr-head{
        top: 12%;
        left: 8%;
    }
    .hmcr-card3 .hmcr-ftr-head{
        top: 12%;
    }
    .hmcr-card4 .hmcr-ftr-head{
        top: 12%;
    }
    .hmcr-card1-img1, .hmcr-card2-img1, .hmcr-card3-img1, .hmcr-card4-img1{
        width: auto;
        height: 48px;
    }
    .hmcr-card1-img2, .hmcr-card3-img2{
        width: auto;
        height: 140px;
    }
    .hmcr-card2-img2, .hmcr-card4-img2{
        width: auto;
        height: 130px;
    }
    .hmcr-card1-img4{
        left: 5%;
    }
    .hmcr-card1-img2{
        right: 4%;
    }
    .hmcr-card2-img2{
        left: 5%;
    }
    .hmcr-card2-img4{
        right: 3%;
    }
    .hmcr-card3-img2{
        right: 5%;
    }
    .hmcr-card3-img4{
        left: 5%;
    }
    .hmcr-card4-img4{
        right: 0;
        height: 75%;
    }
    .hmcr-othr-wfeats ul, .hmcr-othr-mfeats ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        width: 23%;
    }
    .hmcr-acc-tabsec {
        padding: 44px 0 32px;
    }
    .hmcr-acc-tabsec ul li h3 {
        font-size: 20px;
    }
    .hmcr-acc-tabsec ul li h3:after{
        width: 10px;
        height: 10px;
    }
    .hmcr-acc-block {
        padding-left: 64px;
    }

}

@media screen and (max-width:991px){
    .hc-container h1, .hc-container h1 span{
        font-size: 40px;
    }
    .hc-container h2{
        font-size: 36px;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .secpad {
        padding: 80px 0;
    }
    .mobile-view {
        display: block;
    }
    .zwc-hc-hmcr-header .content-wrap, .hc-footer-note.content-wrap, .zw-product-header .content-wrap{
        max-width: calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .hc-hmcr-ban-cont h1 span, .hc-footer-note h2 > span{
        display: inline;
    }
    .hmcr-acc-block{
        display: inherit;
        padding: 0;
        background-size: 100% auto;
    }
    .hmcr-acc-tabsec{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .hmcr-acc-tabsec ul li.active{
        padding-bottom: 0;
    }
    .hmcr-tab-cont img{
        display: block;
        width: 75%;
        height: auto;
        margin: -32px auto 0;
    }
    .hmcr-acc-tabsec ul li:last-child.active{
        border-bottom: 1px solid #95919f;
    }
    .hmcr-acc-tabsec ul li h3 {
        font-size: 22px;
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap, .zwc-hc-hmcr-mfeats-wrap .content-wrap, .hmcr-form .content-wrap {
        max-width: none;
        width: calc(100% - 60px);
    }
    .hmcr-ftr-card .hmcr-ftr-head{
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .hmcr-card4-img1{
        left: 16%;
    }
    .hmcr-cards-block .hmcr-card1, .hmcr-cards-block .hmcr-card2, .hmcr-cards-block .hmcr-card3, .hmcr-cards-block .hmcr-card4{
        background-position: right center;
    }
    .hmcr-card1-img2, .hmcr-card2-img2, .hmcr-card3-img2, .hmcr-card4-img2{
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 85%;
        height: auto;
        top: 48%;
    }
    .hmcr-card1-img1, .hmcr-card2-img1, .hmcr-card3-img1, .hmcr-card4-img1{
        top: 37%;
    }
    .hmcr-card1-img3, .hmcr-card3-img3{
        right: auto;
        left: 18%;
    }
    .hmcr-card2-img3, .hmcr-card4-img3{
        left: auto;
        right: 18%;
    }
    .zwc-hc-hmcr-faq .content-wrap{
        max-width: 80%;
    }
    .hmcr-form .content-wrap{
        background-position: 50% 0;
    }
    .hmcr-form-block{
        display: inherit;
    }
    .hmcr-form-head{
        text-align: center;
        margin-top: 0;
    }
    .hmcr-form-box{
        margin: 32px auto 0;
        width: 80%;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        width: 24%;
    }
    .hmcr-othr-wfeats h3 span, .hmcr-othr-mfeats h3 span{
        display: none;
    }
    .hmcr-othr-wfeats h3, .hmcr-othr-mfeats h3{
        font-size: 32px;
    }
    .zwc-hc-hmcr-footer.content-wrap{
        width: 90%;
    }
    .hc-hmcr-ban-wrap{
        padding-top: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .hmcr-card1 .hmcr-ftr-head, .hmcr-card2 .hmcr-ftr-head, .hmcr-card3 .hmcr-ftr-head, .hmcr-card4 .hmcr-ftr-head{
        top: 10%;
    }
    .hmcr-card1-img1, .hmcr-card2-img1, .hmcr-card3-img1, .hmcr-card4-img1{
        top: 35%;
    }
    .hmcr-card1-img2, .hmcr-card2-img2, .hmcr-card3-img2, .hmcr-card4-img2{
        top: 46%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 850px) {
    .content-wrap {
        width: 90%;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        width: 28%;
    }
    .zwc-hc-hmcr-footer p{
        max-width: 80%;
    }
}

@media screen and (max-width:767px){
    .hc-container h1, .hc-container h1 span {
        font-size: 42px;
    }
    .hc-container p{
        font-size: 17px;
    }
    .secpad {
        padding: 72px 0;
    }
    .hc-hmcr-ban-wrap{
        padding-top: 48px;
    }
    .hc-hmcr-ban-img{
        width: 90%;
    }
    .hc-cta-block > a{
        padding: 12px 24px;
    }
    .tab-view{
        display: block;
    }
    .hmcr-cards-block .hmcr-card1, .hmcr-cards-block .hmcr-card2, .hmcr-cards-block .hmcr-card3, .hmcr-cards-block .hmcr-card4{
        background-position: right center;
    }
    .hmcr-ftr-card .hmcr-ftr-head h2, .hmcr-othr-wfeats h3, .hmcr-othr-mfeats h3 {
        font-size: 30px;
    }
    .hmcr-ftr-card .hmcr-ftr-head p{
        font-size: 16px;
    }
    .hmcr-ftr-card .hmcr-ftr-head{
        width: 80%;
        max-width: none;
        position: inherit;
        top: auto;
        left: auto;
        margin: 32px auto 0;
        transform: none;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        width: 32%;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        padding-left: 20px;
        padding-right: 20px;
    }
    .zwc-hc-hmcr-footer.content-wrap{
        width: 80%;
    }
    .zwc-hc-hmcr-footer p{
        max-width: none;
    }
    .hmcr-tab-cont img{
        margin-top: 0;
    }
    .zwc-hc-hmcr-faq ul li, .zwc-hc-hmcr-faq ul li:nth-child(2n+2){
        padding-bottom: 0 !important;
    }
    .zwc-hc-hmcr-faq ul li h3 button{
        font-size: 18px;
    }
    .hmcr-cards-block{
        --card-top-offset: 48px;
        text-align: center;
    }
    .zwc-hc-hmcr-header{
        border-radius: 0 0 40px 40px;
    }
    .zwc-hc-hmcr-mfeats-wrap{
        border-radius: 36px;
    }
    .hmcr-cards-block > .hmcr-ftr-card, .hmcr-acc-block{
        border-radius: 32px;
    }
    .hmcr-ftr-card .hmcr-ftr-head p{
        margin-top: 6px;
    }
    .hmcr-cards-block .hmcr-ftr-card {
        min-height: 420px;
    }
    .hmcr-mfeats-head{
        margin-bottom: 36px;
    }
    .hmcr-othr-mfeats {
        margin: 64px 0 0;
    }
    .hmcr-tab-cont img{
        width: 100%;
    }
    .hmcr-acc-tabsec{
        width: 80%;
    }
    .hmcr-card1-img1, .hmcr-card2-img1, .hmcr-card3-img1, .hmcr-card4-img1,
    .hmcr-card1-img2, .hmcr-card2-img2, .hmcr-card3-img2, .hmcr-card4-img2,
    .hmcr-card1-img3, .hmcr-card2-img3, .hmcr-card3-img3, .hmcr-card4-img3,
    .hmcr-card1-img4, .hmcr-card2-img4, .hmcr-card3-img4, .hmcr-card4-img4{
        display: none;
    }
    .hmcr-cards-block .hmcr-ftr-img{
        position: inherit;
        height: auto;
        width: 85%;
        margin: 20px auto;
    }
    .hmcr-othr-wfeats, .hmcr-othr-mfeats{
        margin-top: 48px;
    }
    .hmcr-acc-block::before{
        background-position: -10px -106px;
    }
    .zwc-hc-hmcr-faq .expand-all li > p {
        display: none;
    }
    zwc-hc-hmcr-faq h2 {
        margin-top: 20px;
    }
    .lang-rtl .zwc-hc-hmcr-faq ul li h3 {
        padding: 0 0 0 25px;
    }
    .zwc-hc-hmcr-faq ul li p, .zwc-hc-hmcr-faq ul li .faq-list {
        display: none;
    }
    .zwc-hc-hmcr-faq ul li, .zwc-hc-hmcr-faq ul li:nth-child(2n+2) {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
        margin-bottom: 20px !important;
    }
    .zwc-hc-hmcr-faq .content-wrap{
        width: 85%;
        max-width: 85%;
    }
    .hmcr-form-box{
        width: 85%;
    }
    .hmcr-cards-block{
        gap: 64px 48px;
    }
    .hc-hmcr-ban-wrap{
        padding-top: 0;
    }
}


@media screen and (max-width:599px){
    .hc-container h1, .hc-container h1 span {
        font-size: 36px;
    }
    .hc-container h2 {
        font-size: 28px;
    }
    .hc-container h3 {
        font-size: 22px;
    }
    .hc-container p {
        font-size: 16px;
        line-height: 1.4;
    }
    .secpad{
        padding: 56px 0;
    }
    .hc-hmcr-ban-bg{
        border-radius: 0 0 20px 20px;
    }
    .zwc-hc-hmcr-header .content-wrap, .sticky-indicator-wrap, .hc-footer-note.content-wrap, .zw-product-header .content-wrap{
        max-width: calc(100% - 50px);
        width: calc(100% - 50px);
    }
    .hc-hmcr-ban-cont {
        text-align: center;
    }
    .hc-hmcr-ban-img{
        width: 100%;
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap, .zwc-hc-hmcr-mfeats-wrap .content-wrap, .hmcr-form .content-wrap{
        width: calc(100% - 40px);
    }
    .hmcr-ftr-card .hmcr-ftr-head h2{
        font-size: 28px;
    }
    .hmcr-othr-wfeats h3, .hmcr-othr-mfeats h3{
        font-size: 24px;
    }
    .hmcr-ftr-card .hmcr-ftr-head p{
        font-size: 16px;
    }
    .hmcr-cards-block .hmcr-ftr-card{
        min-height: 370px;
    }
    .hmcr-card1-img2, .hmcr-card2-img2, .hmcr-card3-img2, .hmcr-card4-img2{
        top: 42%;
    }
    .hmcr-card1-img1, .hmcr-card2-img1, .hmcr-card3-img1, .hmcr-card4-img1{
        display: none;
    }
    .hmcr-card1-img3, .hmcr-card2-img3, .hmcr-card3-img3, .hmcr-card4-img3{
        top: 60%;
        height: 150px;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        width: 42%;
    }
    .hmcr-cards-block{
        gap: 72px 48px;
    }
    .hmcr-form-box{
        width: 90%;
    }
    .hmcr-ftr-card .hmcr-ftr-head{
        margin-top: 40px;
    }
    .hmcr-cards-block .hmcr-ftr-img{
        margin-bottom: 40px;
    }
    .hmcr-acc-tabsec ul li h3 {
        font-size: 20px;
    }
    .hmcr-acc-tabsec ul li h3:after{
        width: 10px;
        height: 10px;
    }
    .hmcr-acc-tabsec ul li {
        padding: 14px 0px 24px;
    }
    .zwc-hc-hmcr-faq h2{
        margin-bottom: 16px;
    }
    .hmcr-othr-wfeats ul, .hmcr-othr-mfeats ul{
        margin-top: 32px;
    }
    .zwc-hc-hmcr-faq ul li p{
        font-size: 17px;
    }
    .hmcr-acc-tabsec ul li p.hmcr-tab-cont{
        font-size: 15px;
    }
}

@media screen and (max-width:480px){
    .hc-container h1, .hc-container h1 span {
        font-size: 32px;
    }
    .hc-container h2 {
        font-size: 24px;
    }
    .zwc-hc-hmcr-header .content-wrap, .hc-footer-note.content-wrap, .zw-product-header .content-wrap{
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .hc-feat-wrap h3::before{
        display: none;
    }
    .hc-footer-note {
        padding: 0px 0 60px;
    }
    .hmcr-cards-block .hmcr-ftr-card{
        min-height: 340px;
    }
    .hc-hmcr-ban-cont{
        max-width: 100%;
        padding-bottom: 40px;
    }
    .hc-hmcr-ban-img{
        width: 100%;
    }
    .hc-cta-block{
        flex-wrap: wrap;
        gap: 16px;
        margin: 0 8px;
    }
    .hmcr-ftr-card .hmcr-ftr-head h2, .hmcr-othr-wfeats h3, .hmcr-othr-mfeats h3{
        font-size: 24px;
    }
    .hmcr-acc-tabsec ul li h3{
        font-size: 19px;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        width: 46%;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 13px;
    }
    .zwc-hc-hmcr-faq ul li h3{
        padding: 20px 64px 20px 32px;
    }
    .zwc-hc-hmcr-faq ul li h3 button{
        font-size: 16px;
    }
    .zwc-hc-hmcr-faq ul li p{
        font-size: 15px;
    }
    .zwc-hc-hmcr-faq ul li h3 button .arrow, .zwc-hc-hmcr-faq ul li.zactive h3 button .arrow{
        top: 20px;
        right: 24px;
    }
    .zwc-hc-hmcr-faq ul li{
        border-radius: 12px;
    }
    .zwc-hc-hmcr-faq ul li, .zwc-hc-hmcr-faq ul li:nth-child(2n+2){
        margin-bottom: 16px !important;
    }
    .zwc-hc-hmcr-faq .content-wrap{
        width: 90%;
        max-width: 90%;
    }
    .hmcr-othr-wfeats ul, .hmcr-othr-mfeats ul{
        gap: 12px;
    }
    .zwc-hc-hmcr-wfeats-wrap .content-wrap, .zwc-hc-hmcr-mfeats-wrap .content-wrap, .hmcr-form .content-wrap, .zwc-hc-hmcr-mfeats-wrap{
        width: calc(100% - 20px);
    }
    .hmcr-form-box{
        width: 100%;
    }
    .zwc-hc-hmcr-mfeats-wrap, .hmcr-cards-block > .hmcr-ftr-card, .hmcr-acc-block, .hmcr-form .content-wrap{
        border-radius: 28px;
    }
    .hmcr-cards-block{
        gap: 48px;
    }
    .secpad {
        padding: 48px 0;
    }
    .hmcr-form .content-wrap{
        padding: 48px 24px;
    }
}

@media screen and (max-width:375px){
    .hc-container h1, .hc-container h1 span {
        font-size: 28px;
    }
    .hc-container h2 {
        font-size: 22px;
        line-height: 1.1;
    }   
    .hc-container h3 {
        font-size: 20px;
    }
    .hmcr-acc-tabsec ul li h3{
        font-size: 16px;
    }
}

@media screen and (min-width: 992px){
    .web-view{
        display: block;
    }

    /* animation styles */
    .hmcr-ftr-head{
        transition: all 0.7s ease-in-out;
        transform: translateY(30px);
        opacity: 1;
    }
    .hmcr-ftr-head.zwe-ob{
        transform: translateY(0);
        opacity: 1;
    }
    @keyframes adjust-cards{
    from{
        transform: scale(1.03);
    }
    to{
        transform: scale(0.85);
    }
    }
    @keyframes adjust-cards1{
    from{
        transform: scale(1.02);
    }
    to{
        transform: scale(0.99);
    }
    }
    .hmcr-card1-img1, .hmcr-card1-img2, .hmcr-card1-img3,
    .hmcr-card2-img1, .hmcr-card2-img2, .hmcr-card2-img3,
    .hmcr-card3-img1, .hmcr-card3-img2, .hmcr-card3-img3,
    .hmcr-card4-img1, .hmcr-card4-img2, .hmcr-card4-img3{
        transition: all 0.6s ease-in-out;
        transform: translateY(20px);
        opacity: 0;
    }
    .hmcr-card1-img1.zwe-ob, .hmcr-card1-img2.zwe-ob, .hmcr-card1-img3.zwe-ob,
    .hmcr-card2-img1.zwe-ob, .hmcr-card2-img2.zwe-ob, .hmcr-card2-img3.zwe-ob,
    .hmcr-card3-img1.zwe-ob, .hmcr-card3-img2.zwe-ob, .hmcr-card3-img3.zwe-ob,
    .hmcr-card4-img1.zwe-ob, .hmcr-card4-img2.zwe-ob, .hmcr-card4-img3.zwe-ob{
        transform: translateY(0);
        opacity: 1;
    }
    .hmcr-card1-img1.zwe-ob, .hmcr-card2-img1.zwe-ob, .hmcr-card3-img1.zwe-ob, .hmcr-card4-img1.zwe-ob{
        transition-delay: 0.15s;
    }
    .hmcr-card1-img2.zwe-ob, .hmcr-card2-img2.zwe-ob, .hmcr-card3-img2.zwe-ob, .hmcr-card4-img2.zwe-ob{
        transition-delay: 0.2s;
    }
    .hmcr-card1-img4, .hmcr-card2-img4, .hmcr-card3-img4, .hmcr-card4-img4{
        transition: all 0.6s ease-in-out;
        transform: translateX(-20px);
        opacity: 0;
    }
    .hmcr-card2-img4, .hmcr-card4-img4{
        transform: translateX(20px);
    }
    .hmcr-card1-img4.zwe-ob, .hmcr-card2-img4.zwe-ob, .hmcr-card3-img4.zwe-ob, .hmcr-card4-img4.zwe-ob{
        transform: translateX(0);
        opacity: 1;
    }
    .hmcr-othr-wfeats ul li, .hmcr-othr-mfeats ul li{
        transform: translateY(15px) scale(0.96);
        opacity: 0.05;
        transition: all 0.7s ease-in-out;
    }
    .hmcr-othr-wfeats ul.zwe-op li, .hmcr-othr-mfeats ul.zwe-op li{
        transform: translateY(0px) scale(1);
        transform-origin: center top;
        opacity: 1;
    }
    .hmcr-othr-wfeats ul.zwe-op li:nth-child(2), .hmcr-othr-mfeats ul.zwe-op li:nth-child(2){
        transition-delay: 0.15s;
    }
    .hmcr-othr-wfeats ul.zwe-op li:nth-child(3), .hmcr-othr-mfeats ul.zwe-op li:nth-child(3){
        transition-delay: 0.3s;
    }
    .hmcr-othr-wfeats ul.zwe-op li:nth-child(4), .hmcr-othr-mfeats ul.zwe-op li:nth-child(4){
        transition-delay: 0.45s;
    }
    .hmcr-othr-wfeats ul.zwe-op li:nth-child(5), .hmcr-othr-mfeats ul.zwe-op li:nth-child(5){
        transition-delay: 0.6s;
    }
    .hmcr-othr-wfeats ul.zwe-op li:nth-child(6), .hmcr-othr-mfeats ul.zwe-op li:nth-child(6){
        transition-delay: 0.75s;
    }
    .hmcr-mfeats-head{
        transform: translateY(60px) scale(0.75);
        opacity: 0.05;
        transition: all 1s ease;
    }
    .bottom-animated .hmcr-mfeats-head{
        transform: translateY(0px) scale(1);
        transform-origin: center top;
        opacity: 1;
        transition-delay: 0.2s;
    }
    .hmcr-footer-head{
        transform: translateY(60px);
        opacity: 1;
        transition: all 1s ease;
    }
    .bottom-animated .hmcr-footer-head{
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.7s;
    }
    .hmcr-acc-block{
        overflow: hidden;
    }
    .hmcr-acc-imgbox{
        transform: translateY(70px);
        opacity: 0.05;
        transition: all 1s ease;
    }
    .hmcr-acc-imgbox.active{
        transform: translateY(0);
        transform-origin: right bottom;
        opacity: 1;
    }
}

@media screen and (min-width: 1200px){
    .zwc-hc-hmcr-header{
        overflow: hidden;
    }
    .hc-ban-img-anim{
        display: block;
    }
    .hc-ban-img-static{
        display: none;
    }
    .ban-anim-img {
        animation: HmcrBanImg 0.8s ease-in-out 0.2s both;
    }
    @keyframes HmcrBanImg {
        0% {
            transform: translateY(50px);
            opacity: 0;
        }
        70% {
            opacity: 1;
        }
        100% {
            transform:  translateY(0px);
            opacity: 1;
        }
    }

    .ban-anim-tag{
      animation: HmcrBanTag 0.6s linear both 1s, HmcrBanTagLoop 2s ease-in-out 3s alternate infinite;
      -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.2));
    }
    @keyframes HmcrBanTag{
        0%{
            transform: translate(-50%, 50px);
            opacity: 0;
        }
        100%{
            transform: translate(-50%, 0);
            opacity: 1;
        }
    }
    @keyframes HmcrBanTagLoop{
        0%{
            transform: translate(-50%, 0);
        }
        100%{
            transform: translate(-50%, 8px);
        }
    }
    .ban-anim-icon1{
        -webkit-filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, 0.1));
        animation: HmcrBanIcon1 10s ease-in-out both 1.5s infinite;
    }
    .ban-anim-icon2{
        -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.1));
        animation: HmcrBanIcon1 10s ease-in-out both 1.6s infinite;
    }
    .ban-anim-icon3{
        -webkit-filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, 0.1));
        animation: HmcrBanIcon2 10s ease-in-out both 1.7s infinite;
    }
    .ban-anim-icon4{
        -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.1));
        animation: HmcrBanIcon2 10s ease-in-out both 1.8s infinite;
    }
    @keyframes HmcrBanIcon1{
      0%{
        transform: translate(0, 100px);
        opacity: 0;
      }
      15%{
        transform: translate(0, 0);
        opacity: 1;
      }
      80%{
        transform: translate(0, 0);
        opacity: 1;
      }
      100%{
        transform: translate(0, -70px);
        opacity: 0;
      }
    }
    @keyframes HmcrBanIcon2{
      0%{
        transform: translate(0, 100px);
        opacity: 0;
      }
      15%{
        transform: translate(0, 0);
        opacity: 1;
      }
      80%{
        transform: translate(0, 0);
        opacity: 1;
      }
      100%{
        transform: translate(0, -150px);
        opacity: 0;
      }
    }
}
