.height100 {
	height: 100%;
}
.dropshipBanner {
	background-image: url(/dropshipping/img/dropship-1-2.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.dropshipBanner-content {
	max-width: 64%;
    width: 100%;
    padding-bottom: 7%;
    padding-top: 7%;
}
.dropshipTitle, .dropshipSecondTitle {
    font-weight: 500;
    color: #23574C;
}
.dropshipTitle {
	font-size: 39px;
}
.dropshipSecondTitle {
	font-size: 26px;
}
.dropshipBanner-content p {
	font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
	font-weight: 500;
}
.dropship-button {
    display: inline-block;
    background-color: #23574C;
    color: #fff;
    padding: 15px 15px;
    font-size: 19px;
    font-weight: 500;
}
.dropship-button:hover {
    color: #fff;
    background-color: rgba(35, 87, 76, .8);
    text-decoration: none;
}
.dropshipItem {
	border-radius: 20px;
	background-color: #ECF6F3;
}
.dropshipItem-ic {
	min-height: 204px;
}
.dropshipItem img {
	height: 115px;
}
.dropshipSpan {
	font-weight: 700;
	color: #116958;
}
.dropshipIc-phone, .dropshipIc-mail {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.dropshipIc-phone {
	background-image: url('/dropshipping/img/dropship-11.svg');
}
.dropshipIc-mail {
	background-image: url('/dropshipping/img/dropship-12.svg');
}
.dropshipForm-text, .dropshipForm a {
	font-size: 21px;
}
.dropshipForm a {
	font-weight: 500;
	color: #23574C;
}
.dropshipForm a:hover {
	color: #23574C;
}
.dropshipForm-right {
	max-width: 600px !important;
}
.dropshipForm input[type=checkbox]:checked + span {
	background: inherit;
}

@media (max-width: 950px) {
	.dropshipBanner {
		background-size: 50%;
	}
}
@media (max-width: 767px) {
	.dropshipBanner {
		background: none;
	}
	.dropshipBanner-content {
		max-width: 100%;
	}
	.dropshipBanner-text {
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.dropshipTitle {
		font-size: 32px !important;
	}
	.dropshipBanner .corpTitle {
		margin-bottom: 50px;
	}
	.dropshipBanner-content p {
		font-size: 18px;
	}
	.dropship .intec-ui-markup-h3 {
		font-size: 21px;
	}
}
@media (max-width: 500px) {
	.dropship .intec-ui-markup-h3 {
		font-size: 14px;
	}
	.font-media-500 {
		font-size: 12px;
	}
	.dropshipForm-text, .dropshipForm a {
		font-size: inherit;
	}
}