#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active,
#header a.dropdown-item.dropdown-toggle:hover {
	color: Black !important;
}

.grey {
	color: #777 !important
}

/*
.header-account.mobile { 
	display: none; 
}
*/

@media (max-width: 576px) {
	.header-account {
		display: none;
	}

	/*
	.header-account.mobile { 
		display: block; 
		text-align:center; 
		margin-bottom: 10px; 
		margin-top: -5px; 
	}
	*/
}

@media (max-width: 991px) {

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active,
	#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active,
	#header a.dropdown-item.dropdown-toggle:hover {
		background-color: #4badbf !important;
		color: White !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav.collapse {
		height: 40px;
		align-self: auto;
	}

	#header .header-nav.header-nav-links .header-nav-main,
	#header .header-nav.header-nav-line .header-nav-main {
		align-self: auto;
	}

	#header .header-nav {
		flex-direction: column !important;
		justify-content: flex-start;
		flex-grow: 0;
		align-items: end !important;
	}

	#header .header-nav.header-nav-links,
	#header .header-nav.header-nav-line {
		padding: 0 !important;
	}

	#header .header-nav-main nav>ul>li {
		text-align: right;
	}

	#header .header-nav.header-nav-links nav>ul>li>a,
	#header .header-nav.header-nav-links nav>ul>li:hover>a,
	#header .header-nav.header-nav-line nav>ul>li>a,
	#header .header-nav.header-nav-line nav>ul>li:hover>a {
		padding: 0;
		padding-left: 25px;
		height: 30px;
		min-height: auto;
	}

	.header-account {
		margin-top: 10px;
		height: 20px;
	}

}

.header-account,
.header-account * {
	font-size: 11px;
	text-transform: uppercase;
	color: #a1a1a1;
	text-decoration: none !important;
}

.header-account a {
	text-decoration: underline !important;
}

.header-account a:hover {
	color: Black;
	text-decoration: underline !important;
}

#header .header-btn-collapse-nav {
	background-color: #4badbf !important;
}

.text-white {
	color: white !important;
}

.btn {
	border-radius: 0 !important;
	border: 0 !important;
}

.accordion-button {
	/* background-color: #cef2f9 !important; */
	color: #4badbf !important;
}

.btn-custom-outline-secondary {
	border: 1px solid #4badbf !important;
	color: #4badbf !important;
}

.btn-custom-outline-secondary.active,
.btn-custom-outline-secondary:hover {
	color: White !important;
	background-color: #4badbf !important;
}

.btn-custom-outline-primary {
	border: 1px solid #b761a3 !important;
	background-color: #b761a3 !important;
	color: White !important;
	border-radius: 0;
}

.border-secondary {
	border-color: #4badbf !important;
}

#carousel-home {
	height: 40vh;
	width: 100%;
	background-color: #222;
	color: #eee;
	/* font-family: monospace; */
	padding: 2rem;
	border-bottom: 3px solid #b761a3 !important;
}

::-moz-selection {
	color: White;
	background: #4badbf
}

::selection {
	color: White;
	background: #4badbf
}


.footer-copyright ul li {
	list-style-type: none;
}

.footer-copyright,
.footer-copyright * {
	color: White;
}

.footer-copyright {
	background: #2c3e50 !important;
	color: White;
}

#footer .section-heading {
	color: Black !important;
}

#footer {
	background: White !important;
	border-top: 5px White !important;
}

.color-white {
	color: White !important;
}

.color-black {
	color: Black !important;
}

.green-bg {
	background-color: #4badbf !important;
}

.green-light-bg {
	background-color: #1abc9c !important;
}

.green-light-bg * {
	color: White;
}

.green-light-bg input {
	color: Black;
}

.team-member {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.team-content {
	background: #b862a3;
	padding: 25px;
	height: 250px;
	color: White !important;
}

.team-content * {
	color: White !important;
}

.features,
.features * {
	color: White !important
}

.header-body {
	border-bottom: 3px solid #b761a3 !important;
}

html .bg-color-primary,
html .bg-primary {
	background-color: #b761a3 !important;
}

html .bg-color-secondary,
html .bg-secondary {
	background-color: #4badbf !important;
}

#header a.dropdown-item.dropdown-toggle {
	color: #a1a1a1 !important;
}

