* {
    margin: auto 0px;
    font-family: montserrat;
    scroll-behavior: smooth;
}
.m-b {
    margin-bottom: 100px;
}
.mt-0 {
    margin-top: 0px;
}
.pd-0 {
    padding: 0px !important;
}
.mt-100 {
    margin-top: 100px;
}
.m-t-b {
    margin: 100px 0px;
}
header {
    background-color: #ec5460;
    color: white;
    /* padding: 20px 0px; */
    transition: 0.6s;
}
/* .header {
    display: flex;
    flex-direction: row;
} */
header.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-image: linear-gradient(
        45deg,
        rgba(255, 112, 67, 1) 0%,
        rgba(236, 64, 122, 0.83) 100%
    );
    /* padding: 15px 0px; */
    color: white;
}
/* .header img {
    width: 60%;
    float: left;
} */

@media screen and (max-width: 767px) {
    a.mbs {
        /* content: attr("value", "download"); */
        /* content: "download"; */
        display: none !important;
    }
    section {
        padding: 50px 0;
    }
    section,
    section.extra-big-section {
        padding: 50px 0;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .text-lg-end {
        text-align: right !important;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 575px) {
    .xs-padding-20px-lr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .xs-margin-15px-bottom {
        margin-bottom: 15px;
    }
    .xs-padding-40px-top {
        padding-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .md-padding-40px-all {
        padding: 40px;
    }
    .md-margin-30px-bottom {
        margin-bottom: 30px;
    }

    .text-md-center {
        text-align: center !important;
    }
    section {
        padding: 75px 0;
    }
    .md-no-padding-top {
        padding-top: 0 !important;
    }
}

.border-radius-6px {
    border-radius: 6px;
}
.z-index-6 {
    z-index: 6;
}
.overlap-section-bottom {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.header ul {
    float: right;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0px;
    cursor: pointer;
}
.header ul li {
    margin-left: 20px;
}
.main-hero {
    background-image: linear-gradient(to top, #ff5d24, #ec5460);
    padding: 40px 0px;
}
.main-hero h1 {
    font-size: 40px;
    color: white;
}
.main-hero p {
    font-size: 20px;
    margin: 40px 0px;
    color: white;
}
.download-button {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
}

.download-button img {
    padding: 0px;
    margin: 0px;
}
.apple-store {
    margin-left: -40px;
    width: 90%;
}
.apple-store img {
    width: 90%;
}
.g-play img {
    width: 90%;
}
.icon-col {
    display: flex;
    flex-direction: row;
}
.icon-col-style {
    text-align: center;

    margin: 0px !important;
    padding: 20px 0px 10px 0px !important;
}
.black {
    background-color: black;
    color: white;
}
.icon img {
    width: 14%;
}
.know-more p {
    font-size: 20px;
    line-height: 1.44;
}

.know-more button {
    font-size: 18px;
    background-image: linear-gradient(to top, #ff5d24, #ec5460);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px;
    margin-top: 30px;
}
.main-rectangle {
    overflow: hidden;
}
.main-rectangle h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.rectangle {
    background-image: url("../img/Rectangle\ 16.png");
    width: 110%;
    margin-left: -100px;
    padding: 150px 0px;
}
.buttons {
    display: flex;
    flex-direction: row;
}
.rectangle button {
    margin-top: 50px;
    border: none;
    color: white;
    background-image: linear-gradient(to top, #ff5d24, #ec5460);
    padding: 20px;
    width: 100%;
}

.app-download img {
    width: 30%;
    float: left;
    margin-top: 20px;
}
.m-l {
    margin-left: 40px;
}
.b-d {
    font-size: 40px;
}
.side-down {
    background-color: #ff7043;
    color: white;
    padding: 40px;
    border-radius: 12px;
}
.site-down h2 {
    font-size: 35px;
}

.safe {
    color: white;
    background-color: #ff7043;
    padding: 100px 0px;
}
.safe ul {
    list-style: none;
    list-style-image: url("../img/Ellipse\ 4.png");
}
.safe ul li {
    margin-bottom: 40px;
}
.safe h6 {
    font-size: 20px;
}
.safe p {
    margin-top: 20px;
}
.safe h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.footer {
    color: white;
    background-color: black;
    padding: 40px 0px;
}
.footer ul {
    list-style: none;
}
.footer ul li {
    margin-top: 20px;
}

.no-margin {
    margin-top: 0px;
}
.terms-heading {
    font-size: 40px;
    margin-top: 20px;
}
.terms-subhead {
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
}
/* label{
    display: flex !important;
    flex-direction: column;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;

}

input[type=text],input[type=email]{
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #FF0000 !important;
    width: 95%;
    outline: none;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
} */
.contact-form {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    background-color: white;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: -3px -1px 54px -2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: -3px -1px 54px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -3px -1px 54px -2px rgba(0, 0, 0, 0.12);
}
/* textarea{
    border-radius: 4px;
    border: 1px #FF0000 solid;
    margin-top: 20px;
    outline: none;
} */

.sbt-btn {
    font-size: 18px;
    background-image: linear-gradient(to top, #ff5d24, #ec5460);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px;
    margin-top: 30px;
}
.fa-envelope {
    color: #ff0000;
}
.footer-icons {
    display: flex;
    flex-direction: row;
}
.footer-icons img {
    width: 65%;
    margin: 0px 5px;
}
.contact-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}
.contact-list img {
    width: 30px;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 0px;
}
.testimonial h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.testimonial-images {
    display: flex;
    flex-direction: "row";
    justify-content: center;
}
.testimonial-images img {
    width: 45%;
    align-self: center;
}
.section-heading {
    font-size: 40px;
    font-weight: 600;
}
.header ul li:last-child {
    border: 1px solid white;
    padding: 10px 20px;
}
.mobile-buttons {
    display: none;
}
.hero-img-mobile img {
    display: none;
}
/* .buttons{
    display: block;
} */
.collapsible {
    background-color: #ec5460;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 15px;
    margin-top: 25px;
}
.collapsible:last-child {
    margin-bottom: 50px;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}
.content p {
    padding-top: 16px;
}
.collapsible:after {
    content: "\002B";
    color: white;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    content: "\2212";
} */


        section.big-section {
            padding: 160px 0;
        }

        h3 {
            font-size: 3.4rem;
            line-height: 3.9rem;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0 0 25px 0;
            padding: 0;
            letter-spacing: -.5px;
            font-weight: inherit;
        }

        .cover-background {
            background-repeat: no-repeat !important;
            background-size: cover !important;
            overflow: hidden;
            position: relative;
            background-position: center center !important;
        }

        .text-gradient-light-purple-light-red {
            background: linear-gradient(to right, #975ade, #af63d2, #d473c0, #ef7da7, #e6686f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .bg-light-gray {
            background-color: #f7f7f7;
        }

        .bg-gradient-light-orange-light-pink {
            background-image: linear-gradient(to right top, #f5bb8d, #feb399, #ffaea8, #fdaab9, #f3aaca);
        }

        .bg-gradient-magenta-orange-2 {
            background-image: linear-gradient(to right top, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
        }

        .footer-dark,
        .footer-dark a {
            color: #8890a4;
        }

        .bg-slate-blue {
            background-color: #262b35;
        }

        .padding-five-tb {
            padding-top: 5%;
            padding-bottom: 5%;
        }

        .padding-40px-tb {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .padding-30px-tb {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .border-color-white-transparent {
            border-color: rgba(255, 255, 255, .1) !important;
        }

        .border-top {
            border-top: 1px solid !important;
        }

        .border-top {
            border-top: 1px solid #dee2e6 !important;
        }

        .col-12 {
            flex: 0 0 auto;
            width: 100%;
        }

        .padding-55px-tb {
            padding-top: 55px;
            padding-bottom: 55px;
        }

        .padding-55px-b {
            padding-bottom: 55px;
        }

        .border-radius-5px {
            border-radius: 5px;
        }

        .border-radius-6px {
            border-radius: 6px;
        }

        .z-index-6 {
            z-index: 6;
        }

        .overlap-section-bottom {
            position: relative;
        }

        .bg-gradient-orange-pink {
            background-image: linear-gradient(to right top, #ff6557, #ff5a5f, #ff4e68, #ff4271, #ff367c);
        }

        .font-weight-500 {
            font-weight: 500 !important;
        }

        .col-12 {
            flex: 0 0 auto;
            width: 100%;
        }

        .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        .align-items-center {
            align-items: center !important;
        }

        .justify-content-center {
            justify-content: center !important;
        }

        .overlap-section {
            position: relative;
        }

        .padding-4-rem-lr {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .padding-4-half-rem-tb {
            padding-top: 4.5rem;
            padding-bottom: 4.5rem;
        }

        .border-radius-6px {
            border-radius: 6px;
        }

        .bg-neon-orange {
            background-color: #ff7a56;
        }

        .animate__pulse {
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        }

        .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        .align-items-center {
            align-items: center !important;
        }

        .justify-content-center {
            justify-content: center !important;
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(var(--bs-gutter-y) * -1);
            margin-right: calc(var(--bs-gutter-x) * -.5);
            margin-left: calc(var(--bs-gutter-x) * -.5);
        }

        .col-10 {
            flex: 0 0 auto;
            width: 83.33333333%;
        }

        .overflow-visible {
            overflow: visible !important;
        }

        .pt-0 {
            padding-top: 0 !important;
        }

        .position-relative {
            position: relative !important;
        }

        .feature-box-left-icon-middle {
            flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-align: left;
        }

        .feature-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            z-index: 1;
            position: relative;
            transition-duration: .4s;
            -webkit-transition-duration: .4s;
            -moz-transition-duration: .4s;
            -ms-transition-duration: .4s;
        }

        .h-100 {
            height: 100% !important;
        }

        .overflow-hidden {
            overflow: hidden !important;
        }

        .padding-4-rem-all {
            padding: 4rem;
        }

        .padding-3-rem-all {
            padding: 3rem;
        }

        .padding-2-rem-all {
            padding: 2rem;
        }

        .padding-1-rem-all {
            padding: 1rem;
        }

        .padding-1-half-all {
            padding: 1.5rem;
        }

        .border-radius-8px {
            border-radius: 8px;
        }

        .box-shadow-small,
        .box-shadow-small-hover:hover {
            box-shadow: 0 0 15px rgb(0 0 0 / 8%);
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
        }

        .bg-white {
            background-color: #fff;
        }

        .animate__fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

        section {
            padding: 50px 0;
            overflow: hidden;
        }

        .margin-5px-bottom {
            margin-bottom: 5px;
        }

        .feature-box .feature-box-content {
            max-width: 100%;
        }

        .feature-box-left-icon .feature-box-icon {
            margin-right: 35px;
        }

        .feature-box-left-icon .feature-box-content {
            overflow: hidden;
            flex: 1;
        }


        .margin-20px-right {
            margin-right: 20px;
        }

        .h-1px {
            height: 1px;
        }

        .w-100 {
            width: 100%;
        }

        .margin-10px-top {
            margin-top: 10px;
        }

        .bg-medium-light-gray {
            background-color: #ededed;
        }

        .margin-25px-top {
            margin-top: 25px;
        }

        p {
            margin: 0 0 25px;
        }

        .right-50px {
            right: 50px;
        }

        .bottom-minus-20px {
            bottom: -20px;
        }

        .opacity-2 {
            opacity: .2;
        }

        .font-weight-500 {
            font-weight: 500 !important;
        }

        .letter-spacing-minus-2px {
            letter-spacing: -2px;
        }

        .alt-font {
            font-family: Poppins, sans-serif;
        }

        .m-0 {
            margin: 0 !important;
        }

        .position-absolute {
            position: absolute !important;
        }

        .icon-medium {
            font-size: 40px;
        }

        fast-blue,
        a.text-fast-blue-hover:hover {
            color: #0038e3;
        }

        .h-4px {
            height: 4px;
        }

        .w-100 {
            width: 100%;
        }

        .left-0px {
            left: 0;
        }

        .left-0px {
            left: 0;
        }

        .bottom-0px {
            bottom: 0;
        }

        .bg-fast-blue {
            background-color: #0038e3;
        }

        .w-100 {
            width: 100% !important;
        }

        .position-absolute {
            position: absolute !important;
        }

        .d-block {
            display: block !important;
        }

        .line-height-22px {
            line-height: 22px;
        }

        .line-height-20px {
            line-height: 20px;
        }

        .h-550px {
            height: 550px;
        }

        .cover-background {
            background-repeat: no-repeat !important;
            background-size: cover !important;
            overflow: hidden;
            position: relative;
            background-position: center center !important;
        }

        .testimonials-carousel-style-01 {
            min-width: 1170px;
        }

        .margin-5-rem-bottom {
            margin-bottom: 5rem;
        }

        .font-weight-600 {
            font-weight: 600 !important;
        }

        .letter-spacing-minus-2px {
            letter-spacing: -2px;
        }

        .opacity-3 {
            opacity: .3;
        }

        .text-border-color-black {
            -webkit-text-stroke-color: #000;
        }

        .text-border-width-2px {
            -webkit-text-stroke-width: 2px;
        }

        .testimonials-style-04 .testimonials-bubble {
            position: relative;
            border: 1px solid;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease;
        }

        .padding-40px-lr {
            padding-left: 40px;
            padding-right: 40px;
        }

        .padding-30px-tb {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .margin-35px-bottom {
            margin-bottom: 35px;
        }

        .border-radius-5px {
            border-radius: 5px;
        }

        .border-color-extra-light-gray {
            border-color: #ededed !important;
        }

        .border-all {
            border: 1px solid !important;
        }

        .testimonials-style-04 .testimonials-bubble {
            position: relative;
            border: 1px solid;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .testimonials-style-04 .testimonials-bubble:after,
        .testimonials-style-04 .testimonials-bubble:before {
            top: 100%;
            left: 50px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .testimonials-style-04 .testimonials-bubble:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #fff;
            border-width: 14px 13px 0 0;
            margin-left: 2px;
        }

        .testimonials-style-04 .testimonials-bubble:before {
            border-color: rgba(237, 237, 237, 0);
            border-top-color: #ededed;
            border-width: 18px 18px 0 0;
        }

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

        .h-60px {
            height: 60px;
        }

        .w-60px {
            width: 60px;
        }

        .margin-15px-right {
            margin-right: 15px;
        }

        .rounded-circle {
            border-radius: 50% !important;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        img,
        svg {
            vertical-align: middle;
        }

        .d-inline-block {
            display: inline-block !important;
        }

        .align-middle {
            vertical-align: middle !important;
        }

        .letter-spacing-2px {
            letter-spacing: 2px;
        }

        .text-very-small {
            font-size: 11px;
            line-height: 14px;
        }
        .box-shadow-medium,
        .box-shadow-medium-hover:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }
        .box-shadow-extra-large,
        .box-shadow-extra-large-hover:hover {
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }
    
