.vendor-result-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 25px;
    padding: 0 0 16px;
    border-bottom: 1px solid #6b6b6b;
}
.btn-primary {
    color: #fff;
    background: #107A66;
}
.btn-primary-outline,.btn-primary{
    border: 2px solid #107A66;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    padding: 5px 22px;
    min-height: 54px;
}
.btn-primary:hover {
    background: #ffffff;
    color: #107a66;
    border-color: #107a66;
}
.btn-primary-outline:hover{
    background-color: #107A66;
    color: #ffffff;
}
.btn-primary-outline{
    color: #107A66;
}
.header-btns .btn {
    margin-left: 15px;
}
select {
    cursor: pointer;
}
.miles-selection,
.entries-selection {
    position: relative;
}

.miles-selection select {
    width: 220px;
}

.miles-selection select,
.entries-selection select {
    min-height: 45px;
    background: transparent;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    border-radius: 0;
}

.entries-selection select {
    width: 170px;
}

.miles-selection .form-control:focus,
.entries-selection .form-control:focus {
    background: transparent;
}
.total-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}

.total-result .result-count {
    flex: 1 1 0;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}

.total-result .result-showing {
    flex: 0 0 auto;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #6b6b6b;
}

.selection-wrapper {
    display: flex;
    gap: 20px;
}

.miles-selection::before,
.form-custom-select::before,
.entries-selection::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    border: 2px solid #2f2f2f;
    width: 10px;
    height: 10px;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    border-radius: 1px;
    pointer-events: none;
}

.vendor-item .vendor-no .vendor-index {
    font-size: 16px;
    color: #107A66;
    margin-right: 3px;
    font-weight: 600;
    letter-spacing: 0;
}

.refresh-button {
    background: #198754;
    color: #fff;
    border: 1px solid #197854;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.refresh-button svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.form-custom-select::before {
    top: 16px;
}

.form-custom-select {
    position: relative;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.vendor-item {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #6b6b6b;
    margin: 0 0 20px;
}
.vendor-description {
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 14px;
}
.vendor-item .vendor-no {
    margin: 0 0 5px;
    font-weight: 400;
    letter-spacing: 0.15px;
    font-size: 16px;
    color: #111827;
}
.vendor-item .vendor-city {
    font-size: 24px;
    line-height: 40px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 11px;
}
.vendor-item .vendor-distance  {
    margin: 0 0 7px;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.17px;
}
.vendor-item .vendor-item-heading {
    font-weight: 700;
    text-transform: capitalize;
}

.card.findvendor-card {
    background: transparent;
    border: none;
}

.findvendor-card form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.vendor-lists {
    margin: 0 0 60px;
}

.sigup-card {
    padding: 35px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF5EE;
}

.sigup-card h2 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.2px;
    color: #107A66;
    font-weight: 700;
    margin: 0 0 22px;
    font-family: 'Gentium Plus', serif;
}

.sigup-card p {
    color: #111827;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    max-width: 720px;
    font-weight: 400;
    margin-bottom: 40px;
}

.sigup-card .btn {
    background: #107A66;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 36px;
    text-transform: capitalize;
    border: 2px solid #107A66;
}
.sigup-card .btn:hover{
    background:#fff;
    color: #107a66;
}
.findvendor-card form #location {
    width: 100%;
    margin: 10px 0 0;
    font-size: 15px;
    color: #787373;
    font-weight: 500;
}

footer {
    background: #111827;
    padding: 52px 0;
}

.footer-content {
    text-align: center;
}

.footer-text {
    margin-top: 32px;
}

.footer-text p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.form-group.form-field-location,
.form-group.form-field-distance {
    width: 81%;
    margin-right: 2%;
}

.card.findvendor-card .card-body,
.card.findvendor-card .card-footer {
    background: transparent;
    padding: 0;
    border: none;
}

.project-widget {
    border-radius: 20px;
    text-align: center;
    background: #ECFAF7;
    padding: 20px 20px 34px;
}

.project-widget h3 {
    color: #107A66;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 13px;
}

.project-widget .btn {
    background: #107A66;
    border-radius: 8px;
    padding: 9px 22px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 16px;
    border: 2px solid #107A66;
}
.project-widget .btn:hover{
    background:#fff;
    color: #107a66;
}
.chat-widget .btn{
    margin-top: 10px;
}
.card-footer p .country_class {
    font-weight: 700;
}

.project-widget p {
    font-size: 18px;
    line-height: 26px;
    color: #111827;
    font-weight: 400;
}

.card.findvendor-card .card-header {
    padding: 0 0 10px;
    border: none;
    background: transparent;
    font-size: 22px;
    font-weight: 700;
}

.form-group.form-filed-submit {
    width: 17%;
}

.findvendor-card form .form-group textarea.form-control,
.findvendor-card form .form-group input {
    min-height: 54px;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}

.findvendor-card form select {
    min-height: 50px;
}

.findvendor-card form select,
.findvendor-card form textarea,
.findvendor-card form input {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    border-radius: 0;
}

.findvendor-card form label {
    width: 100%;
    display: block;
    padding-top: 0;
}

