.mainBanner .maniBanner-cont h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}
.mainBanner .maniBanner-cont p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 20px;
}

.mainBanner .maniBanner-cont ul li {
    display: flex;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 8px;
}

.coffeeSection .coffeeSec-cont .mn-groupBtn {
    padding-top: 30px;
}
.mn-hd .hd1{
    margin-bottom: 20px;
}

.priceCard1-top p{
    font-size: 15px;
    
}

.priceCard1-body ul {
    max-height: 241px;
    overflow: hidden;
    overflow-y: auto;
}

.section1 .mn-groupBtn .themeBtn:hover {
    background: #fff;
    color: #333;
}

.priceSec1-main .row {
    row-gap: 40px;
}

.priceCard1-price h6{
    font-size: 55px;
}

.priceCard1-price span{
        font-size: 15px;
    font-weight: 400;
    margin-top: 20px;

}

.section5 .sec5-cont p {
    font-size: 18px;
    color: #fff;
     font-weight: 300;
}

.section5 .sec5-cont .hd1 {
    color: #fff;
    margin-bottom: 4px;
}

.section5 .sec5-img {
    margin-top: 0px;

}

.section5 .sec5-cont .chatBtn {
    color: #Fff;
}

.section5 .sec5-cont .themeBtn:hover {
    color: #010101;
    background-color: #ffffff;
}

.section5 .sec5-cont .chatBtn span {
    color: #fff;
}


.section5 .sec5-cont .chatBtn:hover{
    color: #7f54b3;
}


.reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem span {
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}

.reviewSection .reviewSec-cont .reviewSec-bottomCont .reviewSec-sliderSec .reviewSec-sliderItem {
    text-align: center;
}


.faqSec-body .accordion li .acc_desc p {
    font-size: 16px;
    line-height: 2;
}

.lastSection .faq-sec .faqHeading p{
        line-height: 1.8;
}

.ctaSection .ctaCont p i {
    color: #7f54b4;
}

.mainBanner .maniBanner-cont h1 span {
    color: #7f54b4;
}

.logoDesignSection2 .logoDesignSec2-card .cont {
    width: 45%;
}

.logoDesignSection3 .logoDesignSec3-main ul li {
    flex: 0 0 25%;
    padding: 12px;
    height: 400px;
    overflow: hidden;
    background-size: 400px;
    border-radius: 10px;
    background-repeat: no-repeat;
    position: relative;
}

.socialBanner {
    background-color: #afd8f8;
}

.innerSec2-main h3 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 17px;
    color: #7f54b4;
}

.porWrp video {
    width: 100%;
}




.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.terms ul ul {
    list-style: disc;
    padding-left: 18px;
}

.terms ul li {
    margin-bottom: 1rem;
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}

.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}

.terms p {
    margin-bottom: 2rem;
}

.maniBanner-cont.center {
    text-align: center;
    height: 71vh;
    align-content: center;
}

.mn-groupBtn.center {
    text-align: center;
    display: flex;
    justify-content: center;
}
/* terms */

@media (max-width: 767px) {
    .main-header .col-md-3 {
        /*text-align: center;*/
    }
}

@media (max-width: 767px) {
    .mainBanner .maniBanner-cont h1 {
        font-size: 28px;
        padding-bottom: 10px;
        line-height: 1.4;
    }
}