@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #231f20;
}

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

p {
    color: #231f20;
}

img {
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #6513e1;
}

.miwlo-shrink {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.miwlo-btn-pill, .miwlo-btn-border {
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    width: max-content;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-btn-pill {
    background-color: #6513e1;
    color: #FFF;
    border: 2px solid transparent;
}

.miwlo-btn-pill span, .miwlo-btn-border span {
    display: block;
    color: #898989;
    font-size: 14px;
    line-height: 1;
}

.miwlo-header-area-mobile .miwlo-btn-pill span, .miwlo-header-area-mobile .miwlo-btn-border span {
    color: #FFF;
    font-size: 18px;
}

.miwlo-btn-pill.radius, .miwlo-btn-border.radius {
    border-radius: 50px;
}

.miwlo-btn-pill.primary, .miwlo-btn-border.primary {
    border-radius: 10px;
}

.miwlo-btn-border.btn-black {
    border: 2px solid #231f20;
    color: #231f20;
}

.miwlo-btn-border.btn-black:hover {
    background-color: #231f20;
    color: #FFF;
    border: 2px solid transparent;
}

.miwlo-btn-pill.btn-black {
    background-color: #231f20;
}

.miwlo-btn-pill.btn-black:hover {
    border: 2px solid #231f20;
    background-color: transparent;
    color: #231f20;
}

.miwlo-header-area-mobile .miwlo-btn-pill.btn-black:hover span {
    color: #231f20;
}

.section-heading {
    font-weight: 600;
}

.section-subheading {
    color: #797979;
}

.section-subheading-orange {
    color: #f55959;
}

.section-subheading, .section-subheading-orange {
    font-family: 'Quicksand', sans-serif;
    line-height: 1;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }

}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/dot-grid.png);
}

.loading-text h1 {
    background-image: url(../images/loader-bg.webp);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-size: 120px;
    font-weight: 700;
}

.theame-header {
    background-color: #fff;
}

.theame-header .custom_navigation .navbar-brand img {
    width: 70px;
}

.theame-header .custom_navigation .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.theame-header .custom_navigation .nav-item .nav-link {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0;
    color: #231f20;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.theame-header .custom_navigation .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top-width: .13em;
    border-top-style: solid;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.25s cubic-bezier(0.86, .2, 0.17, 1);
}

.theame-header .custom_navigation .nav-item .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.theame-header .custom_navigation .nav-item.dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    background-color: transparent;
}

.miwlo-app-landing-banner-wrap {
    position: relative;
    background-color: #FBEFE7;
}

.app-landing-top-shape .small-dot-wrapper, .app-landing-top-shape .app-circle-shape, .app-landing-top-shape .circle-dot-left, .app-landing-top-shape .circle-dot-right, .app-landing-bottom-shape .app-line-dot-small-bottom, .app-landing-bottom-shape .circle-dot-bottom-left {
    position: absolute;
}

.app-landing-top-shape .app-circle-shape {
    top: -45px;
    -webkit-animation: spin 3s ease-in infinite;
    -moz-animation: spin 3s ease-in infinite;
    animation: spin 3s ease-in infinite;
}

.app-landing-top-shape .small-dot-wrapper {
    top: 130px;
    left: 30px;
}

.app-landing-bottom-shape .app-line-dot-small-bottom {
    bottom: 100px;
    left: 48%;
}

.app-landing-bottom-shape .circle-dot-bottom-left {
    left: 50px;
    bottom: 150px;
}

.miwlo-app-landing-banner-text h2 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.miwlo-app-landing-banner-text a {
    margin-top: 20px;
    margin-right: 15px;
}

.miwlo-app-landing-banner-right {
    position: relative;
}

.miwlo-app-landing-banner-image, .miwlo-app-landing-banner-image .mobile {
    position: relative;
    z-index: 1;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }

}

.miwlo-app-landing-banner-image .mobile {
    width: 65%;
    display: block;
    margin: auto;
}

