html ,body{
    margin: 0;
    padding: 0;
}



h1,h2,h3,h4,h5,h6,li,ol,p {
    margin: 0;
    padding: 0;
}

.bold-text{
     font-weight: bold;

}

.pb-0{
  padding-bottom: 0!important;
}

picture{
    display: inline-block;
}

.overflow-hidden{
    overflow: hidden;
}

.overflow-x-hidden{
    overflow-x: hidden;
}

.disp{
    display: inline-block;
}

/* banner section */

.n_webp .bnr-sec-main{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-cs-ai-banner-bg-green.jpg);
}

.s_webp .bnr-sec-main{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-cs-ai-banner-bg-green.webp);
}

.bnr-sec-main{
    width: 100%;
    background-color: #0b5b42;
    padding: 150px 60px 380px;
    margin: -70px auto 0;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

.bnr-sec{
    position: relative;
    max-width: 1035px;
    margin: 0 auto;
    text-align: center;
}

.bnr-title{
    font: 75px/1.2 var(--zf-primary-extrabold);
    color: #ffc649;
    padding: 0 0 20px;
}

.bnr-para{
    font: 18px/1.8 var(--zf-primary-regular);
    color: #fff5e7;
}

.bnr-sec .act-btn.cta-btn {
    border-radius: 16px;
    margin: 50px 0 0;
    padding: 10px 25px 10px 20px;
    border: 1px solid transparent;

}
/* button animation */

.pos-relative{
    position: relative;
}

.animated-border-box, .animated-border-box-glow{
  max-height: 60px;
  max-width: 285px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
  overflow: hidden;
  z-index: 0;
  /* Border Radius */
  border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(rgba(0,0,0,0), #ffffff, rgba(0,0,0,0) 34%);
  /* change speed here */
  animation: rotate 8s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #f0483e;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
/* main section */


.main_container{
    background-color: #fff5e7;
    padding: 0 0 140px;
}

.n_webp .bg_lazy_loaded .zd-cs-ai-bnr-sprite{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-cs-ai-banner-sprite-2x.png);
}

.s_webp .bg_lazy_loaded .zd-cs-ai-bnr-sprite{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-cs-ai-banner-sprite-2x.webp);
}

.n_webp .bg_lazy_loaded .zd-cs-ai-sprite  , .n_webp .bg_lazy_loaded .zd-title::after , .n_webp .bg_lazy_loaded .btm-ftrs-lst li::after{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-cs-ai-sprite-2x.png);
}

.s_webp .bg_lazy_loaded .zd-cs-ai-sprite  , .s_webp .bg_lazy_loaded .zd-title::after , .s_webp .bg_lazy_loaded .btm-ftrs-lst li::after{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-cs-ai-sprite-2x.webp);
}

.zd-cs-ai-sprite{
    background-size: 1320px auto;
    background-repeat: no-repeat;
    display: inline-block;
}

.zd-cs-ai-bnr-sprite{
    background-size: 1146px auto;
    background-repeat: no-repeat;
    display: inline-block;
}

.float-1{
    position: absolute;
    background-position: 0 -15px;
    width: 121px;
    height: 122px;
    left: -85px;
    bottom: -110px;
    animation: profileAnime 5s 1s linear infinite;
}

.float-2{
    position: absolute;
    background-position: -162px -29px;
    width: 240px;
    height: 241px;
    left: 45px;
    top: unset;
    bottom: -305px;
    animation: profileAnime 5s linear infinite;
}

.float-3{
    position: absolute;
    background-position: -428px -15px;
    width: 122px;
    height: 122px;
    left: 145px;
    bottom: -65px;
    animation: profileAnime 5s 2s linear infinite;
}

.float-4{
    position: absolute;
    background-position: -580px 0;
    width: 242px;
    height: 240px;
    right: 0px;
    bottom: -325px;
    animation: profileAnime 5s 2s linear infinite;
}

.float-5{
    position: absolute;
    background-position: -849px -12px;
    width: 123px;
    height: 122px;
    right: 30px;
    bottom: -70px;
    animation: profileAnime 5s  linear infinite;
}

.float-6{
    position: absolute;
    background-position: -1025px -16px;
    width: 121px;
    height: 120px;
    right: -180px;
    bottom: -90px;
    animation: profileAnime 5s 1s linear infinite;
}


.dot-1{
    background-position: -449px -294px;
    width: 17px;
    height: 18px;
    position: absolute;
    left: -440px;
    right: 0;
    bottom: -125px;
    margin: 0 auto;
    transform: scale(0.7);
    animation: dot-anime 10s linear infinite;

}

.dot-2{
    position: absolute;
    background-position: -539px -295px;
    width: 17px;
    height: 17px;
    left: 0;
    right: -455px;
    bottom: -145px;
    margin: 0 auto;
    transform: scale(0.7);
    animation: dot-anime 10s 1s linear infinite;
}

.dot-3{
    position: absolute;
    background-position: -40px -284px;
    width: 37px;
    height: 38px;
    left: -70px;
    bottom: -285px;
    transform: scale(0.7);
    animation: dot-anime 10s 2s linear infinite;

}

.dot-4{
    position: absolute;
    background-position: -147px -288px;
    width: 28px;
    height: 30px;
    right: -108px;
    bottom: -230px;
    transform: scale(0.7);
    animation: dot-anime 10s 1s linear infinite;

}

.dot-5{
    position: absolute;
    background-position: -617px -299px;
    width: 11px;
    height: 12px;
    right: -130px;
    top: 135px;
    transform: scale(0.7);
    animation: dot-anime 10s 2s linear infinite;
}

.dot-6{
    position: absolute;
    background-position: -690px -300px;
    width: 11px;
    height: 12px;
    left: -35px;
    top: 135px;
    transform: scale(0.7);
    animation: dot-anime 10s linear infinite;
}

@keyframes dot-anime {
    0% {
        transform: scale(0.7);

        /* opacity: 1; */
    }

    25% {
        transform: scale(1);

        /* opacity: 0.5; */
    }

    50% {
        transform: scale(0.7);

        /* opacity: 1; */
    }

    75% {
        transform: scale(1);

        /* opacity: 0; */
    }

    100% {
        transform: scale(0.7);
        /* opacity: 1; */
    }
}


