/* common style */
.zw-template-inner: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);
}
.zw-template-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 350px;
	left: 0;
	top: 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 auto;
	text-align: center;
	max-width: 870px;
}
.top-pattern h1 {
	font-size: 60px;
	margin: 0 auto 20px;
}
.top-pattern p {
	max-width: 100%;
	margin: 0 auto 30px;
}
.top-pattern .banner-btm-cont {
	margin: 80px auto 0;
	max-width: 780px;
}

.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;
}
#auto-intelligent img {
	border: none;
}
/* tab section */
.tabsection {
	padding: 0;
}
.tabsection h2 {
	max-width: 650px;
	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: 290px;
	position: relative;
	transition: all .3s ease 0s;
}
.tabs.fixed {
	position: fixed;
	top: 70px;
	width: 290px;
	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 div {
    border-bottom: 1px solid #e6e5e5;
    padding: 0 0 40px 0;
}
.cont-sec div h2 {
    text-align: left;
    margin: 0 0 15px;
    font-size: 32px;
}
.cont-sec h3 {
	font-size: 22px;
}
.cont-sec img + h3 {
    margin-top: 40px;
}
.cont-sec {
	margin: 0 0 60px;
}
.cont-sec video {
	max-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: 600px;
    margin: 10px auto;
    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%;
}
.no-border {
	border: none;
}

/* footer section */	
	
.footer-section {
	padding: 60px 0 80px;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.footer-section h2 {
	margin: 30px 0 10px;
}
.footer-section h2 a {
	position: relative;
	display: inline-block;
	color: #000;
}
.bottom-illustration ul {
	position: relative;
	max-width: 400px;
	background-image: url(/sites/zweb/images/desk/images/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/zweb/images/desk/images/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);
}
}

@media only screen and (max-width: 1024px) {
.cont-sec {
	padding: 0;
}
.moretopics-section ul li a {
	padding: 30px 10px;
}
.tabs {
	display: none;
}
.tabsection>.content-wrap> div.left-tab {
	display: none;
}
.tabsection>.content-wrap> div {
	padding: 30px 0 0;
}

}

@media only screen and (max-width: 992px) {
h2 {
	font-size: 32px;
}
.top-pattern {
    padding: 40px 0;
}
.top-pattern h1 {
	font-size: 50px;
}
.top-pattern .banner-btm-cont {
	max-width: 610px;
       margin: 50px auto 0;
}
.strike-container span>em {
	top: 15px;
}
.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;
}
.tabsection h2 {
	max-width: 440px;
}
.left-tab {
	width: 25%;
}
.tabs {
	max-width: 210px;
}
.tabs li {
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.cont-sec div h2 {
    margin: 0 0 10px;
    font-size: 28px;
}
.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;
}
.footer-section 
{
max-width: 520px;
padding: 20px 0 60px;
}
}

@media screen and (min-width: 767px)
{
.mobile-only
{
display: none !important;
}
}
@media only screen and (max-width: 767px) {
.main-container-wrapper:before {
	height: 200px;
}
.top-pattern {
	padding: 60px 0 30px;
}
.top-pattern h1 {
	font-size: 40px;
}
.cont-sec div h2 {
    font-size: 26px;
}
.cont-sec div {
    padding: 20px 0 0 0;
}
h2 {
	font-size: 30px;
}
.tabsection h2 {
	max-width: 90%;
	text-align: left;
}

.tabs, .right-content{
	display: none !important;
}
.tabsection>.content-wrap> div {
	display: block;
	text-align: center;
	width: 100%;
}
.cont-sec {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	position: relative;
	padding: 0 0 60px;
	text-align: left;
}
.tabsection>.content-wrap {
	padding: 0;
}
.tabsection {
	padding: 0 0;
}
.cont-sec {
	margin: 0;
	padding: 0 0 20px;
}
.tabsection .cont-sec img, .tabsection .cont-sec video {
	display: none;
}
.z-accordianBox>div video
{
    max-width: 100%;
    height: auto;
}
.z-accordianBox>div img + h4 {
    margin-top: 20px;
}

#multichannel img {
	max-width: 100%;
	margin: 0;
}
.footer-section {
    max-width: 520px;
    padding: 40px 0 60px;
}
}

@media only screen and (max-width: 480px) {
h2 {
	font-size: 26px;
}
.top-pattern h1 {
	font-size: 30px;
}
.top-pattern p {
    margin: 0 auto 20px;
}
.top-pattern .banner-btm-cont {
	margin: 40px auto 0;
}
.tabsection>.content-wrap> div {
	padding: 0;
}
.tabsection h2 {
	margin: 0 auto 20px;
}
.cont-sec div h2 {
    font-size: 24px;
}
.cont-sec h3 {
    font-size: 20px;
}
.cont-sec img + h3 {
    margin-top: 20px;
}
.setup-content h4 {
	font-size: 24px;
	line-height: 32px;
}
.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;
}
.footer-section {
	padding: 40px 0;
}
.footer-section h2 {
	margin: 30px 0 10px;
	font-size: 21px;
}
}