/*common*/
*,
*:before,
*:after {
    box-sizing: border-box;
}


h1 {
    font-size: 47px;
margin-top: 30px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}


.flex-wrap {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.section-common {
    margin-bottom: 145px;
}



.sprite-icons {
    background-image: url(/sites/zweb/images/commerce/integrations/sprite-icons.png);
    background-size: 800px;

}

.mobile-version {
    display: none;
}

.plan-title-accord {
    display: none;
}

.z-mobile-menu-v2 {
    display: none;
}

.scrollsignup{
    text-align: center;
}
	.scrollsignup a{	
    text-transform: uppercase;	
}

/*header*/

.header-content {
    text-align: center;
    margin-top: 50px;
}

.header-desc {
    max-width: 630px;
    margin: 0 auto 30px;
}

.zcom-logo {
    max-width: 300px;
}

.dynamic-logo {
    max-width: 200px;
}

.plus-sign {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 20px;
margin-top: 28px;
}

.headerlogo-wrap{
    display : flex;
    align-items: center;
justify-content: center;
}


.plus-sign::before {
    content: "";
    position: absolute;
    border-top: 6px solid black;
    display: block;
    width: 30px;
    left: 0;
    top: 0;
}

.plus-sign::after {
    content: "";
    position: absolute;
    border-left: 6px solid black;
    display: block;
    height: 30px;
    left: 12px;
    top: -12px;
}

.demo-cta {
    color: #4285F4;
    border: 1px solid #4285F4;
    padding: 16px 35px;
    display: inline-block;	
    text-transform: uppercase;
}
.main-container-wrapper.umain .demo-cta {
    padding: 14.5px 35px;
}

.header-content .act-btn{
    padding: 16px 35px;
margin-right: 20px;
}

/*benefits section*/
.section-common.section-benefits {
    padding: 150px 0px 150px;
    background-color: #FFF7F7;
    margin: 0px 70px 150px;
}

.benefits-container .first-year-img {
    left: 48%;
    bottom: 0px;
    margin-right: auto;
}

.benefits-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.benefits-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.blue-title {
    color: #4285F4;
    font-size: 24px;
    display: block;
}

.content-container {
    width: 100%;
    height: 800px;
    position: relative;
}

.feature-tooltip {
    z-index: 200 !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ffffff;
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -149px;
    width: 300px;
    height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 20px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 140%;
    color: black;
    text-align: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-shadow: 0px 9.48996px 18.9799px rgba(136, 141, 146, 0.1);
    box-shadow: 0px 9.48996px 18.9799px rgba(136, 141, 146, 0.1);

}

.feature-tooltip:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
    position: absolute;
    bottom: -6px;
}



.feature-card-container:hover .feature-tooltip {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all
}

.zoho-com-card .feature-tooltip {
    width: 360px;
    height: 133px;
    top: -150px;
}

.goog-merchant-card .feature-tooltip {
    height: 133px;
    top: -150px;
}

