.error {
    color: red !important;
}

.form textarea {
    height: 70px !important;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 2px 3px 1px #ddd;
}

.banner-area:before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.radioBtns {
    margin-bottom: 10px;
}

.form-group.col-lg-12.text-center {
    margin-bottom: 0;
}

.formSubmitBtn {
    margin-top: 0px;
}

.g-recaptcha>div {
    margin: 0 auto;
}

.color-text {
    color: #2e8134;
}

.fulfillment-services h4.f18 {
    font-size: 18px !important;
    line-height: 25px !important;
}

.services__area .section__title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    max-width: 45%;
    margin: 0 auto;
}

.services__area .section__title p br {
    display: none;
}

.numberText {
    font-size: 100px;
    opacity: .9;
    color: #2E8134;
    opacity: 0.45;
    padding-left: 30px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
}

.outsource_wrapper ._content h4 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.outsource_wrapper ._content h4 img {
    top: 0;
}

.dflex2 {}

.contentBox1 {
    display: flex;
    margin-top: 20px;
}

.outsource_items_box {
    margin-top: 50px;
}

.outsource_items_box .row {
    margin: 100px 0;
    align-items: center;
}

.outsource_items_box .row p {
    max-width: 70%;
}

.outsource_items_box .imgbox img {
    width: 100%;

}

.outsource_items_box .row:nth-child(even) .center_listItems {
    padding-left: 40px;
}

.why_need_section img {
    max-width: 100%;
}

.why_contennt {
    padding-right: 100px;
    padding-left: 50px;
}

.why_need_section .row {
    margin: 0;
    align-items: center;
}

.why_need_section {
    padding: 100px 0;
}

.padd0 {
    padding: 0;
}

.why_need_section p {
    font-size: 16px;
    line-height: 25px;
    max-width: 84%;
    margin-top: 50px;
}

.why_need_section a {
    background: #2d8134;
    padding: 5px 20px;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
}

.why_contennt h2 {
    color: #2E8134;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 30px;
}

#dashboardfulfillment ._dflex h4 {
    font-size: 24px;
}

#dashboardfulfillment ._dflex p {
    font-size: 18px;
    line-height: 20px;
}

#dashboardfulfillment ._dflex img {
    max-width: 23px;
}

#dashboardfulfillment p.subHeadings {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    line-height: 28px;
}

.status .text-right a {
    text-transform: uppercase;
    border-radius: 0;
}


#places-map a[href].map-location-marker:hover {
    background: url(../svg/map-pin-green.svg);
    background-repeat: no-repeat;
    background-size: 25px;
}

.MainLogo a:hover {
    box-shadow: none !important;
}



.fulfillment_experience {
    margin-top: 50px;
}

.fulfillment_experience .center_listItems {
    background-color: #fff;
    padding: 60px 40px;
    margin-top: 30px;
    border: 0.5px solid #B9583B;
    box-shadow: 2px 3px 9px rgb(0 0 0 / 16%);
    min-height: 360px;
}

.fulfillment_experience .center_listItems p {
    /*max-width: 65%;*/
}

.ContactUsWrapper {
    height: auto;
}

.ContactUsWrapper .container {
    position: static;
    height: auto;
    transform: none;
}


.radioBtns {
    margin-bottom: 0 !important;
}

.formSubmitBtn {
    margin-top: 20px !important;
}

body .landingPagesbanner {
    padding-bottom: 40px !important;
}
.banner-area:before{
    background-image: none !important;
}

 body .error {
   color: #f00 !important;
   font-size: 15px !important
}

body span.error {
   font-size: 12px !important
}

select,
input,
input.error {
   color: #6c6b6b !important;
   font-size: 15px !important
}

.error-msg {
   position: absolute
}

.form-group {
   margin-bottom: 30px !important
}

.gCaptcha .error-msg {
   flex: 0 0 100%;
   max-width: 100%;
   text-align: center;
   position: static
}

body select.error {
   color: #6c6b6b !important
}

::-webkit-input-placeholder {
   font-size: 15px !important
}

::-moz-placeholder {
   font-size: 15px !important
}

:-ms-input-placeholder {
   font-size: 15px !important
}

:-moz-placeholder {
   font-size: 15px !important
}