.app-landing-moible-bg {
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.miwlo-features-wrap {
    position: relative;
}

.miwlo-feature-img-wrapper {
    position: relative;
}

.miwlo-feature-img {
    position: relative;
    z-index: 1;
}

.miwlo-features-text-wrapper h3 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.miwlo-feature-img img, .miwlo-feature-small-img-top img, .miwlo-feature-small-img-bottom img {
    border-radius: 5px;
}

.feature-one.feature-v2 .miwlo-feature-img-shape {
    left: 60px;
}

.miwlo-feature-small-img-top, .miwlo-feature-small-img-bottom {
    position: absolute !important;
    z-index: 1;
}

.miwlo-feature-small-img-top {
    right: -70px;
    top: -40px;
}

.miwlo-feature-small-img-bottom {
    left: -70px;
    bottom: -20px;
}

.miwlo-feature-img-shape {
    position: absolute;
    top: -50px;
    right: 40px;
}

.miwlo-features-text-wrapper ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.miwlo-features-text-wrapper ul li {
    position: relative;
    padding-left: 45px;
}

.miwlo-features-text-wrapper ul li:nth-child(odd):before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background-image: url('../images/shape/list-bullet-01.png');
}

.miwlo-features-text-wrapper ul li:nth-child(even):before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background-image: url('../images/shape/list-bullet-02.png');
}

.miwlo-features-text-wrapper a {
    margin-top: 20px;
}

.feature-circle-dot-left, .feature-circle-dot-bottom-left, .feature-triangle-shape {
    position: absolute;
}

.feature-one .feature-circle-dot-left {
    top: 0;
    left: 200px;
}

.feature-one .feature-circle-dot-bottom-left {
    bottom: -100px;
    left: 250px;
}

.feature-one .feature-triangle-shape {
    right: 0;
    bottom: -100px;
}

.feature-two .feature-circle-dot-left {
    top: 0;
    right: 200px;
}

.feature-two .feature-circle-dot-bottom-left {
    bottom: 0px;
    right: 250px;
}

.feature-two .feature-triangle-shape {
    left: 0;
    bottom: -100px;
}

.miwlo-download-app-text a {
    margin-top: 20px;
}

.miwlo-app-screenshot-text {
    margin-bottom: 65px;
}

.miwlo-app-screenshot-preview {
    position: relative;
}

.app-screenshot-mobile-frame {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    z-index: 2;
}

.miwlo-app-screenshot-wrap .swiper-container {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.miwlo-app-screenshot-wrap .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.miwlo-app-screenshot-wrap .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.miwlo-app-screenshot-wrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.miwlo-app-screenshot-wrap .swiper-container-android .swiper-slide, .miwlo-app-screenshot-wrap .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miwlo-app-screenshot-wrap .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.miwlo-app-screenshot-wrap .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.miwlo-app-screenshot-wrap .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.miwlo-app-screenshot-wrap .swiper-3d .swiper-slide-shadow-left, .miwlo-app-screenshot-wrap .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.miwlo-app-screenshot-wrap .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
}

.miwlo-app-screenshot-wrap .swiper-container-autoheight, .miwlo-app-screenshot-wrap .swiper-container-autoheight .swiper-slide {
    height: auto
}

.miwlo-app-screenshot-wrap .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.miwlo-app-screenshot-wrap .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.miwlo-app-screenshot-wrap .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.miwlo-app-screenshot-wrap .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.miwlo-app-screenshot-wrap .swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-cube-shadow, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-bottom, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-left, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-right, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-top, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-bottom, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-left, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-right, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-left, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-right, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-top, .miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: none;
}

.miwlo-app-screenshot-wrap .swiper-container-coverflow .swiper-wrapper, .miwlo-app-screenshot-wrap .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.miwlo-app-screenshot-wrap .miwlo-app-screenshot-slide .swiper-slide {
    width: 250px;
    transform: unset !important;
}

.miwlo-app-screenshot-wrap .swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.miwlo-app-screenshot-wrap .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.miwlo-app-screenshot-wrap .slider-image img {
    transform: scale(.9);
}

.miwlo-app-screenshot-wrap .swiper-slide-prev .slider-image img, .miwlo-app-screenshot-wrap .swiper-slide-next .slider-image img {
    transform: scale(1);
}