.findvendor-card .form-group.form-filed-submit button.btn {
    width: 100%;
    min-height: 54px;
    border-radius: 8px;
    font-size: 24px;
    text-transform: capitalize;
    background: #107A66;
    font-weight: 700;
}

.serach-bar {
    position: relative;
}

.serach-bar .search-icon {
    position: absolute;
    left: 17px;
    top: 14px;
}

.serach-bar input {
    padding-left: 45px;
}

.serach-bar .search-icon svg {
    width: 22px;
    height: 22px;
    color: #2f2f2f;
}

.card.findvendor-card .card-footer h5 {
    color: #107A66;
    max-width: 650px;
    width: 100%;
    font-size: 30px;
    line-height: 51px;
    font-weight: 600;
    margin-bottom: 9px;
}

.card.findvendor-card .card-footer {
    margin-top: 20px;
}

.card.findvendor-card .card-footer p {
    font-size: 16px;
    line-height: 27.2px;
    color: #111827;
    font-weight: 400;
}

.scrollable-list {
    max-height: 200px;
    /* Set the maximum height for the scrollable list */
    overflow-y: auto;
    /* Enable vertical scrolling */
}

.project-widget img {
    width: 100%;
}
.chat-widget img{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 100%;
}
.not-found h3 {
    font-size: 26px;
    line-height: 40px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 12px;
}

.not-found p {
    font-size: 18px;
    line-height: 30px;
    color: #111827;
    font-weight: 400;
    max-width: 800px;
}

.not-found p a {
    text-decoration: none;
    font-weight: 700;
    color: #107A66;
}

.pagination span.relative {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.pagination div,
.pagination nav {
    width: 100%;
}

.pagination span.relative a {
    padding: 2px !important;
}

.pagination span.relative a,
.pagination span.relative span {
    display: inline-flex;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #dbdbdb !important;
    margin: 0 3px;
    min-width: 50px;
}

.pagination span.relative {
    box-shadow: none !important;
}

.pagination>nav>div.flex {
    display: none;
}

.pagination span.relative span[aria-current="page"] span {
    color: #fff;
    background: #197854 !important;
    padding: 0 !important;
}

.pagination {
    padding-bottom: 40px;
}

.pagination span.relative a svg,
.pagination span.relative span svg {
    width: 27px;
    height: 27px;
}

.manufacturer-result-page {
    padding: 40px 0 0px;
    background-color: #ffffff;
}
.header-btns {
    display: flex;
    justify-content: flex-end;
}
.header-btns .login-btn{
    padding-left: 25px;
    padding-right: 25px;
}
.header-btns .login-btn {
    padding-left: 50px;
    padding-right: 50px;
}
header {
    margin-bottom: 40px;
}
header .row{
    align-items: center;
}
#map {
    width: 100%;
    height: 270px;
    border-radius: 20px;
}
.resources-sec {
    background: #ECFAF7;
    margin-top: 50px;
    padding: 40px 0 50px;
}
.resources-sec h2 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.2px;
    font-family: 'Gentium Plus', serif;
    font-weight: 700;
    color: #107A66;
    margin-bottom: 40px;
}
.resource-image img {
    width: 100%;
}
.resource-text {
    text-align: center;
    padding: 20px 25px;
    background: #ffffff;
}
.resource-card {
    background: #fff;
    height: 100%;
}
.resource-text a {
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #107A66;
    font-weight: 400;
}
.chat-widget{
    margin-top: 38px;
    background-color: #FFF5EE;
}

.vendor-lists .wrap-signup {
    position: relative;
}

.vendor-item-blur {
    -webkit-filter: blur(6.5px);
    filter: blur(6.5px);

}

.vendor-lists .wrap-signup .signup-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(245, 245, 245, 0.35);
}
.vendor-lists .wrap-signup .signup-box .content-box {
    padding: 48px 20px;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    background: #F38640;
    border-radius: 20px;
}
.vendor-lists .wrap-signup .signup-box .content-box h2 {
    font-size: 48px;
    margin-bottom: 50px;
    font-family: 'Gentium Plus', serif;
    font-weight: 700;
    color: #fff;
    line-height: 51px;
    letter-spacing: -1.2px;
}
.vendor-lists  .content-box .btn {
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    min-height: 54px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #107A66;
}
.vendor-lists  .content-box .btn:hover{
    background:#107A66;
    border: 1px solid #107A66;
    color: #ffffff;
}
@media(max-width: 1399px){
   .findvendor-card .form-group.form-filed-submit button.btn {
    font-size: 18px;
   }
   .form-group.form-field-location{
    width: 75%;
    margin-right: 2%;
   }
   .form-group.form-filed-submit {
    width: 23%;
  }
  .project-widget img {
    max-width: 250px;
  }
}
@media(max-width: 1199px){
  .vendor-lists .wrap-signup .signup-box .content-box h2 {
    font-size: 38px;
    line-height: 41px;
  }
  .resources-sec h2 {
    font-size: 40px;
    line-height: 46px;
   }
   .resource-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
   }
   .resources-sec {
    padding: 40px 0 30px;
   }
  .btn-primary-outline, .btn-primary {
    font-size: 18px;
  }
  .header-btns .login-btn {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sigup-card h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .sigup-card .btn,
  .project-widget .btn {
    font-size: 20px;
  }
}

