.ci-error-wrap {
	overflow: hidden;
}


:root {
  --main-bg-color: #1ea721;
  --text-primary-color: #1ea721;
  --secondary-bg-color: #EA5A5A;
}


/* *********************************** */
/* ZIP PAGES */
/* *********************************** */

/* MAX-WIDTHS */
.max-con {
	max-width: 1680px;
	width: 90%;
}
.mxw70 {
	max-width: 70%;
	margin: auto;
}
.mxw72 {
	max-width: 72%;
	margin: auto;
}
.mxw65 {
	max-width: 65%;
	margin: auto;
}
.con-wid {
	max-width: 70%;
	margin: auto;
}

/* HEADERS */
.header-1 {
	font-size: 36px;
}
.header-5 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}

/* BACKGROUND COLORS */
.bg-filled-1 {
	background: rgba(222,222,222,.25);
}
.bg-filled-2 {
	background: rgba(224,235,214,.25);
}

.mob-col {
	display: none;
}

.page-section {
    padding: 80px 0;
}



/** HOME  **/
/* Landing */
#landing-page {
	background: #369936;	
}
.form-container .grid-wrap {
	padding: 70px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 4px;
}
.location-container {
	padding-left: 34px;
	position: relative;
}
.location-container .image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px;
	border: 1px solid #26A923;
	border-radius: 200px;
	margin-top: 2px;
}
.dl-btns-wrap {
	padding: 30px;
}
.download-buttons {
	justify-content: center;
}
.download-buttons img {
	max-width: 140px;
	width: 100%;
	margin: auto;
}



/* Services */
.col-bg-wrap {
	min-height: 800px;
}
.col-content-right {
	padding: 0 80px 0 50px;
}
.col-content-left {
	padding: 0 50px 0 80px;
}
.service-content .image-wrap {
	background: #E0EBD6;
	border-radius: 100px;
	padding: 10px;
	height: 100px;
	width: 100px;
	margin-left: 0;
}
.service-content .image-wrap img {
	max-width: 65px;
	width: 100%;
	margin: auto;
}
.card-title p {
	font-weight: 600;
}

/* Deliveries */
.grid-wrap {
	padding: 0 10px;
}
.grid-group {
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 0px 99px #0000000D;
}
.grid-img-wrap {
	position: relative;
}
.grid-img-wrap img {
	padding: 30px;
}
.grid-body-wrap {
	padding: 35px 20px;
}
.delivery-img-wrap img {
	max-width: 400px;
	width: 100%;
	margin: auto;
}
.delivery-img-wrap::before {
	content: '';
	position: absolute;
	max-width: 96%;
	right: 0;
	bottom: 0;
	border-radius: 15px 15px 0 0;
	background: #F6F5FA;
	z-index: -1;
	top: 18px;
	left: 18px;
}
.delivery-img-wrap::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 15px;
	bottom: 0;
	border: 1px solid #000;
	border-radius: 5px;
}

/* Who We Are */
.who-we-are-content {
	padding-right: 150px;
}
.who-we-are-bg .bg-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #dedede;
	opacity: .25;
}

/* FAQs */
#faqs-section .sec-header {
	max-width: 68%;
	margin: auto;
}
.faq-wrap {
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 0px 99px #00000019;
	/*margin-left: 40px;*/
	margin-bottom: 30px;
	padding: 20px 30px;
	z-index: 1;
}
.faq-icon {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 200px;
	border: 1px solid #3c3c3c;
	text-align: center;
	top: 8px;
    left: -25px;
}
.faq-icon h4 {
	font-size: 28px;
}
.faq-icon:before {
	content: '';
	position: absolute;
	top: 4px;
	right: -4px;
	left: 4px;
	bottom: -4px;
	border-radius: 200px;
	background: var(--main-bg-color);
	z-index: -1;
}
.panel-collapse.collapse.in {
	min-height: 80px;
}
.faq-collapse .panel-default > .panel-heading {
	padding: 0;
	border: none;
	background: transparent;
}
.faq-collapse .panel-default > .panel-heading p {
	line-height: 26px;
	font-size: 18px;
}
.faq-collapse .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	background: transparent;
}
.faq-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background: transparent;
	border: none;
}
.faq-collapse .panel-body p {
	font-size: 14px;
}
.faq-collapse .panel-body {
	padding: 0;
}

#zip-partner-section .grid-body-wrap {
	padding: 0 20px 35px;
}
.partner-img-wrap img {
	max-width: 400px;
	width: 100%;
	margin: auto;
	padding: 30px 30px 0;
}