.miwlo-app-screenshot-wrap .swiper-slide-prev .slider-image img {
    margin-left: -15px;
}

.miwlo-app-screenshot-wrap .swiper-slide-next .slider-image img {
    margin-right: -15px;
}

.miwlo-app-screenshot-wrap .swiper-slide-active .slider-image img {
    transform: scale(1.1);
    border-radius: 60px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-app-screenshot-wrap .swiper-next, .miwlo-app-screenshot-wrap .swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #231f20;
    background-color: #231f20;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #FFF;
    padding: 10px;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-app-screenshot-wrap .swiper-next:hover, .miwlo-app-screenshot-wrap .swiper-prev:hover {
    background-color: #FFF;
    color: #231f20;
}

.miwlo-app-screenshot-wrap .swiper-next:focus, .miwlo-app-screenshot-wrap .swiper-prev:focus {
    outline: 0;
}

.miwlo-app-testimonial-wrap {
    position: relative;
    overflow: hidden;
}

.testimonial-triangle-shape {
    position: absolute;
    right: 0;
    bottom: 200px;
}

.miwlo-app-testimonial-text {
    position: relative;
    overflow: hidden;
    padding: 150px 80px 145px 80px;
    background-color: #FBEFE7;
    border-radius: 0px 30px 30px 0;
}

.miwlo-app-testimonial-text h2 {
    font-family: 'Lora', serif;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 1;
}

.miwlo-testimonial-text-icon {
    position: absolute;
    top: 60px;
    left: 40px;
}

.miwlo-testimonial-text-icon .layer div {
    position: relative;
    padding: 25px;
    width: 90px;
    height: 90px;
    border: 2px solid #231f20;
    border-radius: 50%;
}

.miwlo-testimonial-text-shape {
    position: absolute;
    bottom: 90px;
    left: 40px;
    opacity: .3;
}

.miwlo-app-testimonial-shape {
    position: absolute;
    top: -25px;
    left: -35px;
    transform: scale(.8);
}

.miwlo-app-testimonial-slide-container {
    position: relative;
    overflow: hidden;
}

.miwlo-testimonial-slide-shape-top {
    position: absolute !important;
    left: 20px;
    top: -10px;
}

.miwlo-testimonial-slide-shape-bottom {
    position: absolute !important;
    right: 50px;
    bottom: 10px;
}

.miwlo-app-testimonial-single-slide p {
    font-weight: 300;
}

.testimonial-pagination {
    margin-top: 45px;
}

.testimonial-pagination.swiper-pagination-bullets {
    bottom: 30px;
    position: relative;
}

.testimonial-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    opacity: .7;
    width: auto;
    height: auto;
}

