<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Outfit', sans-serif;
}

.banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0px 0px 0px;
    width: 100%;

}

.banner-title-des span {
    color: #fff;
}

.banner-title-des h2 {
    font-size: 43px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
}

.banner-title-des p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    margin: 14px 0px 25px 0px;
}

.form-control::placeholder {
    color: #888888;
    opacity: 1;
}

.btn-main {
    user-select: none;
    -moz-user-select: none;
    background: #0A9A69 none repeat scroll 0 0;
    border: 1px solid #0A9A69;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 11px 20px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-main::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn-main::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    transition: all 0.3s ease-out 0s;
    filter: grayscale(0%);
}

.btn-main:hover,
.btn-main:focus-visible {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-main:hover::after {
    filter: brightness(0);
}


.btn-outline {
    background-color: #fff;
    border: 1px solid #0A9A69;
    color: #0A9A69;
    border-radius: 10px;
    padding: 11px 20px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.btn-outline:hover {
    background-color: #0A9A69;
    color: #fff;
}

.btn-main2 {
    background-color: #0A7A9A;
    border: 1px solid #0A7A9A;
    color: #fff;
    border-radius: 10px;
    padding: 11px 20px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.btn-main2:hover {
    background-color: #fff;
    color: #0A7A9A;
}

.tx-main {
    color: #0A9A69 !important;
}

.banner-line {
    width: 20%;
    height: 2px;
    background-color: #0A9A69;
    margin-top: 15px;
}

.franchise-form-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    z-index: 2;
    position: relative;

}

.franchise-form-box h2 {
    font-weight: 600;
    font-size: 25px;
}

.franchise-form-box .form-group {
    margin-bottom: 20px;
}

.mr-2 {
    margin-right: 3px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.secure-text {
    color: #adadad;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.service-section {
    background: linear-gradient(to bottom, #C7FFEC 0%, #ffffff 86%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 120px 0px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.service-section:before {
    content: '';
    background-image: url(../images/about-pattern.png);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.tx-main2 {
    color: #0A7A9A !important;
}

.main-heading {
    color: #212121;
    font-size: 32px;
    font-weight: 600;

}


.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.info-box {
    text-align: left;
    margin: 0 20px;
}

.info-box h2 {
    color: #0A9A69;
    font-size: 32px;
    font-weight: 600;
}

.info-box p {
    color: #212121;
    font-size: 16px;
}

.separator {
    width: 1px;
    background-color: #494949;
    height: 60px;
}

p {
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
}

.pb-20 {
    padding-bottom: 20px;
}

.mb-50 {
    margin-bottom: 70px;
}

.mt-30 {
    margin-top: 30px;
}

.franchisee-type {
    background-color: #FFFBF3;
    padding: 120px 0px;
    position: relative;
}

.franchisee-type:before {
    content: '';
    background-image: url(../images/franchisee-vector.png);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.franchisee-type .section-title h6 {
    font-size: 17px;
    font-weight: 600;
}

.franchisee-holder {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.franchisee-holder h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0A9A69;
}

.franchisee-holder ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: start;
    font-family: 'Outfit', sans-serif;
}

.franchisee-holder ul li:before {
    content: url('../images/check-circle.svg');
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}


.prime-vendor {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.prime-vendor h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0A7A9A;
}

.prime-vendor ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: start;
    font-family: 'Outfit', sans-serif;
}

.prime-vendor ul li:before {
    content: url('../images/check-circle2.svg');
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.prime-vendor .btn-main,
.franchisee-holder .btn-main {
    margin-top: 15px;
}


.franchisee-fees {
    background: linear-gradient(to bottom, #C7FFEC 0%, #ffffff 86%);
    width: 100%;
    padding: 120px 0px;

}


.franchisee-fees .card {
    background-color: #fff;
    border: 1px solid #0A7A9A;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.franchisee-fees .card.active {
    border-color: #0A9A69;
}

.franchisee-fees .card.active .card-header {
    background-color: #C7FFEC;
}

.franchisee-fees .card.active .card-header h3 {
    color: #0A9A69;
}

.franchisee-fees .card-body {
    padding: 15px;
}

.franchisee-fees .card-header {
    background-color: #DEF8FF;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #0A7A9A;
}

.franchisee-fees .card-header h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0A7A9A;
    font-weight: 600;
}

.franchisee-fees .card-body h4 {
    color: #494949;
    font-size: 23px;
    font-weight: 600;
    margin-top: 0px;
}

.franchisee-fees .card-body .fee-year span {
    font-size: 14px;
    color: #494949;
}

.franchisee-fees .card-body h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 13px;
}


.franchisee-fees .card .badge {
    background-color: #fff;
    border: 1px solid #0A9A69;
    color: #0A9A69;
    margin-left: auto;
}

.franchisee-offer {
    background-image: url(../images/offer-bg.jpg);
    background-size: cover;
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.offer-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.offer-box h4 {
    font-size: 24px;
    margin-bottom: 2px;
    font-weight: 600;
}

.ms-3 {
    margin-left: 15px;
}

.offer-content h5 {
    font-size: 22px;
    font-weight: 600;
}

.offer-btn {
    display: flex;
    flex: auto;
    column-gap: 20px;
    margin-top: 25px;

}

.offer-btn a {
    width: 100%;
}

.offer-btn a i {
    margin-left: 6px;
    font-size: 18px;
}


.offer-content ul li {
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: start;
    font-family: 'Outfit', sans-serif;
}

.offer-content ul li:before {
    content: url('../images/check-circle.svg');
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tabs-content-area {
    padding: 120px 0px 210px 0px;
    background-color: #FFFBF3;
}

.tabs-content-area .nav-pills&gt;li.active&gt;a,
.tabs-content-area .nav-pills&gt;li.active&gt;a:hover,
.tabs-content-area .nav-pills&gt;li.active&gt;a:focus {
    color: #fff;
    background-color: #0A9A69;
}

.tabs-content-area .nav&gt;li&gt;a {
    text-decoration: none;
    background-color: #fff;
    color: #757575;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    font-size: 18px;
}

.tabs-content-area .nav&gt;li&gt;a:hover,
.tabs-content-area .nav&gt;li&gt;a:focus {
    background-color: #f4f4f4;
}

.tabs-stepper ul {
    list-style-type: none;
    padding-left: 0;
    counter-reset: step;
}

.tabs-stepper ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}

.tabs-stepper ul li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0A7A9A;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.tabs-stepper h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tabs-stepper h4,
.tabs-stepper p {
    margin-left: 15px;
}

.cta-bg{
    background-image: url(../images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    border-radius: 15px;
    margin-top: -150px;
    z-index: 2;
    position: relative;
    
}

.ms-2{
    margin-left: 15px;
}
.mb-30{
    margin-bottom: 30px;
}

.mt-40{
    margin-top: 40px;
}

.cta-bg a i {
    margin-left: 6px;
    font-size: 18px;
}


.faq-section{
    padding: 80px 0px 120px 0px;
}

.faq-section .panel-heading a:focus,.faq-section .panel-heading a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}
.faq-section .panel-default&gt;.panel-heading {
    color: #333;
    background-color: #F6F6F6;
    padding: 15px 15px;
}
.faq-section .panel-default,
.faq-section .panel-heading,
.faq-section .panel-body {
    border: none;
    outline: none;
}
.faq-section .panel-default.open {
    background-color: #E7FFF6;
}
.faq-section .panel-title .icon-toggle {
    color: green;
    border-radius: 50%;
    background-color: white;
    border: 1px solid rgb(209, 206, 206);
    padding: 9px;
    width: 10px;
    height: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.faq-section .panel-heading .panel-title a {
    text-decoration: none;
    color: #000;
    display: flex;
}
.faq-section .open-panel {
    background-color: #E7FFF6;
    border: 1px solid #1A996A ;/* Background color for open panels */
}
.faq-section .panel .active-heading {
    background-color: #E7FFF6; /* Background color for open panel heading */
}


/* Responsive Start  */

@media only screen and (max-width: 768px) {
    .service-section:before {
        content: none;
    }

    .mb-sm-30{
        margin-bottom: 30px;
    }

    .offer-btn {
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 15px;
    }

    #enquiry-modal .modal-content{
        width: auto;
        top: 5%;
    }

    .franchise-form-box .form-group {
        margin-bottom: 10px;
    }

    .offer-box .d-flex{
        display: flex;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-area .row.d-flex{
        display: block;
    }

    .franchisee-fee-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    
}</pre></body></html>