a:hover {
    text-decoration: none;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-900 {
    font-weight: 900;
}

strong, .strong {
    font-family: Poppins-SemiBold;
}
.vendors-page .section-1 .left-inner-section {
    padding-left: 80px;
}

.vendors-page .section-1 .form {
    box-shadow: 1px -10px 30px var(--black-light);
    border-radius: 10px 10px 0px 0px;
    width: 82%;
 }

.vendors-page .section-1 .form-group {
    width: 100%;
    vertical-align: middle;
}

.vendors-page .section-2 {
    padding-bottom: 40px;
    padding-top: 15px;
}

.vendors-page .section-3 {
    background: url('/assets/images/Vendors/Vendors-cta-bg.png') no-repeat center;
    background-size: cover;
    padding: 80px;
}

.vendors-page .section-4 .vendor-features-header p {
    padding-top: 30px;
    line-height: 0 !important
}

.vendors-page .section-4 .div-bg {
    background: url('/assets/images/Vendors/careers-cta-phones-img.png') no-repeat center;
    background-size: cover;
}

.vendors-page .section-5 .row {
    padding-left: 80px;
    padding-right: 80px;
}

.vendors-page .section-5 .bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 20rem;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vendors-page .section-5 .bg-image-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 9rem;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vendors-page .section-5 a p:hover,
.vendors-page  .section-5 a h6:hover {
    color: var(--black-medium) !important;
}

.mobile-watch-more {
    display: none;
}

@media screen and (max-width: 1024px) {
    .vendors-page .section-5 .watch-more {
        font-size: 10px;
        padding: 13px 36px;
    }
}

@media screen and (max-width: 991px) {
    .vendors-page .section-1 .left-inner-section {
        padding-left: 0 !important;
        text-align: center;
    }
    .vendors-page .section-1 .form {
        width: 90%;
    }
    .vendors-page .section-3 .btn {
    margin-right: 0 !important;
    }
    .vendors-page .section-5 .text-right {
    text-align: center !important;
    }
    .vendors-page .section-5 .row {
    padding-left: 20px !important;
    padding-right: 22px !important;
    }
    .vendors-page .section-5 .watch-more {
        font-size: 10px;
        padding: 13px 36px;
    }
    .vendors-page .section-5 .bg-image {
    height: 16rem;
    }
    .vendors-page .section-5 .bg-image-2 {
        height: 6rem;
    }
    .vendors-page .section-5 .short-desc-2 {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    .vendors-page .section-1 .form {
        width: 100%;
     }
    .vendors-page .section-2 {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .vendors-page .section-5 .bg-image,
    .vendors-page .section-5 .bg-image-2 {
        height: 14rem;
    }

    .vendors-page .section-5 .short-desc,
    .vendors-page .section-5 .short-desc-2 {
        font-size: 15.6px;
        line-height: 23px;
        font-family: Poppins-Bold;
    }
    .desktop-watch-more {
        display: none;
    }
    .mobile-watch-more {
        display: block;
    }
}

@media screen and (max-width: 510px) {
    .vendors-page .btn {
        font-size: 10px !important;
    }
    .vendors-page .p-5,
    .vendors-page .section-3,
    .vendors-page .section-5 .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .vendors-page .section-1 .right,
    .vendors-page .section-1 .form {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