.testimonial-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet .client-image {
    width: 80px;
    background-color: transparent;
    padding: 5px;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.testimonial-pagination .client-image img {
    border-radius: 50%;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .client-image {
    width: 80px;
    padding: 0;
}

.miwlo-testimonial-slide-container {
    overflow: hidden;
    margin-top: 40px;
}

.mt-img-wrapper {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.mt-img-wrapper img {
    width: 80px;
    border-radius: 5px;
}

.mt-img-wrapper:after {
    position: absolute;
    content: '';
    width: 87px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -30px;
    left: 15px;
    background-image: url(../images/icons/icon-bg-01.png);
    z-index: -1;
}

.mt-qualification {
    color: #77797c;
}

.miwlo-testimonial-single-slide-review-text p {
    font-weight: 300;
    margin-bottom: 0;
}

.miwlo-subscribe-newsletter-wrap.is-full-width {
    overflow: hidden;
    position: relative;
    background-color: #FBEFE7;
}

.miwlo-subscribe-newsletter {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FBEFE7;
}

.miwlo-subscribe-text {
    position: relative;
}

.miwlo-subscribe-text h3 {
    margin-top: 0;
}

.miwlo-subscribe-text p {
    margin-bottom: 0;
}

.miwlo-subscribe-form form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #231f20;
    padding: 20px 0;
    border-radius: 0;
    display: inline-block;
    width: 50%;
    color: #231f20;
    font-size: 18px;
    outline: none;
}

.miwlo-subscribe-form form input[type="submit"] {
    display: inline-block;
    background: transparent;
    border-radius: 5px;
    padding: 20px 50px;
    color: #231f20;
    border: 2px solid #231f20;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-subscribe-form form input[type="submit"]:hover {
    color: #FFF;
    background-color: #231f20;
    border-color: #231f20;
}

.miwlo-subscribe-form form input[type="email"]::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: rgba(0, 0, 0, .9);
}

.miwlo-subscribe-form form input[type="email"]::-moz-placeholder {

    /* Firefox 19+ */

    color: rgba(0, 0, 0, .9);
}

.miwlo-subscribe-form form input[type="email"]:-ms-input-placeholder {

    /* IE 10+ */

    color: rgba(0, 0, 0, .9);
}

.miwlo-subscribe-form form input[type="email"]:-moz-placeholder {

    /* Firefox 18- */

    color: rgba(0, 0, 0, .9);
}

.miwlo-app-landing-btn-wrap {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
}

.miwlo-app-landing-btn-wrap .form-control {
    border: 0;
    background-color: transparent;
    padding-left: 0;
    box-shadow: none !important;
}

.copyright {
    margin-top: 50px;
}

.footer-txt-link li {
    display: inline-block;
    margin-left: 8px;
}

.footer-txt-link li a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.miwlo-pricing-plan-wrap {
    position: relative;
}

.miwlo-pricing-plan-triangle-shape {
    position: absolute !important;
    right: 0;
}

.miwlo-pricing-plan ul.nav-pills {
    border: 1px solid #231f20;
    border-radius: 50px;
    padding: 5px;
    width: max-content;
    margin: 40px auto 0;
}

.miwlo-pricing-plan ul.nav-pills .nav-link {
    padding: 20px 35px;
    border-radius: 50px;
    color: #231f20;
    font-weight: 600;
}

.miwlo-pricing-plan ul.nav-pills .nav-link.active, .miwlo-pricing-plan ul.nav-pills .show > .nav-link {
    background-color: #231f20;
    color: #FFF;
}

.miwlo-pricing-plan.miwlo-orange ul.nav-pills {
    border: 1px solid #f55959;
}

.miwlo-pricing-plan.miwlo-orange ul.nav-pills .nav-link {
    color: #f55959;
    background-color: transparent;
}

.miwlo-pricing-plan.miwlo-orange ul.nav-pills .nav-link.active, .miwlo-pricing-plan.miwlo-orange ul.nav-pills .show > .nav-link {
    background-color: #f55959;
    color: #FFF;
}

.miwlo-pricing-plan-table {
    position: relative;
    border-radius: 20px;
    box-shadow: rgb(244, 244, 244) 0px 10px 22px 2px;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 10px;
}

.miwlo-pricing-plan-table.table-two {
    border: 2px solid #231f20;
}

.miwlo-orange .miwlo-pricing-plan-table.table-one {
    border: 2px solid #231f20;
}

.miwlo-orange .miwlo-pricing-plan-table.table-two {
    border: transparent;
}

.miwlo-pricing-plan-bottom-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.miwlo-pricing-plan-name p, .miwlo-pricing-plan-price p {
    margin-bottom: 0;
}

.miwlo-pricing-plan-table .miwlo-pricing-plan-price span {
    font-size: 30px;
    font-weight: 700;
}

.miwlo-pricing-plan-table.table-one .miwlo-pricing-plan-price p {
    color: #6513e1;
}

.miwlo-pricing-plan-table.table-two .miwlo-pricing-plan-price p {
    color: #f66969;
}

.miwlo-pricing-plan-table.table-three .miwlo-pricing-plan-price p {
    color: #5bc4be;
}

.miwlo-pricing-plan .tab-content {
    margin-top: 50px;
}

.miwlo-pricing-plan-table .miwlo-pricing-plan-bottom-shape {
    position: absolute;
    right: -46px;
    bottom: -10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-pricing-plan-table .miwlo-pricing-plan-bottom-shape img {
    max-width: 75%;
}

.miwlo-pricing-plan-table:hover .miwlo-pricing-plan-bottom-shape {
    right: -55px;
    bottom: -20px;
}

.miwlo-pricing-plan-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.miwlo-pricing-plan-features ul li {
    position: relative;
    padding-bottom: 15px;
}

.miwlo-pricing-plan-features ul li:before {
    position: absolute;
    content: '\f00c';
    width: 25px;
    height: 25px;
    top: 6px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    color: #008000;
}

.miwlo-pricing-plan-features ul li.not-avle:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    color: #ff0000;
}

.miwlo-pricing-plan-features .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.miwlo-pricing-plan-features .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.table-one .miwlo-pricing-plan-features .miwlo-btn-simple {
    color: #6513e1;
}

.table-one .miwlo-pricing-plan-features .miwlo-btn-simple:before {
    background-color: #6513e1;
}

.miwlo-pricing-plan-features .miwlo-btn-simple:hover:before {
    width: 100%;
}

.contact-sec {
    background-color: #FBEFE7;
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-sec li {
    list-style: none;
}

.contact-frm {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.contact-frm h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-frm .form-control {
    height: 50px;
    border-color: #000;
    box-shadow: none;
}

.contact-frm textarea.form-control {
    height: 100px;
}

.contact-card {
    background-color: #FFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.contact-card span {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #f55959;
    border-radius: 50px;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-card a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.contact-sec li:nth-child(2) span {
    background-color: #49beb7;
}

.contact-sec li:nth-child(3) span {
    background-color: #000;
}

.feature-sec {
    background-color: #FBEFE7;
    padding-top: 0;
    padding-bottom: 70px;
}

.feature-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);

}

.feature-card img {
    width: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    display: inline-block !important;
}

.feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 15px 0;
}

.feature-card p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #99999a;
}