@keyframes profileAnime {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.main-sec{
    display: flex;
    max-width: 1420px;
    margin: 0 auto;
    padding: 100px 0 0;
    align-items: self-start;
}

.menu-sec{
    max-width: 324px;
    margin-right: 130px;
    position: sticky;
    top: 100px;
    margin-bottom: 480px;
}

.menu-cnt{
    width: calc(100% - 425px);
}

.menu-list{
    position: relative;
}

.menu-list-points{
    font: 17px/1 var(--zf-primary-regular);
    color: #6b6a68;    
    cursor: pointer;
    padding: 15px 15px 25px 30px;
    letter-spacing: -0.51px;
    transition: all 0.2s;
}

.menu-list-points.active{
    font: 17px / 1 var(--zf-primary-regular);
    /* transition: all 0.5s ease-in-out; */
    color: #0b5b42;
}

.active-tab{
    position: absolute;
    top: 7px;
    left: 0px;
    background-color: #0b5b42;
    width: 5px;
    height: 35px;
    transition: all 0.5s;
}

.menu-section-box{
    position: relative;
    max-width: 995px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 80px 80px;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.section-hdr{
    font: 42px/1.2 var(--zf-primary-bold);
    color: #000000;
    padding: 0 0 20px;
}   
.menu-section-box.menu-4 {
   margin: 0 0 80px;
}
.section-list{
    padding: 10px 0 0;
}

.sec-para{
    font: 18px/1.6 var(--zf-primary-regular);
    color: #333333;
    padding: 0 0 30px;
}  


.menu-1 .sec-para{
    padding: 0 0 60px;
}

.section-list{
    display: flex;
    max-width: 770px;
    flex-wrap: wrap;
}


.section-list-points{
    position: relative;
    width: 280px;
    font: 18px var(--zf-primary-semibold);
    color: #333333;
    padding-left: 35px;
    margin: 0 0px 50px 0px;
}

.section-list .section-list-points:nth-child(odd) {
    margin-right: 80px;
}

.section-list .section-list-points:last-child{
    margin-bottom: 0px;
}

.section-list-points::before{
    content: '';
    position: absolute;
    left: 0;
    background-size: 1320px auto;
    background-position: -470px -194px;
	width: 20px;
	height: 21px;
    display: inline-block;
}


.forbes-logo{
    background-position: -708px -124px;
	width: 168px;
	height: 99px;
}

/* menu-3 section */


.survey-sec{
    max-width: 590px;
    margin-left: 60px;
}

.survey-hdr{
    font: 42px/1.2 var(--zf-splfontserif-regular);
    padding: 0 0 25px;
}

.survey-desc{
    font: 23px/1.5 var(--zf-splfontserif-regular);
}

.roboto-bold-txt{
    font: 23px / 1.5 var(--zf-splfontserif-bold);
}

.menu-section-box.survey{
    padding: 65px 80px;
}

/* menu-4 section */

.menu-4 .section-list{
    display: block;
}

.menu-4 .section-list-points{
    width: 100%;
}

.menu-4 .sec-para{
    padding: 0 0 35px;
}

.menu-4 .section-list .section-list-points:last-child{
    line-height: 1.4;
}

.menu-4 .section-list .section-list-points:last-child::before{
    top: 2px;
}

.notes-label{
    font: 14px / 1 var(--zf-primary-regular);
    color: #707070;
    position: absolute;
    bottom: 14px;
    right: 20px;
}

/* menu-5 section */

.gartner-logo{
    background-position: -519px -124px;
	width: 168px;
	height: 99px;
}

/* menu-7 section */

.menu-7-par , .menu-3-par{
    padding: 80px 0px;
}

.menu-7 .section-hdr , .menu-7 .sec-para , .menu-3 .section-hdr{
    text-align: center;
}
.menu-7 .main-hdr , .menu-3 .main-hdr{
    padding: 0 80px;
}

.agent-customer-sticky{
    padding: 30px 0px 30px;
    background: #ffffff;
    z-index: 9999;
    transition: all 1s;
}

.agent-customer-sticky.active{
    position: sticky;
    top: 55px;
    -webkit-box-shadow: 0 8px 10px -6px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 10px -6px rgb(0 0 0 / 14%);
}

.agent-customers-sec-par{
    padding: 0px 80px;
}

.double-cta{
    display: flex;
    max-width: 395px;
    margin: 0 auto 0px;
}

#customers{
    display: none;
}

.cta-agent-customer{
    font: 23px var(--zf-secondary-medium);
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 30px;    
    width: 190px;
    text-align: center;
    background-color: transparent;
    color: #0b5b42;
    border: 1px solid #0b5b42;
}

.cta-agent-customer.active{
    background-color: rgb(11, 91, 66);
    color: #ffffff;
}

.ai-customer-cta{
    margin-left: 15px;
}

.agents-customers-section .section-hdr{
    padding: 50px 0 35px;
}
.sub-hdr{
    font: 35px/1.3 var(--zf-primary-bold);
    text-align: center;
    padding: 0 0 30px;
    color: #000000;
}

.cs-ai-hyperlink{
    color: #089949;
    text-decoration: none;
    font-family: var(--zf-secondary-medium);
    display: inline-block;
}

.cs-bg-link{
    text-decoration: underline;
    color: #d8ae52;
}

.quick-response-details{
    padding: 0 0 80px;
}

.quick-response-sec{
    text-align: left;
    padding: 20px 0 0;
}





.benefit-lis-sec{
    padding: 20px 0 0;
}

.benefits-hdr{
    font: 24px/1.1 var(--zf-primary-bold);
    color: #0b5b42;
    padding: 0 0 10px;
}

.quick-response-hdr{
    font: 28px/1.1 var(--zf-primary-bold);
    color: #0b5b42;
    padding: 0 0 10px;
}

.menu-7 .quick-response-para{
    text-align: left;
}

.quick-response-screen{
    display: block;
    margin: 0 auto;
}



/* table section */
.table-section{
    padding: 0;
    border-radius: 24px;
   background: unset;
}


.n_webp .bg_lazy_loaded .zd-btr-zendesk-logo , .n_webp .bg_lazy_loaded .zd-btr-freshdesk-logo , .n_webp .bg_lazy_loaded .zd-btr-zohodesk-logo , .n_webp .bg_lazy_loaded .tick-img , .n_webp .bg_lazy_loaded .wrong-img , .n_webp .bg_lazy_loaded .tooltip-icon{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-ai-incustomer-service-sprite-2x.png);
}

.s_webp .bg_lazy_loaded .zd-btr-zendesk-logo , .s_webp .bg_lazy_loaded .zd-btr-freshdesk-logo , .s_webp .bg_lazy_loaded .zd-btr-zohodesk-logo , .s_webp .bg_lazy_loaded .tick-img , .s_webp .bg_lazy_loaded .wrong-img , .s_webp .bg_lazy_loaded .tooltip-icon{
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-ai-incustomer-service-sprite-2x.webp);
}


.zd-btr-cmpr-table {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 24px;
    background-color: #fff;
    align-items: center
}





.table-flex{
    display: flex;
    border-top: 1px solid #dedede;
}

.analysis-header{
    text-align: center;
    padding: 40px 0 40px;
}

.feature-details {
    position: relative;
    width: 36%;
}
.has-tooltip span , .has-tooltip{
    position: relative;
}
.feature-details ul , .zohodesk-table ul , .zendesk-table ul{
    border-right: 1px solid #dedede;
}

