* {
    list-style: none;
    text-decoration: none;
    outline: none;
}
body{
    font-family: 'Sora', sans-serif;
}
a:hover {
    text-decoration: none;
}
h1 {
    margin: 0 auto;
    padding: 0px;
    color: #363636;
    letter-spacing: 0.5px;
}

h2,
h3,
h4,
h5
{
    margin: 0 auto;
    padding: 0px;
    letter-spacing: 0.5px;
}

a {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}

p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.3px;
}

span {
    letter-spacing: 0.5px;
}

dl,
ol,
ul {
    padding: 0px;
    margin: 0px;
}

a:hover {
    color: #fff;
}

.nav-link:focus {
    color: #f87823;
}

input {
    letter-spacing: 0.5px;
}
.mt_100{
    margin-top: 100px;
}
.pt_100{
    padding-top: 110px;
}
.pd0 {
    padding: 0;
}
.pt_90 {
    padding-top: 90px;
}
.pt_90 {
    padding-top: 90px;
}

.prl_0 {
    padding: 0px;
}
.pt_50{
    padding-top: 70px;
}
.mt_90{
    margin-top: 90px;
}

.mrl_0{
    margin:0px;
}
.mt_80{
    margin-top: 80px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sec-navbar ul li {
    display: inline-block;
}
.oveflow{
    overflow: hidden;
}
.container {
    max-width: 1170px;
    padding: 0px 15px;
}

section{
    padding: 50px 0px;
}
/*---------- header-css ----------*/
.top-bar {
    background: #006439;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.inner-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.top-bar p{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff;

}
.social-link a span {
    padding: 0px 5px;
    color: #fff;
}
header.main-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: 0.5s all;
}
header.main-header nav {
    padding: 20px 0px;
    position: relative;
    z-index: 99;
}
header.main-header.headerbg {
    background: #fff;
}
.nav-menu li.nav-item {
    position: relative;
    padding: 0px 5px;
}
.nav-menu li a , .nav-menu li a.nav-link{
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #232323;
    text-transform: capitalize;
}
.nav-menu li a:hover , .nav-menu li a.nav-link:hover{
    color: #229A67;
    transition: 0.5s all;
}
.nav-menu li a::before {
    content: "";
    width: 30px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}
