.main-menu ul .greenowear-btn {
    font-family: "Dosis", sans-serif;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 700;
    background-color: #7cc243;
    line-height: 24px;
    padding: 13px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0 2px 1px #1a161e;
    box-shadow: 0 2px 1px #1a161e;
}

.main-menu ul .greenowear-btn:hover {
    background-color: #1a161e;
    color: #ffffff;
}

.main-menu ul li:last-child {
    line-height: 90px;
}

@media screen and (max-width:1199px) {
    .header-bottom .menu-center>[class*=col]:first-child {
        flex: 0 0 270px;
        padding-right: 0px;
    }

}

.lil-btn-pro .greenowear-btn {
    font-family: "Dosis", sans-serif;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 700;
    background-color: #7cc243;
    line-height: 24px;
    padding: 13px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0 2px 1px #1a161e;
    box-shadow: 0 2px 1px #1a161e;
}

.lil-btn-pro .greenowear-btn:hover {
    background-color: #1a161e;
    color: #ffffff;
}

.lilbumpy-bak-kalar {
    background-color: #a0c18c;
}

.greeno-wear-card {
    font-weight: 700;
    text-align: center;
    font-family: "Dosis", sans-serif;
}

.greeno-wear-card1 {
    font-weight: 700;
    text-align: center;
    font-family: "Dosis", sans-serif;
}

.greeno-wear-card3 {
    text-align: center;
    /* font-family: "Dosis", sans-serif; */
}

.card-body.greeno-card-skaly {
    height: 343px;
}

.lilbumpy-bak-kalar.infa-wear {
    /* background-color: white; */
    /* background-color: #a9d39e; */
    background-color: #f8f8f8;

}

.product-inner.infant-wear-name {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 1px 1px 5px #0000001f;
}

.infant-pro-name h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
    line-height: 36px;
}

.greeno-about {
    text-align: justify;
    font-weight: 500;
}

.greeno-abot-page {
    background-color: #a9d39e;
}

.greeno-car-wear-title {

    text-align: center;
    font-size: 25px;
    font-weight: 700;

}

.card-icon-new {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px rgb(21 35 61 / 27%);
}

.card-icon-new img {
    width: 100%;
}

.greeno-why-new {
    text-align: justify;
}

@media only screen and (max-width:767px) {
    .footer-widget .title::before {
        right: 0;
        margin: auto;

    }
}

@media screen and (max-width:575px) {

    .product-item .product-inner.lilbum-new-v {
        overflow: hidden;
        padding-bottom: 0px;
        position: relative;
    }

    .footer-widget .title {
        margin-bottom: 16px;
    }

    .greeno-text-new {
        padding-top: 24px;
        font-weight: 500;
    }

    .contact-info-wrap h3 {
        text-align: center;

    }

    .contact-form-wrap h3 {
        text-align: center;

    }

    .wel-greeno-new {
        padding-top: 17px;
        text-align: center;
        font-size: 25px;

    }

    .card-body.greeno-card-skaly {
        /*overflow-y: auto;*/
        height: auto;

    }

}


.lilbumpy-bak-kalar1 {
    background-color: #cfd8de;
}

.certi-greeno-back {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.certi-greeno-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #7cc24338;
}

.certi-greeno-back .product-inner.lilbum-new-v {
    box-shadow: 0 4px 15px rgb(12 35 34 / 54%);
}

/* whatsapp-btn-start */

.whatsapp-btn-sticky {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: breathe 2s ease-in-out infinite;
    opacity: 0;
}

.whatsapp-btn-sticky.fixed {
    opacity: 1;
}

.whatsapp-btn-sticky i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-shadow: 0px 3px 10px #0000008c;
    text-decoration: none;
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #25D366;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width:767px) {
    .whatsapp-btn-sticky {
        bottom: 90px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    }

    /* .whatsapp-btn.call-btn {
        bottom: 140px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    } */

    .whatsapp-btn-sticky i {
        font-size: 22px;
    }
}

@media only screen and (max-width:575px) {
    .whatsapp-btn-sticky {
        width: 45px;
        height: 45px;
        bottom: 70px;
        right: 10px;
    }

    /* 
    .whatsapp-btn.call-btn {
        width: 45px;
        height: 45px;
        bottom: 105px;
    } */

    .whatsapp-btn-sticky i {
        font-size: 20px;
    }
}

/* whatsapp-btn-end */