.hero-left {
    float: left;
    width: 65%;
    margin-top: 80px;
}
.breadcrumb{
	text-align:right;
}
.breadcrumb a{
	color:#000;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	color:#000;
	margin:0 5px
}
.global-hero {
    padding-top: 91px;
    padding-bottom: 0;
    background-attachment: inherit;
    background-size: cover;
    position: relative;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.hero-right {
    float: right;
    width: 34%;
    margin-bottom: -5px;
}
.global-hero h2 {
    font-size: 48px;
    margin-bottom: 25px;
}
.heroclear {
    margin-top: 40px;
}
section.description {
    padding: 50px 0;
    background: #f9f9fa;
}
section.list {
    padding: 50px 0 20px;
}
section.list h2 {
    margin-bottom: 30px;
}
.divul ul li {
    margin-bottom: 30px;
    list-style: none;
    font-weight: 700;
    position: relative;
}
.divul ul li:before {
    content:url("../png/check-47.png");
    position: absolute;
    left: -40px;
}
.divul ul{
    float:left;
    width: 25%;
}
section.inpage-form-container {
    padding: 40px 0 40px;
}
section.all-dropshippers {
    padding: 50px 0;
}
.supported {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}
.supported.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.ex-left {
    float: left;
    width: 16%;
    padding-top: 10px;
}
.ex-right {
    float: right;
    width: 82%;
}
.supported h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
a.getStartedLink {
    text-decoration: underline;
}
.learn-more {
    margin-top: 25px;
}
section.get-started {
    text-align: center;
    background: #f5f5f5;
    padding: 50px 0 100px;
}
section.get-started h2 {
    margin-bottom: 0px;
}
.features-link {
    margin-top: 25px;
}
@media(max-width: 1199px) {
    img{
        max-width:100%;
    }
    .global-hero h2 {
        font-size: 42px;
    }
}
@media(max-width: 1023px) {
.global-hero h2 {
    font-size: 34px;
}
.hero-left {
    margin-top: 40px;
}
.divul ul {
    float: left;
    width: 50%;
    margin: 0;
}
.ex-right {
    width: 76%;
}
.ex-left {
    width: 22%;
}
}


@media(max-width: 767px) {
.breadcrumb ol {
    text-align: left;
}
.breadcrumb ol li{
	display:inline-block;
	text-align: left;
}
.hero-left {
    margin-top: 0;
    float: none;
    width: 100%;
}
.hero-right {
    float: none;
    width: 100%;
    margin-bottom: -5px;
    text-align: center;
}
.global-hero h2 {
    font-size: 28px;
}
.divul ul {
    width: 100%;
}
.divul ul li {
    margin-bottom: 20px;
}
.inpage-form-last img{
    height:100%;
}
.ex-left {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
.ex-right {
    width: 100%;
    float: none;
}
}

@media(max-width:320px){

}
