/* common css */
.zcust-pagewrap {
	background: #f9f9f9;
}

.zcust-pagewrap .content-wrap {
	max-width: 900px;
}

.zcust-pagewrap h3, .zcust-pagewrap h4 {
	font-family: var(--zf-secondary-bold);
}

.zcust-pagewrap h3
{
    font-size: 30px;
}

.zcust-pagewrap p a:not(.act-btn) {
	color: #0a80fa;
}

/* banner section */
.zcustomer-banner-section {
	width: 100%;
	background-color: #2148aa;
}

.zcustomer-banner-section h1 {
    color: #fff;
    padding: 50px 0;
    margin: 0;
    font-size: 36px;
}

/* About customer section */

.zabout-cust-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding: 60px 0 0;
}

.zabout-cust-right {
	width: 40%;
}

.zabout-cust-left {
	width: 60%;
}

.zabout-cust-box h2 {
	margin: 20px 0 0;
	padding: 0;
	color: #2c3e50;
}

.zabout-cust-box>h2>p {
	font-size: 13px;
}

.zabout-cust-box>div>p {
	padding: 0;
	margin: 0 0 20px;
}

.zabout-cust-box>div>p:last-child {
	margin: 20px 0 0;
}

/* right logo section */

.zabout-cust-details {
	box-shadow: 10px 10px 13px -2px rgba(0,0,0,.05);
	-webkit-box-shadow: 10px 10px 13px -2px rgba(0,0,0,.05);
	background: #fff;
	border: 1px solid #eee;
	padding: 10px 0;
	width: 280px;
	margin: 0 0 0 auto;
}

.zabout-cust-details>ul {
	margin: 0;
	padding: 0;
}

.zabout-cust-details>ul>li {
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	font-size: 13px;
}

.zabout-cust-details>ul>li>span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #8996a0;
}

.zabout-cust-details>ul>li:last-child {
	border-bottom: 0;
}

.zabout-cust-details img {
	max-height: 40px;
	width: auto;
	display: block;
	margin: auto;
}

.zcust-img {
    border-radius: 100%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px
}

.zcust-img img {
    max-height: 50px
}

li.download-icon a span {
	margin-right: 2px;
	background-size: auto 16px;
	width: 13px;
	display: inline-block;
	height: 16px;
	background-image: url(/sites/zweb/images/sign/download-pdf-icon.png);
	opacity: 0.6;
	vertical-align: middle;
}

li.download-icon a {
	display: inline-block;
	margin-top: 6px;
	font-family: var(--zf-primary-bold);
	color: rgba(0, 0, 0, 0.64);
}

/* content detailed section */

.zcust-detailed-cont .content-wrap >div {
	width: 100%;
	display: block;
	margin: 30px auto 0;
}

.zcust-detailed-cont {
	margin-top: 60px;
}

.zcust-detailed-cont h3 {
	margin-top: 50px;
}

.zcust-detailed-cont p {
	margin-bottom: 15px;
}

.zcust-detailed-cont ul {
	margin-bottom: 40px;
}

.zcust-detailed-cont ul li {
	padding-left: 30px;
	margin: 20px auto 20px;
	position: relative;
}

.zcust-detailed-cont ul li::before,.zcust-detailed-cont ul li:after {
	content: "";
	position: absolute;
}

.zcust-detailed-cont ul li::before {
	width: 5px;
	height: 9px;
	border: 2px solid #000;
	border-left: unset;
	border-top: unset;
	left: 7px;
	transform: rotate(45deg);
	top: 7px;
}

.zcust-detailed-cont ul li::after {
	width: 19px;
	height: 19px;
	border: 2px solid #000;
	left: 0;
	top: 3px;
	border-radius: 50%;
}

.double-quote {
	background-color: #ffffff;
	border-left: 5px solid #031c33;
	padding: 30px 40px;
	max-width: 100%;
	margin: 50px 0;
}

.double-quote b {
	font-family: var(--primaryfont-semibold);
	display: block;
	font-size: 17px;
	line-height: 27px;
	margin: 0;
}

.double-quote b + b {
	margin: 20px 0 0;
}

.double-quote p {
	margin: 0;
}

.double-quote .zcust-name {
	margin: 20px 0 0;
	font-size: 14px;
	display: block;
}

.zcust-info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 30px 0 0;
}

.zcust-info-details strong {
	font-size: 19px;
	margin: 0;
	font-family: var(--primaryfont-semibold);
}

.zcust-info-details p {
	margin: 0;
	font-size: 15px;
}

.zcust-info-pic {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
}

.zcust-info-pic img {
	display: block;
}

/* bottom cta section */
.zbottom-cta-section {
	padding: 50px 0;
	text-align: center;
	margin: 20px auto 0;
}

.zbottom-cta-section h3 {
	font-size: 32px;
}

@media only screen and (max-width: 991px) {
    .zcustomer-banner-section h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
	.zcustomer-banner-section h1 {
		width: 100%;
		text-align: center;
		padding: 70px 0 100px;
        font-size: 28px;
	}

	.zabout-cust-box > div {
		width: 100%;
	}

	.zabout-cust-details {
		margin: -50px auto 0;
	}

    .zcust-pagewrap h3
    {
        font-size: 26px;
    }

	.zabout-cust-box
	{
		padding: 0;
	}
	.zabout-cust-left {
		padding: 50px 0 0;
	}
}

@media screen and (max-width: 480px) {
	.zcustomer-banner-section h1 {
		padding: 50px 0 100px;
	}

    .zcust-pagewrap h3
    {
        font-size: 24px;
    }

	.double-quote {
		padding: 30px 20px;
		margin: 40px 0;
	}

	.double-quote b {
		font-size: 16px;
		line-height: 26px;
	}

	.zcust-info {
		gap: 10px;
		margin: 20px 0 0;
	}

	.zcust-info-pic {
		width: 50px;
		height: 50px;
	}

	.zcust-info-details strong {
		font-size: 17px;
	}

	.zcust-info-details p {
		font-size: 13px;
		line-height: 20px;
	}
}