@media (max-width: 767px) {
    .services__item{
        justify-content: center !important;
    }
    body .services__area.fulfillment-services.chicagoServicesItems.pb-80 {
    padding-bottom: 0px !important;
}
    .outsource_items_box .row p {
        max-width: 100%;
    }

    .outsource_items_box .imgbox {
        margin-top: 20px;
    }

    .outsource_items_box .row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .outsource_items_box .row:nth-child(even) .center_listItems {
        padding-left: 0;
    }

    .why_need_section img {
        max-width: 80%;
        margin-bottom: 40px;
    }

    .why_contennt {
        padding: 0 15px;
    }

    .why_contennt h2 {
        color: #2E8134;
        text-transform: uppercase;
        line-height: 24px;
        font-size: 22px;
    }

    .why_need_section p {
        font-size: 16px;
        line-height: 25px;
        max-width: 100%;
        margin-top: 25px;
    }

    #dashboardfulfillment p.subHeadings {
        font-size: 16px !important;
        margin-bottom: 20px !important;
        font-weight: 500 !important;
        line-height: 21px;
    }

    #dashboardfulfillment ._dflex h4 {
        font-size: 18px;
    }

    #dashboardfulfillment ._dflex p {
        font-size: 16px;
        line-height: 20px;
    }

    .services__area .section__title p {
        max-width: 100%;
    }

    .xpdelTechnology_text h1 {
        font-size: 18px !important;
    }
    .services__area .section__title p {
        max-width: 100%;
    }

    .xpdelTechnology_text h1 {
        font-size: 18px !important;
    }

    .landingPagesbanner {
        padding-bottom: 40px !important;
    }

    .fulfillment_experience .center_listItems {
        min-height: 390px;
    }

    .why_contennt {
        padding: 0;
        margin-bottom: 30px;
    }

    .fulfillment_experience_wrapper .fulfillment-bottom-info {
        padding: 80px 0;
    }

    .landingPagesbanner {
        background-position: 60% 100% !important;
    }

    .fulfillment_experience .center_listItems {
        padding: 30px !important;
        min-height: auto !important;
    }

    .fulfillment-bottom-info .fulfillment_experience {
        margin-top: 0;
    }

    .landingPagesbanner h1 br {
        display: none;
    }

    .landingPagesbanner h1 {
        max-width: 80%;
    }

    .outsource_items_box .row:nth-child(even) {
        flex-direction: column;
    }

    .outsource_items_box .row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .outsource_items_box .imgbox {
        margin-bottom: 60px;
    }

    .outsource_items_box .row {
        margin: 50px 0;
    }
    .nashville_wrapper .landingPagesbanner h1 br {
        display: none;
    }

    .nashville_wrapper .landingPagesbanner h1 {
        max-width: 80%;
    }

    .nashville_wrapper .outsource_items_box .row:nth-child(even) {
        flex-direction: column;
    }

    .nashville_wrapper .outsource_items_box .row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .nashville_wrapper .outsource_items_box .imgbox {
        margin-bottom: 60px;
    }

    .nashville_wrapper .outsource_items_box .row {
        margin: 50px 0;
    }

    .nashville_wrapper .xpdelTechnology_text h1 {
        font-size: 18px !important;
    }

    .nashville_wrapper .services__nav-content .center-data .text-center p {
        max-width: 100% !important;
    }

    .nashville_wrapper .services__area .section__title p {
        max-width: 100% !important;
    }

    .nashville_wrapper .landingPagesbanner {
        padding-bottom: 40px !important;
    }

    .nashville_wrapper .fulfillment-services h4.f18 br {
        display: block;
    }
    .texas_wrapper .landingPagesbanner h1 br {
        display: none;
    }

    .texas_wrapper .landingPagesbanner h1 {
        max-width: 80%;
    }

    .texas_wrapper .outsource_items_box .row:nth-child(even) {
        flex-direction: column;
    }

    .texas_wrapper .outsource_items_box .row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .texas_wrapper .outsource_items_box .imgbox {
        margin-bottom: 60px;
    }

    .texas_wrapper .outsource_items_box .row {
        margin: 50px 0;
    }

    .texas_wrapper .services__area .section__title p {
        max-width: 100%;
    }

    .texas_wrapper .xpdelTechnology_text h1 {
        font-size: 18px !important;
    }

    .texas_wrapper .landingPagesbanner {
        padding-bottom: 40px !important;
    }
    .services__nav-content .center-data .text-center p{
        max-width: 100% !important;
    }
    body.location_wrapper .landingPagesbanner{
        background-position: 30% 100% !important;
    }
    body.chicago_wrapper .landingPagesbanner{
        background-position: 70% 100% !important;
    }
    body.brooklyn_wrapper .landingPagesbanner{
        background-position: 70% 100% !important;
    }
    .banner-area  .col-lg-12.d-flex{
        flex-wrap: wrap;
        padding: 0;
    }
      .banner-area  .col-lg-12.d-flex label{
    flex: 0 0 100% !important;
    }
    .ContactUsWrapper {
    height: auto!important;
    padding: 40px 0;
}
}

.ContactUsWrapper{
    height: 100% !important;
}
.ContactUsWrapper .container{
    position: static !important;
    transform: none !important;
}
.ContactUsWrapper .contact__form .form-group{
    margin-bottom: 10px !important;
}   
.ContactUsWrapper .error-msg {
    position: absolute;
    bottom: -10px;
}
.radioBtns{
    flex-wrap: wrap !important;
}
.radioBtns .col-lg-12:last-child{
    padding: 0;
}

.gcaptcha_field .error-msg{
    left: 0;
    right: 0;
    text-align: center;
}
.ContactUsWrapper #GRecaptcha2{
    bottom: -35px;
}
#places-map .marker-SanFrancisco {
    display: none !important;
}