@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Manufacturing+Consent&display=swap');

*,
body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

::after,
::before {
    box-sizing: border-box;
}

@media screen and (min-width: 1400px) {
    .section-height {
        /* padding: 90px 0 !important; */
        min-height: 602px;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
        margin-left: 22px;
        margin-right: 22px;
    }

    .site-header {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .mobile-image {
        display: none;
    }

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

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

/* ===---- header ----=== */
.header {
    transition: 0.5s all;
    border-bottom: 1px solid #ccc;
}

.sticky-top .header-menu ul.navbar-nav li a {
    color: #000;
}

.sticky-top .navbar-nav .nav-link.active {
    color: #054a53;
}

.navbar-nav .nav-link.active {
    color: #054a53;
}

.navbar-brand img {
    width: 70px;
    margin-right: 123px;
}

.mobile_primary {
    padding: 0;
    transition: all .6s;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
}

.mobile_primary ul {
    margin: 0;
    padding: 0;
}

.mobile_primary li {
    display: inline-block;
    cursor: pointer;
}

.mobile_primary ul li a {
    color: #000;
    font-weight: 500;
    margin: 10px 0;
    padding: 5px 8px;
    font-size: 15px;
    display: block;
    position: relative;
    z-index: 99;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    transition: all .6s;
}

.mobile_primary ul li a:hover {
    text-decoration: none;
}

.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-button {
    display: none;
}

/* .header-menu {
    padding: 0;
    background-color: transparent;
    width: 100%;
    left: 0;
    top: 130px;
    z-index: 99;
    position: absolute;
} */
.sticky-top {
    background: #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
    border-bottom: none;
    left: 0;
}

section.section {
    padding: 30px 0;
    position: relative;
}

.site-header-text h2 {
    color: #054a53;
    font-weight: 600;
    margin-bottom: 8px;
}

.site-header-text h4 {
    color: #054a53;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

.about-content-text p {
    font-size: 22px;
    padding: 0;
    line-height: 35px;
    color: #946c03;
}

.founder-section {
    padding: 170px 0;
}

.content-box p,
.content-box p {
    font-size: 18px;
    color: #242424;
    margin-bottom: 6px;
    line-height: 30px;
    text-align: start;
}

.rightbox-image img {
    width: 350px;
}

/* .founder-bg{
    background-image: url('../img/mm-app-bg2.jpg');
    background-size: cover;
} */
.founder-leftbox img {
    border-radius: 25px;
}

.text-color {
    color: #946c03 !important;
}

.phone-screen {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    top: 17%;
}

.owl-carousel .owl-item .screen-item img {
    width: 270px;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#appscreen .owl-nav .owl-prev,
#appscreen .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
}

#appscreen .owl-nav .owl-prev {
    top: 102%;
    left: 44%;
}

#appscreen .owl-nav .owl-next {
    top: 102%;
    right: 45%;
}

#appscreen .owl-nav .owl-prev img,
#appscreen .owl-nav .owl-next img {
    width: 20px;
}

.screen-content p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.step-section-bg {
    background-color: #eeeeee;
}

.step-card {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #ccc;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #cda744;
}

.step-card p {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.step-card img {
    width: 115px;
}

.sec--title h2 {
    font-size: 30px;
    margin-bottom: 8px;
    color: #054a53;
    font-weight: 600;
}

/* .call-to-action{
    background-color: #054a53;
    padding: 32px 55px;
    position: relative;
    border-radius: 30px;
} */
.contact-box {
    border-radius: 20px;
}

.btn-primary {
    background-color: #cda744;
    border-color: #cda744;
}

.btn-primary:hover {
    background-color: #cda744;
    border-color: #cda744;
    box-shadow: none;
}

.btn-primary:focus {
    background-color: #054a53;
    border-color: #054a53;
    box-shadow: none;
}

.store-image img {
    width: 145px;
}

.form-box label {
    font-size: 22px;
}

.form-box .form-check .form-check-input {
    margin-top: 6px;
    font-size: 20px;
    margin-left: 20px;
    border-color: #033a44;
}

.contact-section h2 {
    font-size: 25px;
}

/*.schedule-box{display: none;}*/
.enquiry-box {
    display: none;
}

.form-schedule {
    display: none;
}

.footer-section {
    background: #033a44;
    padding: 0;
    color: #fff;
}

.footer-logo p {
    font-size: 14px;
    margin-top: 15px;
}

.footer-logo img {
    width: 100px;
}

.contact-box {
    box-shadow: .25rem .25rem 0rem #033a44;
    padding: 30px 30px;
    border: 1px solid #033a44;
}

.form-group {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.form-control {
    border: 0.25px solid #054a53;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #000;
}

.form-control:focus {
    box-shadow: none;
    border-color: #054a53;
}

.text-18 {
    font-size: 18px !important;
}

.btn-secondary {
    background: #033a44;
    border-radius: 30px;
    padding: 10px 50px;
    color: #fff;
    border: 1px solid #80b6a0;
    box-shadow: 10px 10px 0 0 rgb(255 255 255 / 12%);
    font-weight: 600;
}

.btn-secondary:hover {
    background: #fff;
    border: 1px solid #033a44;
    color: #033a44;
    transition: .8s ease-in-out;
}

.btn-secondary:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(5, 74, 83, .25);
}

.form-check-input:checked {
    background-color: #054a53;
}

.social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}

