/* common style */
.page-node-46294 .main-container-wrapper:before {
	background: #d8ffb4;
	background: -moz-linear-gradient(top, #d8ffb4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #d8ffb4 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #d8ffb4 0%, #ffffff 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8ffb4', endColorstr='#ffffff', GradientType=0);
}
.other-lang .moretopics-section {
	display: none;
}
.main-container-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 350px;
	left: 0;
	top: 0;
}
.node-tnid-34920 .main-container-wrapper:before {
	background: #d8ffb4;
	background: -moz-linear-gradient(top, #d8ffb4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #d8ffb4 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #d8ffb4 0%, #ffffff 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8ffb4', endColorstr='#ffffff', GradientType=0);
}
/* common style */
.content-wrap {
	max-width: 1170px;
}
h2 {
	font-family: var(--zf-primary-bold);
	font-size: 40px;
}
.top-pattern {
	padding: 80px 0;
	margin: 0;
	text-align: center;
}
.top-pattern h1 {
	font-size: 60px;
}
.top-pattern p {
	max-width: 760px;
	margin: 0 auto 30px;
}
.top-pattern .banner-btm-cont {
	margin: 60px auto 0;
	max-width: 780px;
}
/* trust brands */
.trust-brands-wrap {
	text-align: center;
}
.trust-brands-wrap ul {
	margin: 40px 0 0;
}
.trust-brands-wrap ul li {
	display: inline-block;
	opacity: 0;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transform: scale(0.4, 0.4);
	-webkit-transform: scale(0.4, 0.4);
}
.animated .trust-brands-wrap ul li {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.trust-brands-wrap ul li span {
	display: inline-block;
	margin: 10px 20px;
	text-indent: -9999px
}
.trust-brands-wrap ul li:first-child span {
	margin-left: 0
}
.trust-brands-wrap ul li:last-child span {
	margin-right: 0
}
.trust-brands-wrap ul li span {
	background: url(/sites/default/files/trust-brands-sprite.png) no-repeat 0 0;
	background-size: 1103px auto;
	height: 40px
}
.trust-brands-wrap ul li.tb-sears span {
	width: 138px;
	background-position: -218px -240px;
}
.trust-brands-wrap ul li.tb-daimler span {
	width: 121px;
	background-position: -727px -80px;
}
.trust-brands-wrap ul li.tb-intel span {
	width: 61px;
	background-position: 0 0;
}
.trust-brands-wrap ul li.tb-aonhewitt span {
	width: 131px;
	background-position: -957px -80px;
}
/* helpyou-section */
	
.helpyou-section {
	text-align: center;
	padding: 80px 0;
	background-color: #f6fef1;
}
.helpyou-section p {
	max-width: 830px;
	margin: 0 auto;
}
.box-shadow {
	-webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
	box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
	margin: 0 auto;
	border: 1px solid #ededed;
	transition: all 2s ease 0s;
}
/* unified header */
.unified-header {
	display: table;
	text-align: left;
	max-width: 1170px;
	margin: 0 auto;
	padding: 80px 40px 0;
	box-sizing: border-box;
	vertical-align: top;
}
.unified-header > div {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 50%;
}
.unified-header div:first-child {
	width: 30%;
	padding: 0;
}
.unified-header > div p {
	margin: 0;
}
.circle-tick {
	margin: 0 0 20px;
	max-width: 650px;
}
.circle-tick li {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	position: relative;
}
.circle-tick li:before {
	content: " ";
	display: block;
	border: solid 2px #43bd63;
	border-radius: 100%;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.circle-tick li:after {
	content: '';
	display: block;
	width: 3px;
	height: 6px;
	border: solid #26b34d;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* htabsection */	
.htabsection {
	padding: 80px 0;
}
.htabsection h2 {
	text-align: center;
	max-width: 580px;
	margin: 0 auto;
}
.htabsection .content-wrap > p {
	text-align: center;
	max-width: 640px;
	margin: 20px auto 0;
}
.htabs {
	margin: 60px auto 0;
	max-width: 700px;
	position: relative;
}
.htabs li {
	display: inline-block;
	width: 33%;
	margin: 0 2px 0 0;
	padding: 12px;
	box-sizing: border-box;
	background: rgba(187, 173, 173, 0.16);
	font-family: 'Roboto slab';
	text-align: center;
	cursor: pointer;
	position: relative;
}
.htabs li.selected {
	color: #fff;
}
.htabs span.selected {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #03994f;
	width: 210px;
}
.htabs span.selected:after {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #03994f;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin: 0;
	transform: translateX(-50%);
}
.htabs-content {
	text-align: center;
	min-height: 620px;
	margin: 40px auto 0;
	position: relative;
	transition: all .4s linear .35s;
	-webkit-transition: all .4s linear .35s;
}
.hcont-sec {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s linear .35s, visibility .4s linear .35s;
	-webkit-transition: opacity .3s linear .35s, visibility .4s linear .35s;
	width: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	box-sizing: border-box;
}
.hcont-sec.active-htab {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
	-webkit-transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
}
.hcont-sec h3 {
	font-family: 'Roboto slab';
	font-weight: 600;
}
.hcont-sec h3 a {
	color: #000;
}
.hcont-sec p {
	max-width: 800px;
	margin: 0 auto 40px;
}
.hcont-sec>div {
	padding-top: 30px;
}
.hcont-sec video {
	max-width: 100%;
	height: auto;
}
#common-tasks img {
	border: none;
}
.z-accordian {
	max-width: 600px;
	margin: 50px auto 0;
	text-align: left;
}
.z-accordianBox {
	margin: 0 0 5px;
}
.z-accordianBox h3 {
	margin: 0;
	padding: 12px 15px;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	background-color: #f6f4f4;
	color: #000;
}
.z-accordianBox h3:before {
	content: '+';
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	font-size: 18px;
	font-weight: 600;
	height: 25px;
	margin: auto;
}
.z-accordianBox h3.active {
	background-color: #03994f;
	color: #fff;
}
.z-accordianBox h3.active:before {
	content: '-';
	right: 32px;
}
.z-accordianBox>div {
	padding: 20px 15px;
	display: none;
}
/* tab section */
.tabsection {
	padding: 40px 0 0;
}
.tabsection h2 {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.tabsection>.content-wrap {
	display: table;
	table-layout: fixed;
	padding: 0 40px;
	box-sizing: border-box;
}
.tabsection>.content-wrap> div {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 80px 0 0;
	position: relative;
}
.left-tab {
	width: 270px;
}
.tabs {
	margin: 0 auto;
	padding: 0;
	width: 270px;
	position: relative;
	transition: all .3s ease 0s;
}
.tabs.fixed {
	position: fixed;
	top: 70px;
	width: 270px;
	left: auto;
	transition: all .3s ease 0s;
}
.tabs.attach {
	position: absolute;
	top: auto;
	bottom: 70px;
	transition: all .3s ease 0s;
}
.tabs li {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	position: relative;
}
.tabs li a {
	color: #000;
	padding: 12px 15px;
	display: block;
	position: relative;
	font-family: 'Roboto slab';
}
.tabs li a.active {
	color: #fff;
	background: #03994f;
}
.tabs li a.active:after {
	content: '';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #03994f;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -7px;
	margin: 0;
	transform: translateY(-50%);
	transition: all .3s ease 0s;
}
.tabsection span.selected {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #03994f;
	min-height: 57px;
	display: none;
}
.tabs li>p {
	margin: 0;
}
.cont-sec {
	width: 100%;
	padding: 0 0 0 100px;
	box-sizing: border-box;
}
.cont-sec h3 {
	font-size: 22px;
}
.cont-sec {
	margin: 0 0 60px;
}
.cont-sec video {
	width: 100%;
	height: auto;
}
.right-content {
	transition: all .4s linear .35s;
	-webkit-transition: all .4s linear .35s;
}
#multichannel img {
	max-width: 400px;
}
.z-accordian {
	max-width: 700px;
	margin: 50px auto 0;
	text-align: left;
}
.z-accordianBox {
	margin: 0 0 5px;
}
.z-accordianBox h3 {
	margin: 0;
	padding: 12px 15px;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	background-color: #f6f4f4;
	color: #000;
}
.z-accordianBox h3:before {
	content: '+';
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	font-size: 18px;
	font-weight: 600;
	height: 25px;
	margin: auto;
}
.z-accordianBox h3.active {
	background-color: #03994f;
	color: #fff;
}
.z-accordianBox h3.active:before {
	content: '-';
	right: 32px;
}
.z-accordianBox>div {
	padding: 20px 15px;
	display: none;
}
/* setup-section */	
.setup-section {
	padding: 60px 0;
	background: #f6fef1;
}
.setup-content {
	display: table;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.setup-content > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 60px;
}
.setup-content h4 {
	font-size: 36px;
	line-height: 46px;
}
.setup-content > div:last-child {
	width: 40%;
	padding: 0;
	text-align: center;
}
/* setup section 2 */
.setup2 {
	max-width: 900px;
}
.setup-content.setup2 > div:last-child {
	width: 30%;
}
/* helpdesk-tool  */	
	
.helpdesk-tool {
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0;
}
.helpdesk-tool p {
	margin: 0 0;
}
/* customer-service-featlist */	
.customer-bg {
	background-color: #f6fef1;
}
.customer-service-featlist {
	padding: 80px 0;
}
.customer-service-featlist h2 {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.customer-service-featlist .content-wrap > p {
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
}
.customer-service-featlist ul {
	max-width: 1000px;
	margin: 80px auto 0;
}
.customer-service-featlist ul li {
	width: 48%;
	display: inline-block;
	padding: 60px 40px;
	box-shadow: 0 0 40px rgba(226, 224, 224, 0.4);
	box-sizing: border-box;
	margin: 0 0 25px;
	vertical-align: top;
	border: 1px solid #f5f5f5;
	min-height: 610px;
	opacity: 0;
	transition: all 0.9s ease 0s;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.customer-service-featlist ul li:nth-child(odd) {
	margin-right: 20px;
}
.customer-service-featlist ul li span {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 0 20px;
	background-image: url(/sites/default/files/desk/customerservice-sprite-icons.png);
	background-size: auto 50px;
}
.customer-service-featlist ul li:nth-child(2) span {
	background-position: -50px 0;
}
.customer-service-featlist ul li h4 {
	font-family: 'Roboto Slab';
	font-weight: 700;
}
.customer-service-featlist ul li p {
	margin: 0;
}
/* good-customer section */	
.good-customer-section {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
}
.good-customer-section ul li {
	margin: 50px 0 0;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 20px;
}
.good-customer-section ul li:last-child {
	border: none;
	padding: 0;
}
.good-customer-section ul li h4 {
	font-family: 'Roboto Slab';
	font-weight: 700;
}
/* footer section */	
	
.footer-section {
	padding: 80px 0 70px;
	text-align: center;
	max-width: 550px;
	margin: 0 auto;
}
.footer-section h2 {
	margin: 30px 0;
}
.footer-section h2 a {
	position: relative;
	display: inline-block;
	color: #000;
}
.bottom-illustration ul {
	position: relative;
	max-width: 400px;
	background-image: url(/sites/default/files/desk/start-with-zoho-desk-sprite.png);
	background-size: 400px auto;
	height: 230px;
	margin: 50px auto 0;
}
.bottom-illustration ul li {
	position: absolute;
	top: 5%;
}
.bottom-illustration ul li span {
	display: block;
	width: 42px;
	height: 40px;
	background-image: url(/sites/default/files/desk/start-with-zoho-desk-sprite.png);
	background-size: 400px auto;
	background-position: 0px -230px;
	position: absolute;
}
.bottom-illustration ul li span.mail-icon {
	left: 45px;
	top: -35px;
	background-position: -42px -230px;
}
.bottom-illustration ul li span.insight-icon {
	top: 30px;
	left: 70px;
}
.bottom-illustration ul li span.crm-icon {
	top: -60px;
	left: 125px;
	background-position: -92px -230px;
	width: 55px;
}
.bottom-illustration ul li span.cliq-icon {
	background-position: -152px -230px;
	left: 240px;
	top: -30px;
}
.bottom-illustration ul li span.watch-icon {
	background-position: -195px -230px;
	left: 300px;
	top: -40px;
}
.bottom-illustration ul li span.ticket-icon {
	background-position: -235px -230px;
	left: 285px;
	top: 30px;
}
span.mail-icon, span.cliq-icon, span.ticket-icon {
	animation: zeven 6s linear .6s infinite;
}
span.insight-icon, span.crm-icon, span.watch-icon {
	animation: zodd 6s linear .6s infinite;
}
 @-webkit-keyframes zeven {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -12px);
 transform: translate(0, -12px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes zeven {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, -12px);
 transform: translate(0, -12px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @-webkit-keyframes zodd {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, 12px);
 transform: translate(0, 12px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes zodd {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, 12px);
 transform: translate(0, 12px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
/* more topics */	
.moretopics-section {
	padding: 40px 0px 120px;
	text-align: center;
	max-width: 1170px;
	box-sizing: border-box;
	margin: 0 auto;
}
.moretopics-section .content-wrap {
	width: 100%;
}
.moretopics-section h3 {
	font-family: var(--zf-primary-regular);
	font-size: 30px;
}
.moretopics-section ul {
	margin: 40px 0 0;
	padding: 0;
	display: table;
	border-spacing: 20px;
}
.moretopics-section ul li {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.9s ease 0s;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.moretopics-section ul li:hover {
	border-color: #03a9f5;
	box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
}
.moretopics-section ul li::before, .moretopics-section ul li::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
}
.moretopic::before, .moretopic::after {
	border: 1px solid transparent;
	width: 0;
	height: 0;
}
.moretopic::before {
	top: 0;
	left: 0;
}
.moretopic::after {
	bottom: 0;
	right: 0;
}
.moretopic:hover {
	color: #60daaa;
}
.moretopic:hover::before, .moretopic:hover::after {
	width: 100%;
	height: 100%;
}
.moretopic:hover::before {
	border-top-color: #03a9f5;
	border-right-color: #03a9f5;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.moretopic:hover::after {
	border-bottom-color: #03a9f5;
	border-left-color: #03a9f5;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.moretopics-section ul li a {
	display: block;
	padding: 30px 20px;
}
.moretopics-section p {
	margin: 0 0;
	color: #000;
}
.moretopics-section p:after {
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background: #000;
	margin: 10px auto 20px;
}

@media only screen and (max-width: 1024px) {
.unified-header {
	padding: 80px 70px 0;
}
.unified-header > div {
	display: block;
	width: 100%;
}
.unified-header div:first-child {
	width: 100%;
}
.cont-sec {
	padding: 0;
}
.moretopics-section ul li a {
	padding: 30px 10px;
}
.hcont-sec2>div {
	padding: 0 20px;
}
.hcont-sec2>div:last-child {
	width: 50%;
	padding: 0 0px;
}
.htabs-content2 {
	margin: 60px auto 40px;
}
.tabs {
	display: none;
}
.tabsection>.content-wrap> div.left-tab {
	display: none;
}
.tabsection>.content-wrap> div {
	padding: 30px 0 0;
}
.tabsection h2 {
	max-width: 700px;
}
.helpdesk-tool {
	padding: 60px 0 120px;
}
}

@media only screen and (max-width: 992px) {
h2 {
	font-family: var(--zf-primary-bold);
	font-size: 32px;
}
.top-pattern h1 {
	font-size: 40px;
}
.top-pattern .banner-btm-cont {
	max-width: 680px;
}
.channels-block {
	display: block;
	margin: 0 0;
	text-align: center;
}
.channels-block > div {
	display: block;
}
.channel-img {
	width: 100%;
}
.channel-content {
	padding: 20px 0 0;
	max-width: 800px;
	margin: 0 auto;
}
.helpyou-section p {
	max-width: 630px;
	margin: 0 auto;
}
.htabsection h2 {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.tabsection h2 {
	max-width: 560px;
}
.left-tab {
	width: 25%;
}
.tabs {
	max-width: 210px;
}
.tabs li {
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.htabs-content {
	min-height: 620px;
}
.customer-service-featlist {
	padding: 0px 0 80px;
}
.customer-service-featlist ul li {
	padding: 60px 30px;
}
.helpdesk-tool {
	padding: 60px 0 120px;
}
.setup-content {
	max-width: 550px;
}
.setup-content > div {
	display: block;
	padding: 0 20px;
	text-align: center;
}
.setup-content > div:last-child, .setup-content.setup2 > div:last-child {
	width: 100%;
}
.setup-content h4 {
	font-size: 30px;
	line-height: 40px;
}
.setup2 {
	max-width: 600px;
}
.moretopics-section ul {
	border-spacing: 10px;
}
.desk-webinar {
	max-width: 600px;
}
.moretopics-section {
	padding: 0px 0px 120px;
}
}

@media screen and (min-width: 767px) {
.mobile-only {
	display: none;
}
}

@media only screen and (max-width: 767px) {
.main-container-wrapper:before {
	height: 200px;
}
.top-pattern {
    padding: 80px 0 40px;
}
.top-pattern h1 {
	font-size: 36px;
}
.helpyou-section {
	padding: 40px 0;
}
h2 {
	font-size: 30px;
}
.trust-brands-wrap ul li {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.unified-header {
	padding: 80px 50px 0;
}
#unified-multichannel .channel-img img {
	transform: translateX(0);
	opacity: 1;
}
.tabs, .htabs, .htabs2 {
	display: none;
}
.tabsection>.content-wrap> div {
	display: block;
	text-align: center;
	width: 100%;
}
.htabs-content {
	display: none;
}
.hcont-sec2>div img {
	display: none;
}
.cont-sec, .hcont-sec {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	position: relative;
	padding: 0 0 60px;
	text-align: left;
}
.hcont-sec2 ul li {
	text-align: left;
	padding: 4px 0 0 50px;
	font-size: 16px;
}
.hcont-sec2 h3 {
	font-size: 24px;
	margin: 0 0 10px;
}
.htabsection2 {
	padding: 80px 0 0;
}
.tabsection>.content-wrap {
	padding: 0;
}
.tabsection {
	padding: 20px 20px 0;
}
.hcont-sec>div {
	padding-top: 10px;
}
.htabsection {
	padding: 80px 0;
}
.hcont-sec2>div {
	padding: 0;
}
.cont-sec {
	margin: 0;
	padding: 0 0 20px;
}
.tabsection .cont-sec img, .tabsection .cont-sec video {
	display: none;
}
#multichannel img {
	max-width: 100%;
	margin: 0;
}
.customer-service-featlist {
	padding: 0 0 60px;
}
.customer-service-featlist ul {
	max-width: 400px;
	margin: 60px auto 0;
}
.customer-service-featlist ul li {
	width: 100%;
	min-height: auto;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.customer-service-featlist ul li:nth-child(odd) {
	margin-right: 0;
}
.customer-service-featlist ul li {
	padding: 40px 30px;
}
.desk-webinar {
	padding: 40px 20px;
	max-width: 400px;
	box-sizing: border-box;
}
.desk-webinar>div {
	display: block;
	vertical-align: middle;
	text-align: center;
}
.desk-webinar h4 {
	font-size: 24px;
}
.desk-webinar a {
	margin: 20px auto 0;
}
.helpdesk-tool {
	padding: 20px 20px 60px;
}
.moretopics-section {
	margin: 50px 0;
	padding: 0 10px;
}
.moretopics-section ul li {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	min-height: 170px;
	margin: 10px;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.footer-section {
	padding: 40px 0 20px;
	max-width: 450px;
}
}

@media only screen and (max-width: 480px) {
h2 {
	font-size: 26px;
}
.trust-brands-wrap ul li:last-child span {
	margin-right: 20px;
}
.unified-header {
	padding: 80px 30px 0;
}
#unified-multichannel img {
	max-width: 100%;
}
.setup-content h4 {
	font-size: 24px;
	line-height: 32px;
}
.htabsection {
	padding: 60px 0;
}
.htabsection h2 {
	font-size: 26px;
}
.desk-webinar {
	max-width: 300px;
}
.desk-webinar h4 {
	font-size: 24px;
}
.desk-webinar a {
	padding: 6px 30px;
}
.setup-section {
	padding: 40px 0;
}
.good-customer-section {
	padding: 60px 20px;
}
.bottom-illustration ul {
	max-width: 300px;
	background-size: 300px auto;
	height: 170px;
}
.bottom-illustration ul li span {
	width: 32px;
	height: 32px;
	background-size: 300px auto;
	background-position: 0px -170px;
}
.bottom-illustration ul li span.mail-icon {
	left: 35px;
	top: -35px;
	background-position: -32px -170px;
}
.bottom-illustration ul li span.insight-icon {
	top: 20px;
	left: 50px;
}
.bottom-illustration ul li span.crm-icon {
	top: -60px;
	left: 90px;
	background-position: -66px -170px;
	width: 50px;
}
.bottom-illustration ul li span.cliq-icon {
	background-position: -115px -170px;
	left: 180px;
	top: -30px;
}
.bottom-illustration ul li span.watch-icon {
	background-position: -148px -170px;
	left: 230px;
	top: -40px;
}
.bottom-illustration ul li span.ticket-icon {
	background-position: -475px -170px;
	left: 215px;
	top: 20px;
}
.moretopics-section {
	margin: 30px auto;
	padding: 0 20px;
	max-width: 300px;
}
.moretopics-section h3 {
	font-size: 24px;
}
.moretopics-section ul {
	margin: 0;
}
.moretopics-section ul li {
	width: 100%;
	min-height: auto;
	margin: 10px 0;
}
}
/*Arabic starts*/
.i18n-ar .top-pattern .content-wrap h1, .i18n-ar .top-pattern .content-wrap p, .i18n-ar .top-pattern .content-wrap, .i18n-ar .banner-btm-cont h2, .i18n-ar .banner-btm-cont p, .i18n-ar .trust-brands-wrap h2, .i18n-ar .trust-brands-wrap ul, .i18n-ar .hcont-sec div h3, .i18n-ar .hcont-sec div p, .i18n-ar .hcont-sec div, .i18n-ar .footer-section .content-wrap h2, .i18n-ar .footer-section .content-wrap p {
    text-align: center;
}
.i18n-ar .tabsection>.content-wrap> div {
    text-align: right;
}
.i18n-ar .circle-tick li {
    padding: 0 30px 0 0px;
}
.i18n-ar .circle-tick li:after {
    right: 7px;
    left: auto;
}
.i18n-ar .circle-tick li:before {
    right: 0px;
    left: auto;
}
.i18n-ar .htabs li {
    margin: 0 0 0 2px;
}
.i18n-ar .htabs span.selected {
    right: 0px;
    left: auto;
}
.i18n-ar span.selected:after {
    right: 50%;
    left: auto;
}
.i18n-ar .bottom-illustration ul {
    direction: ltr;
}
.i18n-ar .cont-sec {
    padding: 0 100px 0 0;
}
.i18n-ar .tabs li a.active:after {
    left: -7px;
    right: auto;
    transform: scaleX(-1);
}
/*Arabic ends*/