/*
    Theme Name: Courier Manager
    Author: WebSystemSolutions
    Author URI : https://web-systems.solutions/
    Description: Custom made theme for couriermanager.com
    Version: 0.1
    License: GPL v2
    License URI: https://www.gnu.org/licenses/licenses.html
*/
.hide-block{
    display: none;
}
.calendly-popup-content{
    background-color: #fff;
}
.wp-block-search__label,
.wpcf7-response-output{
    display: none!important;
}

/* all pages */
.header .container, .footer .container {
	scale: 0.8;
}
body.logged-in.admin-bar header {
	top: 32px;
	padding-top: 1px;
}
body.logged-in.admin-bar header.scrolled {
	top: 32px;
}
.header-nav ul a {
	font-size: 19px;
}
.footer {
	padding-top: 50px; 
}
.footer-bottom {
	margin-top: 60px;
	padding-bottom: 30px;
}
.wrapper main {
	transform: scale(0.8);
	transform-origin: top center;
}

.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body.logged-in.admin-bar .wrapper {
	min-height: calc(100vh - 32px);
}

.icon.icon-soc-fb:before {
	content: '';
	background-image: url('facebook.png');
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
}
/* end all pages */

/* home */
.main-banner__men-img-wrap {
	/* left: 22%; */
	left: 28%;
	/* bottom: 35%; */
	bottom: 31%;
}
.main-banner__profit {
	top: 34%;
}
.main-banner__reviews {
	padding: 0px;
	bottom: 15%;
}
.main-banner__reviews .box-title {
	display: none;
}
.main-banner__reviews .main-banner__reviews-text {
	display: none;
}
.main-banner__stars {
	background: transparent;
	border-radius: 0px;
	padding: 0px;
}
.software__main-img {
	bottom: 270px;
}
.software__logo-box {
	width: 86px;
  	height: 86px;
	left: 63%;
}
.software-stats {
	column-gap: 50px;
}
.software-item {
	padding: 0 50px 0 0;
}
.software__delivery-box {
	width: 178px;
	padding: 20px 18px 16px 18px;
	text-align: center;
}
.software__box-title {
	margin-bottom: 5px;
}
.software__delivery-box .description {
	font-size: 14px;
}
.software .software__delivery-icon {
	width: 38px;
	height: 38px;
}
.software .software__delivery-icon:before {
	width: 38px;
	height: 38px;
}
.software__delivery-icon-wrap {
	width: 38px;
	height: 38px;
	margin-top: 25px;
	padding: 1px;
}
.software__img-bg {
	/* margin-top: -185px; */
}
.software__founder-box {
	width: 50%;
}
.software__founder-box .software__founder-wrap {
	max-width: 160px;
	margin-bottom: 10px;
}
.software__founder-box .quote {
	font-size: 16px;
}
.section--cta--bg {
	overflow: hidden;
	padding: 180px 0;
}
.section--cta .section-title {
	font-size: 75px;
}
/* end home */

/* features */
.feature-banner__pct--left .pct--left-men {
	height: 522px;
	top: 30%;
  	left: 15%;
}
.page-id-17 .feature-banner__info-box {
	display: none;
}
.features-content-item__desc p a {
	display: inline-block;
}
.features-dropdown {
	width: 100%;
	display: none;
	margin-top: 16px;
	margin-bottom: 30px;
	border-radius: 6px;
	border: 1px solid #141414;
}
.features-dropdown-select {
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	width: 100%;
	font-size: 16px;
	padding: 11px 0px 10px;
	background: transparent;
	border: none;
	border-left: 15px solid transparent;
	border-right: 12px solid transparent;
	font-family: DMSans,sans-serif;
	line-height: 1.6;
}
/* end features */

/* why us */
.banner-video:after {
	top: -42px;
	right: -6px;
}
.banner-video__title {
	font-size: 86px;
}
.banner-video__mini-img {
	top: 0px;
	right: 0%;
	width: 520px;
  	height: 420px;
}
.banner-video__short-inf {
	padding: 30px;
	z-index: 2;
	bottom: 18%;
	max-width: 340px;
}
.banner-video .banner-video__short-inf .txt-bold {
	font-size: 21px;
}
.banner-video__short-inf .txt {
	max-width: 100%;
}
.banner-video__graph {
	padding: 20px;
	text-align: center;
	/* left: 60px; */
	left: auto;
  	right: 320px;
}
.banner-video__graph .bg-title {
	margin-bottom: 5px;
}
.banner-video__graph .bg-subtitle {
	margin-top: 5px;
}
.banner-video__desc {
	max-width: 68%;
}
.banner-video__content .card_image_container {
	max-width: 72%;
}
.banner-video__content .card_image_container img {
	max-width: 100%;
	height: auto !important;
}
/* end why us */