input.error,
select.error {
	border: 1px solid Red;
}

label.error,
span.error {
	color: Red;
	font-size: 12px
}

.container-fluid {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
	/* or 950px */
}

.form-group-title {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

/* headlines with lines */
.title-stroke {
	overflow: hidden;
	text-align: center;
}

.title-stroke>span {
	position: relative;
	display: inline-block;
}

.title-stroke>span:before,
.title-stroke>span:after {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid;
	width: 100vw;
	margin: 0 20px;
}

.title-stroke>span:before {
	right: 100%;
}

.title-stroke>span:after {
	left: 100%;
}

.row-odd {
	background: #EAEAEA;
}

.row-even {
	background: White;
}

.public-shipment-item-button-trash {
	position: relative;
	left: 0px;
	top: -35px;
	float: left;
}

.form-control {
	appearance: auto !important;
}

#estimate-info {
	display: none;
	padding: 10px 5px;
	margin-top: 10px;
	background-color: #ffe6b1;
}

#estimate-info-amount {
	font-size: 24px;
	font-weight: bold;
}

#public-estimate-next {
	display: none;
}

.accordion-button {
	font-weight: bold;
}

.servicetype-days {
	font-size: 11px
}

.country-message,
.area-message {
	background: #ffe6b1;
	border-radius: 10px;
}

.tracking-item {
	background-color: #EAEAEA;
	border-radius: 10px;
}

.tracking-status-arrived {
	border: 3px solid #1abc9c
}

a:hover {
	color: White;
	text-decoration: none !important;
}

.underline {
	text-decoration: underline;
}

/*
	for 404 page
*/
body.minimal {
	font-family: 'Poppins', sans-serif !important;
}

body.minimal a,
body.minimal a:hover {
	color: Black;
}

.success {
	color: green
}

.error {
	color: #C10000
}

/*
.owl-item {
	width: 33% !important;
	margin: 0 auto;
}

.owl-stage {
	width: 100% !important;
	margin: 0 auto;
}
*/

.hr-footer {
	background-color: #35475a
}


/*
	features tabs - home page
*/

.features-tabs .tabs {
	margin: 0;
	padding: 0;
	background-color: white;
	border: 1px solid #d1d1d1;
	margin-top: 100px;
}

.features-tabs .tab {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 0;
	display: inline-block;
	zoom: 1;
	background: none;
	border: none;
	border-bottom: none;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	height: 58px;
	line-height: 60px;
	background: #fafafa;
}

.features-tabs .tab a {
	color: #bbb;
	text-transform: uppercase;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.features-tabs .tab.active {
	background: #fff;
}

.features-tabs .tab a.active {
	color: #1080f2
}

.features-tabs .tab:hover a {
	color: #1080f2
}

.features-tabs .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

#features-tab1 img {
	margin-right: -200px;
}

#features-tab2 img {
	margin-right: 60px;
}

#features-tab3 img {
	margin-top: -50px;
	margin-right: 30px;
}

.features-tabs ul {
	padding-left: 0px;
	margin-bottom: 30px;
}

.features-tabs li {
	list-style-type: none;
	background: url(/assets/public/img/small-checkmark.png) no-repeat left 12px;
	font-size: 16px;
	color: #7f8c8d;
	line-height: 40px;
	padding-left: 30px;
}

#features img {
	margin: 0;
	top: 70px;
	right: 25%;
	margin-right: -190px;
}


.features-tabs .tab a.active,
.features-tabs .tab a:hover {
	background-color: #4BADBF;
	color: #FFFFFF;
	font-size: 16px;
}

#features .button {
	background-color: #b761a3 !important;
	padding: 10px;
	color: White !important;
	text-transform: uppercase;
	margin-top: 10px;
}

/*
	// features tabs - home page
*/


.fadeRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.testimonial blockquote p {
	font-size: 30px;
	color: #686868 !important;
	line-height: 40px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #4BADBF;
}

.customers-content {
	opacity: 0.5;
}

.customers-content:hover {
	opacity: 1;
}

.mailchimp-logo {
	height: 40px;
}


.captcha div,
.captcha input {
	font-size: 22px;
	padding: 10px;
}

.required {
	font-weight: bold;
	color: Red;
}

input.ronly {
	background-color: #EAEAEA
}