.nav-menu li a:hover::before{
    transform: scale3d(1,1,1);
}
.nav-menu li a::before{
    border-bottom: 2.5px solid #229a67;
}
.desktop-logo {
    padding: 0px 25px;
}
.logo-div p {
    border: 2px solid #363636a1;
    padding: 10px 25px;
}
.nav-menu li a i {
    width: 100%;
    font-size: 20px;
    color: #363636;
    padding-bottom: 5px;
}
.nav-item.dropdown a {
    display: flex;
}
.nav-item.dropdown a img {
    height: 25px;
    margin-right: 15px;
}
.nav-item.dropdown a span {
    padding-left: 10px;
    display: block;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content ul li {
    display: block;
    padding: 5px;
}
.dropdown-content a {
    padding:10px;
    text-decoration: none;
    font-size: 14px!important;
}
.nav-menu .dropdown-content ul li a:before{
    border: 0;
}
.dropdown-content a:hover {background-color: #eee;/*color: #fff!important;*/}

.dropdown:hover .dropdown-content {display: block;}


/*=============navbar-toggler===============*/
button.navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40px;
    border: 2px solid #006439;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 2px;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
    background: #000;
}
.navbar-toggler .navbar-toggler-icon:last-child {
    margin-bottom: 0;
}

/*.secnav ul li {
    border-radius: 50px;
    background: #ee2e2f;
    padding: 8px 23px;
    border-radius: 20px 0px 20px 20px;
}
.secnav ul li a {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.secnav ul li a img {
    margin-right: 10px;
}*/
.all-btn{
    border-radius: 50px;
    background: #ee2e2f;
    padding: 16px 24px;
    border-radius: 25px 0px 25px 25px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
/*===========home-banner-section-css=============*/

.home-banner-wrapper{
    position: relative;
    background-image: url(../images/home-banner-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background: linear-gradient(#89fecc 0%, #bafee0 7.3%, #dafeee 50.64%, #fff 100%);*/
    width: 100%;
    height: 650px;
    padding: 0;
    margin-top: 125px;
}
.banner-item-img {
    display: flex;
    justify-content: center;
    align-items: self-end;
    height: 100%;
    position: relative;
    margin-right: -100px;
}

.banner-item-info {
    padding: 20px 0px;
    padding-right: 20px;
}
.banner-item-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.banner-item-info span {
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    color: #229a67;
    text-transform: uppercase;
}
.banner-item-info h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 59px;
    text-align: left;
    color: #232323;
}
.banner-item-info p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #818181;
    padding: 20px 0px;

}
.request-btn {
    background: #229a67;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 11px 21px;
    display: inline-block;
}
.request-btn:hover {
    background: #000;
    transition: 0.5s all;
}


/*=============about-wrapper-css================*/
section.about-wrapper {
    position: relative;
    padding: 0;
    padding-top: 100px;
}
.heading-title {
    padding: 25px;
}
.outer-bgoverlay{
    position: relative;
}
.bgoverlay {
    background-image: url(https://pixlritllc.com/neha/shipping/assets/images/about-bg-img.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 470px;
    position: absolute;
    left: -20%;
    top: -20%;
    width: 100%;
}

.heading-title span {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #229a67;
    text-transform: uppercase;
}
.heading-title h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 43px;
    color: #232323;
    margin-bottom: 20px;
}
.heading-title p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #a4a4a4;
    margin-bottom: 20px;
}
.read-more-btn {
    background: #229a67;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    padding: 11px 23px;
    display: inline-block;
}
.read-more-btn:hover {
    background: #000;
    transition: 0.5s all;
}

.about-imgs-block .col-lg-6 {
    padding-right: 0;
}

.about-img-3 {
    height: 100%;
}
.about-img.about-img-1 img ,.about-img.about-img-2 img {
    width: 100%;
}
.about-img.about-img-3 img {
    height: 100%;
    width: 100%;
}
.about-img.about-img-1 {
    padding-bottom: 10px;
}
.about-imgs-block .col-lg-6:last-child {
    padding-left: 10px;
}


/*=============strength-wrapper-css=================*/
.strength-wrapper{
    position: relative;
    padding-top: 100px;
    z-index: 1;
}
.strength-img-box img {
    width: 100%;
}

.strength-wrapper:after{
    content: '';
    background-image: url(../images/Path-142.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom:80px;
    z-index: -1;
}



/*============shipping-work-wrapper-css========================*/

section.shipping-work-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
}

section.shipping-work-wrapper .heading-title {
    padding: 0;
}

section.shipping-work-wrapper .heading-title h3{
    margin-bottom: 0;
}
/*.shipping-work-wrapper .owl-stage {
    display: flex;
    padding: 65px 15px;
}*/
/*.shipping-work-slider .owl-item{
      background: #fff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}*/
.shipping-work-slider .active .item .shadow-effect{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

.shipping-work-slider .owl-item.active + .active .shadow-effect{
    box-shadow: none;
}

.customers-tesmonil-icon {
    flex: 1 0 40%;
    height: 100%;
}
.customers-tesmonil-icon  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-cnt {
    flex: 1 0 60%;
}
.owl-carousel .owl-stage-outer{
    display: grid;
}
.shipping-work-slider .owl-item{
    height: 100%;
}
.shipping-work-wrapper .owl-stage {
    height: 100%;
}
.shipping-work-slider .shadow-effect {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: unset;
    /*  border: 1px solid #000;*/
    margin: 0px 10px;
    height: 100%;
    padding: 5px;
    width: 100%;
}
.shipping-work-slider .owl-nav {
    padding-left: 1.3rem;
}

/*.shadow-effect img {
    height: 200px;
    object-fit: contain;
}*/

.work-cnt {
    padding: 20px 20px;
    padding-right: 15px;
    padding-left: 15px;
}
section.shipping-work-wrapper .shipping-work-slider {
    padding-top: 30px;
}
.work-cnt h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #232323;
}
.work-cnt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #a4a4a4;

}
.shipping-work-slider .item {
    /* margin: 10px; */
    /* margin-right: 20px; */
    height: 100%;
    padding: 35px 15px;
    width: 100%;
}
.shipping-work-slider .owl-nav {
    text-align: left!important;
}
.shipping-work-slider .owl-nav button.owl-next, .shipping-work-slider .owl-nav button.owl-prev{
    background: transparent!important;
    width: 36px;
    height: 36px;
    border: 1px solid #229A67!important;
    border-radius: 0;
}
.shipping-work-slider .owl-nav button.owl-next:hover, .shipping-work-slider .owl-nav button.owl-prev:hover{
    background: #229A67!important;
    transition: 0.5s all;
}
.shipping-work-slider .owl-nav button:hover span {
    color: #ffff;
}
.shipping-work-slider .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
.shipping-work-slider span {
    color: #229A67;
    font-size: 28px;
    line-height: 26px;
}


