.main, p {
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--zf-primary-regular), "Open Sans", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
}
.banner h2,h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: var(--zf-primary-regular), "Open Sans", "Arial", sans-serif;
}
h1 {
	font-family: var(--zf-primary-light), 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-align:center;
	line-height: 1.2;
	margin-bottom: 5px;
}
h2 {
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: var(--zf-primary-bold), "Open Sans", "Arial", sans-serif;
	font-size: 36px;
}
h3 {
	font-size: 35px;
    margin-bottom: 10px;
	line-height: 1.2;
}
h4 {
	font-size: 20px;
	line-height: 1.3;
	font-family: var(--zf-primary-semibold), "Open Sans", "Arial", sans-serif;
	margin-bottom: 15px;
}
fieldset {
    margin: 0px 0px 25px;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.form-section {
    background: #fafafa;
    border: 1px solid #EFEBEB;
    padding: 20px 10px;
    margin-top: 50px;
}
#request-access {
    max-width: 450px;
    margin: 50px auto;
    padding: 20px;
}
#request-access input[type="text"],
select,
textarea {
    width: 100%;
    height: 35px;
    line-height: 22px;
    font-size: 14px;
    padding: 0px 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#request-access input[type="submit"] {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
textarea {
    height: 100px;
}
#request-access fieldset .left {
    width: 35%;
    float: left;
}
#request-access fieldset .left label {
    font-size: 16px;
    line-height: 35px;
} 
#request-access fieldset .right {
    width: 65%;
    float: right;
}
#request-access input[type="submit"] {
    padding: 10px 30px;
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
label.error {
    width: 100%;
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 3px;
    line-height: 14px;
}
.z-popup-content {
	max-width: 600px;
}
.success-msg {
    color: #2ecc71;
    border-color: #d6e9c6;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: none;
    font-size: 18px;
}
span.sta {
	color: red;
}
.content-wrap{position:relative}
.banner .content-wrap{margin:40px auto; text-align:center}
.banner h2{color:#313949; }
.watch-video{line-height:25px; position:relative; padding-left:30px; color:#0075d8}
.watch-video:before{content:''; position:absolute; left:0; top:0; width:20px; height:20px; background: url(https://www.zoho.com/docs/writer/images/writer-watch-video.png) no-repeat 0px 0px; background-size:cover}

.content-section-wrap .content-wrap > p{max-width:820px; margin:10px auto;}
.content-section-wrap .content-wrap > h1{font-weight:300}
.screen-wrap.no-shadow{box-shadow:none}
.promo-wrap{position:relative;}
.promo-wrap:before, .promo-wrap:after{content:''; position:absolute; width:50%; height:100%; top:0}
.promo-wrap:before{left:0; background:#f4f4f4}
.promo-wrap:after{left:50%; background:#313949}
.promo-wrap .content-wrap{display:table; table-layout:fixed}
.promo-wrap .content-wrap > div{display:table-cell; padding:50px 70px; box-sizing:border-box; width:50%; position:relative; z-index:2}
.promo-wrap .content-wrap > div h3{  font-size: 32px;
    margin-bottom: 20px;}
.promo-wrap .content-wrap > div:last-child, .promo-wrap .content-wrap > div:last-child h3{color:#fff}
.promo-wrap ul{margin:0; padding:0; padding-left:0}
.promo-wrap li{list-style:none; margin:15px 0; padding:0 0 0 30px; background:url(../images/see-more.png) 0px 5px no-repeat; font-size:14px}
.content-section-wrap .content-wrap .droped-text p{position:relative; max-width: 700px; margin: 0px auto 30px; text-align:center;}
.droped-text {
	text-align: center;
	margin: 20px 0px 40px;
}
.banner-section .product-logo {
    height: 27px;
    line-height: 31px;
    padding-left: 45px;
    color: #333 !important;
    margin-bottom: 35px;
    background: url(../images/sales-inbox-logo.png) no-repeat 0px 0px !important;
    background-size: 38px !important;
    font-family: var(--zf-primary-semibold),"Open Sans","Arial",sans-serif;
    float: none;
}
.banner-section .video-icon {
    height: 25px;
    display: inline-block;
    position: relative;
    background: url(../images/video-play.png) no-repeat 12px 11px;
    color: #0075d9;
    line-height: 24px;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    padding-left: 40px;
    font-size: 15px;
    margin-left: 15px;
    border: 1px solid #0075d9;
    padding-right: 20px;
}
.banner-section h1 {
    font-weight: normal;
    font-size: 50px;
    font-family: var(--zf-primary-bold), "Open Sans", "Arial", sans-serif;
    margin-bottom: 0px;
}
.banner-section p {
	margin-bottom: 25px;
}
.banner-section .button,
#bottom-section .button {
	font-weight: bold;
	margin-bottom: 0px;
}
p.sec-title {
	font-family: 'learning_curve_proregular';
    color: #2d77c8;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 60px;
    font-weight: bold;
}
.sec-content {
	background: #313949;
	padding: 10px 0px;
}
.sec-content h4 {
	color: #fff;
}
.sec-content p {
	color: #cacaca;
}
.z-tab-wrap {
	position: relative;
}
.z-tab-head {
	position: relative;
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.z-tab-head a {
	position: relative;
	display: inline-block;
	color: #313949;
	margin: 0px 15px;
	padding: 10px 10px;
	font-size: 18px;
    font-family: var(--zf-primary-semibold), "Open Sans", "Arial", sans-serif;
}
.z-tab-head .selected {
	position: absolute;
    bottom: -2px;
    left: 0px;
    background: #1898f1;
    width: 0px;
    height: 3px;
    margin-left: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.z-tab-body .z-tab-content {
	position: relative;
	display: none;
}

.promo-wrap:after {
	background: #313949;
}
.z-wrapper {
	margin-bottom: 80px;
}
.z-wrapper:last-child {
	margin-bottom: 0px;
}
#mobile-mails .droped-text,
#mobile-mails .droped-text p {
	margin: 0 auto;
}
#bottom-section {
	background: #31394A;
}
#bottom-section h3 {
	margin-bottom: 20px;
	color: #fff;
}
#banner .button,
#bottom-section .button {
	text-transform: uppercase;
}

#think-inbox .sec-content,
#drag-drop-deal .sec-content {
	background: #298bd6;
}
#pipeline-inbox .sec-content,
#follow-up .sec-content {
	background: #e05f5e;
}
#beyond-conversations .sec-content,
#send-emails .sec-content {
	background: #27ae60;
}
.sec-content p {
	color: #fff;
}

#pipeline-inbox p.sec-title,
#follow-up p.sec-title {
	color: #e05f5e;
}
#pipeline-inbox .z-tab-head .selected,
#follow-up .z-tab-head .selected {
	background: #e05f5e;
}