.tooltip-icon{
    background-position: -13px -17px;
	width: 18px;
	height: 18px;
    text-align: center;
    cursor: help;
    right: 10px;
    display: inline-block;
}
.has-tooltip:before{
    content: '';
    position: absolute;
    display: none;
    right: 30px;
    top: 35px;
    width: 10px;
    height: 10px;
    background: #293a4b;
    transform: rotate(45deg);
    z-index: 2;
}
.has-tooltip .tlTip {
    position: absolute;
    color: #fff;
    background-color: #293a4b;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding: 12px 15px;
    width: 260px;
    z-index: 1;
    box-shadow: 0 2px 7px #d1d1d1;
    left: 89%;
    right: 33px;
    top: 10px;
    top: 70%;
    transform: translateY(-50%);
    display: none;
    box-sizing: border-box;
}
.has-tooltip:hover .tlTip, .has-tooltip:hover:before {
    display: block;
}
.zendesk-table {
    width: 25%
}

.zohodesk-table {
    width: 20%
}

.freshdesk-table {
    width: 20%;
}

.feature-text {
    font: 24px / 1.4 var(--zf-primary-semibold);
    color: #000
}

.table-text {
    font: 18px / 1.4 var(--zf-primary-regular);
    color: #000;
    padding: 25px 35px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px
}

.full-feature-details .table-text {
    justify-content: left;
    border-left: 1px solid #dedede
}

.salesforce-full-table .table-text {
    border-right: 1px solid #dedede
}

.full-feature-details ul li.table-text.rating-sec-table:last-child {
    border-bottom-left-radius: 48px
}

.salesforce-full-table ul li.table-text.rating-sec-table:last-child {
    border-bottom-right-radius: 48px
}

.salesforce-full-table .hdr-details {
    border: 1px solid #dedede;
    border-left: 0 solid #dedede;
    border-top: 0;
    border-top-right-radius: 48px
}

.top-hdr-section {
    height: 50px;
    display: flex;
    align-items: center
}

.zd-cs-ai-table-sprite {
    background-size: 905px auto;
    background-repeat: no-repeat;
    display: inline-block;
}



.zd-btr-zendesk-logo {
    background-position: -198px -19px;
	width: 57px;
	height: 41px;
}

.zd-btr-zohodesk-logo {
    background-position: -51px -18px;
	width: 97px;
	height: 44px;
}

.zd-btr-freshdesk-logo {
    background-position: -318px -26px;
	width: 120px;
	height: 28px;
}

.zd-btr-cmpr-table ul li:nth-child(1) {
    height: 162px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 30px 15px;
    height: 120px;
}



.top-hdr-section{
    height: 50px;
    display: flex;
    align-items: center;
}

.feature-details .table-text{
    justify-content: left;
}
.table-text.has-tooltip{
    justify-content: space-between;
}

.tick-img{
    background-position: -185px -90px;
	width: 22px;
	height: 16px;
}


.wrong-img {
    background-position: -142px -90px;
	width: 18px;
	height: 18px;
}

.table-text:nth-child(even){
    background-color: #f4f4f4;
}

.tbl-cls-left{
    border-bottom-left-radius: 24px;
}

.tbl-cls-right{
    border-bottom-right-radius: 24px;
}

.disp-block{
    font: 14px / 1.4 var(--zf-primary-regular);
    display: block;
    text-align: center;
    padding: 25px 5px 25px;
}

/* menu-8 section */

.things-do-consider-sec{
    padding: 0 0 30px;
}

.things-do-consider-list{
    display: flex;
}

.things-do-points{
    max-width: 700px;
    margin-left: 35px;
}

.things-do-hdr{
    font: 20px/1.1 var(--zf-primary-bold);
    color: #0b5b42;
    padding: 0 0 10px;
}

.max-width-sprite{
    width: 85px;
}

.max-width-sprite-two{
    width: 78px;
}

.things-do-logo-1{
    background-position: -17px -4px;
	width: 81px;
	height: 82px;
}

.things-do-logo-2{
    background-position: -269px -4px;
	width: 81px;
	height: 71px;
}

.things-do-logo-3{
    background-position: -508px -4px;
	width: 64px;
	height: 81px;
}

.things-do-logo-4{
    background-position: -396px -4px;
	width: 67px;
	height: 88px;
}

.things-do-logo-5{
    background-position: -617px -4px;
	width: 64px;
	height: 85px;
}

.things-do-logo-6{
    background-position: -143px -4px;
	width: 81px;
	height: 81px;
}

.things-do-logo-7{
    background-position: -726px -4px;
	width: 81px;
	height: 98px;
}

.menu-section-box.menu-5::after {
    position: absolute;
    content: '';
    width: 139px;
    height: 261px;
    right:  -139px;
    top: 336px;
    background-color: #0b5b42;
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-recession-pattern.png);
    border-top-right-radius: 72px;

}

/* zia section */

.zd-zia-section{
    max-width: 1652px;
    margin: -415px auto 0px;
    padding: 250px 0 0;
    background-color: #0b5b42;
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-recession-pattern.png);
    border-radius: 72px;
    border-top-right-radius: 0px;
}

.zia-hdr{
    text-align: center;
    color: #ffffff;
    padding: 0 0 45px;
}

.zd-title{
    position: relative;
}

.zd-title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background-size: 1320px auto;
    background-position: -27px -123px;
	width: 367px;
	height: 18px;
    display: inline-block;
}

.zia-features-section-cvr{
    width: 100%;
    position: relative;
    top: 273px;
}


.zia-features-section{
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 72px;
    background-color: #073c2c;
    padding: 95px 0px 0px;
    border: 1px solid #ffffff;
}

.zia-features-list , .zia-features-list-points{
    display: flex;
    flex-wrap: wrap;
}

.zia-features-list{
    padding: 0px 65px;
}

.zia-features-list-points{
    width: 415px;
}

.feature-list-content{
    max-width: 300px;
    margin-left: 25px;
}

.zia-feature-hdr{
    font: 28px/1.1 var(--zf-secondary-medium);
    color: #d8ae52;
    padding: 0 0 20px;
}

.zia-feature-para{
    color: #fff5e7;
    padding: 0 0 100px;
}

.zia-feature-logo-1{
    background-position: -131px -173px;
	width: 80px;
	height: 69px;
}

.zia-feature-logo-2{
    background-position: -230px -173px;
	width: 80px;
	height: 69px;
}

.zia-feature-logo-3{
    background-position: -29px -173px;
	width: 80px;
	height: 69px;
}

.zia-feature-logo-4{
    background-position: -331px -173px;
	width: 79px;
	height: 69px;
}

.zia-features-list-points:nth-child(odd){
    margin-right: 15px;
}

.zia-features-list-points:nth-child(even){
    margin-left: 15px;
}