.feature-card::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-image: url(../images/shape-4.png);
    width: 143px;
    height: 123px;
    background-repeat: no-repeat;
    border-radius: 0 0 20px 0;
}
/*explore-css-start*/
.tp-space {
   padding-top: 40px;
   padding-bottom: 40px;
}

.subtitle {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 0;
}

.title {
   font-size: 30px;
   font-weight: 700;
   color: #333;
   margin-bottom: 20px;
}

.title a {
      display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}


.title i {
   font-size: 18px;
}

.thm-btn {
   display: inline-block;
   padding: 10px 35px;
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   background-color: #07104a;
   border-radius: 5px;
}

.thm-btn.secondary {
   background-color: #adb5bd !important;
   border-color: #adb5bd !important;
   color: #212529 !important;
}

.thm-btn:hover {
   opacity: 0.8;
}

.search-header {
   padding: 15px;
   border-bottom: 1px solid #ccc;
   margin-top: 90px;
}

.search-header-bx {
   width: 60%;
   margin: 0 auto;
   position: relative;
}

.search-header-bx .form-control {
   height: 48px;
   border-radius: 50px;
   padding-left: 30px;
   margin-bottom: 10px;
   box-shadow: none!important;
   border-color: #ced4da!important;
}

.search-btn {
   background-color: transparent;
   color: #000;
   position: absolute;
   top: 10px;
   left: 2px;
   font-size: 16px;
   border: 0;
}

.button-bar-main {
   overflow-x: auto;
   width: 1250px;
}

.button-bar {
   display: flex;
   -webkit-box-pack: start;
   justify-content: flex-start;
   gap: 8px;
   justify-content: center;
}

.button-bar-main::-webkit-scrollbar {
   width: 0;
   height: 0;
}

.button-bar .category-btn {
   padding: 5px 10px;
   background-color: rgb(0 1 8 / 50%);
   color: #fff;
   border-radius: 5px;
   font-size: 15px;
   text-decoration: none;
   white-space: nowrap;
}

.button-bar .category-btn:hover, .button-bar .category-btn.active {
   background-color: #07104a;
}

.button-bar-main-arrow {
   display: flex;
   align-items: center;
   position: relative;
   justify-content: center;
}