.cta-section {
	position: relative;
}
.cta-section .col-content {
	margin-left: 0;
}
.cta-section:before {
	content: '';
	background-image: url(../img/bg-illustration-01.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 550px;
	width: 100%;
}
.cta-section .dl-btns-wrap {
	padding: 30px 0;
}
.cta-section .download-buttons{
	justify-content: left;
}




/* *********************************** */
/* ZIP WEBSITE RESPONSIVE */
/* *********************************** */
@media(max-width: 1240px) {
	#main-navigation .max-con {
		width: 98%;
	}
	.search-bar .form-control {
		width: 180px !important;
	}
}
@media(max-width: 1180px) {
	.form-container .grid-wrap {
		padding: 80px 50px;
	}
	.service-content .image-wrap {
		height: 85px;
		width: 85px;
	}
	.service-content .image-wrap img {
		max-width: 50px;
	}
	.who-we-are-content {
		padding-right: 50px;
	}
}
@media(max-width: 1080px) {
	#top-nav .navbar-nav > li > a {
		padding: 18px 15px !important;
	}
	#top-nav .navbar-nav > li.nav-highlight > a {
		padding: 11px 30px !important;
	}
	.search-bar .form-control {
    	width: 150px !important;
	}
}
@media(max-width: 991px) {
	#main-navigation .max-con {
    	width: 95%;
	}
	#landing-page {
		padding-top: 50px;
	}
	.landing-image-wrap {
		padding-top: 50px;
	}
	.mob-col {
		display: block;
	}
	.mob-hide {
		display: none;
	}
	.row-cc {
		display: block !important;
	}
	.col-bg-wrap {
		min-height: 600px;
	}
	.col-content {
		padding: 80px;
	}
	.panel-collapse.collapse.in {
		min-height: 50px;
	}
	.cta-section .col-content {
		max-width: 100%;
		padding: 80px 0;
	}
	#contact-page .sec-header {
		padding-bottom: 0;
		margin: auto;
	}
	.map-container {
		padding-bottom: 0 !important;
	}
	.map-container iframe {
		height: 600px;
	}


}
@media(max-width: 767px) {
	.form-container .grid-wrap {
		max-width: 100%;
	}
	.col-content {
		padding: 80px 50px;
	}

	.grid-wrap {
		max-width: 400px;
		margin: 0 auto 50px;
	}
	.form-wrapper {
		padding: 50px 0 0 !important;
	}
}
@media(max-width: 580px) {
	.form-container .grid-wrap {
    	padding: 50px 30px;
	}
	.col-content {
		padding: 80px 20px;
	}
	.col-bg-wrap {
		min-height: 450px;
	}

	.sec-header {
		max-width: 100%;
	}

	.delivery-img-wrap img {
		max-width: 350px;
	}

	.faq-wrap {
		margin-left: 30px;
		padding: 20px 30px 20px 40px;
	}
	.map-container iframe {
		height: 500px;
	}

	#how-it-works-landing .row-body {
		max-width: 100%;
	}
}


.transactions-wrap {
	min-height: 60px;
}

.transaction-marker {
	position: absolute;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: -30px;
}
.transactions-wrap-1 .transaction-marker:before, .active .transaction-marker:before {
	box-shadow: 0 0 8px rgba(30,167,33,.75);
	background: rgba(30,167,33,0.3);
}
.transactions-wrap:before {
	content: '';
    width: 1px;
    background: #1ea721;
    position: absolute;
    top: 0;
    left: 0;
	height: 70px;
    margin-left: -24px;
    margin-top: 20px;
}
.shipment-transactions-list .transactions-wrap:last-child:before{
	display: none;
}
.form-group-1, .transactions-wrap {
	position: relative;
}



/*==========LANDING PAGE==========*/
/*#landing-page {
	position: relative;
}
#landing-page:before {
	content: '';
	background-image: url(../img/landing-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}*/






.hero-image {
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	border-radius: 24px;
}
.hero-image img {
	border-radius: 24px;
}





.icon-wrap {
	width: 86px;
	height: 86px;
	margin: 0 auto;
	position: relative;
	border-radius: 200px;
	border: 1px solid #3c3c3c;
	padding-top: 13px;
}
.icon-wrap:before {
	content: '';
	position: absolute;
	top: 4px;
	right: -4px;
	left: 4px;
	bottom: -4px;
	border-radius: 200px;
	background: var(--main-bg-color);
	z-index: -1;
}
.icon-wrap img {
	width: 50px;
	margin: 0 auto;
}

