* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: var(--zf-primary-regular);
    margin: 0;
    padding: 0;
}
.crm-hub-main h1, .crm-hub-main h2, .crm-hub-main, .crm-hub-main h3, .crm-hub-main h4, .crm-hub-main p {
    margin: 0;
    padding: 0;
}
.crm-hub-main, .gd-click-rit img {
    width: 100%;
}
.crm-hub-header {
    padding: 150px 0 90px;
    background: #0067ff;
    text-align: center;
    margin-top: -105px;
}
.crm-hub-titlesec {
    max-width: 900px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}
.crm-hub-header h1 {
    font: 56px/1.1 var(--zf-primary-bold);
    width: 85%;
}
.other-lang .crm-hub-header h1 {
word-break: break-word;
}
.crm-hub-header p {
    font: 400 18px/1.7 'Roboto', sans-serif;
    margin: 15px 0 30px;
}
.crm-hub-plansbtn {
    background: transparent;
    color: #fff;
    margin-left: 30px;
    padding: 12px 30px;
}
.crm-hub-vidbtn {
    display: inline-block;
    margin-left: 25px;
    width: 150px;
    cursor: pointer;
}
.vidbtn-icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.vidbtn-icon::after {
    content: '';
    background-image: url("/sites/default/files/crm/features/crm-subfeatures-sprite.svg");
    background-position: -184px -20px;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
}
.crm-hub-vidbtn span {
    font: 18px var(--zf-primary-semibold);
    vertical-align: middle;
    margin-left: 5px;
}
.crm-hub-cntsec {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.crm-hub-container {
    max-width: 900px;
    margin: 125px 20px 0 350px;
    display: inline-block;
    text-align: left;
    color: #1c1d1e;
}
.crm-hub-container h2 {
    font: 48px/1.1 var(--zf-primary-bold);
    max-width: 700px;
}
.crm-hub-container h3 {
    font: 24px/1.1 var(--zf-primary-bold);
}
.crm-hub-container p {
    font: 400 16px/28px 'Roboto', sans-serif;
    margin: 10px 0 6px;
    max-width: 850px;
    color: #222222;
display: inline-block;
}
.crmhub-img {
    width: 100%;
    -webkit-box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
    -moz-box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
    box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
    border-radius: 5px;
}
.slider-innersec .crmhub-img {
    box-shadow: none;
    border: none;
}
.crmbadge-txt {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #fee498;
    border-radius: 20px;
    padding: 4px 12px 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.crm-hub-sell {
    max-width: 1170px;
    margin: 250px 0 0 270px;
    padding: 60px 0 60px 80px;
    background: #0057d9;
    box-sizing: border-box;
    position: relative;
}
.crm-hub-sell h3 {
    font: 42px/1.2 var(--zf-primary-bold);
    color: #fff;
    margin-bottom: 30px;
    max-width: 390px;
}
.crm-hub-sprite {
    background-image: url("/sites/default/files/crm/features/integ-sprite.png");
    background-size: 697px;
    display: inline-block;
}
/*nav css*/
	
.crm-featur-nav {
    width: 270px;
    height: 625px;
    position: absolute;
    top: 0;
    padding: 113px 21px 0px 40px;
    box-sizing: border-box;
    z-index: 5;
    background: #fff;
    opacity: 1;
    transition: opacity 300ms;
    will-change: opacity;
}
.crm-featur-nav ul {
    position: relative;
    margin-bottom: 25px
}
.crm-featur-nav-shad {
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
}
.crm-featur-nav ul li {
    list-style-type: none;
    padding: 6px 0;
    font: 400 16px/1.6 'Roboto', sans-serif;
    cursor: pointer;
    color: #55595f;
}
.crm-featur-nav ul li:first-child {
    font-weight: 500;
    color: #0067ff;
    cursor: default;
}
.hub-moblist li.activecls {
    font-weight: 600;
    position: relative;
    color: #0067ff;
}
.crm-featur-nav li.activecls {
    color: #000;
    position: relative;
}
.crm-featur-nav ul li.activecls::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 25px;
    background: #0057d9;
    position: absolute;
    left: -15px;
}
.crm-featur-bk {
    text-decoration: none;
    color: #000;
    margin-top: 10px;
    font: 400 14px/1.7 'Roboto', sans-serif;
}
.blue-entity {
    font-size: 20px;
    color: #0057d9;
    margin-right: 3px;
}
.crm-hub-brdcrmb {
    border-top: 1px solid #d1d1d1;
    position: relative;
    z-index: 10;
    background: #fff;
}
.brdcrmb-secn {
    width: 50%;
    float: left;
    padding: 25px 0;
    box-sizing: border-box;
    margin-top: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,247,248) 25%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,247,248) 25%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,247,248) 25%);
}
.brdcrmb-cnt {
    float: left;
    margin-left: 115px;
}
.brdcrmb-cnt-rit {
    float: right;
    margin-right: 115px;
}
.brdcrmb-icn {
    width: 40px;
    height: 40px;
    margin: 0 20px;
    background: blue;
    display: inline-block;
    vertical-align: middle
}
.brdcrmb-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
}
.hub-prev {
    text-align: right;
    margin-right: 20px;
}
.brdcrmb-top {
    color: #666666;
    font: 400 14px 'Roboto', sans-serif;
    display: block;
}
.brdcrmb-botm a {
    font: 600 18px 'Roboto', sans-serif;
    color: #000;
}
.hub-prev .brdcrmb-botm a {
    padding: 0 0 0 10px;
}
.crm-hub-testimo {
    max-width: 1250px;
    background: #fff;
    margin: 130px auto 0;
    position: relative;
}
.hub-testi-img img {
    width: 100%;
    max-width: 450px;
}
.hub-testi-img {
    width: 36%;
    float: left;
    position: relative;
}
.hub-testi-cnt {
    width: 63%;
    display: inline-block;
    padding: 100px 110px 50px 100px;
    box-sizing: border-box;
    vertical-align: middle;
}
.hub-testi-cnt h3 {
    font: 600 30px/1.3 'Roboto', sans-serif;
    position: relative;
}
.speaker-inner-details {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 40px;
    color: #333333;
}
.testimonial-pername {
    font: 21px var(--zf-primary-bold), sans-serif;
    display: block;
}
.testimonial-desg {
    font: 400 16px 'Roboto', sans-serif;
}
.crmhub-mobnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 3;
}
.crmhub-mobnav-tlt {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 20px;
    font: 18px var(--zf-primary-bold), sans-serif;
    background: #fff;
    cursor: pointer;
}
.hub-moblist {
    display: none;
    background: #fff;
    width: 100%;
    height: 100vh;
}
.hub-moblist li {
    list-style-type: none;
    padding: 15px 20px;
    font: 18px var(--zf-primary-regular), sans-serif;
    cursor: pointer;
}
.hub-moblist li:first-child {
    padding-top: 30px;
}
.hub-nav-hide {
    opacity: 0;
}
.crm-hub-imgsec {
    position: relative;
    margin-top: 65px;
}
.scl-img {
    position: absolute;
    box-shadow: 0px 20px 60px 0px rgba(18, 26, 52, 0.2);
    border: 2px solid rgb(41, 78, 209);
    top: -45px;
    left: 233px;
    transition: all 0.5s linear;
    opacity: 0;
    transform: scale(.8);
}
.scl-img.active {
    opacity: 1;
    transform: scale(1);
}
.crm-hub-intg .svg-sprites {
    background-image: url("/sites/default/files/crm/features/smb-integrate-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 735px;
}
.sel-img {
    position: absolute;
    right: 72px;
    top: -110px;
}
.hubinte-txt {
    font: 200 12px 'Roboto', sans-serif;
    display: block;
    margin-top: 5px;
}
.hub-dotsec {
    position: absolute;
    width: 190px;
    height: 180px;
    right: 401px;
    top: -180px;
    background-image: url(https://www.zoho.com/sites/default/files/crm/smb_repeat_circle_bg.svg);
    background-size: 15px;
    z-index: -1;
}
.hub-dotsec-testi {
    position: absolute;
    width: 435px;
    height: 465px;
    left: -40px;
    top: -40px;
    background-image: url(https://www.zoho.com/sites/default/files/crm/smb_repeat_circle_bg.svg);
    background-size: 15px;
    z-index: -1;
}
.hub-dotsprite {
    background-image: url("/sites/default/files/crm/features/hob-dot.svg");
    display: inline-block;
}
.hub-tstLog {
    position: absolute;
    left: 0;
    top: -70px;
    background-position: -778px -467px;
    width: 147px;
    height: 44px;
}
.strt-dwn {
    box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dfe1e5;
    cursor: pointer;
    height: 36px;
    width: 36px;
    position: fixed;
    right: 2%;
    bottom: 10%;
    max-width: inherit;
    transform: rotate(-180deg);
    background: #fff;
    border-radius: 50%;
    z-index: 25;
    display: none;
}
.lrn-arw {
    background-position: -34px -20px;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 98%;
    bottom: 3px;
    display: inline-block;
    transition: .3s linear;
}
.brdcrmb-secn .lrn-arw {
    bottom: 5px;
}
.arw-prev {
    left: -10px;
    transform: rotate(180deg);
}
.hub-lrn:hover .lrn-arw {
    left: 100%;
}
.hub-lrn:hover .lrn-arw.arw-prev {
    left: -15px;
}
.hub-lrn {
    color: #0067ff;
    text-decoration: none;
    font: 500 16px 'Roboto', sans-serif;
    position: relative;
    padding-right: 9px;
    display: inline-block;
}
.hub-lrn:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    display: inline-block;
    background: url(/sites/default/files/crm/features/crm-subfeatures-sprite.svg) no-repeat -34px -20px;
    width: 15px;
    height: 11px;
    transition: all ease 0.3s;
}
.hub-lrn:hover:after {
    transform: translateX(3px);
}
.topscrl {
    background-position: -326px -21px;
    width: 8px;
    height: 13px;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.hub-cmn-sprit {
    background-image: url(/sites/default/files/crm/features/crm-subfeatures-sprite.svg);
    display: inline-block;
}
.hub-fetr-sprit {
    background-image: url(/sites/default/files/crm/features/hub-ftr-sprite.svg);
    display: inline-block;
    vertical-align: middle;
}
.hubpre-icn {
  display:none;
}
.hubnxt-icn {
    background-position: -66px -18px;
	width: 38px;
	height: 39px;
}
.hub-testi-cnt h3:before {
    content: '';
    background-image: url(/sites/default/files/crm/features/crm-subfeatures-sprite.svg);
    background-position: -81px -8px;
    width: 48px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: -70px;
    top: 5px;
    transform: rotateY(180deg);
}
.hub-testi-pnch {
    background-position: -81px -8px;
    width: 48px;
    height: 35px;
    display: none;
    margin: 0 auto;
}
.hub-dwnicn {
    background-position: -732px -30px;
    width: 21px;
    height: 12px;
    float: right;
    margin-top: 5px;
}
.hub-cntlist {
    margin-left: 30px;
    max-width: 700px;
}
.slider-innersec {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    width: 90%;
}
.mT50 {
    margin-top: 50px;
}
.cB {
    clear: both;
}
.testi-cust {
    margin-bottom: 10px;
}
.test-pnch {
    background-position: -235px -2px;
    width: 31px;
    height: 46px;
    margin-bottom: 10px;
    display: none;
}
.media-anim {
    transform: translateY(10rem);
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.img-animate {
    transform: translateY(0px);
    opacity: 1;
}
/*Integ sec*/
.crm-hub-inte {
    padding: 90px 0;
    box-sizing: border-box;
    background-color: #F1F5FD;
    background-image: url("/sites/default/files/crm/features/integ-bg.jpg");
    background-repeat: repeat;
    color: #000;
    position: relative;
}
.hub-intimain {
    max-width: 965px;
    margin: 0 auto;
}
.crm-hub-inte .hub-lrn {
    color: #fff;
}
.crm-hub-inte .hub-lrn:after {
    background-position: -55px -20px;
}
.hub-inte-cnt {
    width: 35%;
    max-width: 380px;
    display: inline-block;
    vertical-align: middle;
    background: #0067ff;
    box-sizing: border-box;
    padding: 63px 30px 73px 63px;
    color: #fff;
    border-radius: 4px;
min-height: 372px;
}
.hub-inte-rit {
    width: 64%;
    display: inline-block;
    vertical-align: middle;
}
.inte-list {
    display: inline-block;
    max-width: 605px;
    margin-left: 13px;
}
.inte-list li {
    list-style-type: none;
    width: 188px;
    height: 116px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    margin: 0 10px 12px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: .2s;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.inte-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    transition: ease .2s;
}
.inte-list li:nth-child(7), .inte-list li:nth-child(8), .inte-list li:nth-child(9) {
    margin-bottom: 0;
}
.inte-list li:hover .hub-fetr-sprit {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
}
.inte-list li:nth-child(7), .inte-list li:nth-child(8), .inte-list li:nth-child(9) {
    margin-bottom: 0;
}
.hub-inte-cnt h2 {
    font: 48px/1.0 var(--zf-primary-extrabold);
    margin-bottom: 20px;
}
.hub-inte-cnt p {
    font: 400 16px/1.7 'Roboto', sans-serif;
    margin: 20px 0 10px;
}
.crm-hub-integr-bg, .crm-hub-selbg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F1F5FD;
    background-image: url(/sites/default/files/crm/features/integ-bg.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.crm-hub-selbg {
    background: #0057d9;
    background-image: none;
}
.inti-frst {
    background-position: -30px -98px;
    width: 91px;
    height: 26px;
}
.inti-scnd {
    background-position: -145px -98px;
    width: 121px;
    height: 27px;
}
.inti-thrd {
    background-position: -286px -92px;
    width: 119px;
    height: 34px;
}
.inti-frth {
    background-position: -430px -90px;
    width: 90px;
    height: 42px;
}
.inti-fth {
    background-position: -550px -101px;
    width: 130px;
    height: 20px;
}
.inti-sxth {
    background-position: -700px -100px;
    width: 130px;
    height: 22px;
}
.inti-svnth {
    background-position: -850px -89px;
    width: 110px;
    height: 45px;
}
.inti-eith {
    background-position: -984px -95px;
    width: 120px;
    height: 32px;
}
.inti-nth {
    background-position: -1128px -75px;
    width: 91px;
    height: 71px;
}
/* Breadcrumb CSS start */
.Ncrm_breadcrumb {
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}
.Ncrm_breadcrumb li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px/1.2 var(--zf-primary-semibold);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.Ncrm_bcLnk {
    color: #8cbaff;
    position: relative;
    display: inline-block;
}
.Ncrm_bcLnk:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
}
.Ncrm_bcLnk:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0px;
    background: #ffffff;
    transition: all .3s linear;
}
.Ncrm_bcLnk:hover {
    color: #ffffff;
}
.Ncrm_bcLnk:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear;
}
.hup-arow-up {
    background-position: -835px -31px;
    width: 10px;
    height: 7px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.hub-bakicn {
    background-position: -372px -20px;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 126px;
    left: 18px;
    padding: 0px 10px;
    display: inline-block;
    box-sizing: border-box;
}
.add-clr .hup-arow-up {
    background-position: -848px -31px;
}
.testi-cnt {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    width: 100%;
    transform: translateY(-50%);
}
.crm-hub-sinup:hover:before, .btm-cta:hover:before {
    transform: scaleX(1.03);
    -webkit-transform: scaleX(1.03);
}
.crm-hub-sinup:before, .btm-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235, 76, 73);
    z-index: -1;
    transition: all ease 0.3s;
}
.crm-hub-plansbtn:before {
    background: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.btm-cta.access, .crm-hub-sinup.access, .umain .btm-cta.gt-strt, .umain .crm-hub-sinup.gt-strt, .brdcrmb-secn .hub-lrn:after, .show-cnt, .testi-cnt, .btm-cta.access, .inner-sec, .inner-sec h3, .test-pnch, .tstmob, .umain .crm-hub-sell {
    display: none;
}
.umain .btm-cta.access, .umain .crm-hub-sinup.access, .test-noimg, .list-container {
    display: inline-block;
}
.Nc_wrap {
    white-space: nowrap;
    font-family: var(--zf-primary-bold);
}
.umain .crm-hub-testimo {
    padding-bottom: 90px
}
.hub_vH {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.bxnon {
    box-shadow: none;
}
.act-btn {
    border: initial;
}
.hub-lftsec {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin:45px 50px 0 0;
}
.hub-ritsec {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: -130px;
    max-width: 522px;
}
.hub-twocol {
    max-width: 1070px;
	margin-top: 0;
margin-bottom: -10px;
overflow: hidden;
}
.mov-left {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.anim-lft {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    transition: .9s ease-in-out;
}
.batch-btn-con {
    padding-top: 30px;
}
.app-store {
    background-position: -1000px -120px;
    width: 123px;
    height: 35px;
}
.app-store, .g-play {
    text-decoration: none;
}
.app-store-icn {
    background-position: -566px -1px;
	width: 162px;
	height: 50px;
}
.play-store-icn {
    background-position: -397px 0;
	width: 166px;
	height: 50px;
}
.brk-txt{display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.icon-rotat{
transform: rotate(180deg);
}
.lang-pt-br .hub-inte-cnt h2,.lang-de .hub-inte-cnt h2,.lang-id .hub-inte-cnt h2,.lang-th .hub-inte-cnt h2{
font: 40px/1.0 var(--zf-primary-extrabold);
}
.other-lang .crm-hub-testimo{
  display:none;
}
/*ar css*/
.i18n-ar .crm-hub-header{
	text-align: center;
}
.i18n-ar .crm-featur-nav ul li.activecls::before {
    right: -15px;
}
.i18n-ar .crm-hub-container{
    margin: 125px 295px 0 0;
}
.i18n-ar .hub-lftsec {
    margin: 45px 0 0 50px;
}
.i18n-ar .lrn-arw{
	display: none!important;
}
.i18n-ar .brdcrmb-txt {
    margin: 0 20px;
}
.i18n-ar .brdcrmb-botm a {
color: #0067ff;
}
.i18n-ar .crm-hub-sell {
    margin: 250px 270px 0 0;
    padding: 60px 30px 60px 80px;
}
.i18n-ar .crm-hub-plansbtn {
    margin-right: 30px;
}
.i18n-ar .sel-img {
    left: 72px;
    right: inherit;
}
.i18n-ar .hub-dotsec {
    left: 401px;
    right: inherit;
}
.i18n-ar .bottom-promo .content-wrap {
    max-width: 960px;
}
.i18n-ar .Ncrm_bcLnk:before{
	left: -15px;
        right: inherit;
}
.i18n-ar .hub-lrn:after {
    left: -20px;
    right: inherit;
    transform: rotate(180deg);
}
.i18n-ar .hub-lrn:hover:after {
    transform: translateX(-3px) rotate(180deg);
}
.i18n-ar .hub-bakicn{
	display: none;
}
.i18n-ar .crm-hub-selbg {
    right: 0;
    left: inherit;
}
.other-lang .hubpre-icn {
    background-position: -264px -18px;
    width: 38px;
    height: 39px;
    display:inline-block;
}
/*Media query starts*/
@media screen and (max-width: 1330px) {
.hub-dotsec {
    right: 338px;
}
.sel-img {
    right: 0;
}
}

@media screen and (max-width: 1260px) {
.sel-img, .hub-dotsec {
    display: none
}
.card_inner_box {
    width: 30%;
}
.list-right-section {
    max-width: 650px;
}
.hub-testi-cnt {
    padding: 94px 110px 50px;
}
.hub-ritsec {
    width: 100%;
    position: static;
    margin-bottom: -160px;
    max-width: 450px;
}	
.hub-lftsec {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 125px 50px 75px 0;
}
}

@media screen and (max-width: 1180px) {
.hub-testi-cnt h3 {
    font: 600 28px/1.3 'Roboto', sans-serif !important;
}
.hub-dotsec-testi, .tstdsk {
    display: none;
}
.crm-hub-testimo, .umain .crm-hub-brdcrmb {
    margin-top: 0;
}
.umain .crm-hub-testimo {
    padding-bottom: 0;
}
.tstmob {
    display: block
}
.hub-testi-img img {
    width: 120px;
    position: static;
    transform: inherit;
    border-radius: 50%;
}
.hub-testi-cnt {
    display: block;
    padding: 0;
    width: 90%;
    text-align: center;
    margin: 20px auto 0;
    float: none;
}
.hub-testi-img {
    height: 160px !important;
    position: static;
    margin: 0 auto;
    width: auto;
    float:none;
}
.umain .crm-hub-testimo {
    padding-bottom: 130px;
}
.hub-testi-cnt {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    float: none;
}
.hub-tstLog {
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    top: inherit;
}
.crm-hub-testimo {
    padding: 70px 30px 130px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 4px;
}
.speaker-inner-details {
    text-align: center;
    margin: 30px 0 25px;
}
.hub-testi-pnch, .tstmob {
    display: block;
}
.hub-testi-cnt h3:before, .speaker-inner-details:before{
    display: none;
}
}

@media screen and (max-width: 1080px) {
.crm-hub-container {
    max-width: 860px;
    margin: 70px 25px 0;
    display: block;
}
.crm-hub-sell {
    margin: 70px 0 0;
    padding: 65px 20px 70px;
    text-align: center;
}
.hub-ritsec {
    width: 100%;
    position: relative;
    margin-bottom: -170px;
    max-width: 450px;
    transform: translateX(-50%) !important;
    left: 50%;
    bottom: 0;
}
.crm-featur-nav, .crm-hub-integr-img {
    display: none !important;
}
.crmhub-mobnav {
    display: none;
}
.hub-twocol{
    overflow: inherit;
margin-bottom: 0;
}
.card_inner_box {
    width: 30%
}
.crm-hub-inte {
    margin: 70px 0 0;
}
.crm-hub-sell h3 {
    max-width: inherit;
}
.hub-lftsec {
    margin: 0 0 75px;
}
.i18n-ar .hub-ritsec {
position: static;
}
.i18n-ar .crm-hub-container{
    margin: 70px 25px 0;
}
.i18n-ar .crm-hub-sell{
	margin: 70px auto;
}
.i18n-ar .crm-hub-plansbtn {
    margin-left: 0;
}
}

@media screen and (max-width: 1023px) {
.crm-hub-header {
    padding: 145px 0 70px;
}
.Nc_wrap {
    white-space: inherit;
}
.Ncrm_breadcrumb {
    width: 93%;
}
}

@media screen and (max-width: 992px) {
.crm-hub-titlesec {
    margin: 0 25px;
}
.scl-img {
    display: none
}
.crm-hub-header h1 {
    font: 42px/1.1 var(--zf-primary-bold);
    width: 100%;
}
.crm-hub-main p {
    font-size: 16px;
}
.crm-hub-main h2 {
    font-size: 36px;
}
.crm-hub-main h3 {
    font-size: 32px;
}
.media-anim, .anim-lft {
    transform: inherit;
    opacity: 1;
    transition: inherit;
}
.ftrs-lt-con {
    padding-top: unset;
}
.card_inner_box {
    float: none;
    margin: 30px 0 0;
    max-width: 600px;
    width: 100%;
}
.crm-icon-cord {
    margin: 70px 30px 0;
}
.inte-list li:nth-child(7), .inte-list li:nth-child(8), .inte-list li:nth-child(9) {
    margin-bottom: 10px;
}
.inte-list li:nth-child(9) {
    margin-top: 0;
}
.hub-inte-cnt {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    color: #000;
    min-height: auto;
}
.inte-list {
    margin: 50px auto 0;
}
.crm-hub-inte {
    padding: 90px 0;
    text-align: center;
}
.hub-inte-rit {
    width: 100%;
}
.crm-hub-inte .hub-lrn {
    color: #0067ff;
}
.crm-hub-inte .hub-lrn:after {
    background-position: -34px -20px;
}
.i18n-ar .hub-inte-cnt h2,.i18n-ar .inte-list,.i18n-ar .hub-inte-cnt,.i18n-ar .hub-intimain,.i18n-ar .hub-inte-rit{
    text-align: center;
}
.other-lang .brdcrmb-cnt-rit {
    margin-right: 25px;
}
.other-lang .brdcrmb-cnt {
    margin-left: 25px;
}
}

@media screen and (max-width: 768px) {
.i18n-ar .crm-hub-plansbtn {
    margin-right: 0;
}
.crm-hub-titlesec p{
	margin-bottom: 0;
}
.crm-hub-sell {
    padding: 65px 20px 70px;
    text-align: center;
}
.crm-hub-imgsec {
    margin-top: 30px;
}
.crm-hub-sinup {
    font-size: 16px;
    padding: 12px 24px;
margin-left:0;
}
.crm-hub-vidbtn span {
    font-size: 16px;
}
.crm-hub-sell h3 {
    margin-bottom: 20px;
}
.crm-hub-inte {
    padding: 70px 0px;
    text-align: center
}
.Ncrm_breadcrumb {
    display: none;
}
.brdcrmb-cnt-rit {
    margin-right: 25px !important;
}
.brdcrmb-cnt {
    margin-left: 25px;
}
.crm-hub-ctasec {
    padding-top: 0;
}
.hub-inte-cnt {
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.hub-ritsec{
	display:none;
	}
.hub-lftsec{
margin:0
}
.crm-hub-titlesec p{
	margin-bottom: 0;
}
.other-lang .brdcrmb-botm a {
    font: 500 16px 'Roboto', sans-serif;
    color: #0067ff;
}
.other-lang .brdcrmb-secn .lrn-arw {
    display: none;
}
.i18n-ar .hub-lftsec {
    margin: 0;
}
.crm-hub-header h1 {
    font: 36px/1.1 var(--zf-primary-bold);
}
.crm-hub-main h2 {
    font-size: 32px;
}
}

@media screen and (max-width: 640px) {
.btm-cta {
    padding: 10px 28px;
    font-size: 14px;
    font-family: var(--zf-primary-bold);
}
.hub-moblist li {
    padding: 7px 20px;
    font: 16px var(--zf-primary-regular), sans-serif;
}
.inte-list li {
    margin: 0 10px 10px 0;
}
}

@media screen and (max-width: 550px) {
.slider-innersec {
    width: 65%;
}
.brdcrmb-icn {
    margin-right: 10px;
}
.brdcrmb-botm a {
    font: 500 16px 'Roboto', sans-serif;
    color: #0067ff;
}
.brdcrmb-top {
    font: 400 14px 'Roboto', sans-serif;
    margin-bottom: 0;
}
.multi-icn, .cust-icn, .brdcrmb-secn .lrn-arw {
    display: none;
}
.hub-prev, .brdcrmb-txt {
    margin: 0;
}
.inte-list {
    max-width: inherit;
    text-align: center;
}
.brdcrmb-secn .lrn-arw, .hubpre-icn, .hubnxt-icn {
    display: none;
}
.brdcrmb-secn {
    padding: 15px 0;
}
.i18n-ar .inte-list li {
    margin: 0 0 10px 10px;
}
.i18n-ar .inte-list li:nth-child(even) {
    margin-left: 0;
}
}

@media screen and (max-width: 450px) {
.inte-list li:nth-child(even) {
    margin-right: 0;
}
.inte-list li {
    width: 170px;
}
.brdcrmb-botm a {
    font: 500 14px 'Roboto', sans-serif;
}
.inte-list li:hover .hub-fetr-sprit {
    transform: translate(-50%, -50%) scale(0.9);
    transform-origin: center;
}
}

@media screen and (max-width: 400px) {
.crm-hub-vidbtn {
    margin: 25px 0 0;
    display: block;
}
}
/*Media query ends*/

#mini-panel-product_menu .product-nav-links .menu > li > a {
    color: #fff;
}
#mini-panel-product_menu .expanded.dropdown .caret {
    background-position: -168px 0px;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a {
    color: #fff !important;
}
