.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
    color: #333;
}

.section-padding {
    padding: 80px 0 !important;
}



.core-services-img {
    padding: 10px;
    background-color: aliceblue;
    border-radius: 5px;
    margin-bottom: 20px;
}

.core-services-section {
    padding: 15px;
    background-color: white;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    transition: 300ms all;
    height: 100%;
}

.cor-services-content p {
    /* font-size: 16px; */
}

.core-services-section:hover {
    box-shadow: 0 4px 23px 0 rgba(174, 210, 190, 0.5);
}



.features-box {
    /* padding: 20px; */
    /* background-color: black; */
    /* margin-bottom: 30px; */
    /* border-radius: 5px; */
    /* border: 5px solid white; */
    /* backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px); */
    /* background-color: #ffffff; */
    /* position: sticky;
  top: 100px; */
    /* border: 1px solid #d6d6d6; */
}

.features-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #f8f7fa;
    text-align: center;
    align-content: center;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0 4px 23px 0 rgba(174, 210, 190, 0.5);
    border: 5px solid white;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07) !important;
}

.features-icon img {
    width: 40px;
}

.features-content h3 {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}

.features-content p {
    /* font-size: 18px; */
    text-align: center;
}



.stap-box {
    padding: 30px;
    height: 100%;
    text-align: center;
}



.icon-process span {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 25px;
    background: white;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0px 10px 10px #00000026;
}


.shpandwha-section.new {
    position: relative;
}

.shpandwha-section.new::before {
    height: 50%;
    width: 100%;
    background-color: #f8f7fa;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

#HowItWorks {
    background: #f8f7fa;
}

.step h4 {
    border: 1px solid #3cc14e;
    border-radius: 50%;
    height: 55px;
    margin: auto;
    width: 55px;
    align-content: center;
    text-align: center;
    background: #f8f7fa;
    border: 5px solid white;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07) !important;
}

.step::after,
.step::before {
    width: 39%;
}


.cat-bottom {
    background-image: radial-gradient(at top center, #000 75%, #26d367, #26d367, #26d367);
}






.pricing-box {
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #f8f7fa;
}

.plan-dtl-new {
    margin: 20px 0;
    background: transparent;
    border-radius: 5px;
}

ul.list-unstyled li h6 {
    padding-left: 30px;
    position: relative;
    color: #222125;
    font-size: 16px;
    line-height: 26px;
}


ul.list-unstyled li h6 .circal-ic {
    top: 10px;
}

.review-box {
    padding: 20px;
    background-color: #f8f7fa;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    border: 5px solid white;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07) !important;
}

.blog-wrap .blog-content {
    padding: 0 15px 15px;
}

.blog-wrap {
    height: 100%;
    border-radius: 10px;
    transition: 300ms all;
    padding: 0;
    border: 5px solid white;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07) !important;
}

.blog-wrap:hover {
    box-shadow: none !important;
    border-color: white;
}


.footer-link-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed;
}

ul.footer-link li {
    padding: 0;
}

ul.footer-link li a {
    padding: 5px 15px;
    background: #f0fff7;
    border-radius: 5px;
    color: black;
    font-weight: 500;
    position: relative;
}

ul.footer-link li a:hover {
    background-color: #26d367;
    color: white;
}

.light-style .landing-footer .footer-top {
    background-image: none;
}

.light-style .landing-footer .footer-bottom {
    background-color: #26d367;
}

.light-style .landing-footer .footer-link,
.light-style .landing-footer .footer-text {
    color: #fff;
}


ul.messg-list {
    padding: 0;
    display: flex;
    list-style-type: none;
}

.messg-list li {
    width: 23%;
    text-align: center;
    border: 3px solid white;
    margin-right: 10px;
    padding: 10px;
    align-content: center;
    border-radius: 5px;
    background: #f8f7fa;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07) !important;
}

#features {
    scroll-margin: 50px;
}

.accordion-header+.accordion-collapse .accordion-body {
    padding-top: 0;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #222125;
}


.why-Whatsapp::before {mask-image: radial-gradient(#0000006e,transparent 100%);}

@media (max-width:567px) {
    .messg-list li {
        width: 46.5%;
    }

    .messg-list {
        flex-wrap: wrap;
    }
}