.zia-service-section{
    display: flex;
    position: relative;
    padding: 55px 0 0;
    background: #ffffff;
    border-radius: 0px 0px 70px 70px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.zia-service-content{
    max-width: 605px;
    margin-left: 20px;
    margin-left: 316px;
}
.zia-service-content .sec-para{
    padding: 0 0 60px;
}

.zia-service-image{
    position: absolute;
    width: 316px;
    bottom: -7px;
}

.service-hdr{
    padding: 0 0 20px;
}

.zia-service-image{
    vertical-align: bottom;
    border-bottom-left-radius: 70px;
    margin-left: -25px;
    /* overflow: hidden; */
}

.zd-cs-ai-footer{
    padding: 130px 0 0;

}

/* footer section */

.act-btn {
    font: 18px / 1.2 var(--zf-primary-semibold);
}

.zd-cs-ai-bottom-sec {
    max-width: 826px;
    margin: 0px auto;
    width: 100%;
    padding: 390px 0px 0px;
    text-align: center;
}

.zd-cs-ai-bottom-sec .inner-hdr {
    font: 48px/1.2 var(--zf-primary-extrabold);
    padding: 0 0 30px;
    color: #000000;
}

.btm-ftrs-lst {
    display: flex;
    justify-content: center;
    padding: 0px 0px 40px;
}

.btm-ftrs-lst li {
    position: relative;
    padding-left: 35px;
    text-align: left;
    margin-right: 30px;
    font-size: 24px;
}

.btm-ftrs-lst li::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 6px;
    background-size: 1320px auto;
    background-repeat: no-repeat;
    background-position: -465px -142px;
	width: 28px;
	height: 19px;
}

.btns-sec {
    max-width: 630px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.btns-sec a {
    min-width: 300px;
    margin: 0px auto;
    border-radius: 16px;
    text-align: center;
    padding: 10px 25px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns-sec a.cmpr-btn {
    font-size: 18px;
    margin-left: 30px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
}

.btns-sec .act-btn.arw_lnk span {
    margin-top: 0px;
}

.btns-sec .cmpr-btn.arw_lnk span {
    background: rgb(0, 0, 0);
    margin: 0px 0px 0px 7px;
}

.btns-sec .cmpr-btn.arw_lnk span::before {
    border-color: rgb(0, 0, 0);
}

/* header menu */

.menu-align {
    max-width: 100%;
    margin: 0 auto;
}
.menu-items-wrapper {
    width: 100%;
    position: fixed;
    top: -50px;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    visibility: hidden;
    left: 0;
    box-sizing: border-box;
}
.menu-items-wrapper ul {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    flex-wrap: wrap;
}

.menu-inrsec {
    position: relative;
    z-index: 999999;
}

.menu-arrow{
    display: none;
}
.menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.menu-arrow.left {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #000;
    left: 10px;
}
.menu-arrow.right {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #000;
}
.menu-nav-con {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-nav-inner {
    transition: all 0.5s;
}
.tab-btn {
    font: 14px/1 var(--zf-primary-regular);
    padding: 16px 20px;
    float: left;
    color: #8c8c8c;
    cursor: pointer;
    list-style-type: none;
    position: relative;
}
.tab-btn.zd-active {
    font-family: var(--zf-primary-semibold);
    color: #262626;
}
.tab-btn.zd-active:before {
    width: 100%;
    height: 3px;
    background: #089949;
    content: '';
    left: 0;
    bottom: -1px;
    position: absolute;
}
.menu-active {
    visibility: visible;
    transition: all 0.5s;
    top: 0px;
}

.footer-sec-bg{
    background:  #fff5e7;
}

.arw_lnk span {
    background: #d8ae52;
    width: 12px;
    height: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    transition: all ease .35s;
}
.act-btn.arw_lnk span {
    background: #fff;
    margin: -4px 0 0 7px;
}
.btns-sec .act-btn.arw_lnk span {
    margin-top: 0;
}

.arw_lnk span:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #d8ae52;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    top: -3px;
    right: 0;
}
.act-btn.arw_lnk span:before {
    border-color: #fff;
}

.btns-sec .cmpr-btn.arw_lnk span {
    background: #000;
    margin: 0 0 0 7px;
}

.btns-sec .cmpr-btn.arw_lnk span:before {
    border-color: #000;
}



/* faq section */

.bg_lazy_loaded .open-icon, .bg_lazy_loaded .open-icon.close-icon {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-self-service-sprite.svg);
}

.faq-cvr {
    background: #f7f8f5
}

.faq_container {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 125px 30px;
    text-align: center;
    box-sizing: border-box
}

.inner-hdr {
    font: 48px / 1.1 var(--zf-primary-extrabold)
}

.faq_exp_sec {
    position: sticky
}

.expand-all-sec {
    box-sizing: border-box;
    width: 110px;
    background-color: #e3e3e3;
    border-radius: 12px;
    font: 16px/1.2 var(--zf-primary-regular);
    color: #181819;
    padding: 6px 10px;
    cursor: pointer;
    position: absolute;
    top: 160px;
    right: -80px;
    transform: translateY(-50%) rotate(270deg)
}

.collapse-btn {
    display: none
}

.gd-fqa {
    text-align: left;
    padding: 40px 0 0
}

.ga-fq-cont {
    transition: all .5s linear;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    margin: 0 auto 10px;
  
    box-sizing: border-box;
    cursor: pointer
}

.ga-fq-cont:last-child {
    margin-bottom: 0
}

.gd-qus {
    font: 28px/1.2 var(--zf-secondary-medium);
    cursor: pointer;
    position: relative;
    padding: 30px 85px 30px 55px;
}

.gd-ans a {
    color: #089949;
    text-decoration: none;
    font-family: var(--zf-secondary-medium);
    display: inline-block;
}

.faq_active .gd-qus{
    padding: 30px 85px 15px 55px;
}

.open-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    right: 52px;
    background-position: -113px -130px
}

.open-icon.close-icon {
    display: inline-block;
    background-position: -144px -130px
}

.gd-ans {
    display: none;
    padding: 0px 85px 30px 55px;
}

.gd-ans ul {
    list-style: decimal;
    padding: 20px 20px 0 30px
}

.gd-ans ul li {
    padding-bottom: 20px
}

.pdng-tp {
    padding: 10px 0 0
}

/* top menu css */


.menu-arw {
    border: solid #089949;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 18px;
    transform: rotate(-45deg);
    transition: all .3s ease;
    cursor: pointer
}

.menu-arw.left-arw {
    right: unset;
    left: 15px;
    transform: rotate(-225deg)
}

.opc {
    opacity: .6;
    border-color: #33333359
}

.zd-hdrmenu-con {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: -50px;
    z-index: 9999;
    visibility: hidden;
    left: 0;
    box-sizing: border-box;
    transition: all .5s;
    display : none;
}

.zd-hdrmenu-con.menu-active {
    visibility: visible;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.05)
}