.social-icons li a {
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
    color: #333;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 1rem;
}

.social-icons li:hover a.icons-link {
    background-color: #033a44;
}

.social-icons li:hover a {
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    display: inline-block;
    margin: 0 8px;
}

.footer-links ul li:first-child {
    margin-left: 0;
}

.footer-links ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.banner-section {
    padding: 30px 0;
}

.banner-content p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}

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

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0 0 0 #fff;
    animation: 0.4s ease-in-out 0.4s forwards fill, 0.3s ease-in-out 0.9s both scale;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #fff;
    fill: none;
    animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}

.list-icons ol {
    counter-reset: mycounter;
    list-style: none;
    padding-left: 0;
}

.elegible-list .list-icons ul {
    list-style: none;
    padding-left: 0;
}

.list-icons ol li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 6px;
}

.elegible-list .list-icons ul li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 6px;
}

.list-icons ol li::before {
    content: counter(mycounter);
    counter-increment: mycounter;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #033a44;
    top: 4px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
}

.elegible-list .list-icons ul li::before {
    content: '\f00c ';
    font-family: 'FontAwesome';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #033a44;
    top: 4px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #033a44;
    }
}

.form-check-label {
    font-size: 15px;
    font-weight: 400;
}

:not(.btn-check)+.btn:active {
    background-color: #054a53;
    border-color: #054a53;
}

.logo-new-custom img {
    width: 100px;
}

.custom-paragraph.banner-content p.fs {
    font-size: 16px;
    line-height: 26px;
}

.site-header-text h2.siver-circle {
    font-size: 80px;
    margin-bottom: 0px;
    font-family: "Bonheur Royale", cursive;
    font-weight: 500;
    line-height: normal;
}

.banner-section p {
    text-align: justify;
}

.new-font-family span {
    font-size: 25px;
    font-family: "Manufacturing Consent", system-ui;
    /* font-style: italic; */
    /* font-weight: 600;*/
}

.custom-ic {
    width: 85px;
    margin-bottom: 20px;
}