/* resources */
.resources-banner__men {
	right: 80px;
	bottom: 14px;
}
/* end resources */

/* not found */
.banner-404 .main-banner__men-img-wrap {
	width: 480px;
	min-width: 320px;
	bottom: 8.5%;
	left: 24%;
}
/* end not found */

/* request demo */
.demo-form .calendly__wrap {
	padding-top: 14vh;
}
/* end request demo */

/* terms of use */
.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
	padding-top: 170px;
	padding-bottom: 170px;
}
.wp-block-group.container.special-text-container.is-vertical.is-layout-flex h1.wp-block-heading {
	margin-bottom: 56px;
}
/* end terms of use */

@media screen and (min-width: 1281px) and (max-width: 1640px) {
	/* not found */
	.banner-404 .main-banner__men-img-wrap {
		width: 380px;
	}
	.banner-404 .main-banner__profit {
		top: 44%;
	}
	/* end not found */
}

@media screen and (max-width: 1600px) {
	/* home */
	.benefit-item__ico {
		margin-bottom: 50px;
	}
	.main-banner__men-img-wrap {
		width: 400px;
		left: auto;
		right: 170px;
	}
	.main-banner__foot {
		flex-wrap: wrap;
	}
	/* end home */
}

@media screen and (min-width: 1281px) and (max-width: 1550px) {
	/* footer */
	.footer-column--1st {
		grid-column: span 2;
	}
	.footer-column--3rd {
		grid-column: span 5;
	}
	/* end footer */
}
@media screen and (max-width: 1430px) {
	/* why us */
	.banner-video__graph {
		bottom: 46%;
		padding: 10px;
	}
	/* end why us */
}