.view-more-icon {
	border-radius: 200px;
	border: 1px solid #3c3c3c;
	height: 40px;
	width: 40px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	margin: 0 auto;

}
.view-more-icon:before {
	content: '';
	position: absolute;
	top: 2px;
	right: -2px;
	left: 2px;
	bottom: -2px;
	border-radius: 200px;
	background: var(--main-bg-color);
	z-index: -1;
}





.search-bar {
	display: flex;
	border: 1px solid #3c3c3c;
	border-radius: 200px;
	padding: 0 45px 0 22px;
	position: relative;
}
.search-bar:before {
	/*content: '';
	position: absolute;
	top: 4px;
	right: -4px;
	left: 4px;
	bottom: -4px;
	border-radius: 200px;
	background: #e3e3e3;
	z-index: -1;*/
}
.search-bar .form-control {
	border: none;
	height: 40px;
	height: 45px;
	border-radius: 200px;
	width: 220px;
	background: transparent;
}

.search-bar-icon {
	position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
}
.btn-search-tracking{
	padding: 0;
	border: 0;
	box-shadow: none;
	padding: 0 !important;
	margin: 0 !important;
	/*background: transparent !important;*/
	/*width: 30px;
	height: 30px;*/

    background: #8FC22A !important; 
	
    height: 30px;
    width: 30px;
    border-radius: 200px !important;
    text-align: center;
    padding-top: 6px;
}



.map-container {
	/*padding: 80px 0;*/
}

.social-media-icons img {
	width: 25px;
}
.social-media-icons {
	border: 1px solid #fff;
	padding: 15px;
    border-radius: 200px;
}
.footer-menu-item {
	color: #fff;
}
.footer-menu-item a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
/*.row-body {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}*/

#footer-menu-section .site--logo {
	margin: 0 0 30px;
}



#about-page .row-container {
	padding: 120px 0;
}



/*==============SERVICE PAGE==============*/
.page-section-lg {
	padding: 250px 0;
}
.page-section-md {
	padding: 120px 0;
}
#section-bg {
	position: relative;
}
#section-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/services-image.jpg);
	background-position: center center;
	background-size: cover;
}
#features-section .image-wrap img {
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	border-radius: 45px;
}
.service-text-container {
	max-width: 460px;
}
.service-text-container.text-right {
	margin-left: auto;
	margin-right: 30px;
}
#features-section .image-wrap {
	max-width: 420px;
}
#features-section .image-wrap.image-left {
	margin: 0 60px 0 auto;
}
/*#features-section .image-wrap.image-right {
	margin: 0 auto 0 30px;
}*/
ul.service-checklist {
  list-style: none;
}

ul.service-checklist li::before {
	content: "\2022";
    color: #19a81d;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    font-size: 40px;
}



.faq-illustration {
	max-width: 480px;
	margin: 0 auto;
}
.faq-illustration img {
	margin: 0 auto;
}
@media (max-width: 600px){
	#faqs-section{
		padding: 40px 0;
		padding-top: 0;
	}
	.faq-illustration{
		max-width: 280px;
	}
}

.image-wrap.ph-illustration img {
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	border-radius: 45px;
	max-height: 560px;
}
.contact-text-container {
	max-width: 540px;
	margin: 140px auto 0;
}
/*#faq-page:before, #contact-page:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 900px;
	background: rgba(224,235,214,.25);
	z-index: -1;
}*/
#contact-page .form-container img {
	margin: 0 auto;
}
#faq-page .grid-wrap {
	background: #fff;
}
.button-wrap {
	position: relative;
	z-index: 1;
}