/*===============Services-wrapper-css======================*/
section.Services-wrapper {
    position: relative;
    background: #f3f3f3;
}
section.Services-wrapper .col-lg-4 {
    display: flex;
}
.services-cnt {
    text-align: center;
    padding: 25px;
    background: #fff;
    margin-bottom: 25px;
}
.services-cnt:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
    transition: 0.5s all;
}
.icon-img {
    margin-bottom: 10px;
}
.services-cnt h6 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #232323;
    padding: 0px 5px;
    font-weight: 600;
}
.services-cnt p {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #a4a4a4;
}

/*==============prep-services-wrapper-css========================*/
section.prep-services-wrapper {
    position: relative;
    padding-top: 100px;
}
.outer-prep-wrapper{
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.prep-outer-box {
    background: #229A67;
    padding: 20px;
    position: relative;
}
.outer-prep-wrapper:after {
    content: '';
    width: 280px;
    margin: 0 auto;
    margin-right: 0;
    height: 280px;
    border-radius: 50%;
    background-position: right;
    background: linear-gradient(#fff 0%, #fff 26.77%, #fff 78.32%, #89fecc61 100%);
    transform: rotate(225deg);
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 20%;
    z-index: -1;
}
.prep-img img {
    width: 100%;
}
.prep-cnt h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 43px;
    text-align: left;
    color: #fff;
}
.prep-cnt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #ebebeb;
}
.prep-outer-box ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: flex;
    flex-wrap: wrap;
}
.prep-outer-box li {
    display: inline-block;
    width: 131px;
    height: 100%;
    margin-right: 10px;
}
.prep-outer-box li img {
    width: 100%;
    height: 126px;
    object-fit: cover;
}
.prep-outer-box li h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ebebeb;
    padding-top: 10px;
}
section.prep-services-wrapper .col-lg-7{
    padding-left: 0;
}
section.prep-services-wrapper .col-lg-5{
    padding-right: 0;
}
.prep-cnt {
    margin-bottom: 15px;
}
.prep-img img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}

/*=================integration-wrapper-css===========================*/

section.integration-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/integration-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.integration-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.integration-wrapper .heading-title h3 {
    color: #fff;
}
.integration-logo-slider .item img {
    height: auto;
    width: 100%;
    object-fit: contain;
}