#beyond-conversations p.sec-title,
#send-emails p.sec-title {
	color: #27ae60;
}
#beyond-conversations .z-tab-head .selected,
#send-emails .z-tab-head .selected {
	background: #27ae60;
}

#pipeline-inbox p.sec-title {
	color: #e05f5e;
}
#think-inbox ul {
	margin-top: 20px;
}
#think-inbox ul li {
	color: #fff;
}
.userinfo-container,
.goto-link {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.banner-section h1 {
	    font-size: 35px;
	    line-height: 1.15;
	    margin-bottom: 20px;
	}
	h2, h3 {
		font-size: 25px;
	}
	p.sec-title {
	    font-size: 30px;
	    line-height: 36px;
	}
	.z-tab-head a {
		color: #1898f1;
		margin: 0px;
	}
	.z-tab-head a.active {
		color: #313949;
	}
	.z-tab-head .selected {
		display: none !important;
	}
	.droped-text {
		margin-bottom: 0px;
	}
	.z-tab-head,
	p.sec-title {
		margin-bottom: 30px;
	}
	.banner-section .video-icon {
		margin: 10px 0px 0px 0px;
	}
	#request-access fieldset .left label {
		font-size: 12px;
	}
	#banner .z-small-content-wrap {
		width: 390px;
	}
}