.home-container-desktop .home-mobile-features-container {
        display: flex;
        padding: 2rem 4rem;
    }
    .home-container-desktop .home-mobile-features-container .feature-items-list .feature-item {
        display: flex;
        padding: 1.4rem 4px;
        border-bottom: 1px solid rgba(33,33,33,.2);
    }
    .home-container-desktop .home-mobile-features-container .feature-items-list .feature-item .feature-number {
    width: 3rem;
    height: 4rem;
    font-size: 4.4rem;
    font-weight: 600;
    line-height: .77;
    color: #bdbdbd;
    flex-shrink: 0;
}
.home-container-desktop .home-mobile-features-container .feature-items-list .feature-item .feature-content {
    margin-left: 2.4rem;
}
.home-container-desktop .home-mobile-features-container .feature-items-list .feature-item .feature-content .feature-title {
    margin-bottom: 8px;
    font-size: 1.5rem;
    letter-spacing: .4px;
    font-weight: 600;
    color: #212121;
}
.home-container-desktop .home-mobile-features-container .feature-items-list .feature-item .feature-content .feature-info {
    letter-spacing: .4px;
    height: auto;
    font-size: 16px;
    line-height: 1.43;
    text-align: left;
    color: #818181;
}
.home-container-desktop .home-mobile-features-container .feature-items-list .feature-item .feature-content .feature-info .download-app-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.feature-button img {
    width: 100%;
    max-width: 100px;
}
.bg-blue{
  background-color: #007aff;
}
.nav-link{
  color: #fff;
}
footer {
    background: #000;
    padding: 20px 0;
    color: #fff;
}
footer .footer-content-wrapper .title {
    font-size: 1.8rem;
}
footer .footer-content-wrapper .footer-primary .list {
    display: flex;
    flex-direction: column;
}
footer .footer-content-wrapper .list .list-item {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    padding-bottom: .8rem;
}
.main .offer-content {
    padding: 1rem 0;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    background: rgba(41,98,255,.8509803922);
    width: 100%;
    text-align: center;
}
.main  .offer-content .individual-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 0;
    margin: 0 2rem;
}
.main .offer-content .individual-offer .offer-img {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 13rem;
    border-radius: 50%;
}
.main .offer-content .individual-offer .offer-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin-top: 2.4rem;
    color: #fff;
}
.main .offer-content .individual-offer .offer-info .offer-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.2rem;
}
.main .offer-content .individual-offer .offer-info .offer-desc {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}
section .title {
    font-weight: 700;
    color: #212121;
    font-size: 2.4rem;
}
.feature-swiper-display img {
    width: 100%;
    max-width: 250px;
    border-radius: 10px;
    border: 2px solid #ddd;
    padding: 10px;
    box-shadow: 0 5px 15px 0px #f1f1f1;
}
section.mt-10 {
    margin-top: 85px;
}
.page_wrapper{
    padding:50px 0;
}
.feature-swiper-display {
    text-align: center;
}
.logo img {
    width: 100%;
    max-width: 200px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}
div#demo {
    margin-top: 80px;
}
.bg-green{
    background: #67c23a;
    color: #fff;
}
a.nav-link.btn-link {
    box-shadow: 0 5px 7px -1px rgba(111, 217, 67, 0.3);
    background: linear-gradient(141.55deg, #6fd943 3.46%, #6fd943 99.86%), #6fd943;
    color: #fff;
    border-radius: 12px;
    padding: 7px 15px !important;
}
.fixed-top {
    box-shadow: 0 5px 7px -1px rgba(111, 217, 67, 0.3);
}
.footer-secondary {
    background: #000;
    color: #fff;
    border-top: 1px solid #1c1919;
}
.signupBox {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 0px solid #ddd;
    /* padding: 30px; */
    border-radius: 15px;
    /* text-align: center; */
    /* box-shadow: 0 05px 10px 0 #ddd; */
}
.myFrom {
    padding: 15px 35px;
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.registerbtn {
    border-color: #67c23a;
    padding: 10px 15px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
}
.page_wrapper {
    padding: 50px 0;
    background-image: url('frontend/assets/imagesvhoa0.jpg');
}
header {
    padding: 0;
}
.signup_header {
    text-align: center;
    background: #67c23a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 0px 2px 0;
    color: #fff;
}
.blue-text {
    color: #326694 !important;
    font-weight: bold;
}
.address p {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
.small_tenders {
    margin-top: 50px !important;
}
}