/*==================testimonials-wrapper==================*/
section.testimonials-wrapper {
    position: relative;
    /* padding-top: 100px;*/
    z-index: 1;
}
.testimonials-wrapper:after {
    background: url(../images/testimonials-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    right: 0;
    bottom: 85px;
    width: 455px;
    height: 570px;
}
section.testimonials-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
    width: 436px;
    height: 180px;
    background: #89FECC;
    z-index: -1;
}
.testimonials-slider .item {
    height: 100%;
    padding: 30px 12px;
    width: 100%;
}
.testimonials-cnt {
    background: #fff;
    position: relative;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 14%);
    padding: 40px 30px;
    padding-bottom: 14px;
}
.testimonials-cnt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #a4a4a4;
}
.client-name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    padding-top: 20px;
}
.client-name h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #229a67;
    margin: 0;
}
.testimonials-slider .owl-nav {
    position: absolute;
    bottom: 40px;
    left: -40px;
}
.testimonials-slider .owl-nav button.owl-prev {
    background: #fff!important;
    width: 36px;
    height: 36px;
    border: 1px solid #fff!important;
    border-radius: 0;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover{
    color: #000;
}
.testimonials-slider .owl-theme .owl-nav span {
    color: #229A67;
    font-size: 28px;
    line-height: 26px;
}
.profile-img {
    position: absolute;
    left: 25px;
    top: -30px;
}
/*==================contact-wrapper-css==========================*/

section.contact-wrapper{
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}
.contact-form-block input, select, textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #a4a4a4;
}

.contact-form-block label{
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #232323;
    margin-bottom: 0;
}
.contact-form-block input[type=submit] {
    background-color: #229A67;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 13px 21px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.5s all;
}

.contact-form-block input[type=submit]:hover {
    background-color: #000;
}

.contact-form-block  .form-group {
    margin-bottom: 0;
    margin: 0 auto;
}
.Contact-block-im{
    position: relative;
}
.Contact-block-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(177, 177, 177, 0) 23.84%, rgba(123, 123, 123, 0) 40.57%, rgba(86, 86, 86, 0) 51.88%, rgba(0, 0, 0, 0.61) 76.91%, rgba(0, 0, 0, 0.86) 100%);
}

.contact-form-block {
    background: #F3F3F3;
    padding: 0px 40px;

}

.Contact-block-img img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}

.contact-wrapper .container > .row > .col-lg-6  {
    padding: 0;
}

.Contact-block-img {
    position: relative;
    z-index: 1;
}

.img-cnt-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 60px;
    z-index: 1;
}
.img-cnt-box h5{
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    color: #fff;
}


/*==============footer-wrapper-css==================*/

footer.footer-wrapper {
    padding: 100px 0 0 0;
    background-color: #fff;
    color: #7a7a7a;
}

/*.footer-inner {
    padding: 0 100px;
}*/

.footer-contact h6, .footer-contact > a {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #229a67;
}


.address h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #232323;
    position: relative;

}
.footer-logo {
    margin-bottom: 25px;
}
.footer-contact p ,.address p a{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #7a7a7a;
    opacity: 0.78;
    margin: 15px 0px;
}

.address p,.address p a {
    margin: 0;
    margin-bottom: 10px;
}

.footer-contact ul li a {
    padding: 5px 0!important;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #7a7a7a;
    opacity: 0.6;

}

.footer-contact ul li a:hover {
    color: #006439!important;
    opacity: 1;
}

.footer-copyright {
    display: flex;
    justify-content: center;
    padding: 0 100px;
    align-items: center;
    padding-bottom: 10px;
}
.footer-wrapper hr{
    border: 1px solid #707070;
    opacity: 0.23;
}
.footer-contact .social-link a span {
    padding: 0px 5px;
    color: #7a7a7a;
    font-size: 16px;
}
.footer-contact .social-link a span:hover{
    color: #229a67;
    transition: 0.5s all;
}
.footer-copyright p a{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #7a7a7a;
    opacity: 0.6;

}
.footer-contact ul li span {
    position: absolute;
    left: -25px;
}

.footer-contact ul.nav li a:hover{
    text-decoration: underline;
}




/*======================*/
.main-pages {
    margin-top: 128px;
}
/*=====================*/