.tick-box {
    padding: 10px 20px;
    border: 1px solid #d6c7a0;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/* ====== Responsive ====== */

@media only screen and (max-width: 1024px) {
    .header-menu {
        position: relative;
        top: 0;
        padding: 5px 0;
    }

    .menu-button {
        position: relative;
        z-index: 9999;
        display: block;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 18px;
        line-height: 29px;
        color: #fff;
        padding: 0;
        margin-top: 0;
        scale: .75;
        margin-bottom: 0;
    }

    .menu-button .toggle-bar {
        width: 40px;
        height: 4px;
        border-radius: 20px;
        background-color: #054a53;
        display: block;
        margin: 12px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu-button.toggle .toggle-bar:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    /* .menu-button.toggle .toggle-bar:nth-child(2) {
        opacity: 0;
    } */
    .menu-button.toggle .toggle-bar:nth-child(2) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }

    .mobile_primary.active {
        display: block;
        left: 0;
    }

    .mobile_primary {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 80px;
        left: -106%;
        background-color: #fff;
        transition: .5s;
        z-index: 999;
        display: block;
        padding: 0;
        border-radius: 0;
        float: none;
        margin-left: 0;
        overflow-y: auto;
    }

    .mobile_primary ul.menu-navigation {
        height: calc(100vh - 50px);
        padding-bottom: 54px;
        overflow: scroll;
    }

    .mobile_primary ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    .mobile_primary li {
        border-bottom: 1px solid #f6f6f6;
        display: block;
        position: relative;
        padding: 0;
        background: none;
        margin: 0;
    }

    .mobile_primary ul li a {
        padding: 17px 8px;
        text-align: left;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        line-height: 10px;
        margin-bottom: 0;
    }

    /* .navbar-brand{display: block;} */
}


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

    .about-app-bg {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-content-text p {
        font-size: 16px;
        padding: 0;
        line-height: 25px;
        margin-bottom: 26px;
    }

    .mission-content-leftbox p {}

    .phone-screen {
        top: 18%;
    }

    .owl-carousel .owl-item .screen-item img {
        width: 270px;
    }

    .founder-section {
        padding: 30px 0;
    }

    .content-box p {
        font-size: 16px;
        line-height: 25px;
    }

    #appscreen .owl-nav .owl-prev {
        top: 103%;
    }

    #appscreen .owl-nav .owl-next {
        top: 103%;
    }

    .sec--title h2 {
        font-size: 22px;
    }

    section.section {
        padding: 30px 0;
    }

    .btn-mobile {
        font-size: 15px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .banner-section {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section p {
        text-align: left;
    }

    .sec--title h2 {
        font-size: 22px;
    }

    .owl-carousel .owl-item .screen-item img {
        width: 274px;
    }

    .phone-screen {
        top: 17%;
    }

    #appscreen .owl-nav .owl-prev {
        top: 107%;
        left: 35%;
    }

    #appscreen .owl-nav .owl-next {
        top: 107%;
        right: 35%;
    }

    .founder-section {
        padding: 30px 0;
    }

    .content-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .section-spacing {
        padding: 30px 0;
    }

    .step-card h3 {
        text-align: center;
        font-size: 18px;
    }

    .step-card p {
        font-size: 16px;
        text-align: center;
    }

    /* .call-to-action{
        padding: 20px 25px;
        border-radius: 20px;
    } */
    section.section {
        padding: 40px 0;
    }

    .contact-box {
        padding: 18px 12px;
        border-radius: 8px;
    }

    .site-header-text h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .site-header-text h4 {
        margin-bottom: 22px;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .btn-mobile {
        font-size: 12px;
        padding: 6px 6px;
        font-weight: 500;
        border-radius: 6px;
    }

    .menu-button {
        width: 92px;
    }

    .navbar-brand {
        width: 200px;
        text-align: center;
    }

    .cta-group {
        width: 106px;
        text-align: center;
    }

    .footer-logo img {
        width: 50px;
    }

    .social-icons {
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 0;
        text-align: justify;
        margin-top: 12px;
    }

    .banner-section {
        padding: 0;
    }

    .thankyou-header {
        padding: 114px 0;
    }

    .thankyou-footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
    }

    .rupees-icon {
        width: 35px !important;
    }

    .navbar-brand img {
        margin-right: 0;
    }

    .logo-new-custom img {
        width: 100px;
    }

    .logo-new-custom.site-header-text h4 {
        margin-bottom: 0px;
        padding-bottom: 15px;
        font-size: 13px;
    }

    .custom-mobile-class.contact-section h2 {
        margin-bottom: 0;
    }

    .custom-mobile-class .line {
        margin-bottom: 10px;
    }

    .custom-mobile-class.banner-content p {
        font-size: 20px;
    }

    .custom-mobile-class .banner-section {
        padding: 10px 0;
    }

    .site-header-text h2.siver-circle {
        font-size: 60px;
    }

    .custom-ic {
        width: 65px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 568px) {
    .phone-screen {
        top: 17%;
    }

    .step-card {
        padding: 15px 15px;
    }

    .about-app-section {
        padding-top: 0 !important;
    }

    .menu-button {
        width: 92px;
    }

    .navbar-brand {
        width: 200px;
        text-align: center;
    }

    .cta-group {
        width: 106px;
        text-align: center;
    }

    .footer-logo img {
        width: 50px;
    }

    .social-icons {
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-bottom: 0;
        text-align: center;
        margin-top: 15px;
    }

    .banner-section {
        padding: 0;
    }

    .thankyou-header {
        padding: 114px 0;
    }

    .thankyou-footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
    }

    .rupees-icon {
        width: 35px !important;
    }

    .navbar-brand img {
        margin-right: 0;
    }

    .elegible-list .list-icons ul li {
        font-size: 14px;
    }
}