.no-link a,.no-link .ma-content label{
    cursor: text;
}
.zh-ma-apps.no-link{
    cursor: auto;
}
.mobile-apps-banner{
    background-color: #056cb8;
    background-color: var(--highlight-color);
    background-image: url(/sites/default/files/zoho_general_pages/zh-ma-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 730px;
}
.mobile-apps-banner .wrapper{
    overflow: visible;
}
.ma-banner-cntn{
    text-align: center;
}
.ma-banner-cntn h1{
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin: 70px 0 20px;
}
.zh-color{
    margin: 0 auto;
}
.zh-color.yellow span {
    width: 25%;
    display: inline-block;
    background-color: #EDE402;
}
.ma-banner-cntn p{
    width: 50%;
    margin: 0 auto;
    padding: 20px 0 20px;
    letter-spacing: -0.5px;
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
}
.ma-banner-img{
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;           /* TWEENER - IE 10 */
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.ma-banner-img .ma-banner-screen{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
     -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
    transition: all 1s ease;
}
.ma-banner-img .ma-banner-screen:nth-child(1){
    -webkit-transform: translateX(110%) translateY(20px)  rotate(0deg);
    -moz-transform: translateX(110%) translateY(20px)  rotate(0deg);
     -ms-transform: translateX(110%) translateY(20px)  rotate(0deg);
      -o-transform: translateX(110%) translateY(20px)  rotate(0deg);
    transform: translateX(110%) translateY(20px)  rotate(0deg);
}
.ma-banner-img .ma-banner-screen:nth-child(3){
    -webkit-transform: translateX(-110%) translateY(20px)  rotate(0deg);
    -moz-transform: translateX(-110%) translateY(20px)  rotate(0deg);
     -ms-transform: translateX(-110%) translateY(20px)  rotate(0deg);
      -o-transform: translateX(-110%) translateY(20px)  rotate(0deg);
    transform: translateX(-110%) translateY(20px)  rotate(0deg);
}
.ma-banner-img.active .ma-banner-screen:nth-child(1){
    -webkit-transform: translateX(40%) translateY(20px)  rotate(0deg);
    -moz-transform: translateX(40%) translateY(20px)  rotate(0deg);
     -ms-transform: translateX(40%) translateY(20px)  rotate(0deg);
      -o-transform: translateX(40%) translateY(20px)  rotate(0deg);
    transform: translateX(40%) translateY(20px)  rotate(0deg);
}
.ma-banner-img .ma-banner-screen:nth-child(2){
    z-index: 1;
}
.ma-banner-img.active .ma-banner-screen:nth-child(3){
    -webkit-transform: translateX(-40%) translateY(20px)  rotate(0deg);
    -moz-transform: translateX(-40%) translateY(20px)  rotate(0deg);
     -ms-transform: translateX(-40%) translateY(20px)  rotate(0deg);
      -o-transform: translateX(-40%) translateY(20px)  rotate(0deg);
    transform: translateX(-40%) translateY(20px)  rotate(0deg);
}
/* .ma-banner-img::before{
    content: '';
    background: url(/sites/default/files/zoho_general_pages/zh-ma-banner-left-bg.svg) no-repeat;
    position: absolute;
    width: 43%;
    height: 100%;
    bottom: -95px;
    left: -33%;
    max-width: 370px;
 }
 .ma-banner-img::after{
    content: '';
    background: url(/sites/default/files/zoho_general_pages/zh-ma-banner-right-bg.svg) no-repeat;
    position: absolute;
    width: 43%;
    height: 100%;
    bottom: -95px;
    right: -33%;
    max-width: 370px;
 } */
.main-bottom-container{
    z-index: 2;
    position: relative;
    top: 790px;
}
.ma-top-insd-apps{
    background: #fff;
    padding: 90px 0 80px;
}
.ma-top-insd-ttl{
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    text-align: center;
    color: var(--primary-color);
    color: #010101;
    margin-bottom: 40px;
}
.ma-top-insd-ttl.expl-apps{
    width: 55%;
    margin: 90px auto 30px;
}
.ma-top-apps-container{
   max-width: 1040px;
   margin: 0 auto;
}
.ma-top-apps-container ul,.zh-ma-tabs ul{
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;
    flex-wrap: wrap;
    /* row-gap: 90px;
    column-gap: 30px; */
}
.ma-top-apps-container ul li,.zh-ma-tabs ul li{
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;
    flex-direction: column;
    flex-basis: calc(25% - 40px);
    width: calc(25% - 40px);
    /* gap: 10px; */
    margin: 40px 20px;
    float: left;
}
.ma-top-apps-container ul li .zh-ma-apps,.zh-ma-tabs ul li .zh-ma-apps{
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;
    flex-direction: column;
    /* gap: 10px; */
}
.zh-ma-tabs ul li .zh-ma-apps{
    margin-bottom: 30px;
}
/* .ma-top-apps-container ul li:nth-child(4n){
    margin-right: 0;
}
.ma-top-apps-container ul li:nth-child(4n+1){
    margin-left: 0;
} */
.ma-icon{
    background: url(/sites/default/files/zoho_general_pages/zh-mobile-app-icon-sprite2x.png) left top no-repeat;
    background-size: 1180px auto;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: inline-block;
}
.ma-icon.ma-mail{
    background-position: -56px 0;
}
.ma-icon.ma-crm{
    background-position: -112px 0px;
}
.ma-icon.ma-creator{
    background-position: -899px -56px;
}
.ma-icon.ma-creator-customerportal{
    background-position: -956px -168px;
}
.ma-icon.ma-invoice{
    background-position: -169px 0px;
}
.ma-icon.ma-cliq{
    background-position: -899px 0;
}
.ma-icon.ma-books{
    background-position: -450px -56px;
}
.ma-icon.ma-desk{
    background-position: -618px 0;
}
.ma-icon.ma-bigin{
    background-position: -170px -112px;
}
.ma-icon.ma-salesiq{
    background-position: -337px 0px;
}
.ma-icon.ma-social{
    background-position: -449.5px 0;
}
.ma-icon.ma-campaign{
    background-position: -393px 0;
}
.ma-icon.ma-oneAuth{
    background-position: -955px -56px;
}
.ma-icon.ma-directory{
    background-position: -899px -168px;
}
.ma-icon.ma-cardscanner{
    background-position: -281px 0;
}
.ma-icon.ma-forms{
    background-position: -562px 0;
}
.ma-icon.ma-survey{
    background-position: -506px 0;
}
.ma-icon.ma-backstage{
    background-position: -1012px -56px;
}
.ma-icon.ma-backstageOrg{
    background-position: -955px -112px;
}
.ma-icon.ma-meeting{
    background-position: -56px -56px;
}
.ma-icon.ma-bookings{
    background-position: -1068px -168px;
}
.ma-icon.ma-lens{
    background-position: -1012px -168px;
}
.ma-icon.ma-radarDesk{
    background-position: -786px -112px;
}
.ma-icon.ma-assist{
    background-position: -674px 0;
}
.ma-icon.ma-assistCustomer{
    background-position: -731px 0;
}
.ma-icon.ma-expense{
    background-position: -506px -56px;
}
.ma-icon.ma-inventory{
    background-position: -562px -56px;
}
.ma-icon.ma-subscriptions{
    background-position: -618px -56px;
}
.ma-icon.ma-payroll{
    background-position: -337px -112px;
}
.ma-icon.ma-expenseReport{
    background-position: -562px -112px;
}
.ma-icon.ma-estimateGen{
    background-position: -225px -112px;
}
.ma-icon.ma-invoiceGen{
    background-position: -281px -112px;
}
.ma-icon.ma-dayBook{
    background-position: -450px -112px;
}
.ma-icon.ma-purchaseGen{
    background-position: -394px -112px;
}
.ma-icon.ma-revenueForcast{
    background-position: -506px -112px;
}
.ma-icon.ma-invertoryStock{
    background-position: -843px -112px;
}
.ma-icon.ma-connect{
    background-position: -1068px 0px;
}
.ma-icon.ma-people{
    background-position: -731px -56px;
}
.ma-icon.ma-recruit{
    background-position: -674px -56px;
}
.ma-icon.ma-workerlyTemp{
    background-position: -618px -112px;
}
.ma-icon.ma-workerlyKiosk{
    background-position: -674px -112px;
}
.ma-icon.ma-vault{
    background-position: -393.5px -56px;
}
.ma-icon.ma-analytics{
    background-position: -787px -56px;
}
.ma-icon.ma-analyticsDashboard{
    background-position: -843px -56px;
}
.ma-icon.ma-mailAdmin{
    background-position: -787px 0;
}
.ma-icon.ma-mailStreams{
    background-position: -843px 0;
}
.ma-icon.ma-teamInbox{
    background-position: -730.5px -112px;
}
.ma-icon.ma-writer{
    background-position: -112px -56px;
}
.ma-icon.ma-sheet{
    background-position: -168px -56px;
}
.ma-icon.ma-show{
    background-position: -1068px -56px;
}
.ma-icon.ma-notebook{
    background-position: 1px 0;
    width: 57px;
}
.ma-icon.ma-showTime{
    background-position: -1123px 0;
    width: 57px;
}
.ma-icon.ma-showViewer{
    background-position: -0.5px -56px;
}
.ma-icon.ma-projects{
    background-position: -955px 0;
}
.ma-icon.ma-sprints{
    background-position: -1012px 0;
}
.ma-icon.ma-bugtracker{
    background-position: 0 -112px;
}
.ma-icon.ma-workdrive{
    background-position: -112px -112px;
}
.ma-icon.ma-sign{
    background-position: -337px -56px;
}
.ma-icon.ma-calSync{
    background-position: -225px -56px;
}
.ma-icon.ma-chartistic{
    background-position: -281px -56px;
}
.ma-icon.ma-ziaSearch{
    background-position: -1124px -56px;
}
.ma-icon.ma-docScanner{
    background-position: -56px -112px;
}
.ma-icon.ma-docs{
    background-position: -225px 0;
}
.ma-icon.ma-routeiq{
    background-position: -1124px -112px;
}
.ma-icon.ma-crmAnalytic{
    background-position: -899px -112px;
}
.ma-icon.ma-contracts{
    background-position: -1012px -112px;
}
.ma-icon.ma-workplace{
    background-position: -1068px -112px;
}
.ma-icon.ma-site24x7 {
    background-position: -1124px -168px;
  }
.ma-content{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.ma-content label{
    font-size: 24px;
    line-height: 1.2;
    color: var(--primary-color);
    color: #333;
    color: #010101;
    display: block;
    cursor: pointer;
}
.ma-content small{
    font-size: 14px;
    line-height: 1.45;
    color: var(--secondary-color);
    color: #333;
    display: inline-block;
    margin-top: 5px;
}
.ma-apps-download{
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;
    justify-content: center;
    margin-top: 20px;
    /* column-gap: 10px; */
}
.ma-apps-download .apps-store-icon{
    background-image: url(/sites/default/files/zoho_general_pages/zh-ma-app-store-sprite-icon.svg);
    background-repeat: no-repeat;
    background-size: 85px auto;
    width: 26px;
    height: 26px;
    display: inline-flex;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 3px;
    margin-right: 10px;
    background-position: 1px 4px;
    transition: border-color .4s;
}
.ma-apps-download .apps-store-icon:hover{
    border-color: var(--primary-color);
    border-color: #010101;
}
.ma-apps-download .apps-store-icon.play-store{
    background-position: -62px 4px;
}
.ma-apps-download .apps-store-icon.ms-store{
    background-position: -41px 4px;
}
.onlyApk .ma-apps-download .apps-store-icon.play-store{
    background: none;
    border: 0;
    margin: 0;
    background-color: #fff;
    color: #059948;
    width: auto;
    height: auto;
    padding: 4px 10px 5px;
    font-size: 14px;
    letter-spacing: .2px;
    border-radius: 3px;
    font-family: var(--zf-secondary-medium);
    border: 1px solid #e7ebf0;
}
.onlyApk .ma-apps-download .apps-store-icon.play-store:hover{
    border-color: #059948;
}
.onlyApk .ma-apps-download .apps-store-icon.play-store::before{
    content: '';
    background-image: url(/sites/default/files/zoho_general_pages/zh-ma-app-store-sprite-icon.svg);
    background-repeat: no-repeat;
    background-size: 102px auto;
    width: 26px;
    /* height: 26px; */
    background-position: -81px 0px;
    display: inline-block;
}
.zh-one-wrap{
    background-color: #fed600;
    padding: 90px 0 80px;
}
.zh-one-wrap .wrapper{
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;
    max-width: 1060px;
}
.zh-one-content{
    /* width: calc(100% + 100px); */
    width: 52%;
    padding: 0 0 0 35px;
}
.zh-one-poster-img{
    width: 45%;
}
.zh-one-wrap .zh-one-logo{
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
    color: #010101;
    letter-spacing: -0.5px;
    position: relative;
}
.zh-one-wrap .zh-one-logo::before{
    content: "";
    width: 40px;
    height: 46px;
    /* background: url(/sites/default/files/zp-global-icon-sprite-2x.png) left top no-repeat; */
    background: url(/sites/default/files//zp-global-icon-sprite-2x.png) left top no-repeat;
    background-position: -592px -113px;
    background-size: 680px auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 14px 2px 0px;
}
.zh-one-wrap .zh-one-content h3{
    font-size: 45px;
    margin-bottom: 50px;
}
.zh-one-wrap .zh-one-content p{
    margin: 30px 0 10px;
}
.zh-one-wrap .ma-apps-download{
    justify-content: left;
}
.ma-apps-store-icon{
    background-image: url(/sites/default/files/zoho_general_pages/zh-ma-platform-icon.svg);
    background-repeat: no-repeat;
    background-size: 400px auto;
    width: 127px;
    height: 40px;
    display: inline-block;
    background-position: -137px 0px;
}
.ma-apps-store-icon.play-store{
    background-position: 0 0;
}
.ma-apps-store-icon.apps-store{
    margin-right: 10px;
}
.zh-allmobileapps-sec{
    background: #F6F9FD;
}
.zh-allmobileapps-wrap{
    display: flex;
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
.zh-allmobileapps-left{
    /* position: absolute; */
    width: 280px;
    /* top: 0;
    height: 100%;
    left: 0; */
    z-index: 2;
    transition: background .5s ease;
}
.zh-allmobileapps-left.fix{
    background: #fff;
    border-right: 1px solid #e7ebf0;
}
.zh-allmobileapps-fix{
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: scroll;
}
.zh-allmobileapps-left .zh-ma-subttl{
    color: var(--primary-color);
    color: #010101;
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--zf-secondary-medium);
}
.zh-allmobileapps-left .zh-ma-subttl::after{
    content: "";
    width: 2px;
    height: 20px;
    background-color: var(--redclr);
    background-color: #f60014;
    position: absolute;
    left: -15px;
    top: -3px;
}
.zh-allmobileapps-left .zh-ma-categories,.zh-allmobileapps-left .ma-filter-wrap{
    padding: 40px 10px 12px 50px;
}
.zh-allmobileapps-left .zh-ma-categories{
    padding-bottom: 70px;
}
.zh-allmobileapps-left .zh-ma-categories ul li,.ma-filter-wrap ul li{
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 15px;
    padding: 3px 0 3px 10px;
}
.zh-allmobileapps-left .zh-ma-categories ul li{
    cursor: pointer;
}
.zh-allmobileapps-left .zh-ma-categories ul li.active{
    color: var(--highlight-color);
    font-family: var(--zf-secondary-medium);
    color: #056cb8;
}
.zh-allmobileapps-left .zh-ma-categories ul li:hover{
    color: var(--highlight-color);
    color: #056cb8;
}
.zh-allmobileapps-left .zh-ma-categories ul li.arrow-icon::after{
    top: calc(50% - 6px);
    right: 10px;
    opacity: 0;
    transition: all .4s ease;
}
.zh-allmobileapps-left .zh-ma-categories ul li.active.arrow-icon::after{
    transform: scale(0.8);
    opacity: 1;
    background-position: -110px -76px;
    transition: all .4s ease;
    right: 10px;
}
.zh-allmobileapps-right{
    width: calc(100% - 280px);
    padding: 0 0 85px 120px;
    position: relative;
}
.zh-ma-tabs{
    border-bottom: 1px solid #e7ebf0;
    padding: 80px 0 70px;
    max-width: 1140px;
    width: 90%;
}
.zh-ma-tabs:last-child{
    border-bottom: 0;
    padding-bottom: 20px;
}
.zh-ma-tabs ul{
    padding-top: 30px;
    /* gap: 15px; */
}
.zh-ma-tabs ul li{
    padding: 25px;
    min-height: 133px;
    background: #fff;
    border: 1px solid #e7ebf0;
    transition: background .3s ease,border .3s ease,color .3s ease,all .5s ease;
    flex-basis: calc(33% - 15px);
    width: calc(33% - 15px);
    /* gap: 30px; */
    margin: 0 15px 15px 0;
    /* display: none; */
    position: relative;
    border-radius: 3px;
    float: left;
}
.zh-ma-tabs ul li:hover{
    border: 1px solid #2b9cef;
    box-shadow: 0 0 30px #8c8c8c2e;
    transform: translateY(-5px);
    transition: all .5s;
}
.zh-ma-tabs .zh-ma-tabs-ttl{
    text-align: left;
    width: 100%;
    margin: 0 0 5px;
    font-size: 30px;
    color: var(--primary-color);
    color: #010101;
    letter-spacing: -0.7px;
}
.zh-ma-tabs .zh-ma-tabs-desc{
    text-align: left;
    font-size: 18px;
    color: var(--secondary-color);
    color: #333;
    width: 65%;
    line-height: 1.6;
    margin-bottom: 10px;
}
.zh-ma-tabs ul li .ma-content{
    text-align: left;
}
.zh-ma-tabs ul li .ma-icon{
    margin: 0;
}
.zh-ma-tabs ul li .ma-apps-download{
    justify-content: left;
}
.zh-ma-tabs ul li .free-tag{
    position: absolute;
    top: 0;
    right: 0;
    background: #049949;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 7px 1px;
    border-top-right-radius: 2px;
    font-family: var(--zf-secondary-medium);
}
.zh-ma-tabs .ma-apps-download{
    margin-top: auto;
}
.ma-filter-wrap .ma-chck input{
    margin: 0;
    position: absolute;
    opacity: 0;
}
.ma-filter-wrap .ma-chck input + label::before{
    content: "";
    margin-right: 37px;
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    margin-top: 1px;
}
.ma-filter-wrap .ma-chck input:checked + label::before {
    background: #056cb8;
    border: 1px solid #056cb8;
}
.ma-filter-wrap .ma-chck input:checked + label::after{
    content: '';
    color: #fff;
    position: absolute;
    width: 8px;
    height: 4px;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 4px);
    left: 3px;
}
.ma-filter-wrap .ma-chck label{
    position: relative;
    /* padding-left: 38px; */
}
.ma-filter-wrap .ma-chck.app-store::before,.ma-filter-wrap .ma-chck.play-store::before,.ma-filter-wrap .ma-chck.ms-store::before{
    content: '';
    background-image: url(/sites/default/files/zoho_general_pages/zh-ma-app-store-sprite-icon.png);
    background-repeat: no-repeat;
    background-size: 62px auto;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 15px;
    margin: 4px 0 0 12px;
}
.ma-filter-wrap .ma-chck.play-store::before{
    background-position: -23px 0;
}
.ma-filter-wrap .ma-chck.ms-store::before{
    background-position: -47px 0;
}
.drop-overlay,.zh-prd-header-container{
    display: none;
}
.no-scroll {
    overflow: hidden !important;
}

/***** media query start *****/
@media only screen and (min-width: 1260px){
    .ma-top-insd-ttl.expl-apps{
        width: 47%;
    }
}
@media only screen and (max-width: 1280px){
    .zh-one-wrap .wrapper{
        max-width: 90%;
    }
    /* .ma-top-insd-ttl.expl-apps{
        width: 70%;
        padding-left: 35px;
        max-width: 600px;
    } */
}
@media only screen and (max-width: 1200px){
    .zh-allmobileapps-right{
        padding: 5px 0 85px 40px;
    }
    .zh-ma-tabs{
        width: 100%;
    }
    .ma-banner-cntn p{
        width: 60%;
    }
    /* .mobile-apps-banner{
        height: 660px;
    } */
    .main-bottom-container{
        top: 720px;
    }
}
@media only screen and (max-width: 1130px){
    /* .ma-top-insd-ttl.expl-apps{
        width: 75%;
    } */
}
@media only screen and (max-width: 1080px){
    /* .mobile-apps-banner{
        height: 640px;
    } */
    .main-bottom-container{
        top: 700px;
    }
    /* .ma-top-insd-ttl.expl-apps{
        width: 80%;
    } */
    .zh-one-content{
        width: 60%;
    }
}
@media only screen and (max-width: 1024px){
    .zh-allmobileapps-left{
        width: 240px;
    }
    .zh-allmobileapps-right{
        width: calc(100% - 240px);
        padding-left: 20px;
    }
    .zh-one-wrap .zh-one-content h3{
        font-size: 42px;
    }
    .main-bottom-container{
        top:680px;
    }
    .zh-allmobileapps-left .zh-ma-categories{
        padding-right: 10px;
        padding-left: 40px;
    }
}
@media only screen and (max-width: 1023px){
    .zh-allmobileapps-left,.zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories ul li.active.arrow-icon::after,
    .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories .zh-ma-subttl::after{
       display: none;
    }
    .zh-allmobileapps-right{
        width: 100%;
        padding-left: 0;
    }
    .zh-ma-tabs ul li{
        flex-basis: calc(33% - 8px);
        width: calc(33% - 8px);
    }
    .zh-ma-tabs ul li:nth-child(3n){
        margin-right: 0;
    }
    /* .mobile-apps-banner{
        height: 620px;
    } */
    .main-bottom-container{
        top: 680px;
    }
    .zh-prd-header-container {
        position: fixed;
        width: 100%;
        z-index: 2;
        top: 61px;
        left: 0;
        justify-content: center;
        display: flex;
        display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
        display: -ms-flexbox;           /* TWEENER - IE 10 */
        display: -webkit-flex;
    }
    .zh-prd-ttl-header {
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
        padding: 15px 30px;
        text-align: center;
        width: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .zh-prd-header-container .zh-prd-drpdwn-wrapper.visible, .zh-prd-ttl-header.visible {
        opacity: 1;
        visibility: visible;
    }
    .zh-prd-ttl-header .zh-prd-ttl {
        color: #010101;
        font-size: 20px;
        cursor: pointer;
    }
    .zh-prd-ttl-header .zh-prd-ttl::after {
        content: "";
        width: 13px;
        height: 10px;
        display: inline-table;
        margin-left: 6px;
        background: url(/sites/default/files/zoho_general_pages/zh-newhome-sprite.png) left top no-repeat;
        background-size: 450px auto;
        background-position: -135px -69px;
        transition: all .3s ease;
        vertical-align: middle;
    }
    .zh-prd-header-container .zh-prd-drpdwn-wrapper {
        background: #fff;
        border: 1px solid #ececec;
        box-shadow: 0 11px 90px 0 rgba(65,67,132,0.13);
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
        position: fixed;
        top: 121px;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
        left: 50%;
        transform: translateX(-50%);
    }
    .zh-prd-header-container .zh-allmobileapps-left{
        display: block;
        border-right: 0;
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }
    .drop-overlay.active {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        opacity: .5;
        position: fixed;
        top: 61px;
        left: 0;
        z-index: 1;
    }
    .zh-prd-header-container .drop-closeannounce {
        position: absolute;
        right: 40px;
        top: 26px;
        width: 10px;
        left: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        z-index: 14;
        cursor: pointer;
    }
    .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories{
        padding: 45px 50px 40px;
        max-height: 75vh;
    }
    .drop-overlay.active{
        display: block;
    }
    .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories .zh-ma-subttl{
        font-size: 18px;
    }
    .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories ul li{
        font-size: 16px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 992px){
    .zh-one-poster-img{
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .zh-one-content {
        width: 61%;
        padding: 0 0 0 15px;
    }
    .zh-one-wrap .zh-one-content h3 {
        font-size: 36px;
    }
    .ma-banner-cntn h1,.ma-top-insd-ttl,.ma-top-insd-ttl.expl-apps{
        font-size: 45px;
    }
    /* .ma-banner-img{
        width: 60%;
    }  */
    .ma-banner-cntn p {
        width: 80%;
    }
    /* .ma-banner-img::before,.ma-banner-img::after{
        bottom: -70px;
    } */
    .ma-top-insd-ttl.expl-apps{
       width: 70%;
    }
    .ma-top-insd-apps{
        padding: 70px 0 60px;
    }
    .zh-one-wrap{
        padding: 70px 0;
    }
    .ma-top-insd-ttl.expl-apps{
        margin: 70px auto 0;
    }
}
@media only screen and (max-width: 900px){
    .ma-banner-cntn p{
        width: 80%;
    }
    /* .zh-one-content {
        width: 70%;
    } */
    .ma-top-apps-container ul li{
        flex-basis: calc(33% - 40px);
        width: calc(33% - 40px);
    }
    .zh-ma-tabs ul li{
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
    }
    .zh-ma-tabs ul li:nth-child(3n){
        margin-right: 15px;
    }
    .zh-ma-tabs ul li:nth-child(2n){
        margin-right: 0;
    }
    /* .mobile-apps-banner{
        height: 550px;
    } */
    .main-bottom-container{
        top: 610px;
    }
}
@media only screen and (max-width: 880px){
    /* .mobile-apps-banner{
        background-size: cover;
        background-position: center;
    } */
}
@media only screen and (max-width: 800px){
    .main-bottom-container{
        top: 590px;
    }
    /* .ma-banner-img::before, .ma-banner-img::after{
        bottom: -62px;
    } */
}
@media only screen and (max-width: 767px){
    .zh-one-content {
        width: 60%;
    }
    .zh-one-wrap .zh-one-content h3 {
        font-size: 36px;
    }
    .ma-top-apps-container ul li .ma-apps-download.mobile{
        display: block;
        text-align: center;
    }
    .ma-apps-download.mobile .apps-store-icon,.ma-apps-download.mobile .ma-apps-store-icon{
        background-image: url(/sites/default/files/zoho_general_pages/zh-ma-platform-icon.svg);
        background-repeat: no-repeat;
        background-size: 360px auto;
        width: 114px;
        height: 40px;
        display: inline-block;
        background-position: -123px 2px;
        border: 0;
        border-radius: 0;
        padding: 0;
    }
    .ma-top-insd-apps .ma-apps-download.mobile .apps-store-icon{
        margin: 2px 5px;
    }
    .ma-apps-download.mobile .apps-store-icon.play-store,.ma-apps-download.mobile .ma-apps-store-icon.play-store{
        background-position: 0 2px;
    }
    .ma-apps-download.mobile .apps-store-icon.ms-store{
        background-position: -246px 2px;
    }
    .ma-top-apps-container ul li{
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
    .zh-ma-tabs ul li .ma-apps-download{
        flex-wrap: wrap;
    }
    .zh-ma-tabs ul li .ma-apps-download.mobile .apps-store-icon{
        margin: 5px 10px 0 0;
    }
    .zh-one-wrap .zh-one-content h3{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 600px){
    .zh-one-content{
        width: 100%;
        padding: 0;
    }
    .zh-one-poster-img{
        display: none;
    }
    .zh-one-wrap{
        padding: 80px 0;
    }
    .ma-top-apps-container ul li{
        flex-basis: 100%;
        margin: 0;
        padding: 40px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
    .ma-top-apps-container ul li:last-child{
        border-bottom: 0;
    }
    .zh-ma-tabs ul li{
        flex-basis: 100%;
        width: 100%;
    }
    .zh-ma-tabs ul li,.zh-ma-tabs ul li:nth-child(3n){
        margin-right: 0;
    }
    .ma-top-insd-ttl.expl-apps{
        width: 90%;
    }
    .ma-content label{
        font-size: 26px;
    }
    .ma-content small{
        font-size: 15px;
    }
    .mobile-apps-banner{
        position: absolute;
        /* height: 70vh; */
    }
    .ma-banner-img {
        width: 100%;
    }
}
@media only screen and (max-width: 430px){
    .ma-banner-cntn h1,.ma-top-insd-ttl.expl-apps{
        margin-top: 50px;
    }
    .ma-top-insd-apps{
        padding: 50px 0 30px;
    }
    .zh-one-wrap{
        padding: 50px 0;
    }
    .zh-ma-tabs{
        padding: 50px 0 40px;
    }
    .ma-banner-cntn h1, .ma-top-insd-ttl,.ma-top-insd-ttl.expl-apps{
        font-size: 34px;
        letter-spacing: -1px;
    }
    .zh-ma-tabs .zh-ma-tabs-ttl,.zh-ma-tabs .zh-ma-tabs-desc{
        text-align: center;
    }
    .zh-ma-tabs .zh-ma-tabs-desc{
        width: 90%;
        margin: 0 auto;
    }
    .zh-one-content p{
        font-size: 17px;
    }
    .zh-one-wrap .zh-one-content h3{
        font-size: 32px;
    }
    .ma-banner-cntn p{
        font-size: 20px;
        line-height: 1.4;
        width: 90%;
    }
    .ma-banner-img{
        width: 100%;
    }
    /* .ma-banner-img::before, .ma-banner-img::after {
        bottom: -52px;
    } */
    /* .main-bottom-container{
        top: 530px;
    } */
    .mobile-apps-banner .wrapper{
        max-width: 100%;
    }
    .ma-top-apps-container ul li{
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 390px){
    .main-bottom-container {
        top: 510px;
        /* top: 78vh; */
    }
}
@media only screen and (max-width: 360px){
    .ma-banner-cntn p{
        font-size: 18px;
    }
    .zh-one-wrap .zh-one-content h3 {
        font-size: 28px;
    }
    /* .main-bottom-container{
        top: 540px;
    } */
    .ma-top-apps-container ul li{
        padding: 40px 10px;
    }
}
@media only screen and (max-width: 330px){
    .ma-apps-store-icon{
        background-size: 1930px auto;
        width: 118px;
        height: 35px;
        background-position: -115px -275px;
    }
    .ma-apps-store-icon.play-store{
        background-position: -1px -275px;
    }
}
@media only screen and (max-height: 560px){
    .mobile-apps-banner{
        position: absolute;
    }
    .ma-banner-img{
        width: 100%;
        max-width: 600px;
    }
    /* .ma-banner-img::before, .ma-banner-img::after {
        bottom: -65px;
    } */
    .main-bottom-container {
        top: 650px;
    }
}
@media only screen and (max-height: 430px){
    .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories{
        max-height: 55vh;
    }
    .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories ul{
        padding-bottom: 40px;
    }
}
@media only screen and (max-height: 340px){
    /* .zh-prd-header-container .zh-allmobileapps-left .zh-ma-categories{
        max-height: 60vh;
    } */
}
/***** media query end *****/