/*==============================*/
section.inner-banner-section {
    position: relative;
    background: url(../images/inner-page-images/inner-bg-banner.jpg);
    background-position: 100% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 340px;
    z-index: 1;
}
section.inner-banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.inner-page-heading-title h3{
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 10px;
}
.inner-page-heading-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.more-about {
    /*padding: 10px;*/
    position: relative;
    /* margin-bottom: 100px;*/
    background: #fff;
    z-index: 1;
}
.about-info-img{
    padding: 20px;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;*/
}
.about-info-img img {
    height: 300px;
    object-fit: cover;
}
.heading-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #229a67;
    margin-bottom: 20px;
}
.heading-title ul {
    margin: 0;
    padding: 0px 30px;
}
.heading-title ul li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 13px;
    position: relative;
}
.heading-title ul li:before {
    content: "\f101";
    position: absolute;
    left: -25px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #006439;
    font-weight: 500;
}


/*======goals========*/
section.goals-section {
    position: relative;
    padding-bottom: 100px;
}
.goals-points {
    padding:20px;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
    transition: 0.5s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.goals-icon {
    margin-bottom: 15px;
}
.goals-points h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #252525;
    height: 100%;
}
.goals-points:hover {
    transition: 0.5s all;
    background: #229a67;
}
.goals-points:hover .goals-icon img {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: 0.5s all;
}
.goals-points:hover h6 {
    color: #fff;
}


/*=============team-section=============*/
section.team-section {
    position: relative;
    background: #f3f3f3;
    padding-bottom: 100px;
    z-index: 1;
}
.inner-team-block h6 {
    font-size: 16px;
    font-weight: 600;
}
.inner-team-block p {
    font-size: 14px;
    font-weight: 300;
}
.team-profile {
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
    transition: 0.5s all;
    display: flex;
    align-items: center;
    position: relative;
    height: 180px;
}
.team-profile:before {
    content: '';
    position: absolute;
    top: 40px;
    right: -14px;
    left: 37px;
    bottom: -14px;
    border: 3px solid rgb(34,154,103 , 0.7);
    z-index: -1;
}
.team-img {
    position: absolute;
    top: 0;
    right: 18px;
}
.team-img img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}


