.main-menu ul .greenowear-btn {
    font-family: "Merriweather Sans", serif;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 500;
    background-color: #0084da;
    line-height: 24px;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 2px 2px 10px #0000003b;
    box-shadow: 2px 2px 10px #0000003b;
}

.main-menu ul .greenowear-btn:hover {
    background-color: #1a161e;
    color: #ffffff;
}

.main-menu ul li:last-child {
    line-height: 100px;
}

@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: "Merriweather Sans", serif;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 500;
    background-color: #0084da;
    line-height: 24px;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 2px 2px 10px #0000003b;
    box-shadow: 2px 2px 10px #0000003b;
}

.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: "Merriweather Sans", serif;
}

.greeno-wear-card1 {
    font-weight: 700;
    text-align: center;
    font-family: "Merriweather Sans", serif;
}

.greeno-wear-card3 {
    text-align: center;
    /* font-family: "Merriweather 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;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 10px 1px #00000036;
}

.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;
}

#owl-carousel_prod.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel_prod.owl-theme .owl-dots .owl-dot:hover span {
    background: #0084da;
}

@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: 10px;
    }

    .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: 0px;
        text-align: center;
        font-size: 24px;
    }

    .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: #0084da38;
}

.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 */

.section-padding.contact-upper-sec {
    padding: 80px 0 0;
    background: #daf3ff;
}

.cul-box-new {
    /* background: #ffffff; */
    /* border-radius: 10px; */
    /* padding: 20px; */
    text-align: center;
    margin-bottom: 0px;
    /* box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 41%); */
}

.cu-left-upper {
    margin-bottom: 80px;
}

.cul-icon-new {}

.cul-icon-new img {
    width: 60px;
    /* filter: invert(37%) sepia(95%) saturate(2886%) hue-rotate(183deg) brightness(93%) contrast(102%); */
}

.cul-text-new {}

.cul-text-new h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 6px 0 2px;
}

.cul-text-new a {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    font-weight: 500;
    color: #202020;
    transition: 0.3s ease-in-out;
}

.cul-text-new a:hover {
    color: #0084da;
    transition: 0.3s ease-in-out;
}

.cul-text-new a.non-link {}

.cul-text-new a.non-link:hover {
    color: #3f3f3f;
    transition: 0.3s ease-in-out;
}

.cul-box-center {
    position: relative;
}

.cul-box-center:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #0084da;
    left: -15px;
    top: 0;
    bottom: 0;
}

.cul-box-center:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #0084da;
    right: -15px;
    top: 0;
    bottom: 0;
}


@media only screen and (max-width:991px) {
    .cul-text-new a {
        font-size: 18px;
        line-height: 28px;
        height: auto;
    }

    .cul-box-new {
        margin-bottom: 0px;
    }

    .section-padding.contact-upper-sec {
        padding: 50px 0 0px;
    }

    .cu-left-upper {
        margin-bottom: 50px;
    }

    .cu-right {
        margin-bottom: 30px;
    }

    .cul-box-center {
        margin: 30px 0px
    }

    .cul-box-center:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #0084da;
        left: 0px;
        top: -20px;
        bottom: 0;
    }

    .cul-box-center:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #0084da;
        left: 0px;
        top: auto;
        bottom: -15px;
    }
}

@media only screen and (max-width:767px) {
    .section-padding.contact-upper-sec {
        padding: 40px 0 0px;
    }

    .cu-left-upper {
        margin-bottom: 40px;
    }

    .map-div iframe {
        height: 400px;
    }
}

@media only screen and (max-width:575px) {
    .map-div iframe {
        height: 300px;
    }
}

.cat-box-new {
    display: block;
    height: 100%;
}

.gallery-sec {
    background: #daf3ff;
}

.testimonial-section {
    background-image: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

.testimonial-box {
    position: relative;
    box-shadow: 2px 2px 10px 1px #00000052;
    padding: 15px 12px 15px 15px;
    margin: 0px 1px;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #0084da;
}

.img-1 {
    filter: invert(10%) sepia(98%) saturate(5453%) hue-rotate(319deg) brightness(104%) contrast(106%);
    position: absolute;
    right: 15px;
    bottom: 20px;
    height: 40px;
    width: 40px !important;
}

.testimonial-box p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    height: 96px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 6px;
}

.testimonial-box p::-webkit-scrollbar {
    width: 2px;
}

.testimonial-box p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

/* Handle */
.testimonial-box p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #0084da 20%, #0084da 50%);
    transition: all 500ms ease;
}

.testimonial-box h5 {
    font-size: 24px;
    font-weight: 600;
    color: #e50075;
}

.ratings-testi {}

.ratings-testi i {
    color: #ffb500;
}

.about-page-sec {
    background: #ffe5f1;
}

.about-page-sec h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.about-page-sec h1 span {
    color: #0084da;
}

.about-page-sec p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #1e1e1e;
    text-align: justify;
    font-weight: 500;
}

.about-page-sec img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 1px #00000052;
    margin-bottom: 12px;
}

.about-page-sec h6 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    color: #000000;
}