ul.social-links a:hover .social-media-icons {
	background: rgba(255,255,255,0.1);
}
.who-we-are-bg:before {
	content: '';
	background-image: url(../img/who-we-are2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

/*HOW IT WORKS*/
#how-it-works-landing .image-wrap img {
	max-width: 300px;
	margin: 30px auto;
}
#how-it-works img, #partner-services img {
	margin: 0 auto;
	max-width: 150px;
}
#how-it-works .card-body, #partner-services .card-body {
	max-width: 300px;
	margin: 10px auto 0;
}
#be-a-rider img {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}
.media-left .number-bg {
	background: #E0EBD6;
    width: 60px;
    height: 60px;
    border-radius: 200px;
    text-align: center;
    padding-top: 12px;
    margin-right: 10px;
}
.number-bg h3{
	margin-top: 5px;
}
.media-1 {
	position: relative;
	overflow: visible;
}
.media-1:before {
	content: '';
    background: var(--main-bg-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    margin-left: 30px;
    height: 160px;
    z-index: -1;
}


.form-control {
	background: transparent;
}

input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper {
	padding: 60px 80px 80px;
}
label.big-label {
	font-size: 18px;
}



.partner-logo img{
	max-width: 160px;
    margin: 60px auto 0;
    border-radius: 200px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}












.list-inline-bordered > li{
	position: relative;
	padding-right: 15px;
}
.list-inline-bordered > li:after{
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	background: #eee;
	position: absolute;


	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0.3981967787114846) 0%, rgba(213,213,213,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.3981967787114846) 0%, rgba(213,213,213,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0.3981967787114846) 0%, rgba(213,213,213,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.list-inline-bordered > li:last-child:after{
	display: none;
}











/* *********************************** */
/* CSS HELPERS */
/* *********************************** */
.no-bgc		{ background-color: transparent !important;  }
.no-border  { border: 0 !important; }
.topfix     { margin-top: 60px; }

.top-page     { padding-top: 80px; }
.top50 	  { margin-top: 50px; }
.top20      { margin-top: 20px; }
.top10      { margin-top: 10px; }
.top5       { margin-top: 5px; }
.top0       { margin-top: 0px; }
.top20      { margin-top: 20px; }
.top30      { margin-top: 30px; }
.top33      { margin-top: 33px; }
.top40      { margin-top: 40px; }
.top155      { margin-top: 155px; }
.right10    { margin-right: 10px; }
.right20    { margin-right: 20px; }
.right5     { margin-right: 5px; }
.right3     { margin-right: 3px; }
.bottom5   { margin-bottom: 5px; }
.bottom0   { margin-bottom: 0px; }
.bottom10   { margin-bottom: 10px; }
.bottom20   { margin-bottom: 20px; }
.bottom30   { margin-bottom: 30px; }
.bottom40   { margin-bottom: 40px; }
.bottom60   { margin-bottom: 60px; }
.bottom100	{ margin-bottom: 100px; }
.left10     { margin-left: 10px; }
.left20     { margin-left: 20px; }
.left40     { margin-left: 40px; }
.left100     { margin-left: 100px; }
.mar0    	  { margin:0; }
.pad0       { padding:0; }
.pad10      { padding:10px; }
.pad30      { padding:30px; }
.padl30      { padding-left:30px; }
.pad15      { padding:15px; }
.pad20      { padding:20px; }
.padt20      { padding-top:20px; }
.pad30      { padding:30px; }
.padb50    	{ padding-bottom:50px; }
.padb60    	{ padding-bottom:60px; }
.clear      { clear: both; }
.tal        { text-align:left; }
.tar        { text-align:right; }
/*.tac        { text-align:center; }*/
.taj        { text-align:justify; }
.capitalize { text-transform: capitalize; }
.ttu { text-transform: uppercase; }
.hide 		  { display: none; }
.show 		  { display: block; }

.pull-right { float: right; }
.pull-left  { float: left; }
.normal     { font-weight: normal; }
.helv       { font-family: 'Helvetica', arial, sans-serif; }
.text-muted { color: #B9B9B9; }
.text-md 	{ font-size: 18px; }
.text-small	{ font-size: 12px; line-height: 18px }
.text-xs	{ font-size: 10px; line-height: 18px }
.text-sb 	{ font-weight: 600; }
.float-none { float: none; }
.text-white { color: #ffffff; }
.text-blue { color: #05405c; }
.text-lgreen { color: #97B667; }
.text-gray { color: #868686; }
.text-blue2 { color: #1B5360; }
.text-yellow { color: #eebe4a !important; }
.text-italic { font-style: italic; }
.bg-yellow { background: #EEBE4A; }
.bg-orange { background: #F89838; }
.bg-green-fade { background: #EFF5EB; }
.bg-orange-fade { background: #F8EDE1; }
.bg-yellow-fade { background: #F7EDD4 }
.bg-white { background: #FFF }
.text-3 { color: #5F995E; }
.text-green { color: #55925a; }
.text-blue { color: #1b5360; }
.text-main-rgb	{ color: #26A923; }
.text-sec-rgb	{ color: var(--main-bg-color); }
.text-sub-rgb	{ color: #BFAB60; }
.bgf4 		{ background: #f4f4f4; }
.fwn { font-weight: normal;  }
.fwb { font-weight: 800;  }
.big { font-size: 24px; line-height: 36px; }
.strikeout{
	text-decoration: line-through;
}
.tdn{
	text-decoration: none;
}
.bxs0{
	box-shadow: none;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-']:not(:first-child),
.no-gutter > [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.mh500 {
	min-height: 500px;
}
.cc, .row-cc {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.avatar-picture {
    width: 60px;
    margin-right: 10px;
    display: inline-block;
}