body {
    font-family: 'Dosis', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
    animation: pageAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes pageAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.font-20 {
    font-size: 20px;
}

.img-box {
    margin-bottom: 30px;
}

p {
    line-height: 1.6;
    font-size: 15px;
}

p a {
    color: #e17873;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    background: #fff;
    border: 2px solid #362d5b;
    text-align: center;
    position: fixed;
    bottom: 20px;
    height: 35px;
    width: 35px;
    display: none;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
    border-radius: 10px !important;
    z-index: 99;
}

.back_top i {
    color: #362d5b;
    line-height: 30px;
    font-size: 32px;
    display: block;
}

.bg-light {
    background-color: #f1f1f1 !important;
}

/*==========================
        2.HELPER
============================*/
p {
    margin: 0;
    color: #212529;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.font-white {
    color: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    /* padding: 7px 20px;*/
    outline: none;
    width: 100%;
    border: 2px solid rgba(31, 49, 81, .1);
    height: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #5f5f5f;
    display: block;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 0;
}

textarea {
    height: 140px !important;
    padding-top: 10px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: #fff;
}

.section-title {
    margin-bottom: 20px;
}

.section-title p {
    color: #362d5b;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1em;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title h3 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 50px;
    font-weight: 700;
    color: #424242;
    font-weight: 400;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.over_margin {
    margin: 20px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.btn {
    padding: 12px 28px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}


.theme-btn {
    color: #fff;
    background-color: #362d5b;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #362d5b, #552CC1);
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all 0.5s;
    font-weight: 600;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background: #000;
    color: #fff;
}

.btn-white {
    background-color: #362D5B;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 140px;
    border-radius: 5px !important;
    transition: all 0.5s;
}

.btn {
    font-size: 16px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    font-weight: 400;
    padding: 0 20px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #fff !important;
}

/*==========================
        3.NAVBAR
============================*/

.navbar-brand {
    margin-right: auto;
}

.custom-nav {
    background-color: #ffffff;
    opacity: 95%;
    width: 100%;
    padding: 11px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.custom-nav .container-fluid {
    width: 90%;
}

.custom-nav.sticky-header {
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    opacity: 100%;
}

.custom-nav .navbar-nav li a {
    position: relative;
    color: #505050;
    font-size: 22px;
    font-weight: 500;
    padding: 6px 5px !important;
    margin: 0 3px;
}

.navbar-toggler {
    color: #000;
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.custom-nav.sticky-header .navbar-nav li a {
    color: rgba(0, 0, 0, 0.6) !important;
}

.navbar-toggle {
    color: #ffffff;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #505050;
}

.custom-nav.sticky-header .navbar-nav li.active a,
.custom-nav.sticky-header .navbar-nav li:hover a,
.custom-nav.sticky-header .navbar-nav li:active a {
    color: #362d5b !important;
}


.brand-logo .logo-light {
    display: inline-block;
}

.sticky-header .brand-logo .logo-dark {
    display: inline-block;
}

.sticky-header .brand-logo .logo-light {
    display: none;
}

.brand-logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.brand-logo img {
    height: 50px;
}

.login-button-container {
  margin: 0 auto;
}

.old-system-login {
  text-align: center;
}

.old-system-login a {
  font-size: 14px;
  color: #363636;
  text-decoration: underline !important;
}

.contact_btn .btn-sm {
    background-color: #e17873;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 130px;
    min-width: 70px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    transition: none;
    align-items: center;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    transition: all 0.2s ease;
}

.sticky-header .contact_btn .btn-sm {
    background-color: #e17873;
    color: #fff;
    transition: all 0.3s;
}

.sticky-header .contact_btn .btn-sm:hover {
    background-color: #c06661;
}

.reg_btn .btn-sm {
    background-color: #362d5b;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 130px;
    min-width: 70px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    transition: none;
    align-items: center;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    transition: all 0.2s ease;
}

.sticky-header .reg_btn .btn-sm {
    background-color: #362d5b;
    color: #fff;
    transition: all 0.3s;
}

.sticky-header .reg_btn .btn-sm:hover {
    background-color: #4b3f7a;
}

.contact_btn .btn-sm:hover {
    color: #fff;
    background-color: #c06661;
}

.menu-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
}

.menu-close-btn {
    position: absolute;
    top: 6px;
    left: 235px;
    font-size: 40px;
    color: #434343;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    line-height: 40px;
    z-index: 99;
}

@media (max-width: 1300px) {
    .spfly-menu {
        max-width: 100%;
    }
}

/*==========================
        4.HOME
============================*/
.home-bg,
.home-section {
    position: relative;
}

.main-slider-spfly {
    position: relative;
    z-index: 9;
}

.home-bg .heading {
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 24px;
    color: #212529;
}

.home-bg .para-txt {
    color: #212529;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 380px) {
    .home-bg .para-txt {
        line-height: 125%;
    }
}

.home-bg.waves-bg-img {
    margin: 0 0 0;
    padding: 8rem 0 11rem 0;
}

.home-bg {
    background-image: url(../images/superfly-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 930px;
}

@media (max-width: 768px) {
    .home-bg {
        background-image: url(../images/superfly-bg-mobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 456px;
        top: 0px;
    }
}


.features-section {
    padding-top: 0;
}

#spfly-container {
    padding: 0 100px;
    max-width: 1300px;
}

@media (max-width: 769px) {
    #spfly-container {
        padding: 0 35px;
    }
}

@media (max-width: 1199px) {
    #spfly-container {
        max-width: 100%;
    }
}

@keyframes owl-content-fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes owl-content-fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes owl-img-fadeInRight {
    from {
        transform: translateX(40px);
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes owl-img-fadeInRight {
    from {
        transform: translateX(40px);
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.owl-item.active .content-fadeInUp {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: owl-content-fadeInUp;
    -webkit-animation-name: owl-content-fadeInUp;
}

.owl-item.active .img-fadeInRight {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: owl-img-fadeInRight;
    -webkit-animation-name: owl-img-fadeInRight;
}

.main-slider .owl-dots,
.testimonial-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: center;
    min-width: 320px;
}

.main-slider .owl-dot,
.testimonial-slider .owl-dot {
    background: rgb(201 201 201 / 40%) !important;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    margin: 0 2px;
}

.main-slider .owl-dot.active,
.testimonial-slider .owl-dot.active {
    background: #E17875 !important;
}

/* ---- license start ---- */

.license-info {
    padding: 60px 0 50px 0;
}

@media (max-width: 769px) {
    .license-info {
        padding: 60px 0 0 0;
    }
}

.license-wrapper {
    justify-content: center;
    margin: 30px 0;
}

@media (max-width: 769px) {
    .license-wrapper {
        flex-direction: column;
    }

    .license-img {
        width: 169px;
        margin: 0 auto 20px !important;
        display: block;
        text-align: center;
    }
}

.license-img {
    margin: 0 20px;
}

/* ---- license end ---- */


/* ---- why superparners container ---- */

.why-spfly-section {
    padding-top: 10px !important;
}

.purple-wave {
    background-image: url(../images/purple-wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 100px;
    padding: 60px 60px 100px;
}

.superfly-groovy-box-circle {
    border-radius: 50%;
    height: 19px;
    width: 19px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    background: #E17873;
    display: inline-block;
    margin-left: -32px;
}

.superfly-groovy-box-circle span {
    background: #F8D281;
    position: absolute;
    border-radius: 50%;
    left: 8px;
    height: 9px;
    width: 9px;
    display: inline-block;
}

.whysf-list {
    list-style: none;
    padding-bottom: 24px;
    font-size: 18px;
}



/* ---- particles container ---- */

.particles__content {
    position: absolute;
    width: 40%;
    padding: 4rem;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js,
#particles-js1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.particles-js-canvas-el {
    position: relative;
    z-index: 1;
}

/*==========================
        5.ABOUTUS
============================*/
.box-wrap .info-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.shape-radius {
    border-radius: 0px 40px 40px;
}

.ico-bg {
    -webkit-box-flex: 1;
    flex: 1 1 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    position: relative;
    background-color: #362d5b;
    background-image: linear-gradient(180deg, #362d5b 0%, #552CC1 51%, #362d5b 100%);
    background-size: auto 200%;
    transform: rotate(0);
    transition: 500ms;
    border-radius: 50%;
}

.box-wrap .info-box:hover .ico-bg {
    background-position: bottom;
}

.content-txt {
    padding-left: 20px;
    -webkit-box-flex: 1;
    flex: 1 1 calc(100% - 55px);
}

.content-txt h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}



.info-box+.info-box {
    margin-top: 30px;
}

.ico-bg i {
    position: relative;
    left: 2px;
    font-size: 30px;
}

.video-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 10;
    background-color: #362d5b;
    background-image: linear-gradient(to right, #362d5b, #552CC1);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.video-btn i {
    font-size: 50px;
}

.video-btn:hover {
    background: #000;
}

.video-btn:hover i {
    color: #fff !important;
}

/*==========================
        6.SERVICES
============================*/


.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.3);
    -webkit-box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.3);
    box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.3);
}

.service-txt {
    padding: 30px 0;
}

.steps-hover-thumb {
    background: url(../images/step-hover-img.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.service-box:hover .steps-hover-thumb {
    background-position: center center;
    opacity: 1;
    visibility: visible;
}

.steps-hover-thumb::before {
    background-color: #362d5b;
    background-image: linear-gradient(to right, #362d5b, #552CC1);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.service-icon i {
    font-size: 40px;
    line-height: 40px;
    color: #552CC1;
}

.service-txt h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.service-box:hover h3,
.service-box:hover .service-icon i,
.service-box:hover p {
    color: #fff;
}

.service-box-wrap [class*=col-]:nth-child(2) .service-box {
    margin-top: 30px;
}

.service-box-wrap [class*=col-]:nth-child(3) .service-box {
    top: -30px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*==========================
        7.HOWITWORKS
============================*/
.how-works-box img {
    max-width: 250px;
}

.how-works-box h4 {
    font-size: 20px;
    font-weight: 700;
}

/*==========================
        8.COUNTER
============================*/
.counter-box {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
    border-radius: 10px;
    text-align: center;
}

.counter-icons {
    background-color: #362d5b;
    background-image: linear-gradient(to right, #362d5b, #552CC1);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transform: scale(1) rotate(0deg) perspective(100px);
    transition: transform 500ms ease;
    font-size: 30px;
}

.counter-box h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0;
}

.counter-box p {
    font-size: 14px;
    color: #7e8aa7;
    font-weight: 500;
    margin: 0;
}

/*==========================
        9.TESTIMONIAL
============================*/
.parallax-section {
    background: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.parallax-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #362d5b;
    background-image: linear-gradient(to right, #362d5b, #552CC1);
    opacity: 0.9;
}

.testimonial-slider .item .user-txt {
    display: block;
    padding: 0;
    text-align: center;
}

.testimonial-slider .item .user-txt::after {
    display: block;
    clear: both;
    content: "";
}

.testimonial-slider .item .user-txt .user-pics {
    width: 250px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto 5px;
}

.testimonial-slider .item .user-txt .user-pics img {
    max-width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.testimonial-slider .item .user-txt .user-info {
    float: left;
}

.testimonial-slider .item .user-txt .user-info .heading {
    line-height: 1;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.testimonial-slider .item .user-txt .user-info .sub-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.testimonial-slider .item .testimonial-card {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    overflow: visible;
    text-align: center;
}

.testimonial-slider .item .testimonial-card p {
    font-family: "Source Sans Pro", sans-serif;
    color: #414c5a;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-slider .item .testimonial-card::before {
    content: "";
    background-image: url("../images/quotation.png");
    background-size: cover;
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    opacity: 0.2;
}

.testimonial-slider .item .testimonial-card::after {
    font-family: "Material Design Icons";
    content: "\F35D";
    position: absolute;
    display: flex;
    justify-content: center;
    top: 100%;
    left: 18px;
    font-size: 80px;
    width: 40px;
    height: 20px;
    line-height: 10px;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 9, 128, 0.05), 0 5px 10px rgba(0, 9, 128, 0.05);
}

.use-info a {
    color: #E17875;
}

/*==========================
        TESTIMONIALS PAGE
============================*/

.testimonials-item {

  .testimonial-col {
    padding:15px;
  }
    .item {
        display: inline-block;
        width: 100%;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        height: 100%;

        .testimonial-card p {
            color: #000;
        }

        img {
            width: 100%;
        }

        .user-pics {
            width: 200px;
            display: block;
            margin: 0 auto 30px;
        }

        .use-info .heading {
            text-align: center;
        }
    }

    p {
        color: #000000;
    }


    .testimonial-card {
        position: relative;
        padding: 1.5rem;
        border-radius: 0.5rem;
        overflow: visible;
        text-align: center;
    }


    .testimonial-card::before {
        content: "";
        background-image: url("../images/quotation.png");
        background-size: cover;
        display: block;
        width: 80px;
        height: 63px;
        position: absolute;
        top: 0.75rem;
        left: 1rem;
        opacity: 0.2;
    }




}


/*==========================
        10.PRICING
============================*/

.pricing-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
}

.pricing-item {
    cursor: default;
    color: #363636;
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    border: 5px solid #362D5B;
    height: 100%;
}

.pricing-deco {
    border-radius: 5px;
    position: relative;
}

.pricing-deco img {
    max-width: 30px;
}


.pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pricing-title {
    font-size: 22px;
    margin: 0;
    color: #101010;
    padding: 24px 0;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-item .icon {
    font-size: 2.5em;
}

.pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.4);
}

.pricing-period {
    font-size: 0.15em;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

.pricing-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.pricing-feature {
    padding: 0;
    text-align: left;
}

.choose-box {
    margin: 30px;
}

.swirl-wave {
    background-image: url(../images/comission-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 40px;
    background-position: 0;
}

@media (max-width: 769px) {
    .swirl-wave {
        background-image: url(../images/comission-bg.jpg);
        background-repeat: repeat;
        background-position: bottom;
        background-position: 0;
    }
}

/*==========================
        Page
============================*/

.spfly-page {
    margin: 137px auto 60px;
}

@media (max-width: 595px) {
    #terms {
        margin: 100px auto 60px;
    }
}

#terms ul {
    list-style: none;
}

.privacy-table {
    margin:15px;
}

.privacy .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.privacy .column {
  display: flex;
  flex-flow: column wrap;
  flex-basis: 100%;
  flex: 1;
}

.privacy .header-column {
  background-color: #e2e2e2 !important;
}

.privacy .first-column, .privacy .second-column, .privacy .third-column {
    color: white;
    height: 100%;
    background-color: #f5f5f5;
    margin: 1px;
    padding: 5px;
}

/*==========================
        11.FAQ's
============================*/
.question-card {
    margin-bottom: 1rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.card-header {
    border: none;
}

.question-card .btn-link {
    position: relative;
    background: #f8f8f8;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.25s ease-out;
    width: 100%;
    border: none;
}

.question-card h4:hover {
    color: #8089ff;
}

.question-card .card-body {
    padding: 0.5rem 1rem;
}

.question-card .card-body p {
    margin-bottom: 5px;
}

.question-card .btn-link.collapsed {
    color: #000;
}

.question-card .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #362d5b;
}

.question-card.active h4::after {
    color: #362d5b;
    top: 14px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.caret-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    line-height: 20px;
    width: 25px;
}

.question-card.active .btn-link .caret-icon {
    transform: rotateZ(-180deg);
}

/*==========================
        12.CONTACTUS
============================*/
.contact-bg {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact-box-inner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 50px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.contact-box-inner h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.contact-box-inner p {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    margin-top: 15px;
}

.contact-form h3 {
    margin: 0;
    color: #42495b;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-form p {
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    color: #5f5f5f;
    margin-bottom: 15px;
}

.input-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    color: #333;
}

.textarea-icons {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #333;
}

/*==========================
        13.FOOTER
============================*/
.footer {
    position: relative;
    padding-top: 80px;
    background-color: #362D5B !important;
}

.footer-bottom,
.footer-top {
    position: relative;
    z-index: 2;
}

.footer .foot_logo img {
    height: 100px;
}

.footer .footer_menu_list li {
    margin-bottom: 10px;
    transition: all 0.5s;
}

.footer h5 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.footer p {
    color: #fff;
}

.apps-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_menu_list li a,
.footer .footer_menu_list li i {
    display: inline-block;
    font-size: 16px;
    color: #ddd !important;
    transition: all 0.5s;
}

.footer .footer_menu_list li a:hover,
.footer .footer_menu_list li:hover i {
    color: #fff !important;
}

.footer .subcribe-newslatter form {
    max-width: 450px;
}

.footer .subcribe-newslatter form input {
    font-size: 14px;
    color: #4c5667 !important;
    padding: 14px 15px;
    width: 100%;
    outline: none !important;
    padding-right: 50px;
    padding-left: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

.footer .subcribe-newslatter form button {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #000 !important;
    height: auto;
    line-height: 25px;
    outline: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 20px;
}

.footer .fot_social .social-icon {
    display: block;
    background: #fff;
    color: #362d5b;
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s;
}

.footer .fot_social .social-icon:hover {
    color: #fff !important;
}

.foot_desc {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-menu-list li {
    display: flex;
    align-items: flex-start;
    line-height: normal;
}

.contact-menu-list .md-icon {
    font-size: 20px;
    margin-right: 10px;
}

.footer-container-pre {
    min-height: 106px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #E5E5E5;
    padding: 20px 0;
}

.license-logo-img {
    margin: 10px 40px;
    display: inline-block;
    text-align: center;
    width: 90px;
}

@media (max-width: 769px) {
    .license-logo-img {
        margin: 10px 20px;
    }
}

@media (max-width: 575px) {
    .license-logo-img {
        margin: 10px 0;
        padding: 0 10px;
        width: 32%;
    }

    .license-logo-img img {
      width: 100%;
  }
}

.footer-menu-item a{
    color: #ffffff;
}

/* BRANDS */
@media (max-width: 769px) {
    .spfly-brand-logo {
        margin: 20px;
    }
}

.spfly-brand-row {
    align-items: center;
}

@media (max-width: 769px) {

    .spfly-brand-row {
        justify-content: center;
    }
}



/* NEWS */

.first-section {
    display: flex;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 24px;
    width: 100%;
    pointer-events: none;
}

.second-section {
    display: flex;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 24px;
    padding: 24px;
    width: 100%;
    pointer-events: none;
}

.third-section {
    display: flex;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 24px;
    width: 100%;
    pointer-events: none;
}

.news-img {
    width: 100%;
}

.sm-affiliate-top-img {
    margin-bottom: 25px;
}

.sm-affiliate-bottom-img {}

.news-container p,
.news-container li {
    font-size: 20px;
    margin-bottom: 1rem;
}

@media (max-width: 798px) {

    .news-container p,
    .news-container li {
        font-size: 16px;
        margin-bottom: 0.8rem;
    }
}

/* NEWS end */
.new-tile {
    position: relative;
    display: flex;
}


/*BRANDS PAGE*/

.superfly-brand {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.mobile-align {
    margin-left: 60px;
}

.brand-logo-align {
    padding: 20px;
    min-width: 255px;
    text-align: center;
    padding: 50px;
}


/*END BRANDS PAGE*/

/*cookie consent*/

.cookie-wrapper {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #e17873;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 101;
}

@media (max-width: 400px) {
    .cookie-wrapper {
        max-width: 280px;
    }
}

.cookie-wrapper.show {
    right: 20px;
}

.cookie-wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.cookie-wrapper header i {
    color: #ffffff;
    font-size: 32px;
}

.cookie-wrapper header h2 {
    color: #ffffff;
    font-weight: 500;
}

.cookie-wrapper .data {
    margin-top: 16px;
}

.cookie-wrapper .data p {
    color: #ffffff;
    font-size: 16px;
}

.cookie-wrapper .data p a {
    color: #ffffff;
    text-decoration: none;
}

.cookie-wrapper .data p a:hover {
    text-decoration: underline;
}

.cookie-wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-wrapper .buttons .button {
    border: none;
    color: #e17873;
    padding: 8px 0;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}

.cookie-wrapper .buttons #acceptBtn:hover {
    background-color: #ffffffca;
}

#cookie-text-link {
    color: #ffffff;
    text-decoration: underline !important;
}

#declineBtn {
    border: 2px solid #ffffff;
    background-color: #e17873;
    color: #ffffff;
}

#declineBtn:hover {
    background-color: #ffffff;
    color: #e17873;
}

.bx-cookie {
    width: 40px;
}


/*==========================
        PAGINATION
============================*/






.testimonials-item .testimonials-pagination {}

.testimonials-item .pagination {
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: auto;
}

.testimonials-item .page-number {
    cursor: pointer;
    background-color: white;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.testimonials-item .active {
    font-size: 1em;
    height: 25px;
    width: 25px;
    background-color: #e17873;
    color: white;
}

.testimonials-item button {
    width: 90px;
    padding: 8px 16px;
    background-color: #ffffff00;
    color: #e17873;
    border: none;
    cursor: pointer;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-item button:hover {
    color: #e17873;
}

.testimonials-item button:disabled {
    background-color: #ffffff00;
    color: #ccc;
    cursor: not-allowed;
}

.testimonials-item .arrow {
    font-size: 1.2em;
}

.testimonials-item .nav-text {
    font-size: 0.7em;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}

.general_btn .btn-sm {
    background-color: #e17873;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 170px;
    min-width: 70px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    transition: none;
    align-items: center;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    transition: all 0.2s ease;
}

.general_btn .btn-sm:hover {
    background-color: #c06661;
}

p.testi-sub-title {
    color: #1d1d1d;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
    margin: 30px 15px 50px;
    line-height: 140%;
}

/*==========================
        NEWS PAGE
============================*/

.superfly-news {
    display: flex;
    align-items: top;
    margin-top: 30px;
}

.news-article {
    margin: 50px 0;
}

.news-thumb {
    max-width: 300px;
}

.news-snippet {
    margin-left: 30px;
}

.back-to-news {
    display: flex;
    align-items: center;
    margin: 0 0 20px 30px;
}

.back-to-news span {
    display: flex;
    color: #e17873;
}

.back-to-news p {
    margin: 0 0 0 5px;
    color: #e17873;
}



/*==========================
        14.RESPONSIVE
============================*/

@media (max-width: 1366px) {
    .home-bg.waves-bg-img {
        margin: 0 0 0;
        padding: 7rem 0 7rem 0;
    }

    .main-slider .owl-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 99%;
    }
}

@media (max-width: 1100px) {
    .footer {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .font-20 {
        font-size: 16px;
    }

    .main-slider .owl-item img {
        display: table;
        margin: auto;
        max-width: 50%;
    }

    .main-slider .owl-item .actions {
        display: table;
        margin: 0 auto 20px;
    }

    .custom-nav .brand-logo .logo-dark {
        display: inline-block;
    }

    .custom-nav .brand-logo .logo-light {
        display: none;
    }

    .contact_btn {
        display: flex;
    }

    body.open-menu .menu-close-btn {
        opacity: 1;
        visibility: visible;
    }

    .custom-nav {
        background-color: #fff !important;
        margin-top: 0px;
        padding: 10px 0px !important;
    }

    .custom-nav .navbar-nav li a {
        color: #000;
        margin: 0 0px;
        padding: 10px 15px !important;
    }

    .custom-nav .navbar-nav li.active a,
    .custom-nav .navbar-nav li:hover a {
        background-color: #e17873;
        color: #fff !important;
        border-radius: 0;
    }

    .custom-nav>.container {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }

    .custom-nav .brand-logo {
        padding: 0px;
    }

    .custom-nav .navbar-brand.brand-logo img {
        height: 36px;
    }

    .navbar-collapse {
        background: #f8f8f8;
        border-top: none;
        position: fixed;
        top: 0;
        display: block !important;
        width: 280px;
        left: -280px;
        height: 100vh;
        overflow: auto;
        padding: 0;
        transition: all 0.4s;
    }

    .navbar-collapse.show {
        left: 0;
    }

    body.open-menu .menu-overlay {
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .section-title h2,
    .section_subtitle {
        text-align: center;
    }

    #aboutus ul {
        text-align: center;
        margin-bottom: 0;
    }

    .img-box img {
        display: table;
        margin: auto;
    }

    .custom-nav {
        padding: 12px 0;
    }

    .container {
        max-width: 98%;
    }

    .work_box {
        margin-bottom: 30px;
    }

    .m-text-center {
        text-align: center;
    }

    .foot_logo {
        display: none;
    }

    .superfly-header-brand {
        display: none;
    }

    .superfly-brand {
        flex-direction: column;
    }

    .superfly-news {
        flex-direction: column;
    }

    .news-thumb {
        max-width: 100%;
    }

    .news-snippet-title {
        margin-top:25px;
    }

    @media (max-width: 768px) {

        .home-bg .heading,
        .para-txt,
        .main-slider-spfly .learn-more {
            text-align: center;
        }
    }

    .home-bg .heading {
        font-size: 26px;
        line-height: 30px;
    }

    .main-slider-spfly .learn-more {
        margin-bottom: 15px;
    }

    .card-body p {
        text-align: left;
    }

    .section_subtitle {
        max-width: 500px;
        font-size: 16px;
        padding-top: 0;
        display: table;
        margin: auto;
    }

    .foot_logo {
        display: none;
    }

    .ftr-about {
        text-align: center !important;
    }

    .fot_social {
        text-align: left;
    }

    .m-box-0 {
        margin-bottom: 0;
    }

    .section-title h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .how-works-box img {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 50px;
    }

    .m-d-flex {
        display: flex;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_subtitle {
        line-height: 1.6;
    }

    .section_title h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .service-box-wrap [class*=col-]:nth-child(3) .service-box {
        top: 0;
    }

    .service-box-wrap [class*=col-]:nth-child(2) .service-box {
        margin-top: 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .main-slider .owl-item img {
        max-width: 70%;
        display: table;
        margin: auto;
    }

    .container {
        max-width: 540px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .package-box .inner-box::before {
        left: auto;
        width: 100%;
        height: 100%;
    }

    .footer .footer_menu_list li:hover {
        margin-left: 0;
    }

    .featured-list-block {
        display: flex;
        justify-content: center;
    }

    .testimonial-slider .user-txt {
        justify-content: center;
        padding: 1rem 0 2rem !important;
    }

    .testimonial-slider .item .testimonial-card::after {
        display: none;
    }

    .contact-box-inner h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .contact-box-inner {
        min-height: 300px;
    }

    .contact-form h3 {
        font-size: 18px;
    }

    .m-center-img {
        width: 300px;
        margin: 0 auto 30px;
    }

    .pricing-price {
        font-size: 60px;
    }
}

@media(max-width:640px) {
    .section-title h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-title p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    p.testi-sub-title {
        font-size: 16px;
        margin: 20px 15px 40px;
    }
}

@media (max-width: 575px) {

    .margin-top-sb-30 {
        margin-top: 30px;
    }

    .main-slider .owl-item img {
        max-width: 80%;
        display: table;
        margin: auto;
    }

    .footer_menu_list {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .footer-title {
        position: relative;
        cursor: pointer;
    }

    .footer-title .mdi {
        position: absolute;
        right: 0;
        margin-top: 1px;
    }

    .footer-title.active .mdi {
        transform: rotateZ(-180deg);
    }

    .footer h5 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 50px;
    }

    .store-icon-box {
        margin-right: 5px;
        margin-left: 5px;
    }

    .apps-btns {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .package-box .package-box-inner {
        padding: 50px 25px;
    }
}
