body {
    font-family: 'Poppins', sans-serif;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #1d2755;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}
.header .n-btn {
    background: #1d2755;
    color: #fff !important;
    border-radius: 2px;
    margin-left: 5px;
}
.menu-toggle {
    font-size: 21px !important;
    padding: 3px;
    margin-left: 15px;
}
.header .navbar {
    padding: 16px 50px;
}
.header-fix {
    height: 85px;
}
.page-header {
    padding: 130px 0px;
    text-align: center;
    color: #fff;
    background: url(../images/shippingeasy/page-header-bg.png) center;
    background-size: cover;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2784313725490196);
}
.page-header p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
footer {
    padding: 20px 20px;
    background: #1d2755;
    color: #fff;
}
.footer-row {
    text-align: center;
}
footer li {
    display: inline;
}
footer li a {
    color: #fff;
}
.social-media-footer {
    float: right;
    margin: 0;
    padding: 0;
}
.copy-right {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.center-ul-footer {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
}
.center-ul-footer li:nth-child(2):after {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li:nth-child(2):before {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li {
    font-size: 14px;
}
.center-ul-footer li a:hover {
    color: #fff;
    opacity: 0.8;
    transition: all .20s ease-out;
    text-decoration: none;
}
.social-media-footer li {
    margin: 0 10px;
}
.social-media-footer a:hover {
    transform: scale(0.1);
    transition: .20s ease-out;
    text-decoration: none;
    color: #fff;
}
.social-media-footer a i {
    transition: 0.5s;
}
.social-media-footer a:hover>i {
    transform: scale(1.3);
    transition: 0.5s;
}
.menu-toggle span {
    display: none;
}   
a:hover{
    text-decoration: none;
} 
.contact-section {
    padding: 70px 0;
    background: #1d2755;
    color: #fff;
}
.contact-section .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}
.info-wrapper {
    text-align: center;
}
.info-wrapper img {
    max-width: 100%;
}
.top-contact-dt {
    margin-bottom: 40px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
}
span.phone {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../images/shippingeasy/phone-icon.png) no-repeat;
    background-position: left center;
}
span.email {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../images/shippingeasy/email-icon.png) no-repeat;
    background-position: left center;
}
.form-input-wrapper {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-wrapper input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: grey;
    font-weight: 500;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
}
.text-area-w textarea {
    width: calc(100% - 10px);
    border: none;
    border-radius: 2px;
    height: 100px;
    padding: 10px 15px;
    color: grey;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-rounded-white {
    padding: 8px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #1D2755;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 20px;
}
.btn-wrapper {
    text-align: right;
}
.text-area-w {
    width: 100%;
}
.contact-section h4 {
    font-size: 30px;
    font-weight: 600;
}
/*spotify edi slider*/
.ShippingEasy-slider {
	position: relative;
    text-align: center;
    background: linear-gradient(to top left, #4c0064 10%, #2c0071 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 100px 0px;
}
.ShippingEasy-slider img {
    max-width: 100%;
    position: relative; 
  
}
.ShippingEasy-slider .content {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
}
.ShippingEasy-slider .content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.ShippingEasy-slider .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
 }
.ShippingEasy-slider h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
}
.ShippingEasy-slider p {
	color: #fff;
	font-size: 16px;
    line-height: 26px;
    margin: auto;
    text-align: left;
    margin-top: 10px;
}