@media(max-width: 991px) {
    .project-widget,
    #map {
        margin-top: 40px;
    }
    .card.findvendor-card .card-footer h5 {
        max-width: 100%;
    }
    .resource-text a {
    font-size: 16px;
    line-height: 28px;
   }
    .card.findvendor-card .card-footer p {
        margin: 0;
    }
    footer {
        padding: 35px 0;
    }

    .vendor-result-wrap .total-result {
        width: 100%;
        margin: 0 0 19px;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .total-result span {
        margin-right: 0px;
    }

    .vendor-result-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width: 767px) {
    .card.findvendor-card .card-footer {
        margin-top: 10px;
    }
    .resource-text {
      padding: 20px 25px 25px;
    }
    .resources-sec h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 26px;
    }
    .resources-sec {
        padding: 26px 0 10px;
        margin-top: 36px;
    }
    .resource-card {
      height: auto;
    }
    .total-result .result-showing {
      font-size: 15px;
   }
   .total-result .result-count {
     font-size: 20px;
   }
   .vendor-result-wrap .total-result {
    gap: 6px;
   }
    .header-btns .btn {
        margin-left: 0;
        margin-right: 12px;
    }
    .header-btns {
     justify-content: flex-start;
   }
    .not-found h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .vendor-lists {
        margin: 0 0 40px;
    }

    .not-found p {
        font-size: 16px;
        line-height: 26px;
    }
    .btn-primary-outline, .btn-primary {
        font-size: 16px;
        min-height: 46px;
        padding: 5px 20px;
    }
    .vendor-item .vendor-city {
        font-size: 18px;
        line-height: 32px;
   }
    .card.findvendor-card .card-footer p {
        font-size: 16px;
        line-height: 27px;
    }
    .header-btns .login-btn {
        padding-left: 35px;
        padding-right: 35px;
    }
    .logo {
        margin-bottom: 20px;
    }

    .footer-text {
        margin-top: 25px;
    }

    footer {
        padding: 25px 0;
    }

    .manufacturer-result-page {
        padding: 22px 0 0px;
    }

    .sigup-card h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .sigup-card {
        padding: 25px 18px 30px;
    }

    .project-widget {
        margin-top: 30px;
    }

    .project-widget p {
        font-size: 16px;
        line-height: 24px;
    }

    .project-widget h3 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 13px;
        margin-bottom: 9px;
    }

    .findvendor-card .form-group.form-filed-submit button.btn {
        font-size: 17px;
    }

    .project-widget .btn {
        margin-top: 8px;
    }

    .sigup-card .btn,
    .project-widget .btn {
        font-size: 16px;
    }
    .chat-widget img {
        width: 200px;
        height: 200px;
    }
    .sigup-card p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 28px;
    }

    .card.findvendor-card .card-footer h5 {
        font-size: 28px;
        line-height: 33px;
    }

    .form-group.form-filed-submit {
        width: 48%;
    }

    .form-group.form-field-location {
        width: 50%;
        margin-right: 2%;
    }

    .vendor-item {
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

    .findvendor-card form #location,
    .vendor-item p {
        font-size: 15px;
    }

    .form-group.form-filed-submit {
        width: 100%;
        margin-right: 0;
    }

    .refresh-button-wrap,
    .form-group.form-filed-submit {
        margin-top: 12px;
    }

    .form-group.form-field-location {
        width: 100%;
        margin-right: 0;
    }

    .findvendor-card form {
        flex-wrap: wrap;
    }

    .serach-bar p#location:empty {
        margin: 0;
    }

    .form-group.form-filed-submit label.col-form-label,
    .refresh-button-wrap .col-form-label {
        display: none;
    }
}

@media(max-width: 575px) {

    .card.findvendor-card .card-footer {
        margin-top: 18px;
    }

    .card.findvendor-card .card-footer h5 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .card.findvendor-card .card-footer p {
        line-height: 28px;
        font-size: 15px;
    }

    .total-result span {
        font-size: 15px;
    }

    .vendor-result-wrap {
        margin: 10px 0 20px;
        padding-bottom: 0;
    }
}

@media(max-width: 479px) {
    .selection-wrapper {
        gap: 16px;
        width: 100%;
        flex-direction: column;
    }

    .miles-selection select,
    .entries-selection select {
        width: 100%;
    }
}



@media(max-width: 1199px) {
    .vendor-lists .wrap-signup .signup-box .content-box .btn {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .vendor-lists .wrap-signup .signup-box .content-box {
      padding: 25px 20px 33px;
    }
    .vendor-lists .wrap-signup .signup-box .content-box .btn {
       font-size: 15px;
       padding: 5px 15px;
       min-height: 48px;
    }
    .vendor-lists .wrap-signup .signup-box .content-box h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 29px;
    }
}