.feature-card {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 9.48996px 18.9799px rgba(136, 141, 146, 0.1);
    box-shadow: 0px 9.48996px 18.9799px rgba(136, 141, 146, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.feature-card-container {
    position: absolute;
    box-shadow: 0px 10px 20px #888D921F;

}

.feature-card p {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    font-family: Zoho_Puvi_Medium;
}

.zoho-com-card p,
.goog-merchant-card p {
    font-size: 16px;
    font-family: Zoho_Puvi_SemiBold;
    line-height: 20px;
}

.zoho-com-card {
    width: 260px;
height: 261px;
    border: 1px solid #DBF1E2;
    background-color: #F4FCF6;
    color: #888D92;
    top: 20%;
    left: 35%;
    animation-delay: 1s;
    z-index: 1;
}

.zoho-com-card .feature-card {
    background-color: #F4FCF6;
}

.goog-merchant-card {
    width: 220px;
    height: 221px;
    border: 1px solid #E9F0F7;
    color: #888D92;
    right: 26%;
    bottom: 34%;
    animation-delay: 1.5s;
    background-color: #F9FCFF;
    z-index: 3;
}

.goog-merchant-card .feature-card {
    background-color: #F9FCFF;
}

.web-builder-card {
    width: 170px;
height: 170px;
top: 1%;
left: 25%;
animation-delay: 0.4s;
z-index: 3;
}

.res-web-card {
    width: 115px;
    height: 115px;
    top: 22%;
    left: 7%;
    animation-delay: 0.8s;
}

.host-prod-card {
    width: 125px;
    height: 125px;
    top: 31%;
    left: 22%;
    animation-delay: 1.1s;
    z-index: 2;
}

.store-mangmt-card {
    width: 137px;
    height: 137px;
    left: 49%;
top: 7%;
    animation-delay: .3s;
    z-index: 2;
}

.paymeny-gw-card {
    width: 170px;
    height: 170px;
    right: 21%;
    top: 6%;
    animation-delay: 1s;
}

.cust-card {
    width: 170px;
    height: 170px;
    left: 32%;
    bottom: 25%;
    animation-delay: 1.5s;
    z-index: 4;
}

.fb-inte-card {
    width: 128px;
    height: 128px;
    left: 10%;
    bottom: 34%;
    animation-delay: 0.3s;
    z-index: 3;
}

.goog-shop-card {
    width: 150px;
    height: 150px;
    right: 38%;
bottom: 12%;
    animation-delay: 1.2s;
    z-index: 6;
}

.zfinance-card {
    width: 170px;
    height: 170px;
    right: 34%;
bottom: 40%;
    z-index: -1;
    animation-delay: 1.7s;
    z-index: 4;
}

.prd-training-card {
    width: 137px;
    height: 137px;
    right: 18%;
    top: 36%;
    animation-delay: .8s;
    z-index: 1;
}

.goog-trainig-card {
    width: 125px;
    height: 125px;
    left: 41%;
    top: 0;
    z-index: 0;
}

.email-sup-card {
    width: 125px;
    height: 125px;
    left: 24%;
    bottom: 12%;
    animation-delay: .9s;
    z-index: 5;
}

.zinventory-card {
    width: 125px;
    height: 125px;
    right: 7%;
    top: 14%;
    animation-delay: 0.3s;
    z-index: 0;
}

.feature-icon.sprite-icons {
    margin-bottom: 10px;
    margin-top: 15px;
}

.goog-trainig-card .feature-icon,
.accord13img {
    background-position: -477px 74px;
    width: 48px;
    height: 48px;
    background-size: 900px;
}

.web-builder-card .feature-icon,
.accord3img {
    background-position: -175px 1px;
    width: 47px;
    height: 54px;
    background-size: 900px;

}

.res-web-card .feature-icon,
.accord4img {
    background-position: -200px -6px;
    width: 51px;
    height: 37px;
}

.host-prod-card .feature-icon,
.accord5img {
    background-position: -250px -6px;
    width: 54px;
    height: 37px;
}

.fb-inte-card .feature-icon,
.accord9img {
    background-position: -302px -6px;
    width: 47px;
    height: 37px;
}

.email-sup-card .feature-icon,
.accord14img {
    background-position: -351px -12px;
    width: 49px;
    height: 27px;
}

.cust-card .feature-icon,
.accord8img {
    background-position: -454px -5px;
    width: 49px;
    height: 47px;
    background-size: 900px;
}

.goog-shop-card .feature-icon,
.accord10img {
    background-position: -510px -5px;
    width: 49px;
    height: 47px;
    background-size: 900px;
}

.store-mangmt-card .feature-icon,
.accord6img {
    background-position: -568px -5px;
    width: 49px;
    height: 47px;
    background-size: 900px;
}

.paymeny-gw-card .feature-icon,
.accord7img {
    background-position: -658px -4px;
    width: 53px;
    height: 50px;
    background-size: 950px;
}

.zinventory-card .feature-icon,
.accord15img {
    background-position: -677px -3px;
    width: 53px;
    height: 50px;
    background-size: 900px;
}

.prd-training-card .feature-icon,
.accord12img {
    background-position: -734px -3px;
    width: 53px;
    height: 50px;
    background-size: 900px;
}

.zfinance-card .feature-icon,
.accord11img {
    background-position: -706px -3px;
    width: 41px;
    height: 46px;
}

.zoho-com-card .feature-icon,
.accord1img {
    background-position: -3px -106px;
    width: 71px;
    height: 71px;
    margin-bottom: 25px;
}

.goog-merchant-card .feature-icon,
.accord2img {
    background-position: -525px -111px;
    width: 44px;
    height: 43px;
    margin-bottom: 25px;
    transform: scale(1.4);
}

/*form section*/
.section-common.section-form {
    margin-bottom: 70px;
}

.section-form h2 {
    text-align: center;
    margin-bottom: 120px;
}

.section-form .first-year-img {
    left: 48%;
}

.testi-outerwrap {
  padding-top: 70px;
    background-color: #FCF6E8;
    position: relative;
    width: 760px;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 70px;
}

.testimonial-wrap {
    padding: 0px 120px 40px 0px;
    background-color: #FCF6E8;
    border-radius: 6px;
    max-width: 580px;
    margin-left: 100px;
}

.testimonial-iwrap {
   padding-top: 60px;
    padding-left: 30px;
}

.cust-image {
    position: absolute;
    width: 160px;
    height: 160px;
    background-image: url(/sites/zweb/images/commerce/integrations/sprite-testimonial.png);
    background-size: 600px;
    top: -69px;
    right: 70px;
    opacity: 0;
    transition: 1s all ease;
}

.testi1-img .cust-image {
    background-position: -10px -19px;
}

.testi2-img .cust-image {
    background-position: -177px -18px;
}

.logo-image {
    width: 113px;
    height: 113px;
    position: absolute;
    top: 30px;
    right: -48px;
    background-image: url(/sites/zweb/images/commerce/integrations/sprite-testimonial.png);
    background-size: 610px;
    opacity: 0;
    transition: 1s all ease;
}

.testi1-img .logo-image {
    background-position: -350px -44px;
}

.testi2-img .logo-image {
    background-position: -471px -43px;
}

.testimonial-content {
    max-width: 390px;
    font-size: 24px;
    position: relative;
}

.testimonial-content:before {
    position: absolute;
    content: "";
    top: -49px;
    left: -15px;
    background-image: url(/sites/zweb/images/commerce/integrations/sprite-icons.png);
    width: 35px;
    height: 35px;
    background-size: 1000px;
    background-position: -327px -152px;
}

.testi-name {
    display: block;
    font-size: 26px;
    font-family: 'Zoho_Puvi_Bold';
}

.testi-desig {
    font-size: 15px;
}

/*resource section*/
.resources-iwrap .flex-wrap {
    align-items: flex-start;
}

.resources-iwrap h2 {
    text-align: center;
    margin-bottom: 50px;
}

.resource-container {
    max-width: 280px;
}

.resourceimages {
    width: 100%;
}

.resource-container p {
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 20px;
}

.resource-cta {
    color: #4285F4;
    font-size: 14px;
    font-family: 'Zoho_Puvi_SemiBold';
    display: inline-block;
    border-bottom: 1px solid #4285F4;
    cursor: pointer;
}

.resource-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-resource {
    padding: 150px 0px 0;
}

.transaction-txt {
    font-size: 14px;
}

/*dynamic banner*/
.dynamic-banner .content-wrap{
    padding: 75px 0px;
    text-align: center;
    background-color: #01042b;
}
.dynamic-banner h3{
    font-size: 48px;
    color: white;
    margin-bottom: 35px;
}
.explore-cta{
    display: inline-block;
font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
padding: 8px 30px;
margin: 0;
border: 1px solid transparent;
cursor: pointer;
box-sizing: border-box;
z-index: 1;
font-size: 15px;
    background: #f0483e;
color: #fff;
    text-transform: uppercase;
}

/*footer section*/
#footer {

    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 30px 0px;
    margin-bottom: 100px;

}

.mailto-link {
    font-size: 16px;
    text-align: center;
}

.mailto-link .resource-cta {
    font-size: 16px;
}

.disclaimer-txt {
    font-size: 15px;
    text-align: center;
    margin-bottom: 100px;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.footer-form-sec {
    width: 500px;
    margin: 90px auto 0;
}

.form-iwrap.flex-wrap {
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-form-wrap {
    width: 100%;
}

/*animation*/
.slideup {
    transform: translateY(50px);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.middle-animated .slideup {
    transform: translateY(0px)
}

.opacityslideup {
    opacity: 0;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.middle-animated .opacityslideup {

    opacity: 1;
    animation-name: floatanimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.delay1 {
    transition-delay: 0.2s;
}

.delay2 {
    transition-delay: 0.3s;
}

.delay3 {
    transition-delay: 0.4s;
}

.delay4 {
    transition-delay: 0.5s;
}

.delay5 {
    transition-delay: 0.55s;
}

.delay6 {
    transition-delay: 0.6s;
}

.delay7 {
    transition-delay: 0.65s;
}

.delay8 {
    transition-delay: 0.7s;
}

.delay9 {
    transition-delay: 0.75s;
}

.delay10 {
    transition-delay: 0.8s;
}

.delay11 {
    transition-delay: 0.85s;
}

.delay12 {
    transition-delay: 0.8s;
}

.delay13 {
    transition-delay: 0.95s;
}

.delay14 {
    transition-delay: 1s;
}

.delay15 {
    transition-delay: 1.2s;
}

.delay16 {
    transition-delay: 1.6s;
}

.delay17 {
    transition-delay: 1.8s;
}

.delay18 {
    transition-delay: 2s;
}

.delay19 {
    transition-delay: 2.2s;
}

@keyframes floatanimation {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateX(100px);

    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}



/*responsive*/

@media only screen and (max-width:1380px) {

    /*resource section*/
    .resource-container {
        width: 23%;
    }

    .resources-iwrap .flex-wrap {
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .resource-container p {
        min-height: 80px
    }
    .zfinance-card{
        right: 32%;
bottom: 32%;
    }
    .paymeny-gw-card{
        right: 20%;
top: 0;
    }
}

@media only screen and (max-width:1280px) {

    /*common*/
    .content-wrap {
        width: 93%;
    }

    body {
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }


    .section-common {
        margin-bottom: 100px;
    }

    p {
        font-size: 16px;
    }

    h4 {
        font-size: 20px;
    }

    /*header*/
    h1 {
        font-size: 42px;
        line-height: 50px;
    }



    /*benefits section*/
    .section-common.section-benefits {
        margin: 0px 30px 100px;
        padding-top: 100px;
    }

    .middle-animated .opacityslideup.feature-card-container,
    .middle-animated .feature-card-container {
        animation: none;
        transform: scale(0.8) !important;
    }

       .zfinance-card {
   
    right: 29%;
        bottom: 34%;
    }
.zoho-com-card .feature-icon {
    transform: scale(1);
}
    
    @keyframes scaledfloat {
        0% {
            transform: translateY(0px) scale(0.8);
        }

        50% {
            transform: translateY(10px) scale(0.8);
        }

        100% {
            transform: translateY(0px) scale(0.8);
        }
    }


    /*resource section*/
    .section-common.section-resource {
        margin: 0px 30px 30px;
    }

    /*testimonial section*/
    .testimonial-content {
        font-size: 20px;
    }

    .testi-name {
        font-size: 22px;
    }

    .testi-desig {
        font-size: 14px;
    }

    .testimonial-wrap {
        padding: 0px 60px 50px 30px;
      
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:991px) {
    /*common*/

    .flex-wrap {
        flex-wrap: wrap;
    }

   

    /*header*/

    .header-content {
        width: 100%;
text-align: center;
margin: 30px auto 0;
max-width: 600px;
    }

    .header-image {
        width: 100%;
        margin: 0 auto;
    }

    .tc-confirmation {
        text-align: left;
    }

    h1 {
        margin-top: 40px;
    }
    .zcom-logo{
        width: 35%;
    }
    .dynamic-logo{
        width: 25%;
    }
    
     .sr-logo{
        position: relative;
    top: 7px;
    }
    .plus-sign{
        transform: scale(0.7);  
    }
    
    
    /*benefits section*/
    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }

    .benefits-iwrap .mobile-version {
        width: 100%;
    }

    .mobile-version .accord_title .sprite-icons {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
    }

    .accord1img {
        background-size: 550px;
        width: 50px;
        height: 50px;
        background-position: -1px -70px;
    }

    .accord2img {
        background-position: -525px -111px;
        width: 44px;
        transform: scale(1.1);
    }

    .accord_desc {
        display: none;
        padding: 0px 40px 0px 70px;
    }

    .accord_contents h4 {
        font-size: 18px;
    }

    .accord-icon-container {
        display: inline-block;
        width: 90px;
    }

    .benefits-container .mobile-version {
        max-width: 600px;
        margin-bottom: 50px;
    }

    .accord_contents {
        border-bottom: 1px solid #f8e3df;
    }

    .accord_title::after {
        content: "\276F";
        width: 15px;
        height: 15px;
        text-align: center;
        transition: all .35s;
        position: absolute;
        right: 26px;
        top: 20px;
        transform: rotate(-90deg);
        font-size: 20px;
        font-family: var(--zf-secondary-thin);
    }

    .active .accord_title:after {
        transform: rotate(90deg);
        right: 10px
    }

    .accord_title {
        position: relative;
        margin: 15px 0px;
        cursor: pointer;
    }

    .accord15.accord_contents {
        border-bottom: 0px;
    }

    /*steps section*/
    .left-sticky-topic {
        display: none;
    }

    .steps-iwrap {
        width: 90%;
        margin: 0 auto;
    }

    .steps-owrap.flex-wrap {
        margin-top: 60px;
    }



    /*testimonial section*/
    .testi-outerwrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 70px;
    }

    .testimonial-wrap {
        margin-left: 35px;
    }


    /*resource section*/
    .resource-container {
        max-width: 300px;
        width: 50%;
        margin-bottom: 30px;
    }

    .resource-container p {
        min-height: unset;
    }

    .disclaimer-txt {
        margin-bottom: 50px;
        font-size: 13px;
    }

    .rowcontent {
        width: 30%;
        max-width: 170px;
    }
    
    /*dynamic banner*/
    .dynamic-banner h3{
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {

.demo-cta{
  margin-left : 20px;
}

    p {
        font-size: 15px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 15px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .content-wrap {
        overflow: hidden;
    }

    .section-common {
        margin-bottom: 60px;
    }
    .header-content .act-btn{
        margin-right: 0px;
    }
 .main-container-wrapper .demo-cta{
        display: block;
    width: 205px;
    margin: 20px auto 0;
    }

    .main-container-wrapper.umain .demo-cta{
        width: 272px;
    }
    
    .main-container-wrapper .product-title{
        display: none;
    }
    .main-container-wrapper.umain .product-title{
        display: block;
    }
    
    /*benefits*/
    .accord_contents h4 {
        font-size: 16px;
    }

    .benefits-container .mobile-version {
        max-width: 400px;
    }


    .section-common.section-benefits {
        padding-bottom: 60px;
    }

    /*testimonial*/
    .testimonial-content {
        font-size: 17px;
    }

    .testi-name {
        font-size: 20px;
    }

    .footer-form-sec {
        text-align: center;
    }

  

    /*resource section*/
    .section-resource {
    padding: 100px 0px;
}
    .resource-container {
        max-width: 400px;
        width: 100%;
    }

    .disclaimer-txt {
        margin-bottom: 0px;
    }

    .first-year-img {
        display: none;
    }

    span.mobile-menu-icon1:not(.active) {
        background: #000;
    }

    span.mobile-menu-icon1:not(.active) .zhamburger span {
        background: #fff;
    }

    body.overlay {
        overflow: hidden;
        position: relative;
    }

    body.overlay::before {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
    
    /*dynamic banner*/
.dynamic-banner h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
    .dynamic-banner .content-wrap{
        padding: 50px 0px;
    }
   
}

@media only screen and (max-width: 480px) {

.demo-cta{
margin-top : 20px;
}

.plus-sign{
   height : 0;
}


    h1 {
        font-size: 27px;
        line-height: 35px;
        margin-top: 15px;
    }

    h2 {
        font-size: 22px;
    }


    .section-common.section-header {
        margin-bottom: 60px;
    }
.dynamic-logo {
    width: 29%;
}
    .plus-sign {
    transform: scale(0.6);
    margin: 0 10px;
}
    .zcom-logo {
    width: 38%;
}


    /*benefits*/
    .benefits-title {
        margin: 0 auto 20px;
    }

    .section-common.section-benefits {
        padding-top: 60px;
        margin: 0px 15px 60px;
    }

    .accord_desc {
        padding: 0px 0px 0px 0px;
        max-width: 300px;
        margin: 0 auto;
    }

    .mobile-version .accord_title .sprite-icons {
        transform: scale(0.7);
    }

    .mobile-version .accord_title .accord2img {
        transform: scale(0.8);
    }

    .accord_title {
        font-family: 'Zoho_Puvi_Medium';
    }

    .accord-icon-container {
        width: 60px;
    }

    .accord_title::after {
        right: 6px;
        top: 15px;
        font-size: 14px;

    }

    .accord2 .accord_title:after {
        top: 8px;
    }

    .active .accord_title:after {
        right: 16px;
    }

    .first-year-img {
        width: 265px !important;
        opacity: 1;
        transform: scale(0.7);
    }

    .benefits-container .first-year-img {
        left: 30%;
    }


    /*resource section*/
    .section-resource {
        padding: 60px 0px;
    }

    /*testimonial*/
    .cust-image {
        transform: scale(0.8);
        right: 70px;
    }

    .logo-image {
        transform: scale(0.7);
        right: 0;
    }
    .section-form h2{
        margin-bottom: 80px;
    }

    .testimonial-wrap {
        margin-left: 5px;
    }

    /*help section*/
    .webinar-register {
        background-size: 150px;
    }

    .webinar-start {
        background-size: 180px;
    }

    .help-title-content {
        max-width: 326px;
    }

    .webinar-start p {
        max-width: 200px;
    }

    .webinar-register p {
        max-width: 240px;
    }


    /*resource section*/
    .resource-container {
        max-width: 280px;

    }

    .za-email-container.sgfrm {
        display: block;
    }

    .email-input-header.za-email-container.sgfrm > div:first-child {
        width: 100%;
    }

    .mailto-link {
        font-size: 14px;
    }

    .mailto-link .resource-cta {
        font-size: 14px;
        display: table;
        text-align: center;
        margin: 2px auto 0;
    }
    
    /*dynamic banner*/
    .dynamic-banner .content-wrap {
    padding: 50px 44px;
}
    .dynamic-banner h3 {
        font-size: 24px;
    }
    
}


@media only screen and (max-width: 410px) {

    .accord_contents h4 {
        font-size: 15px;
    }

    .accord-icon-container {
        width: 53px;
        margin-left: -8px;
    }

}

.top-promo {
    background: #ffcd83;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
   display : none;
}