.scroll-arrow {
   background-color: #07104a;
   color: #fff;
   cursor: pointer;
   z-index: 1;
   height: 35px;
   width: 35px;
   line-height: 33px;
   text-align: center;
   border-radius: 5px;
   border: 0;
}

.scroll-arrow.left-arrow {
   margin-right: 10px;
}

.scroll-arrow.right-arrow {
   margin-left: 10px;
}

.scroll-arrow:disabled {
   background-color: #ccc;
   cursor: not-allowed;
}

.product-card {
      padding: 35px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.product-card:nth-child(3n + 1) {
    background-color: #DFEEE7; 
}

.product-card:nth-child(3n + 2) {
    background-color: #D1ECFD!important; 
}

.product-card:nth-child(3n) {
    background-color:  #FFF3EA!important; 
}

.product-card a{
    text-decoration: none;
    color: inherit;
}

/*.product-card-img {
   position: relative;
   height: 100%;
   width: 100%;
   background-color: #fff;
}*/

.product-card-img img {
        height: 80px;
    width: 80px !important;
    border-radius: 15px;
}


.product-content h5 {
       font-size: 30px;
    font-weight: 500;
    color: #000;
    margin: 14px 0;
}
.product-content h5 span{
    color: #07104a;
}
.product-content p{
     display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 2;
   letter-spacing: 1px;
}
.product-content p,
.network-card p {
   font-size: 14px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 3;
   line-height: 20px;
   color: #000;
}

.product-card-img .dropdown {
   position: absolute;
   right: 10px;
   top: 10px;
   display: none;
}

.product-card-img  button {
   height: 30px;
   width: 30px;
   text-align: center;
   line-height: 28px;
   background-color: #b3b3b3d6;
   border-radius: 25px;
   font-size: 14px;
   transition: 0.2s;
   border: 0;
}

.product-card-img  button:hover {
   background-color: #fff;
}

.product-card-img .dropdown-menu {
   top: -10px !important;
   left: -100% !important;
   transform: translateX(-50%) !important;
   width: auto;
}

.product-card-img .dropdown-menu .dropdown-item {
   font-size: 12px;
}

.product-card-img .dropdown-menu .dropdown-item:hover {
   background-color: #f1f1f1;
}

.product-card-img .free-btn {
   display: inline-block;
   padding: 5px 10px;
   background-color: #f7f7f7;
   color: #000;
   border-radius: 5px;
   font-size: 12px;
   font-weight: 500;
   position: absolute;
   bottom: 8px;
   left: 6px;
   display: none;
}



.product-slide.owl-theme .owl-nav, .popular-slide.owl-theme .owl-nav {
   margin-top: 0;
   position: absolute;
   right: 0;
   top: -50px;
}

.product-slide.owl-theme .owl-nav button, .popular-slide.owl-theme .owl-nav button {
   height: 35px;
   width: 35px;
   line-height: 35px;
   text-align: center;
   background-color: #f7f7f7;
   border-radius: 25px;
}

.product-slide.owl-theme .owl-nav button:hover, .popular-slide.owl-theme .owl-nav button:hover {
   background-color: #000;
   color: #fff;
}

.product-slide.owl-theme .owl-nav .owl-prev, .popular-slide.owl-theme .owl-nav .owl-prev {
   margin-right: 8px;
}

.popular-main {
   display: flex;
   gap: 6px;
   flex-wrap: wrap;
}

.popular-main-innr {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 33%;
   border: 1px solid #eee;
   padding: 5px;
   border-radius: 8px;
   margin-bottom: 10px;
}

.popular-main-innr:hover {
   background-color: #f1f1f1;
}

.popular-main-innr-lft {
   display: flex;
   gap: 4px;
}

.popular-main-innr-lft .popular-main-innr-img {
   height: 50px;
   width: 50px;
   background-color: #fff;
}

.popular-main-innr-lft .popular-main-innr-img img {
   height: 100%;
   width: 100%;
   border-radius: 5px;
}

.popular-main-innr-lft .popular-main-innr-content h6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 1;
   font-size: 16px;
   font-weight: 600;
   color: #000;
   margin-bottom: 0;
}

.popular-main-innr-lft .popular-main-innr-content p {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 2;
   font-size: 14px;
}