/*=========call-section============*/
section.call-section {
    position: relative;
    background: url(../images/integration-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.call-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.call-info {
    position: relative;
    z-index: 1;
    text-align: center;
}
.call-info h5 {
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}



/*===========fba-prep-section================*/
section.fba-prep-section {
    position: relative;
    padding-bottom: 0;
}
/*==============prep-services-center-section==================*/
section.prep-services-center-section {
    position: relative;
    padding-bottom: 0;
}
.fba-prep-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.prep-servies {
    text-align: center;
    border: 1px solid #eee;
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.prep-servies-img img {
    height: 60px;
    object-fit: contain;
}
.prep-servies-cnt {
    padding: 20px 0px;
    padding-bottom: 0;
}
.prep-servies-cnt h6 {
    font-size: 16px;
    font-weight: bold;
    color: #006439;
    margin-bottom: 20px;
}
.prep-servies-cnt p {
    font-size: 14px;
    font-weight: 300;
    color: #a4a4a4;
}
.prep-guidance-cnt, .prep-guidance-img {
    margin-bottom: 30px;
}
.prep-guidance-cnt .heading-title h3 {
    font-size: 22px;
}
/*=============fba--center-section=====================*/
section.fba--center-section {
    position: relative;
}
.main-fba-prep {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
    padding: 24px;
}
.inner-main-fba-prep p {
    margin-bottom: 14px;
    text-transform: capitalize;
    font-size: 15px;
    color: #a4a4a4;
}

/*============shipping-flow-section================*/
section.shipping-flow-section {
    position: relative;
    padding-top: 100px;
}
.shipping-flow-box ul li {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.flow-img {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    text-align: center;
    line-height: 170px;
    background: #fff;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));
    border-radius: 50%;
}
.flow-img img {
    height: 100px;
    object-fit: contain;
}
.flow-img:after {
    content: '';
    background: url(../images/inner-page-images/arrows-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 170px;
    bottom: 0;
    z-index: -1;
    width: 125px;
    margin: 0 auto;
    object-fit: contain;
}
.shipping-flow-box ul li:last-child .flow-img:after{
    background: none;
}
.shipping-flow-box ul li h6 {
    padding-top: 16px;
    font-weight: 600;
}
/*==========prep-guidance-section=============*/
section.prep-guidance-section {
    position: relative;
}
.prep-guidance-img img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}

/*==========price-section===================*/
.price-section{
    background-color: transparent;
}

/*PRICE COLOR CODE START*/
.price-section .generic_content{
    background-color: #fff;
}

.price-section .generic_content .generic_head_price{
    background-color: #fff;
}

.price-section .generic_content .generic_head_price .generic_head_content .head_bg{
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

.price-section .generic_content .generic_head_price .generic_head_content .head span{
    color: #525252;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

.price-section .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

.price-section .generic_content .generic_feature_list ul li{
    color: #a7a7a7;
}

.price-section .generic_content .generic_feature_list ul li span{
    color: #414141;
}
.price-section .generic_content .generic_feature_list ul li:hover{
    background-color: #E4E4E4;
    border-left: 5px solid #229a67;
}

.price-section .generic_content .generic_price_btn a{
    border: 1px solid #2ECC71;
    color: #2ECC71;
}

.price-section .generic_content.active .generic_head_price .generic_head_content .head_bg,
.price-section .generic_content:hover .generic_head_price .generic_head_content .head_bg{
    border-color: #229a67  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #229a67;
    color: #fff;
}

.price-section .generic_content:hover .generic_head_price .generic_head_content .head span,
.price-section .generic_content.active .generic_head_price .generic_head_content .head span{
    color: #fff;
}

.price-section .generic_content:hover .generic_price_btn a,
.price-section .generic_content.active .generic_price_btn a{
    background-color: #2ECC71;
    color: #fff;
}
#generic_price_table{
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

.price-section .generic_content{
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 100%;
    border: 1px solid #eee;
    /*box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
    background: #fff;*/
}

.price-section .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

.price-section .generic_content .generic_head_price .generic_head_content{
    margin: 0 0 50px 0;
}

.price-section .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 45px 1411px 23px 399px;
    position: absolute;
}

.price-section .generic_content .generic_head_price .generic_head_content .head{
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.price-section .generic_content .generic_head_price .generic_head_content .head span{
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 2px;*/
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.price-section .generic_content .generic_head_price .generic_price_tag{
    padding: 0 0 20px;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price{
    display: block;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

.price-section .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

.price-section .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

.price-section .generic_content .generic_feature_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-section .generic_content .generic_feature_list ul li{
    font-size: 16px;
    padding: 15px 0;
    font-weight: 300;
    transition: all 0.3s ease-in-out 0s;
}
.price-section .generic_content .generic_feature_list ul li:hover{
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}
.price-section .generic_content .generic_feature_list ul li .fa{
    padding: 0 10px;
}
.price-section .generic_content .generic_price_btn{
    margin: 20px 0 32px;
}

.price-section .generic_content .generic_price_btn a{
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.price-section .generic_content,
.price-section .generic_content:hover,
.price-section .generic_content .generic_head_price .generic_head_content .head_bg,
.price-section .generic_content:hover .generic_head_price .generic_head_content .head_bg,
.price-section .generic_content .generic_head_price .generic_head_content .head h2,
.price-section .generic_content:hover .generic_head_price .generic_head_content .head h2,
.price-section .generic_content .price,
.price-section .generic_content:hover .price,
.price-section .generic_content .generic_price_btn a,
.price-section .generic_content:hover .generic_price_btn a{
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
    .price-section .generic_content{
        margin-bottom:75px;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .price-section .col-md-3{
        float:left;
        width:50%;
    }

    .price-section .col-md-4{
        float:left;
        width:50%;
    }

    .price-section .generic_content{
        margin-bottom:75px;
    }
}

#generic_price_table_home{
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}
.demo-pic{
    margin: 0 auto;
}
.demo-pic:hover{
    opacity: 0.7;
}

#generic_price_table_home ul{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
#generic_price_table_home li{
    float: left;
}
#generic_price_table_home li + li{
    margin-left: 10px;
    padding-bottom: 10px;
}
#generic_price_table_home li a{
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}
#generic_price_table_home .blue{
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
    background: #E74C3C;
    transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}
#generic_price_table_home .divider span{
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}
#generic_price_table_home .itemname{
    text-align: center;
    font-size: 50px ;
    padding: 50px 0 20px ;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
    padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
    background-color: #666;
    color: #FFF;
    text-decoration:none;

}
.bottom_btn:hover{
    background-color: #666;
    color: #FFF;
    text-decoration:none;
}

/*==============request===========================*/
#Request .modal-dialog {
    max-width: 700px;
}
#Request .modal-header{
    border-bottom: 0;
}
#Request .modal-body {
    padding: 5rem;
}
.wizard h3 {
    text-align: center;
    margin-bottom: 75px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.login-box {
    padding: 25px !important;
    background-color: #fff !important;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%) !important;
}
#main_form .tab-pane h4 {
    margin-bottom: 30px;
    color: #4caf50;
    font-size: 22px;
}
.wizard .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
.wizard span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #006439;
    color: #fff;
    border-color: #006439;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 23.333333%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.wizard .prev-step,
.wizard .next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
/*.next-step{
    background-color: #0db02b;
}*/
/*.skip-btn{
    background-color: #cec12d;
}*/
.wizard .step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.wizard .term-check{
    font-size: 14px;
    font-weight: 400;
}
.wizard .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.wizard .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.wizard .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.wizard .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.wizard .footer-link{
    margin-top: 30px;
}
.wizard .all-info-container{

}
.wizard .list-content{
    margin-bottom: 10px;
}
.wizard .list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.wizard .list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.wizard .list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.wizard .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.wizard .list-box{
    padding: 10px;
}
.wizard .list-inline li{
    display: inline-block;
}
.wizard .pull-right{
    float: right;
}
.wizard .form-control-css {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wizard .tab-content .tab-pane h6 {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.tab-content .tab-pane span {
    font-size: 10px;
    font-weight: 600;
    display: block;
    margin-top: 25px;
    padding-left: 12px;
}

@media (max-width: 767px){
    .sign-content h3{
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i{
        display: none;
    }
}




/*=========contact-page-css=================*/


.contact-section {
    position: relative;
    padding-bottom: 5px;
}
.contact-info {
    background-color: #fff;
    box-shadow: 0 5px 13px 0 rgb(0 0 0 / 13%);
    padding: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    height: 160px;
}
.contact-info:hover {
    box-shadow: 0 5px 13px 0 rgb(30 30 30 / 13%);
}
.top-heading {
    text-align: center;width: 80%;
    margin: 0 auto;
}
.top-heading h2 {
    color: #229a67;
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
/*.top-heading h2:after {*/
/*    content: '';*/
/*    border-bottom: 2px solid #f7d62f;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*}*/
.form-images {
    padding-top: 32px;
}
.top-heading p{
    color: #35363A;
    font-size: 14px;
    text-align: center;
}
.contact-info h4 {
    /*  color: #35363A;
      font-size: 18px;*/
    text-align: center;
    /*background: linear-gradient( to bottom, #1247e1 0%, #05d2e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #006439;
    padding: 20px 0px;
}
.contact-info p {
    color: #35363A;
    font-size: 14px;
    text-align: center;
}
.contact-info span {
    text-align: center;
    display: block;
    font-size: 30px;
    color: #000;
}


/*============================*/
.main-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    margin-bottom: 45px;
}
.icon-box {
    margin-bottom: 5px;
}
.icon-box a {
    color: #000;
    display: inline-block;
    font-size: 14px;
}
.blog-cnt {
    padding: 20px;
}
.blog-img {
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
}
.blog-img img {
    height: 370px;
    object-fit: cover;
    width: 100%;
}
.blog-cnt span {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #229a67;
    text-transform: capitalize;
    margin-bottom: 16px;
    display: block;
}
.blog-cnt h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 20px;
}
.blog-cnt p {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #a4a4a4;
    margin-bottom: 20px;
}
.icon-box span {
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.icon-box {
    margin-bottom: 5px;
    display: inline-block;
}
.icon-box span:after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    position: absolute;
    left: -5px;
    right: 0;
    bottom: 0;
    top: 0;
}
.icon-box:last-child span:after{
    border-right: 0;
}


/*=============efulfillment-page===============*/

/*=============efulfillment-section===============*/
section.efulfillment-section {
    position: relative;
}
.efulfillment-img img {
    height: auto;
    object-fit: contain;
    width: 100%;
}
.efulfillment-section .outer-prep-wrapper:after {
    right: -50px;
    bottom: 22%;
}


/*===========efulfillment-servies==============*/
.efulfillment-servies{
    position: relative;
}

.efulfillment-servies-block {
    position: relative;
    border: 1px solid #d2d7e0;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    background: #fff;
}
.efulfillment-servies-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
    padding-bottom: 15px;
    color: #229a67;
    position: relative;
    z-index: 99;
}
.efulfillment-servies-block p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #a4a4a4;
}
.mar-bottom {
    position: relative;
    margin-top: 95px;
}
.efulfillment-servies-block h4 span {
    margin-left: 35px;
}

.efulfillment-servies-block h4 img {
    position: absolute;
    left: -30px;
    top: -35px;
}
.efulfillment-servies-block:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -35px;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(#fff 0%, #fff 26.77%, #fff 57.32%, #89fecc 100%);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
    margin: 0 auto;
    transform: translate3d(10px, 10px, 10px);
}

/*========================*/

section.warehousing-fulfillment {
    position: relative;
}
/*.warehous-img {
    height: 100%;
}*/
.warehous-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
section.warehousing-services {
    position: relative;
    background: #f5f5f5;
}
.warehous-services {
    position: relative;
    /*box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;*/
    margin-bottom: 50px;
    border-left: 4px solid #89FECC;
    border-radius: 5px;
    background: #fff;
}

/*==============third-party-fulfillment-services=============*/
section.third-party-fulfillment {
    position: relative;
}
section.business-grow-section {
    position: relative;
    text-align: center;
}
.grow-box {
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    height: 100%;
    align-items: center;
}
.grow-box h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #232323;
}

.option-block {
    border-top: 1px solid #229a67;
    /*border-bottom: 1px solid #229a67;*/
}

/*=============================*/
section.ecommerce-fulfillment-service{
    position: relative;
}

section.ecommerce-procces {
    position: relative;
    text-align: center;
}
.ecommerce-img{
    padding: 20px;
    background: linear-gradient(#fff 0%, #fff 26.77%, #fff 57.32%, #89fecc 100%);
}
.procces-box {
    width: 100%;
}
.procces-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.procces-box ul li h6 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 0;
    color: #000;
}
.procces-box ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #d2d7e0;
    margin: 25px;
    padding: 10px;
}
.procces-box ul li span {
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    top: -10px;
    left: -10px;
    background: #229a67;
    border-radius: 50%;
}
section.ecommerce-services {
    position: relative;
    background: #f5f5f5;
}
.outer-system-block {
    width: 80%;
    margin: 0 auto;
}
/*.system-cnt-box p, .system-cnt-box ul li, .system-cnt-box .heading-title ul li:before {
    color: #fff;
}*/
.system-img-box {
    height: 100%;
}
.system-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*==============shopify-fulfilment-service==================*/
.shopify-fulfilment-service{
    position: relative;
}
section.services-advantages {
    position: relative;
    text-align: center;
}
.outside-box {
    display: flex;
    height: 100%;
}
.advantages-box {
    border: 1px solid #d2d7e0;
    padding: 25px;
    background: #fff;
    margin-bottom: 45px;
}
.advantages-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #252525;
    text-align: left;
}
.services-advantages .heading-title h4 {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