/*spotify edi slider end*/
/*section-4 start*/
.ShippingEasy-2 {
	padding: 100px 0px;
	text-align: center;
	background-position: center;
}
.ShippingEasy-2 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShippingEasy-2 .title-1 {
    font-size: 36px;
    width: 100%;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom:  40px;
    margin-top: 30px; 
}
.ShippingEasy-2 p {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.ShippingEasy-2 .box-1 {
	color: #999;
	padding: 40px;
	background: #fff;
	width: 100%;
	height: 100%;
    border: 1px solid #e5e5e5;
	
}
.ShippingEasy-2 .box-1:hover {
	box-shadow: 0px 0px 6px #e1e1e1;
	transform: scale(1.08);
}
.ShippingEasy-2 .box-1 .sub-hd{
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.ShippingEasy-2 .col-md-4 {
    margin-bottom: 20px;
}

/*section-3*/
.ShippingEasy-3 {
	font-family: 'Poppins', sans-serif;
	padding: 82px 0;
	background: linear-gradient(to top left, #2c0071 10% , #4c0064 100%);
	width: 100%;
}
.ShippingEasy-3 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShippingEasy-3 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom:  20px;
}
.ShippingEasy-3 p {
    font-size: 16px;
    color: #8ca2e5;
    line-height: 26px;
    text-align: justify;
}
.ShippingEasy-3 .bounce-animate {
	max-width:100% ;
}
.ShippingEasy-3 ul {
    padding: 0px;
    margin: 0px;
}
.ShippingEasy-3 ul li {
	font-size: 16px;
	background: url(../images/shippingeasy/list-arow.png) no-repeat 0px 14px;
	list-style: none;
	color: #8ca2e5;
	line-height: 30px;
	text-align: justify;
	padding-left: 30px;
}
.ShippingEasy-3 ul li span{
    font-weight: 600;
}
.ShippingEasy-3 .bounce-animate {
	max-width: 100%;
	top: 19%;
	position: relative;
}
/*end section-3*/
/*section-4 start*/
.ShippingEasy-4 {
	padding: 100px 0px;
	text-align: center;
	background: url(../images/shippingeasy/about-bg.png) no-repeat;
	background-position: right;
	
}
.ShippingEasy-4 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShippingEasy-4 .title-1 {
    font-size: 36px;
    width: 100%;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.ShippingEasy-4 p {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.ShippingEasy-4 ul {
    margin: 0px;
    padding: 0px;
}
.ShippingEasy-4 .choose-list {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.ShippingEasy-4 .choose-list li {
    padding-bottom: 27px;
    list-style: none;
    width: 100%;
    float: left;
}
.ShippingEasy-4 .choose-icon {
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}
.ShippingEasy-4 .choose-icon img {
	max-width: 100%;
}
.ShippingEasy-4 .choose-text {
    overflow: hidden;
}
.ShippingEasy-4 .choose-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #000;
	margin-top: 10px;
	text-align: left;
}
.ShippingEasy-4 .choose-text p {
    margin-bottom: 0;
    text-align: left;
}
.mb1 {
    margin-top:30px;
}
/*end section-4*/
/*section-5*/

.ShippingEasy-5 img {
	max-width: 100%;
	text-align: center;
}
.ShippingEasy-5 {
	position: relative;
    padding: 100px 0px;
    background: linear-gradient(to top left, #2c0071 10% , #4c0064 100%);
}
.ShippingEasy-5 .col-md-6{
	padding: 40px 30px; 
}
.ShippingEasy-5 .col-md-6:nth-child(1){
    border-right:1px solid #eee; 
}
.ShippingEasy-5 .col-md-6:nth-child(3){
    border-right:1px solid #eee;
    border-top:1px solid #eee; 
}
.ShippingEasy-5 .col-md-6:nth-child(4){
    border-top:1px solid #eee; 
}
.ShippingEasy-5 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShippingEasy-5 .title-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.ShippingEasy-5 .sub-title1 {
	font-size: 18px;
	color: #fff;
    margin-top: 25px;
    font-weight: 600;
	margin-bottom: 10px;
}
.ShippingEasy-5 p {
    font-size: 16px;
    color: #8ca2e5;
    line-height: 26px;
    
}
.ShippingEasy-5 .icon-bg {
	height: 97px;
	width: 111px;
	text-align: center;
	margin: auto;
}
.ShippingEasy-5 .box-1 {
    text-align: center;
    height: 100%;
}

/*section-4 end*/
/*section-5*/
.ShippingEasy-6 {
	font-family: 'Poppins', sans-serif;
	padding: 82px 0;
	background:#fff;
	width: 100%;
}
.ShippingEasy-6 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShippingEasy-6 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #121212;
    margin-bottom:  20px;
}
.ShippingEasy-6 p {
    font-size: 16px;
    color: #656565;
    line-height: 26px;
    text-align: justify;
}
.ShippingEasy-6 .bounce-animate {
	max-width:100% ;
}

/*section-4*/
/*section-6*/
.ShippingEasy-7 {
    font-family: 'Poppins', sans-serif;
    padding: 82px 0px;
    overflow: hidden;
	background: linear-gradient(to top left, #2c0071 10% , #4c0064 100%);
}
.ShippingEasy-7 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .ShippingEasy-7 .title-1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom:  20px;
}
.ShippingEasy-7 p {
    font-size: 16px;
    color: #8ca2e5;
    line-height: 26px;
    text-align: center;
}
/*end section-8*/
.call-to-action.v26.shopi {
	background: #f5f4f8 no-repeat;
	background-size: auto auto;
	background-size: cover;
	background-position: center bottom;
}
.call-to-action.v26 {
    padding: 100px 0px;
}
.call-to-action {
    padding: 0 0;
    position: relative;
}
.cta-box {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 33px;
	border-radius: 100px;
	text-align: center;
	background: linear-gradient(#0686fe, #0e6fc9 );
	box-shadow: 1px 6px 8px rgb(192, 191, 198);
}
.call-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    margin-right: 48px;

}
@media (max-width:768px){ 
    .ShippingEasy-slider h1, 
    .ShippingEasy-2 .title-1, 
    .ShippingEasy-3 .title-1, 
    .ShippingEasy-4 .title-1, 
    .ShippingEasy-5 .title-1,
    .ShippingEasy-6 .title-1,
    .ShippingEasy-7 .title-1,
    .ShippingEasy-8 .title-1  
    {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .ShippingEasy-2 .box-1 .sub-hd, .ShippingEasy-4 .choose-text h3, .ShippingEasy-6 .box-1 .ico-text h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
       
    .ShippingEasy-4 .choose-icon {
        margin-right: 12px;
    }
   
    .ShippingEasy-2 p, 
    .ShippingEasy-3 p, 
    .ShippingEasy-4 p, 
    .ShippingEasy-5 p,
    .ShippingEasy-6 p,
    .ShippingEasy-7 p,
    .ShippingEasy-8 p,
    .ShippingEasy-slider p,
    .ShippingEasy-6 .box-1 .ico-text p,
    .ShippingEasy-7 ul li
    {
        font-size:13px;
        line-height: 24px;
        width:100%;
        margin-top: 0px;
    }
    .ShippingEasy-2 .col-md-3{
        margin-bottom:20px; 
    }
    .ShippingEasy-2,
    .ShippingEasy-3,
    .ShippingEasy-4,
    .ShippingEasy-5,
    .ShippingEasy-6,
    .ShippingEasy-7,
    .ShippingEasy-8,
    .ShippingEasy-slider{
        padding:20px 0;
        
    }
    .edi-provider-2 .title-1,.edi-provider-4 .title-1 {
        margin-top: 0px;
    }
    .call-to-action.v26 {
        padding: 40px 0px;
    }
    .ShippingEasy-5 .col-md-6:nth-child(1), .ShippingEasy-5 .col-md-6, .ShippingEasy-5 .col-md-6:nth-child(3), .ShippingEasy-5 .col-md-6:nth-child(4) {
        border:none;
    }
    .cta-box {

        max-width: 100%;
        margin: 0 auto;
        padding: 28px 33px;
        border-radius: 0px;
    
    }
    .call-title {
        display: block;
        font-size: 24px;
        margin: 0;
            margin-bottom: 0px;
        margin-bottom: 18px;
    }      
}
@media (max-width:1400px){ 
    .form-wrapper-section .container-fluid{
        max-width: 1200px;
    }
    .form-right-wrapper{
        padding: 30px;
        padding-bottom: 80px;
    }
}
@media (max-width:1170px) { 
    .header .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-fix {
        height: 73px;
    } 
    .navbar-brand img {
        width: 160px;
    }
}
@media (max-width:991px) { 
    .w-100-991 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .hide-991 {
        display: none;
    }
    .offset-1 {
        margin-left:0px;
    }
    .ShippingEasy-2 .col-lg-4 {
        margin-bottom: 20px;
    }
    .ShippingEasy-4 .title-1 , .ShippingEasy-4 p{
        text-align: left;
    }
    .menu-toggle span {
        display: block;
    }
    .navbar-collapse {
        padding: 15px 0;
        padding-bottom: 0px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .page-header h1 {
        font-size: 22px;
    }
    .page-header {
        padding: 90px 0px;
    }
    .page-header p {
        text-transform: uppercase;
        font-size: 13px;
    }
    .header .navbar {
        padding: 16px 20px;
    }
    .menu-toggle {
        padding: 0px;
        margin-left: 0px;
        color: #1d2755;
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .menu-toggle i {
        display: none;
    }
    .header .navbar-light .navbar-nav .n-btn {
        background: #1d2755;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 0;
        padding: 10px 15px;
    }
    .copy-right {
        float: none;
        width: 100%;
    }
    .center-ul-footer {
        display: block;
        margin: 10px 0;
    }
    .social-media-footer {
        float: none;
        text-align: center;
    }
    .ShippingEasy-2 .col-md-6.col-sm-6 {
        margin-bottom:20px; 
    }
    
}
@media (max-width:650px) {
    .contact-section h4 {
        font-size: 22px;
    }
}
@media (max-width:500px) {
   
    .center-ul-footer li {
        font-size: 12px;
        margin: 0 6px;
    }
    .center-ul-footer li:nth-child(2):before {
        display: none;
    }
    .center-ul-footer li:nth-child(2):after {
        display: none;
    }
    footer {
        padding: 20px 0px;
    }
    .center-ul-footer {
        margin: 15px 0;
    }
}