@media screen and (max-width: 1366px) {
	/* all pages */
	.main-banner {
		padding: 170px 0 170px;
	}
	.color-section-inner {
		padding: 150px 0;
	}
	/* end all pages */

	/* home */
	.section-heading--partners {
		margin: 0 auto 120px;
	}
	.software__info {
		padding-top: 60px;
	}
	.software__founder-box {
		min-width: 258px;
	}

	.section--sm-mr {
		margin-bottom: 120px;
	}
	/* end home */

	/* features */
	.section--features {
		padding-top: 130px;
	}
	.section--integrations {
		margin: 130px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 70px;
	}
	.section.section--integrations + .section--faq .faq__btn {
		margin-bottom: 0px;
	}
	/* end features */

	/* why us */
	.banner-video {
		padding: 210px 0 100px;
		min-height: 1100px;
	}
	.partners-line {
		margin-bottom: 120px;
	}
	.faq-banner {
		margin-bottom: 120px;
	}
	.testimonials__bg {
		padding-bottom: 10px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 120px 0 120px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 210px 0 150px;
	}
	.section-news__filters-wrap {
		margin: 140px 0 80px 0;
	}
	.section-news__all-news {
		margin: 80px 0 140px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 100px;
	}
	.resources-links + .section--ctaf {
		margin: 210px 0 140px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 150px 0 140px 0;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 150px 0 140px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	/* end terms of use */
}

@media screen and (max-width: 1280px) {
	/* all pages */
	.container {
		padding: 0 25px;
	}
	.section--cta--bg {
		padding: 100px 0px;
	}
	/* end all pages */

	/* not found */
	.banner-404 .main-banner__men-img-wrap {
		width: 46.5%;
	}
	/* end not found */

	/* home */
	.main-banner__men-img-wrap {
		right: 130px;
	}
	.software .software__delivery-box {
		width: 140px;
	}
	/* end home */

	/* why us */
	.banner-video {
		padding: 180px 0 90px;
		min-height: 800px;
	}
	.partners-line {
		margin-bottom: 100px;
	}
	.faq-banner {
		margin-bottom: 100px;
	}
	.testimonials {
		padding-bottom: 0px;
	}
	.testimonials__bg {
		padding-bottom: 10px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 100px 0 100px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 180px 0 140px;
	}
	.section-news__filters-wrap {
		margin: 120px 0 70px 0;
	}
	.section-news__all-news {
		margin: 70px 0 120px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 90px;
	}
	.resources-links + .section--ctaf {
		margin: 150px 0 120px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 150px 0 120px 0;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 150px 0 120px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	/* end terms of use */
}

@media screen and (min-width: 992px) and (max-width: 1160px) {
	/* all pages */
	.header-inner .header-nav {
		width: calc(100% - 110px - 108px - 50px);
	}
	.header-nav ul a {
		font-size: 17px;
	}
	/* end all pages */
	
}

@media screen and (max-width: 1050px) {
	/* all pages */
	.color-section-inner {
		padding: 140px 0;
	}
	.section--cta--bg {
		padding: 120px 0px;
	}
	/* end all pages */

	/* home */
	.section-heading--partners {
		margin: 0 auto 90px;
	}
	.software__info {
		padding-top: 40px;
	}
	/* end home */

	/* features */
	.section--features {
		padding-top: 100px;
	}
	.features-wrap {
		margin-top: 50px;
	}
	.section--integrations {
		margin: 100px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 50px;
	}
	.section--faq {
		margin-top: 100px;
	}
	.section--ctaf {
		margin: 140px 0 100px;
	}
	/* end features */

	/* why us */
	.banner-video__content {
		max-width: 45%;
	}
	.banner-video__title {
		font-size: 66px;
	}
	.banner-video {
		padding: 170px 0 80px;
		min-height: 790px;
	}
	.partners-line {
		margin-bottom: 90px;
	}
	.faq-banner {
		margin-bottom: 90px;
	}
	.testimonials__bg {
		padding-bottom: 5px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 90px 0 90px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 170px 0 100px;
	}
	.section-news__filters-wrap {
		margin: 90px 0 60px 0;
	}
	.section-news__all-news {
		margin: 60px 0 90px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 80px;
	}
	.resources-links + .section--ctaf {
		margin: 140px 0 100px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 140px 0 90px 0;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 140px 0 90px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	/* end terms of use */
}

@media screen and (max-width: 991px) {
	/* all pages */
	.header-nav {
		width: 125%;
		height: 125dvh;
		top: -60%;
		transform: translate(-50%, 0%);
	}
	/* end all pages */

	.contacts.demo-form .calendly__wrap {
		padding-top: 5vh;
	}
}

@media screen and (max-width: 900px) {
	/* all pages */
	.color-section-inner {
		padding: 110px 0;
	}
	.section--cta--bg {
		padding: 100px 0px;
	}
	.section--cta .section-title {
		font-size: 45px;
	}
	.partners-count--v2 .partners-count__label {
		font-size: 14px;
	}
	.partners-count {
		width: 100px;
		height: 100px;
	}
	.partners-count:before, 
	.partners-count::after {
		width: 100px;
		height: 100px;
	}
	/* end all pages */

	/* home */
	.section--sm-mr {
		margin-bottom: 90px;
	}
	/* end home */

	/* features */
	.section--features {
		padding-top: 80px;
		padding-bottom: 10px;
	}
	.features-wrap {
		margin-top: 40px;
	}
	.section--integrations {
		margin: 80px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 40px;
	}
	.section--faq {
		margin-top: 80px;
	}
	.section--ctaf {
		margin: 110px 0 60px;
	}
	/* end features */

	/* why us */
	.banner-video {
		padding: 120px 0 40px;
		min-height: 700px;
	}
	.banner-video__wrap {
		min-height: 500px;
	}
	.banner-video__mini-img {
		width: 440px;
	}
	.banner-video__short-inf {
		bottom: 0px;
	}
	.banner-video__graph {
		bottom: 30%;
		left: -60px;
	}
	.banner-video__graph img {
		width: 100%;
		height: 46px;
	}
	.partners-line {
		margin-bottom: 60px;
	}
	.faq-banner {
		margin-bottom: 60px;
	}
	.testimonials__bg {
		padding-bottom: 5px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 60px 0 60px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 140px 0 80px;
	}
	.section-news__filters-wrap {
		margin: 70px 0 50px 0;
	}
	.section-news__all-news {
		margin: 50px 0 70px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 50px;
	}
	.resources-links + .section--ctaf {
		margin: 120px 0 80px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 100px 0 70px 0;
	}
	.contacts__info-title {
		margin-top: 40px;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 100px 0 70px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	/* end terms of use */
}

@media screen and (max-width: 782px) {
	/* all pages */
	body.logged-in.admin-bar header {
		top: 46px;
		padding-top: 1px;
	}
	body.logged-in.admin-bar header.scrolled {
		top: 46px;
	}
	body.logged-in.admin-bar .wrapper {
		min-height: calc(100vh - 46px);
	}
	/* end all pages */

	/* features */
	.section-desc {
		font-size: 14px;
	}
	.section--features {
		padding-top: 70px;
		padding-bottom: 5px;
	}
	.features-wrap {
		margin-top: 35px;
	}
	.section--integrations {
		margin: 70px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 35px;
	}
	.section--faq {
		margin-top: 70px;
	}
	.section--ctaf {
		margin: 110px 0 60px;
	}
	/* end features */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	/* end terms of use */
}

@media screen and (max-width: 767px) {
	/* all pages */
	.color-section-inner {
		padding: 80px 0;
	}

	.main-banner {
		padding: 140px 0 220px;
	}

	.section--cta--bg {
		padding: 80px 0px 60px;
	}
	.container {
		padding: 0 15px;
	}
	.footer {
		padding-top: 0px;
	}
	.footer-bottom {
		padding-bottom: 0px;
	}

	.section--cta .cta__circle {
		display: none;
	}
	/* end all pages */

	/* home */
	.main-banner__body {
		z-index: 2;
    	position: relative;
	}
	.main-banner__pct {
		height: 156px;
		z-index: 1;
	}
	.main-banner__men-img-wrap {
		right: 0%;
		top: 80px;
	}
	.main-banner__profit {
		top: 0px;
	}
	.software .software__main-img {
		left: 33%;
		width: 290px;
		height: 330px;
		bottom: 30px;
	}
	.software .software__logo-box {
		display: none;
		left: 63%;
	}
	.software .software__delivery-box {
		width: 160px;
		left: 0px;
    	right: auto;
	}
	.software .software__founder-box {
		min-width: 360px;
		top: 84%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
	}
	.software .software__founder-box .software__box-title {
		font-size: 13px;
	}
	.software .software__founder-box p {
		font-size: 12px;
	}
	.benefit-item__ico {
		margin-bottom: 20px;
	}
	.section--sm-mr {
		margin-bottom: 80px;
	}
	/* end home */

	/* features */
	.feature-banner > .container > .feature-banner__pct--left {
		min-height: auto;
	}
	.feature-banner__pct--left .pct--left-men {
		top: -410px;
		left: 54px;
	}
	.section--features {
		padding-top: 60px;
		padding-bottom: 5px;
	}
	.features-wrap {
		margin-top: 30px;
	}
	.features-list {
		display: none;
	}
	.features-dropdown {
		display: block;
	}
	.section--integrations {
		margin: 60px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 30px;
	}
	.section--faq {
		margin-top: 50px;
	}
	.section--ctaf {
		margin: 80px 0 60px;
	}
	.section--features .partners-count.partners-count--right.partners-count--white {
		display: none;
	}
	/* end features */

	/* why us */
	.banner-video__graph {
		left: 0px;
	}
	.banner-video__short-inf {
		width: 220px;
		bottom: -220px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 120px 0 50px;
	}
	.section-news__filters-wrap {
		margin: 60px 0 50px 0;
	}
	.section-news__all-news {
		margin: 50px 0 60px 0;
	}
	/* end news */

	/* resources */
	.resources-banner__men {
		right: 30px;
	}
	.resources-links {
		margin-top: 40px;
	}
	.resources-links + .section--ctaf {
		margin: 80px 0 50px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 80px 0 60px 0;
	}
	.contacts__info-title {
		margin-top: 35px;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 90px 0 40px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 90px;
		padding-bottom: 20px;
	}
	/* end terms of use */
}

@media screen and (max-width: 640px) {
	/* all pages */
	.container {
		padding: 0 10px;
	}
	/* end all pages */

	/* home */
	.section--software {
		padding: 44px 0px 120px;
	}
	.software__info {
		padding-top: 5px;
	}
	.software .software__logo-box {
		left: 68%;
	}
	/* end home */
}

@media screen and (max-width: 639px) {
	/* features */
	.feature-banner__pct--left .pct--left-men {
		left: 4px;
	}
	/* end features */

	/* news */
	.section-news {
		padding: 100px 0 30px;
	}
	.section-news__filters-wrap {
		margin: 40px 0 40px 0;
	}
	.section-news__all-news {
		margin: 40px 0 40px 0;
	}
	/* end news */

	/* request demo */
	.contacts.demo-form {
		padding: 80px 0 60px 0;
	}
	.contacts__info-title {
		margin-top: 30px;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 80px 0 20px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 80px;
		padding-bottom: 0px;
	}
	/* end terms of use */
}

@media screen and (max-width: 600px) {
	body.logged-in.admin-bar header {
		top: 46px;
		padding-top: 1px;
	}
	body.logged-in.admin-bar header.scrolled {
		top: 0px;
		padding-top: 16px;
	}
}

@media screen and (max-width: 540px) {
	/* all pages */
	.container {
		padding: 0 2px;
	}
	/* end all pages */

	/* home */
	.software .software__logo-box {
		left: 73%;
	}
	/* end home */
}

@media screen and (max-width: 539px) {
	/* features */
	.feature-banner__pct--left .pct--left-men {
		left: -12px;
	}
	/* end features */
}

@media screen and (max-width: 479px) {
	/* features */
	.feature-banner__pct--left .pct--left-men {
		display: none;
	}
	/* end features */

	/* why us */
	.banner-video__short-inf {
		width: 180px;
    	bottom: -190px;
	}
	.banner-video .txt-num {
		font-size: 24px;
	}
	.banner-video .banner-video__short-inf .txt-bold {
		font-size: 16px;
	}
	/* end why us */
}