.popular-main-innr .dropdown button {
   height: 30px;
   width: 30px;
   text-align: center;
   line-height: 28px;
   background-color: #b3b3b3d6;
   border-radius: 25px;
   font-size: 14px;
   transition: 0.2s;
   display: none;
}

.popular-main-innr:hover .dropdown button {
   display: block;
}

.popular-main-innr .dropdown .dropdown-item {
   font-size: 14px;
}

.popular-main-innr .dropdown .dropdown-item:hover {
   background-color: #f1f1f1;
}

.popular-main-innr .dropdown .free-btn {
   padding: 8px 8px;
   background-color: #000 !important;
   color: #fff;
   border-radius: 5px;
   font-size: 14px;
   width: 100px;
   margin: 0 auto;
}
.topic-sec ul{
    padding-left: 0
}
.topic-sec li{
    list-style: none;
}
.topic-sec li:nth-child(1) .topic-card {
   background: linear-gradient(30deg, rgb(127, 22, 27), rgb(246, 16, 27));
}

.topic-sec li:nth-child(2) .topic-card {
   background: linear-gradient(30deg, rgb(36, 67, 114), rgb(38, 112, 223));
}

.topic-sec li:nth-child(3) .topic-card {
   background: linear-gradient(30deg, rgb(132, 69, 18), rgb(253, 119, 9));
}

.topic-sec li:nth-child(4) .topic-card {
   background: linear-gradient(30deg, rgb(107, 43, 66), rgb(212, 50, 110));
}

.topic-sec li:nth-child(5) .topic-card {
   background: linear-gradient(30deg, rgb(58, 68, 92), rgb(75, 110, 187));
}

.topic-sec li:nth-child(6) .topic-card {
   background: linear-gradient(30deg, rgb(34, 85, 115), rgb(36, 155, 226));
}

.topic-sec li:nth-child(7) .topic-card {
   background: linear-gradient(30deg, rgb(74, 62, 87), rgb(126, 82, 179));
}

.topic-sec li:nth-child(8) .topic-card {
   background: linear-gradient(30deg, rgb(25, 124, 96), rgb(21, 240, 177));
}

.topic-sec li:nth-child(9) .topic-card {
   background: linear-gradient(30deg, rgb(134, 103, 15), rgb(255, 189, 7));
}

.topic-sec li:nth-child(10) .topic-card {
   background: linear-gradient(30deg, rgb(121, 28, 45), rgb(235, 26, 64));
}

.topic-card {
   padding: 12px;
   border-radius: 8px;
   height: 100px;
   margin-bottom: 15px;
   background: linear-gradient(90deg, hsla(184, 85%, 63%, 1) 0%, hsla(240, 46%, 76%, 1) 50%, hsla(319, 72%, 75%, 1) 100%);
}

.topic-card a {
   display: flex;
   justify-content: space-between;
   height: 100%;
   align-items: flex-end;
   text-decoration: none;
   color: inherit;
}

.topic-card a h4 {
   font-size: 15px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 0;
}

.topic-card a i,
.topic-card a svg {
   color: #fff;
   font-size: 18px;
   opacity: 0.5;
}
.roles-sec{
    background-color: #f7f7f7;
}
.network-card{
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
/*  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    text-align: center;
}
.network-card img{
            width: 90px !important;
    display: inline-block !important;
    height: 90px;
    border-radius: 20px;
}

.roles-sec a,
.product-sec a{
    text-decoration: none;
}


/*explore-css-end*/

@media only screen and (max-width: 767px){
  .miwlo-app-screenshot-wrap .swiper-container{
    max-height: 520px;
  }
  .app-screenshot-mobile-frame img{
    max-height: 500px;
  }
  .miwlo-app-screenshot-wrap .swiper-slide-active .slider-image img{
  	max-height: 444px;
  	width: auto;
    margin-top: -6px;
    border-radius: 30px;
  }
  .miwlo-app-screenshot-wrap .swiper-slide-prev .slider-image img, .miwlo-app-screenshot-wrap .swiper-slide-next .slider-image img {
    max-height: 444px;
  }
}