.zd-hdr-inrcon {
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

.zd-hdrmenu-lstcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 0 auto
}

.zd-hdrmenu-lst {
    font: 14px / 1.2 var(--zf-primary-semibold);
    color: #7f7c7c;
    padding: 14px 20px;
    cursor: pointer
}

.zd-hdrmenu-lst.zdslck-active {
    color: #089949;
    border-bottom: 2px solid #089949
}

.zd-logo {
    background-position: -39px -49px;
    width: 266px;
    height: 86px;
    display: block;
    margin: 0 auto
}

.zd-btr-hdr {
    font: 72px / 1 var(--zf-primary-bold);
    color: #fff5e7;
    letter-spacing: -1.44px;
    text-align: center;
    padding: 20px 0 140px
}



/* top menu css ends */

.zd-csb-footer {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.zd-csb-footer-disclaimer {
    font: 12px var(--zf-primary-regular);
    margin: 0 auto;
    color: #333;
    text-align: center;
    padding: 0 20px;
    line-height: 20px;
    max-width: 900px;
}

.zd-csb-footer-disclaimer b {
    font-weight: bold;
}

.anim-init,.anim-init1 {
    transition: .7s opacity cubic-bezier(.25,.46,.45,.94),1s transform cubic-bezier(.25,.46,.45,.94)
  }
  .anim-ele,.anim-eles {
    opacity: 0;
    transform: translateY(20px)
  }

/* other lang css start */

.other-lang .btns-sec a {
    min-width: fit-content;
}
.i18n-ar .bnr-sec *,.i18n-ar .double-cta a,.i18n-ar .zia-features-section-cvr h2,.i18n-ar .zd-cs-ai-bottom-sec *,.i18n-ar .sub-hdr-sec .sub-hdr,.i18n-ar .zia-features-section-cvr h2 span{
    text-align: center;
}
.i18n-ar .zia-service-content h2 {
    text-align: right;
}
.i18n-ar .active-tab {
    right: 0;
    left: unset;
}
.i18n-ar .menu-list-points {
    padding: 15px 30px 25px 15px;
}
.i18n-ar .section-list .section-list-points:nth-child(odd) {
    margin-left: 80px;
    margin-right: unset;
}
.i18n-ar .section-list-points::before {
    right: 0;
    left: unset;
}
.i18n-ar .btm-ftrs-lst li {
    padding-right: 35px;
    text-align: right;
    margin-left: 30px;
    padding-left: unset;
    margin-right: unset;
}
.i18n-ar .btm-ftrs-lst li::after {
    right: -4px;
    left: unset;
}
.i18n-ar .btns-sec a.cmpr-btn {
    margin-left: unset;
    margin-right: 30px;
}
.i18n-ar .section-list-points {
    padding-right: 35px;
    padding-left: unset;
}
.i18n-ar .notes-label {
    left: 20px;
    right: unset;
}
.i18n-ar .ai-customer-cta {
    margin-right: 15px;
    margin-left: unset;
}
.i18n-ar .menu-7 .quick-response-para {
    text-align: right;
}
.i18n-ar .things-do-points {
    margin-right: 35px;
    margin-left: unset;
}
.i18n-ar .menu-section-box.menu-5::after {
    left: -130px;
    right: unset;
    border-top-left-radius: 72px;
    border-top-right-radius: 0;
}
.i18n-ar .zia-features-list-points:nth-child(even) {
    margin-right: 15px;
    margin-left: unset;
}
.i18n-ar.feature-list-content {
    margin-right: 25px;
    margin-left: unset;
}
.i18n-ar .zia-service-image {
    vertical-align: bottom;
    border-bottom-left-radius: 70px;
    margin-right: -25px;
    margin-left: unset;
}
.i18n-ar .zia-service-content {
    margin-right: 316px;
    margin-left: unset;
}
.i18n-ar .arw_lnk span:before {
    border-right: 0;
    border-left: 2px solid #000;;
    left: 0;
    right: unset;
    transform: rotate(45deg);
}
.i18n-ar .feature-list-content {
    margin-right: 25px;
    margin-left: unset;
}
/* other lang css end */




@media screen and (max-width: 1700px) {
    .main-sec{
        max-width: 1300px;
    }
    .menu-sec{
        margin-bottom: 680px;
    }
    .survey-sec {
        max-width: 530px;
        margin-left: 60px;
    }
    .menu-section-box.survey {
        padding: 65px 55px;
    }
    .things-do-points{
        max-width: 570px;
    }
    .has-tooltip .tlTip{
        left: 87%;
    }
    .has-tooltip span:first-child {
        width: 82%;
    }
    .zd-zia-section {
        max-width: 1532px;
        margin: -616px auto 0px;
        padding: 500px 0 0;
    }
    .menu-section-box.menu-5::after{
        top: 136px;
    }
 .i18n-ar .survey-sec {
        max-width: 530px;
        margin-right: 60px;
        margin-left: unset;
    }
    
}

@media screen and (max-width: 1600px) {

    .menu-sec {
        max-width: 324px;
        margin-right: 50px;    
    }
    .zd-zia-section {
        max-width: 1372px;
    }    
    /* .menu-section-box.menu-8::after{
        width: 24px;
        right: -24px;
    }
    .zd-zia-section{
        max-width: 1320px;
    } */
}


@media screen and (max-width: 1400px) {
    .main-sec {
        max-width: 1250px;
    }
    .menu-section-box.menu-5::after{
        right: -91px;
        width: 91px;
    }

    .survey-sec {
        max-width: 470px;
        margin-left: 30px;
    }
    .things-do-points {
        max-width: 530px;
    }
    .zd-zia-section {
        max-width: 1225px;
        margin: -674px auto 0px;
    }
    .menu-sec{
        margin-bottom: 720px;
    }
    .has-tooltip:before{
        right: 6px;
    }
    .has-tooltip .tlTip {
        right: -248px;
        left: unset;
    }

}
@media screen and (max-width: 1250px) {

    .agent-customer-sticky.active{
        top: 45px;
    }
 .i18n-ar .menu-1 *,.i18n-ar .menu-6 * {
    text-align: center;
   }

}

@media screen and (max-width: 1250px) {
    

    .anim-ele,.anim-eles {
        opacity:1;
        transform: translateY(0)
    }
    .menu-section-box.menu-5::after , .menu-sec{
        display: none;
    }
.zd-hdrmenu-con{
   display : block;
}
    .main-sec{
        padding: 0;
    }
    .bnr-sec-main{
        padding: 120px 60px 345px;
    }

    .menu-section-box{
        max-width: unset;
        width: 100%;
        padding: 80px 60px 80px;
    }

    .menu-1-cvr{
           padding: 80px 60px 60px;
    margin: 0;

   }
    .menu-3-par , .menu-section-box.table-section{
        padding: 80px 0px 80px;
    }
    
    .menu-section-box.table-section{
        background: #fff5e7;
        border-radius: 0px;
        padding: 0;
        margin: 0px;
    
    }
    .things-do-consider-cvr{
        padding: 80px 0px;
    }
    .agent-customers-sec-par{
        padding: 0px;
    }

    .menu-cnt{
        width: 100%;
    }

    .main_container{
        background-color: #ffffff;
    }

    .menu-1 , .menu-6 , .menu-7 , .menu-3 .section-hdr{
        text-align: center;
    }

    .menu-1,.menu-2 , .menu-4 , .menu-6 , .menu-7 , .menu-8 , .agent-customers-sec-par{
        max-width: 900px;
        margin: 0 auto;    
    }
    .menu-3 .main-hdr{
         padding: 0px 60px;
    }
    .menu-7-par , .menu-3-par{
        padding-top: 0px;
        padding-bottom: 0px;
    }

.menu-3-par{
        padding-bottom: 50px;
    }


    /* table css */
    .zd-btr-cmpr-table {
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        border: 0px solid;
    }
     
    .zd-btr-cmpr-table ul li:nth-child(1), .zd-btr-cmpr-table ul li:nth-child(1).feature-text{
        padding: 20px 10px;
        height: 90px;
        background: #fff;
position: sticky;
        top: 47px;
        z-index: 9999;
    }

    .table-text {
        font: 16px / 1.4 var(--zf-primary-regular);
        padding: 25px 10px;
        background: #fff;
    }

    .analysis-header{
        padding: 40px 0px 40px;
    }
    .zohodesk-table ul li:first-child, .zd-btr-cmpr-table .zohodesk-table ul li:nth-child(1){
        background-color: #089949;
        color: #fff;
    }

    .zd-btr-cmpr-table ul li .top-hdr-section .zd-cs-ai-table-sprite{
        display: none;
    }
    .feature-text{
        font: 18px / 1.4 var(--zf-primary-semibold);
    }
    .mob-text, .zd-btr-product-name {
        display: block;
        padding: 0;
        font: 18px / 1.4 var(--zf-primary-bold);
        text-align: center;
    }
    
    .zd-btr-cmpr-table ul li:nth-child(1){
        flex-wrap: unset;
    }
    
    .tbl-cls-left , .tbl-cls-right{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;

    }

    .zendesk-table ul li:first-child, .zd-btr-cmpr-table .zendesk-table ul li:nth-child(1){
        background-color: #02363d;
        color: #fff;
    }

    .freshdesk-table ul li:first-child, .zd-btr-cmpr-table .freshdesk-table ul li:nth-child(1){
        background-color: #20a849;
        color: #fff;
    }
.menu-section-box.menu-4 {
    margin: 0px auto; 
}
    .menu-section-box.survey{
        max-width: 900px;
        margin: 0 auto;
        background-color: #fff5e7;
        width: 100%;
        padding: 35px 60px;
    }

    .survey-sec {
        max-width: 540px;
        margin-left: 60px;
    }

    .menu-section-box.menu-4{
        box-shadow: 0 0 12.61px 0.39px rgba(0,0,0,0.08);
        padding: 50px 80px 50px;

    }
      .disp-block{
          padding: 25px 0px;
    }
    .things-do-points {
        max-width: 660px;
    }

    .zd-zia-section{
        margin: 0 auto;
        padding: 100px 0 100px;
        border-top-right-radius: 72px;
    }

    .zia-features-section-cvr{
        top: 0px;
        padding: 0px 30px;
    }

    .zd-cs-ai-bottom-sec{
        padding: 90px 15px 90px;
    }

    .main_container{
        padding: 0px 0px 0px;
        
    }
    .menu-items-wrapper ul {
        /* display: block; */
        padding: 0;
        justify-content: space-evenly;
    }

   

    .menu-nav-con {
        width: calc(100% - 60px);
        overflow: hidden;
        margin: 0 auto;
    }

    .tab-btn {
        padding: 16px 10px;
    }

    .cb {
        display: block;
        clear: both;
        height: 0;
    }


    .faq_container {
        padding: 95px 30px
    }
        /* 
    .zd-zia-section {
        max-width: 1270px;
    } */

    .zd-hdrmenu-con.menu-active {
        top:0
    }

.pb-50{

}
}


@media only screen and (max-width: 1140px) {
    .zd-hdrmenu-lstcon {
        justify-content:center;
        max-width: 100%
    }

    .zd-hdrmenu-lst {
        font-size: 14px;
        padding: 14px
    }
}


@media screen and (max-width: 1120px) {

    .zd-title::after , .br-tab-mob{
        display: none;
    }


    .zd-title{
        display: inline-block;
    }

    .zia-features-list {
        padding: 0px 20px;
        justify-content: center;
    }
    .feature-list-content{
        margin-left: 15px;
    }
    .zia-features-list-points:nth-child(odd){
        margin-right: 0px;
    }
    .zia-features-list-points {
        width: 405px;
    }
    .zia-service-section {
        padding: 55px 55px 0px 0px;
        justify-content: end;
    }
    /* .zia-service-img-sec{
        position: absolute;
        left: 0;
        bottom: 0;
    } */
    .zia-service-content {
        max-width: 500px;
    }    
    .service-hdr{
        font: 36px / 1.2 var(--zf-primary-bold);
    }
.i18n-ar .feature-list-content {
    margin-right: 15px;
    margin-left: unset;
} 
 .i18n-ar .zia-service-section {
    padding: 55px 0 0 55px;
}
}

@media screen and (max-width: 1024px) {

.faq_exp_sec {
    margin: 35px 15px 0;
    text-align: right;
    position: static
}
.faq_exp_sec {
    margin: 35px 15px 0;
    text-align: right;
    position: static;
  }
  .expand-all-sec {
    position: static;
    transform: inherit;
  }
  .gd-fqa {
    padding: 20px 0 0;
  }
  .gd-qus {
    font-size: 26px;
  }

    .zd-csb-footer-disclaimer , .zd-csb-footer{
        max-width: unset;
    }
}

@media screen and (max-width: 992px) {

    .float-1 , .float-6 , .dot-3{
        display: none;
    }

    .float-2 {
        left: -50px;
        top: unset;
        bottom: -305px;
        transform: translateY(0) scale(0.7);

    }

    .float-3{
        left: 60px;
        bottom: -105px;
    }

    .float-4{
        right: -50px;
        bottom: -325px; 
        transform: translateY(0) scale(0.7);
    }

    .float-5{
        right: 60px;
        bottom: -105px;    
    }

    .dot-1 , .dot-2 , .dot-3 , .dot-4 , .dot-5 , .dot-6{
        display: none;
    }

    @keyframes profileAnime {
        0% {
            transform: translateY(0) scale(0.7);
        }
    
        25% {
            transform: translateY(-10px) scale(0.7);
        }
    
        50% {
            transform: translateY(0) scale(0.7);
        }
    
        75% {
            transform: translateY(10px) scale(0.7);
        }
    
        100% {
            transform: translateY(0) scale(0.7);
        }
 
    }

   
    .bnr-title{
        font: 42px/1.3 var(--zf-primary-extrabold);
    }

    .double-cta{
        justify-content: center;
    }
    .cta-agent-customer{
        font: 16px var(--zf-secondary-medium);
    }
    .agent-customer-sticky{
        padding: 20px 0px 20px;
    }
    .cta-agent-customer{
        width: 160px;

    }
    /* .bnr-para{
        font: 16px/1.3 var(--zf-primary-regular);
    } */
    .main_container {
        padding: 0px 0px 0px;
    }
    .gartner-logo , .forbes-logo{
        margin: 0 0 20px;
    }
    .gartner-logo{
        background-position: -893px -125px;
        width: 167px;
        height: 98px;
    }
    .forbes-logo{
        background-position: -1082px -125px;
        width: 167px;
        height: 98px;
    }

    .survey-sec{
        max-width: 100%;
        margin-left: 0px;
    }
    .menu-section-box.survey{
        max-width: 100%;
        padding: 60px 60px;
    }
    .survey-cvr{
        padding: 0px 30px;
    }
    .menu-section-box.menu-5{
        padding: 0px;
        margin: 0 auto;

    }

    .agent-customers-sec-par {
        max-width: 100%;
        padding: 0 60px;
    }
   .menu-8 {
        max-width: 100%;
    }
    .menu-section-box.menu-4 {
        padding: 50px 60px 50px;
    }
    
    .menu-4 .section-hdr{
        text-align: center;
        padding: 0 0 35px;
    }
    .zia-hdr{
        color: #000000;
        padding: 0 20px 20px;
    }
    .zia-service-content{
        max-width: calc(100% - 320px);
    }
    .things-do-consider-list{
        justify-content: center;
    }
    .things-do-points {
        max-width: calc(100% - 150px);
    }
    .menu-box-cvr{
        padding: 80px 30px 0px;
    }
    .zia-features-section-cvr {
        padding: 0px 30px;
    }
    .zd-zia-section {
        border-radius: 0px;
        background: #fff5e7;
        padding: 80px 0 0px;
    }
   .zia-feature-para {
        padding: 0 0 50px;
    }
    .menu-6 .sec-para:last-child{
        padding: 0;
    }
    .zia-service-img-sec{
        position: unset;
        padding: 0 0 30px;
        display: none;
    }
    .zia-service-content {
        max-width: 100%;
        margin-left: 0px;
    }
    .zia-service-content .sec-para{
        padding: 0 0 0px;
    }
    .zia-service-image{
        border-radius: 0px;
        margin-left: 0;
        width: 316px;
        position: unset;
    
    }
    .zia-service-section {
        text-align: center;
        display: block;
        padding: 55px 55px;
    }
   
    .zia-features-list{
        display: block;
        padding: 0px 30px 30px;
    }
    .zia-features-list-points {
        width: 100%;
    }
    .feature-list-content{
        max-width: calc(100% - 120px);
    }
    .zia-features-list-points:nth-child(even){
        margin-left: 0px;
    }
    .feature-list-content{
        margin-left: 20px;
    }
    .zd-cs-ai-bottom-sec {
        padding: 90px 15px 90px;
    }

    .zd-cs-ai-bottom-sec .inner-hdr{
        font: 40px / 1.2 var(--zf-primary-extrabold);
    }
    .btm-ftrs-lst li {  
        font-size: 18px;
    }
   

    .menu-7-par {
        padding:0px 0px 330px;
    }

    .btm-ftrs-lst{
        padding: 0px 0px 30px;
    }

     .i18n-ar .zia-service-content {
    margin-left: unset;
    margin-right: 0;
}
.i18n-ar .zia-service-content.anim-init * {
    text-align: center;
}
.i18n-ar .menu-3 *,.i18n-ar .menu-5 * {
    text-align: center;
   }
   .i18n-ar .survey-sec {
    margin-right: 0;
    margin-left: unset;
}
.i18n-ar .zia-service-section *,.i18n-ar .zia-service-content h2{
    text-align: center;
}
.i18n-ar .zia-service-section{
    padding: 55px 55px;
}
.i18n-ar .zia-service-content {
    margin-right: 0;
    margin-left: unset;
}
.i18n-ar .feature-list-content {
    margin-right: 20px;
    margin-left: unset;
}
}

@media screen and (max-width: 767px) {
    .zia-service-img-sec , .animated-border-box, .animated-border-box-glow{
        display: none;
    }

    .float-3 {
        left: -40px;
        bottom: -105px;
    }

    .float-5 {
        right: -40px;
        bottom: -130px;
    }

    .float-2 {
        left: -70px;
        top: unset;
        bottom: -335px;
    }

    .float-4 {
        right: -76px;
        bottom: -340px;
    }

    .float-2{
        animation: profileAnime-two 5s  linear infinite;
    }

    .float-4{
        animation: profileAnime-two 5s 2s  linear infinite;
    }

    @keyframes profileAnime-two {
        0% {
            transform: translateY(0) scale(0.3);
        }
    
        25% {
            transform: translateY(-10px) scale(0.3);
        }
    
        50% {
            transform: translateY(0) scale(0.3);
        }
    
        75% {
            transform: translateY(10px) scale(0.3);
        }
    
        100% {
            transform: translateY(0) scale(0.3);
        }
    }



    @keyframes profileAnime {
        0% {
            transform: translateY(0) scale(0.5);
        }
    
        25% {
            transform: translateY(-10px) scale(0.5);
        }
    
        50% {
            transform: translateY(0) scale(0.5);
        }
    
        75% {
            transform: translateY(10px) scale(0.5);
        }
    
        100% {
            transform: translateY(0) scale(0.5);
        }
    }
    .menu-arrow {
        display: inline-block;
    }
    .bnr-sec-main{
        padding: 100px 30px  320px;
    }
    .bnr-title{
        font: 34px/1.3 var(--zf-primary-extrabold);
    }
    .bnr-para{
        font: 16px/1.6 var(--zf-primary-regular);
    }
    .menu-section-box {
        padding: 80px 30px;
    }
    .survey-cvr {
        padding: 0px 25px;
    }
    .section-list{
        display: block;
        max-width: unset;
    }
    .section-list-points{
        font: 16px var(--zf-primary-regular);
        margin: 0 0px 20px 0px;
    }
    .section-list .section-list-points:nth-child(odd){
        margin-right: 0px;
    }
    .section-hdr {
        font: 32px / 1.2 var(--zf-primary-bold);
        padding: 0 0 10px;
    }
    .sec-para {
        font: 16px / 1.6 var(--zf-primary-regular);
    }  
    .roboto-bold-txt {
        font: 16px / 1.5 var(--zf-splfontserif-bold);
    }
    .menu-1 .sec-para {
        padding: 0 0 40px;
    }   
    .menu-2 .section-hdr {
        padding: 0 0 20px;
    }  
   .benefit-lis-sec:last-child .sec-para{
             padding: 0;
    }
    .menu-section-box , .menu-1-cvr{
        margin: 0;
        padding: 50px 30px 50px;
    }    
 
    .menu-3-par{
        padding: 0px 0px 50px;
    }
    .survey-hdr {
        font: 21px / 1.2 var(--zf-splfontserif-regular);
        padding: 0 0 15px;
    }    
    .survey-desc {
        font: 16px / 1.5 var(--zf-splfontserif-regular);
    }
    .menu-section-box.survey {
        padding: 20px 30px 30px;
    }
    .gartner-logo, .forbes-logo {
        margin: 0 0 0px;
        transform: scale(0.7);
    }

    .agent-customers-sec-par{
        padding: 0 30px;
    }
     .menu-3 .main-hdr{
         padding: 0px 30px;
    }
    
    .menu-section-box.menu-4 {
        padding: 50px 30px 50px;
    }
.menu-7-par{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
        padding-bottom: 330px;
    }
    .menu-6 :last-child {
        padding-bottom: 0;
    }
    .menu-7 .section-hdr{
        padding: 0px;
    }
    .max-width-sprite{
        width: unset;
    }
    .double-cta{
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
    }
    .cta-agent-customer {
        font: 14px var(--zf-secondary-medium);
        width: 130px;
        padding: 5px 15px;
    }    
    .agent-customer-sticky {
        padding: 15px 0px 15px;
    }
    /* .ai-customer-cta{
        margin: 0px 0 0;
    } */
    .sub-hdr {
        font: 28px/1.3 var(--zf-primary-bold);
        padding: 0 0 20px;
    }   
    .quick-response-hdr {
        font: 24px / 1.1 var(--zf-primary-bold);
    } 
    .quick-response-details {
        padding: 0 0 50px;
    }    
    .menu-box-cvr {
        padding: 60px 25px 0px;
    }
    .menu-section-box.menu-8 {
        padding: 50px 30px;
    }    
    .menu-8 .section-hdr {
        padding: 0 0 35px;
    }
    .feature-text{
        font: 14px / 1.4 var(--zf-primary-semibold);
    }
    .mob-text, .zd-btr-product-name{
        font: 14px / 1.4 var(--zf-primary-bold);
    }
    .zd-btr-cmpr-table ul li:nth-child(1), .zd-btr-cmpr-table ul li:nth-child(1).feature-text{
        padding: 20px 5px;
    }
    .has-tooltip span:first-child {
        width: 70%;
        font: 14px / 1.4 var(--zf-primary-regular);
    }
    .disp-block{
        font: 14px / 1.4 var(--zf-primary-regular);
        padding: 25px 5px;

    }

.analysis-header{
    padding: 40px 20px 20px;
}
.zohodesk-table {
    width: 23%
}

.freshdesk-table {
    width: 23%;
}
    .tooltip-icon{
        right: 0px;
    }
    .things-do-hdr{
        padding: 15px 0 15px;
    }
    .things-do-points {
        max-width: 100%;
        margin-left: 0px;
    }
    .things-do-consider-sec {
        padding: 0 0 50px;
    }    
    .things-do-consider-sec:last-child , .things-do-consider-sec:last-child .sec-para{
        padding: 0px;
    }    

    .things-do-consider-list{
        display: block;
        text-align: center;    
    }
    .menu-8 :last-child{
        padding-bottom: 0px;
    }
    .zia-features-section-cvr {
        padding: 0px 25px;
    }
    .zd-zia-section {
        padding: 50px 0 0px;
    }
    .zia-hdr{
        padding: 0 0 35px;
    }
    .zd-title::after {
        left: -41px;
    }
    .zia-features-section{
        border-radius: 20px;
        padding: 50px 0px 0px;
    }
    .zia-features-list-points {
        width: 100%;
        display: block;
        text-align: left;
    }
    .zia-feature-hdr{
        font: 24px / 1.1 var(--zf-secondary-medium);
        padding: 20px 0 10px;
    }
    .zia-feature-para {
        padding: 0 0 50px;
    }
    .feature-list-content {
        margin-left: 0px;
        max-width: 100%;
    }
    .zia-service-image{
        margin-left: 0px;
    }
    .zia-service-content {
        margin-left: 0px;
    }
    .zia-service-content .sec-para{
        padding-bottom: 0px;
    }
    .zia-service-section{
        padding: 55px 20px;
        border-radius: 0px 0px 15px 15px;
    }
    .zd-cs-ai-bottom-sec {
        padding: 50px 30px 50px;
    }
    .zd-cs-ai-bottom-sec .inner-hdr{
        font: 32px / 1.2 var(--zf-primary-extrabold);
    }
    .btm-ftrs-lst li {
        font-size: 16px;
        margin-right: 0px;
        padding-bottom: 20px;
    }
    .btns-sec a.cmpr-btn{
        margin-left: 0px;
        margin-right: 0px;
    }
    .btm-ftrs-lst{
        display: block;
        max-width: 240px;
        margin: 0 auto;
        padding: 0px 0px 20px;
    }
    .menu-active {
        top: 0px;
    }

    
    .inner-hdr{
        font: 34px / 1.1 var(--zf-primary-extrabold);
    }
    .faq_container {
        padding: 50px 20px
    }
    .open-icon{
        right: 18px;
    }
    
      .gd-qus {
        font-size: 22px;
        padding: 30px 55px 30px 25px;
      }

      .gd-ans{
        padding: 0px 55px 30px 25px;
      }
    
      .zd-hdr-inrcon {
        width: calc(100% - 60px)
      }

    .zd-hdrmenu-lstcon {
        justify-content: space-evenly;
        max-width: inherit;
        transition: all .5s ease-in-out
    }

    
 .i18n-ar .menu-8 * {
    text-align: center;
   }
.i18n-ar .feature-list-content {
    margin-right: 0;
    margin-left: unset;
    
}

    
}
@media screen and (max-width: 480px) {
    .other-lang .quick-response-hdr {
        font-size: 20px;
    }
    .other-lang .section-hdr {
        font-size: 28px;
    }

    .disp-block {
        font: 12px / 1.4 var(--zf-primary-regular);
        padding: 25px 5px;
    }

}

@media screen and (max-width: 380px) {
    .zd-btr-cmpr-table ul li:nth-child(1), .zd-btr-cmpr-table ul li:nth-child(1).feature-text{
        padding: 20px 0px;
    }
    .float-3 {
        left: -63px;
    }    

    .float-5 {
        right: -60px;
    }

    .float-2 {
        left: -115px;
    }   
    
    .float-4 {
        right: -115px;
    }
}


  