body{
    font-family: 'Roboto';
    font-size: 11px;
    color: #283148;
}
img{
    width: 100%;
}
a:hover{
    cursor: pointer;
    text-decoration: none;
}
a:focus, button:focus{
    outline: none;
    text-decoration: none;
}
body a{
    color: #283148;
}
.memberbooster-container{
    width: 84%;
    max-width: 1150px;
    margin: auto;
}
.bg-grey{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(14, 19, 50, 0.6);
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 500;
    text-align: center;
}
 
#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 501;
    max-width: 300px;
    transform: translate(-50%, -50%);
    width: 60%;
}
/* Variables --- */
:root {
    --menu-top-height: 44px;
}
.mb-table{
    display: table;
    width: 100%;
}
.mb-cell{
    display: table-cell;
    vertical-align: middle;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.cover-notification{
    width: 100%;
    max-width: 450px;
    padding: 1.3%;
    position: fixed;
    top: 16%;
    right: -460px;
    background-color: #ffffff;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top-left-radius: 50px;
    transition: right 0.5s;
    font-size: 1.3em;
    border-bottom-left-radius: 50px;
}
.cover-notification img{
    width: 20px;
    margin-right: 10px;
}
.error-notif, .success-notif{
    display: none;
    text-align: center;
}
.error-notif-text, .success-notif-text{
    font-style: italic;
    font-weight: normal;
    line-height: 12px;
}
.error-notif-text{
    color: #F44F2B;
}
.success-notif-text{
    color: #55CDFE;
}
/* START HEADER --- */
.menu-header-position{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 30;
    font-size: 1.3em;
}
.cover-logo{
    display: inline-block;
    margin-top: 8px;
}
.cover-logo img{
    width: 170px;
}
.cover-menu-header.menu-fix{
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 6px 10px -6px #adadad;
}
.cover-menu-header.menu-fix .cover-menu-top .menu-top > ul > li > a, .cover-menu-header.menu-fix .language-top a{
    color: #1B2674;
}
.cover-menu-header.menu-fix .cover-menu-top .menu-top > ul > li:hover > a, .cover-menu-header.menu-fix .language-top li:hover > a{
    color: #ffca30;
}
.cover-menu{
    line-height: var(--menu-top-height);
    float: right;
    margin-top: 15px;
}
.cover-menu ul li{
    list-style-type: none;
}
.cover-menu ul{
    margin: 0px;
    padding: 0px;
}
.menu-content{
    display: inline-block;
}
.menu-content > ul {
    text-align: center;
}
.menu-content > ul > li {
    margin-right: 40px;
    display: inline-block;
    position: relative;
    height: calc(var(--menu-top-height) + 18px);
    padding-top: 8px;
}
.menu-content > ul > li:last-child{
    margin-right: 0px;
}
.menu-content > ul > li > a{
    display: block;
}
.menu-content > ul > li > a:hover{
    color: #F44F2B;
}
.menu-content > ul > li.active > a{
    color: #F44F2B;
    font-weight: bold;
}
.btn-md-app{
    background: linear-gradient(94.88deg, #4ABFFE -7.26%, #851AF0 153.22%);
    color: #ffffff;
    display: inline-block;
    border-radius: 20.5px;
    padding: 0px 20px;
    font-size: 0.87em;
}
.btn-md-app:hover, button.btn-submit-request-demo:hover{
    box-shadow: 0px 0px 30px rgba(34, 157, 255, 0.3);
    color: #ffffff !important;
}
.btn-md-app:active, button.btn-submit-request-demo:active{
    background: linear-gradient(0deg, rgba(11, 31, 93, 0.2), rgba(11, 31, 93, 0.2)), linear-gradient(95.42deg, #4ABFFE -7.26%, #851AF0 153.22%);
    background-blend-mode: multiply, normal;
}
.btn-md-app:visited, .btn-md-app:link, .btn-md-app:active{
    color: #ffffff;
    outline: none;
}
.btn-md-app img{
    width: 13.75px;
    margin-right: 5px;
    margin-top: -4px;
}
.btn-md-app img, .btn-md-app span{
    display: inline-block;
}
/* END HEADER --- */

/* START BANNER -----------*/
.banner-container{
    overflow: hidden;
}
.banner-content, .mb-benefit-content, .mb-why-content{
    position: relative;
}
.sub-banner-content{
    position: relative;
}
.sub-banner-content .area{
    padding-top: 73%;
}
.banner-phone-shadow{
    position: absolute;
    opacity: 0;
    transition: left 2s, opacity 2s;
}
.banner-phone{
    position: absolute;
    opacity: 0;
    transition: left 2s, opacity 1s;
    width: 50%;
    bottom: 18%; 
    left: 65%; /* default is 50 */
    z-index: 8;
}
.banner-phone-shadow {
    bottom: 3%;
    left: 51%; /* default is 36 */
    height: 55%;
    mix-blend-mode: multiply;
    z-index: 7;
}
.banner-phone-shadow img, .banner-fire img{
    height: 100%;
    width: auto;
}
.banner-fire {
    bottom: 0;
    left: 64%; /* default is 58 */
    height: 120%;
    position: absolute;
    transition: left 1s;
}
.banner-info{
    position: absolute;
    top: 25%;
    left: 0%; /* default is 0 */
    max-width: 50%;
}
.banner-info .title, .banner-info .description, .banner-info .btn-lg-app{
    opacity: 0;
    margin-left: -15%;
    transition: margin-left 1.5s, opacity 2s;
}
.banner-info .title{
    width: 100%;
    font-size: 5.38em;
    font-weight: 700;
}
.banner-info .description{
    font-size: 1.69em;
    font-weight: 300;
    margin-top: 20px;
}
.banner-info .btn-lg-app{
    margin-top: 80px;
    border-radius: 42px;
    padding: 20px 40px;
    font-size: 1.77em;
}
.banner-info .btn-lg-app img{
    width: 24px;
    margin-top: -7px;
    margin-right: 15px;
}
.shape-absolute{
    position: absolute;
}
.shape-1, .shape-2, .shape-3, .shape-4, .shape-5, .shape-6 {
    transition: transfrom 0.4s;
    z-index: 5;
}
.shape-1{
    width: 3%;
    top: 41%;
    right: 104%;
}
.shape-2{
    width: 2.5%;
    bottom: 15%;
    left: 7%;
}
.shape-3{
    width: 4%;
    top: 24%;
    left: 16%;
}
.shape-4{
    width: 4.5%;
    top: 53%;
    left: 39%;
}
.shape-5{
    width: 5%;
    top: 18%;
    left: 55%;
}
.shape-6{
    width: 6%;
    bottom: 10%;
    left: 50%;
}
.dot-top-rigt{
    width: 14%;
    top: 20px;
    left: 88%;
}
.dot-bottom-left{
    width: 16%;
    bottom: 10%;
    left: 0%;
}
/* END BANNER -----------*/

/* START CUSTOMER LOGO ----------*/
.customer-logo-container{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.customer-log-title{
    text-align: center;
    /* color: #C6DEF3; */
    font-size: 1.85em;
    font-weight: bold;
}

.customer-logo-swiper{
    margin-top: 60px;
    padding-bottom: 40px;
}

.customer-logo-image{
    max-width: 165px;
    margin: auto;
    width: fit-content;
}

.image-cell{
    height: 65px;
    display: table-cell;
    vertical-align: middle;
}

.customer-logo-image img{
    width: auto;
    max-width: 100%;
    max-height: 150px;
}

.customer-logo-swiper .swiper-pagination-bullet, .showcase-swiper .swiper-pagination-bullet{
    background-color: inherit;
    border: 2px solid #283148;
    width: 10px;
    height: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 12px;
    opacity: 1;
}

.customer-logo-swiper .swiper-pagination-bullet-active, .showcase-swiper .swiper-pagination-bullet-active{
    background-color: #283148;
}
/* END CUSTOMER LOGO ----------*/

.mb-benefit-container{
    padding-bottom: 8%;
    padding-top: 100px;
    overflow: hidden;
}
.mb-why-container{
    padding-bottom: 5%;
    overflow: hidden;
}
.mb-benefit-content .bg-section{
    position: absolute;
    height: 110%;
    width: fit-content;
    top: 130px;
    right: 47%;
}
.mb-benefit-content .bg-section img{
    width: auto;
    height: 100%;
}
.dot-bottom-right{
    width: 28%;
    bottom: -7%;
    right: -19%;
}
.why-mb-section-title{
    font-size: 3.07em;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 5;
}
.why-mb-section-description{
    font-size: 1.23em;
    text-align: center;
    width: 70%;
    margin: 25px auto 0px;
    position: relative;
    z-index: 5;
}
.mb-benefit-list{
    margin-top: 120px;
    font-size: 0.9em;
}
.mb-benefit-list .second-row{
    margin-top: 100px;
}
.mb-benefit-list .cover-benefit-item{
    position: relative;
}
.mb-benefit-list .cover-benefit-item .area{
    padding-top: 93%;
}
.mb-benefit-item{
    position: absolute;
    top: 25%; /* default value is 0% */
    left: 5%;
    opacity: 0;
    transition: top 1.3s, opacity 2s;
    width: 90%;
}
.mb-benefit-item .avatar{
    width: fit-content;
    margin: auto;
    height: 150px;
}
.mb-benefit-item .avatar img{
    max-width: 130px;
    max-height: 130px;
}
.mb-item-info{
    margin-top: 30px;
}
.mb-item-title{
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.mb-item-description{
    font-size: 1.3em;
    text-align: center;
    font-weight: 300;
    line-height: 1.7;
}
.mb-benefit-item .mb-item-description{
    width: 94%;
    margin: auto;
}
.membership-item.left .mb-item-description{
    width: 94%;
}
.bg-why-title{
    position: absolute;
    width: 330px;
    left: calc(50% - 165px);
    top: -45px;
}
.mb-why-content > .area{
    padding-top: 70%;
}
.mb-why-content .bg-section{
    position: absolute;
    height: 20%;
    width: 20%;
    top: 40%;
    left: 40%;
    text-align: center;
    transition: transform 1s ease-in-out;
    transform: rotate(180deg);
}
.mb-why-content .bg-section img{
    width: auto;
    height: 100%;
}
.mb-why-reason-list{
    width: 100%;
    position: absolute;
    top: 17%; /* default is 17% */
    left: 0;
}
.cover-phone-center{
    width: 27%;
    margin: auto;
    position: relative;
    z-index: 10;
}
.cover-phone-center > img{
    box-shadow: 0px 0px 44px -11px #d2d2d2;
    position: relative;
    z-index: 20;
    border-radius: 14.5% / 7%;
}
.why-reason-phone-content{
    position: absolute;
    left: 0;
    top: 0;
    /* top: 8%; */
    width: 100%;
}
.why-mb-swiper{
    overflow: hidden;
    margin: 4%;
    border-radius: 40px;
}
.reason-item{
    position: absolute;
    width: 30%;
}
.reason-row{
    display: table;
    width: 100%;
}
.reason-col-img, .reason-col-info{
    display: table-cell;
    vertical-align: middle;
}
.reason-col-info{
    opacity: 0;
    transition: opacity 1s;
}
.reason-col-img{
    width: 22%;
}
.reason-col-img img{
    width: 85%;
}
.reason-1{
    top: 50%; /* default value is calc(14% - 43px) */
    left: 20%; /* default value is 0 */
    opacity: 0;
    transition: top 1s, left 1s, opacity 2s;
}
.reason-2{
    top: 50%; /* default value is calc(50% - 50px) */
    left: 20%;  /* default value is 0 */
    opacity: 0;
    transition: top 1s, left 1s, opacity 2s;
}
.reason-3{
    bottom: 50%; /* default value is calc(14% - 43px) */
    left: 20%;  /* default value is 0 */
    opacity: 0;
    transition: bottom 1s, left 1s, opacity 2s;
}
.reason-4{
    top: 50%; /* default value is calc(14% - 50px) */
    right: 20%; /* default value is 0 */
    opacity: 0;
    transition: top 1s, right 1s, opacity 2s;
}
.reason-5{
    top: 50%; /* default value is calc(50% - 50px) */
    right: 20%; /* default value is 0 */
    opacity: 0;
    transition: top 1s, right 1s, opacity 2s;
}
.reason-6{
    bottom: 50%; /* default value is calc(14% - 50px) */
    right: 20%; /* default value is 0 */
    opacity: 0;
    transition: bottom 1s, right 1s, opacity 2s;
}
.reason-item .mb-item-title{
    margin-top: 0px
}
.reason-1 .mb-item-description, .reason-2 .mb-item-description, .reason-3 .mb-item-description,
.reason-1 .mb-item-title, .reason-2 .mb-item-title, .reason-3 .mb-item-title, 
.reason-1 .reason-col-img, .reason-2 .reason-col-img, .reason-3 .reason-col-img{
    text-align: right;
}

.reason-4 .mb-item-description, .reason-5 .mb-item-description, .reason-6 .mb-item-description,
.reason-4 .mb-item-title, .reason-5 .mb-item-title, .reason-6 .mb-item-title,
.reason-4 .reason-col-img, .reason-5 .reason-col-img, .reason-6 .reason-col-img{
    text-align: left;
}
.mb-for-your-brand{
    position: relative;
    margin-top: -11%;
    margin-bottom: -10%;
    overflow: hidden;
}
.mb-for-your-brand .dot-bottom-rigt{
    right: -5%;
    bottom: 15%;
    width: 35%;
}
.mb-for-your-brand .bg-fyb-three-color{
    width: 100%;
    position: absolute;
    top: 16%;
    left: 0%;
}
.mb-for-your-brand .bg-fyb-red{
    width: 179%;
    position: absolute;
    top: 0%;
    left: -65%; /* default value is -5%; */
    transition: left 1.5s;
}
.mb-for-your-brand .bg-fyb-red img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fyb-shape-1, .fyb-shape-2, .fyb-shape-3, .fyb-shape-4, .fyb-shape-5, .fyb-shape-6{
    transition: transfrom 0.4s;
    z-index: 5;
    opacity: 0;
    transition: opacity 1.5s;
}
.fyb-shape-1{
    width: 7%;
    top: 50%;
    left: 7%;
}
.fyb-shape-2{
    width: 9%;
    bottom: 19%;
    left: 20%;
}
.fyb-shape-3{
    width: 3.5%;
    top: 35%;
    left: 16%;
}
.fyb-shape-4{
    width: 5%;
    top: 35%;
    right: 25%;
}
.fyb-shape-5{
    width: 4%;
    bottom: 24%;
    right: 22%;
}
.fyb-shape-6{
    width: 5.5%;
    top: 43%;
    right: 10%;
}
.mb-for-your-brand .area{
    padding-top: 65%;
}
.for-your-brand-container{
    position: absolute;
    top: 60%; /* default value is 54%; */
    transform: translate(0, -50%);
    height: 220px;
    width: 100%;
    opacity: 0;
    transition: top 1s, opacity 1.5s;
}
.for-your-brand-content{
    width: 58%;
    margin: auto;
    position: relative;
}
.for-your-brand-swiper {
    padding-bottom: 90px;
    margin: 0px 20px;
    overflow: hidden;
}
.slide-right, .slide-left{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1%;
    z-index: 20;
}
.slide-right{
    right: 0px;
}
.slide-left{
    left: 0px;
}
.slide-right:focus, .slide-left:focus{
    outline: none;
}
.fyb-item{
    max-width: 50%;
    margin: auto;
    color: #ffffff;
    text-align: center;
}
.fyb-item .title{
    font-weight: bold;
    font-size: 3.08em;
    height: 88px;
}
.fyb-item .description{
    font-size: 1.84em;
    margin-top: 10px;
}
.for-your-brand-swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    background-color: inherit;
    opacity: 1;
    transition: width 0.2s;
}
.for-your-brand-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 37px;
    border-radius: 20px;
    background-color: #ffffff;
}
.mb-membership-data{
    padding-top: 10%;
    overflow: hidden;
    padding-bottom: 8%;
}
.membership-row{
    margin-top: 45px;
}
.membership-row:first-child{
    margin-top: 75px;
}
.membership-bg{
    position: relative;
}
.membership-row .membership-bg .area{
    padding-top: 85%;
}
.membership-bg .membership-bg-section-1{
    height: 170%;
    bottom: -20%;
    left: 70%;
    z-index: 0;
}
.membership-bg .membership-bg-section-2{
    height: 160%;
    bottom: -20%;
    right: 70%;
}
.membership-bg .dot-top-left{
    width: 17.35%;
    bottom: 28%;
    left: 20%;
}
.membership-bg .dot-bottom-center{
    width: 30%;
    bottom: 0%;
    left: 20%;
}
.membership-bg .full-height img{
    height: 100%;
    width: auto;
}
.membership-row .mb-cell{
    width: 50%;
    position: relative;
}
.membership-row .membership-img{
    position: absolute;
    width: 96%;
    top: 0%;
    transition: left 1s, opacity 2s;
}
.membership-row .membership-img.left{
    left: -13%; /* default value is 2% */
    opacity: 0;
}
.membership-row .membership-img.right{
    left: 19%; /* default value is 4% */
    opacity: 0;
}
.membership-row .membership-item{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 72%;
    transition: left 1s, opacity 2s;
}
.membership-row .membership-item.right{
    left: 25%; /* default value is 4% */
    opacity: 0;
}
.membership-row .membership-item.left{
    left: -13%; /* default value is 2% */
    opacity: 0;
    margin-left: 15%;
}
.membership-row .membership-item .mb-item-title, .membership-row .membership-item .mb-item-description{
    text-align: left;
}
.mb-client-say{
    position: relative;
    margin-top: -18%;
    overflow: hidden;
    font-size: 1.2em;
}
.mb-client-say .dot-bottom-rigt{
    right: 6%;
    bottom: -5%;
    width: 10%;
}
.mb-client-say .bg-client-say-two-color{
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0%;
}
.mb-client-say .bg-client-say-red{
    width: 179%;
    position: absolute;
    top: 4%;
    right: -65%; /* default value is -5%; */
    transition: right 1.5s;
}
.mb-client-say .bg-client-say-fire-white{
    position: absolute;
    opacity: 0;
    transition: opacity 1.5s;
}
.mb-client-say .bg-client-say-fire-white.fire-1{
    width: 42%;
    bottom: 18%;
    left: 30%;
}
.mb-client-say .bg-client-say-fire-white.fire-2{
    width: 18%;
    right: -7%;
    bottom: 54%;
}
.mb-client-say .bg-client-say-fire-white.fire-3{
    width: 15%;
    bottom: 43%;
    left: -8%;
}
.mb-client-say .area{
    padding-top: 68%;
}
.client-say-container{
    position: absolute;
    left: 0px;
    top: 57%; /*default value is 42%*/
    opacity: 0;
    transition: top 1s, opacity 2s;
    width: 100%;
}
.client-say-content{
    width: 60%;
    margin: auto;
    max-width: 900px;
}
.client-say-item{
    color: #ffffff;
    text-align: center;
}
.client-say-item .title{
    font-size: 3.08em;
}
.client-say-item .description{
    font-size: 1.23em;
    position: relative;
    margin-top: 5%;
    line-height: 1.6;
}
.client-say-item .description .start{
    position: absolute;
    top: -10px;
    left: -12%;
    width: 8%;
}
.client-say-item .description .end{
    position: absolute;
    right: -12%;
    width: 8%;
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.client-say-item .author{
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-top: 10%;
}
.client-say-item .author img{
    width: 83px;
}
.client-say-item .author .full-name{
    font-size: 1.85em;
    text-transform: uppercase;
    font-weight: bold;
}
.client-say-item .author .position{
    font-style: italic;
    font-weight: 300;
}

/* START FEAUTRE -------------*/
.mb-title-area{
    position: relative;
    padding: 90px 0px 1%;
}
.bg-mb-title{
    position: absolute;
    width: 38%;
    bottom: -16px;
    left: 31%;
}
.features-container{
    position: relative;
    overflow: hidden;
}
.features-container .bg-fire-rose{
    height: 100%;
    right: 88%; /* default value is 73% */
    bottom: 3%;
    opacity: 0;
    transition: right 1s, opacity 1s;
}
.features-container .bg-fire-rose img{
    height: 100%;
    width: auto;
}
.feature-content{
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}
.feature-content > .area{
    padding-top: 55%;
}
.feature-content .feature-move-animation{
    position: absolute;
    left: 15%; /* default value is 0% */
    top: 0%;
    opacity: 0;
    transition: left 1s, opacity 2s;
    width: 100%;
}
.cover-feature-swiper{
    position: relative;
}
.features-swiper{
    overflow: hidden;
    margin: 10px 50px;
}
.features-swiper .swiper-slide{
    padding: 15px;
}
.feature-item{
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
    padding: 12% 10%;
    border-radius: 40px;
}
.feature-info{
    width: 75%;
    margin: auto;
    text-align: center;
    min-height: 130px;
}
.feature-info .title{
    font-size: 2.31em;
    font-weight: bold;
}
.feature-info .description{
    font-size: 1.23em;
    margin-top: 20px;
}
.feature-content .slide-left, .feature-content .slide-right{
    width: 1.5%;
}
.feature-content .slide-left{
    left: 5px;
} 
.feature-content .slide-right{
    right: 5px;
}
.feature-img{
    position: relative;
}
.feature-img .area{
    padding-top: 82%;
}
.feature-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}
.pricing-container{
    padding: 2% 5% 0px;
    position: relative;
    overflow: hidden;
}
.pricing-container .bg-fire-blue{
    width: 93%;
    left: 27%;
    bottom: -8%;
}
.pricing-container .bg-mb-title{
    width: 30%;
    left: 35%;
}
.pricing-content{
    margin-top: 90px;
}
.pricing-content .cover-pricing-table{
    position: relative;
}
.pricing-content .cover-pricing-table .area{
    height: 890px;
}
.pricing-content .cover-pricing-table .mb-table{
    position: absolute;
    top: 20%;
    opacity: 0;
    transition: top 1s, opacity 2s;
}
.pricing-content .mb-cell{
    width: 50%;
    padding: 0px 7%;
}
.pricing-item{
    box-shadow: 0px 5px 30px rgba(34, 157, 255, 0.15);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.pricing-item .title{
    font-size: 2.77em;
    line-height: 2.5;
    text-align: center;
}
.pricing-item .price{
    font-size: 2.77em;
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
}

.pricing-item .price .text-price {
    font-size: 1.3rem;
    text-align: center;
}

.pricing-item .price.premium, .pricing-premium .btn-request-demo{
    background: linear-gradient(118.04deg, #BD182F -75.85%, #F44F2B 22.67%, #FFAF00 129.75%);
}
.pricing-item .price.basic, .pricing-basic .btn-request-demo{
    background-color: #283148;
}
.pricing-item .price table{
    margin: auto;
    text-align: right;
    min-width: 295px;
}
.pricing-item .price table tr td{
    padding: 5px 10px;
}
.pricing-item .price table tr:first-child td{
    border-bottom: 1px solid #ffffff;
}
.pricing-item .price table tr:first-child td:first-child{
    vertical-align: middle;
    border-bottom: none;
    /*width: 84px;*/
}
.pricing-item .price table tr td:nth-child(2),
.pricing-item .price table tr:nth-child(2) td:first-child{
    text-align: left;
}
.pricing-item .price sup, .pricing-item .price sub{
    font-weight: 300;
    font-size: 0.6em;
}
.pricing-item .sub-title{
    opacity: 0.5;
    text-align: center;
    margin-top: 15px;
}
.list-item{
    padding: 30px 15px;
    margin: auto;
}
.list-item ul, .list-item ul li, .list-item{
    width: fit-content;
}
.list-item ul li{
    padding: 5px 0px;
}
.list-item ul li img{
    width: 16px;
    margin-right: 20px;
}
.pricing-item .one-time{
    text-align: center;
    padding: 20px 0px 40px;
}
.pricing-item .one-time i{
    color: #2D9EF2;
    margin-right: 12px;
}
.pricing-item .bg-fire-red{
    position: absolute;
    left: -5%;
}
.pricing-item .btn-request-demo{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    width: 80%;
    max-width: 300px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
}
.pricing-basic .bg-fire-red{
    width: 70%;
    bottom: -5%;
}
.pricing-premium .bg-fire-red{
    width: 85%;
    bottom: -3%;
}
/* END FEAUTRE -------------*/

/* START SHOWCASE -------------*/
.showcase-container{
    overflow: hidden;
    /* padding-top: 100px; */
}
.showcase-img{
    margin-top: 60px;
    position: relative;
}
.showcase-img .area{
    padding-top: 69%;
}
.showcase-img .dot-top-right{
    width: 20%;
    top: 10%;
    right: 0%;
}
.showcase-img .bg-fire-blue{
    width: 40%;
    left: -5%;
    top: 5%;
}
.showcase-dot-bottom-left{
    width: 10%;
    bottom: -5%;
    left: 1%;
}
.showcase-img .showcase-phone-image{
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    opacity: 0;
    transition: top 1s, opacity 2s;
}
.showcase-swiper-area{
    overflow: hidden;
}
.showcase-swiper{
    padding-bottom: 7%;
}
.showcase-item{
    position: relative;
}
.showcase-item img{
    width: 100%;
}
.showcase-item .showcase-content{
    position: absolute;
    top: 50%; 
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    width: 48%;
    text-align: center;
    color: #ffffff;
    transition: opacity 0.7s;
}
.showcase-item .bg-grey{
    opacity: 0;
    transition: opacity 0.7s;
}
.showcase-content .showcase-logo{
    width: 72%; /* original value 65% */
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: width 0.6s;
}
.showcase-content .showcase-logo .area{
    padding-top: 100%;
}
.showcase-content .showcase-logo img{
    width: 65%;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.showcase-content h4{
    margin-top: 10%;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 1.45em;
}
.showcase-swiper .swiper-slide-active .showcase-item:hover{
    cursor: pointer;
}
.showcase-swiper .swiper-slide-active .showcase-item:hover .showcase-logo{
    width: 65%;
}
.showcase-swiper .swiper-slide-active .showcase-item:hover .showcase-content, .showcase-swiper .swiper-slide-active .showcase-item:hover .bg-grey{
    opacity: 1;
}

/* END SHOWCASE -------------*/

/* CONTACT US END -------- */
.contact-container{
    margin-bottom: 120px;
}
.contact-description{
    text-align: center;
    max-width: 680px;
    margin: auto;
    font-size: 1.23em;
}
.contact-content{
    margin-top: 70px;
}
.frm-contact-us .row{
    margin-bottom: 20px;
}
.frm-contact-us input[type=text], .frm-contact-us textarea{
    border-radius: 8px;
    border: none;
    box-shadow: -3px 3px 6px rgba(40, 49, 72, 0.07);
    font-size: 1.3em;
}
.frm-contact-us input[type=text]:focus, .frm-contact-us textarea:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.frm-contact-us input[type=text]{
    height: 45px;
}
.frm-contact-us textarea{
    line-height: 1.8;
    resize: none;
}
.frm-contact-us .btn-md-app{
    padding: 5px 70px;
    font-size: 2em;
    font-weight: 500;
    border-radius: 40px;
    margin-top: 15px;
}
.contact-map{
    background-position: center;
    background-size: cover;
    padding-top: 292px;
    position: relative;
}
.contact-map .bg-grey{
    opacity: 0;
    transition: opacity 1s;
}
.contact-map .contact-map-plus-icon{
    width: 10%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s;
}
.btn-redirect-google:hover .contact-map .bg-grey, .btn-redirect-google:hover .contact-map .contact-map-plus-icon{
    opacity: 1;
}
.flag-list{
    margin-top: 10px;
    width: 20%;
    float: right;
}
.flag-item{
    width: 76%;
    margin-left: 11%;
    transition: width 0.3s, margin 0.3s;
    opacity: 0.5;
}
.flag-item.flag-choose{
    width: 100%;
    margin-left: 0%;
    opacity: 1;
}
.flag-item:hover{
    cursor: pointer;
}
.contact-form-txt{
    position: relative;
}
.contact-form-txt input{
    padding-right: 30px;
}
.error-label{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    background-color: #F44F2B;
    color: #ffffff;
    font-size: 0.9em;
    margin-left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0px 7px;
    display: none;
}
.error-label + .tooltip > .tooltip-inner{
    background-color: #F44F2B;
    width: 180px;
}
.error-label + .tooltip.top > .tooltip-arrow{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #F44F2B;
}
/* CONTACT US END -------- */
/* START FOOTER */
.mb-footer{
    position: relative;
    margin-top: 4%;
    overflow: hidden;
}
.mb-footer .bg-footer-two-color{
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}
.mb-footer .bg-footer-red{
    width: 185%;
    position: absolute;
    top: 0%;
    right: -63%; /* default value is -12%; */
    transition: right 1.5s;
}
.mb-footer .bg-footer-red img, .mb-footer .bg-footer-two-color img{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.mb-footer .bg-footer-fire-white{
    position: absolute;
    opacity: 0;
    transition: opacity 1.5s;
}
.mb-footer .bg-footer-fire-white.fire-1{
    width: 33%;
    bottom: -29%;
    left: 40%;
}
.mb-footer .area{
    padding-top: 56%;
}
.footer-container{
    position: relative;
    color: #ffffff;
    font-size: 1.2em;
}
.footer-info{
    /*max-width: 240px;*/
    max-width: 250px;
    margin: auto;
    position: relative;
    margin-top: 25px;
    height: 85px;
}
.footer-info-first{
    max-width: 160px;
    float: left;
}
.footer-info-last{
    /*max-width: 170px;*/
    float: right;
    margin-top: 25px;
}
.footer-info img{
    width: 18px;
}
.footer-info .footer-item-contet{
    position: absolute;
    top: -5px;
    left: 27px;
    width: calc(100% - 27px);
}
.footer-info-row{
    margin-bottom: 10px;
}
.footer-info-last i{
    font-size: 1.6em;
    width: 22px;
}
.footer-info-last span{
    /*width: 120px;*/
    margin-left: 20px;
    display: inline-block;
    font-size: 1.1em;
}
.footer-content{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -14%; /*default value is 9%*/
    opacity: 0;
    transition: bottom 1s, opacity 2s;
}
.footer-content .why-mb-section-title{
    text-transform: uppercase;
}
.contact-email{
    margin: 3% auto 7%;
    font-size: 2em;
}
.cover-tooltext .tooltiptext {
    opacity: 0;
    transition: opacity 0.3s;
    background-color: #ffffff;
    color: #F44F2B;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    font-size: 0.5em;
}
.cover-tooltext .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #F44F2B transparent transparent transparent;
}
.contact-email .txt-email{
    outline: none;
    line-height: 46px;
    border-radius: 33px;
    width: 100%;
    border-style: none;
    padding: 10px 30px;
    color: #283148;
}
.contact-email .txt-email:focus{
    outline: none;
}
.contact-email .txt-email::placeholder{
    opacity: 0.2;
}
.contact-email .btn-submit-request-demo{
    background: linear-gradient(94.88deg, #4ABFFE -7.26%, #851AF0 153.22%);
    color: #ffffff;
    padding: 6px 80px;
    border-radius: 26px;
    border-style: none;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%);
}
.contact-email .btn-submit-request-demo:focus{
    outline: none;
}
.footer-menu{
    font-size: 1.3em;
}
.footer-menu .menu-content a, .footer-menu .menu-content a:hover{
    color: #ffffff;
}
.footer-menu .menu-content a:focus{
    color: #ffffff;
}
.footer-menu .menu-content > ul > li.active > a{
    color: #ffffff;
    font-weight: 700;
}
.active-white-line{
    border-bottom: 1px solid #ffffff;
    border-radius: 2px;
    width: 0%;
    opacity: 0;
    margin: auto;
    transition: width 0.5s;
}
.footer-menu .menu-content a:hover ~ .active-white-line{
    width: 100%;
    opacity: 1;
}
ul.social-network li{
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px;
    line-height: 14px;
    display: inline-block;
    margin-left: 15px;
}
ul.social-network li i{
    width: 16px;
}
.footer-copyright{   
    position: relative;
    margin-top: 4%;
    height: 20px;
}
.footer-copyright span{
    font-size: 1.13em;
    letter-spacing: -0.01em;
    color: #ffffff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
/* END FOOTER */
.btn-back-to-top{
    position: fixed;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 1%;
    bottom: 70px;
    z-index: 100;
    display: none;
}
.btn-back-to-top a{
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    color: #0AE3FF;
}
.btn-back-to-top a i:first-child{
    margin-right: -3px;
}

@media(max-width: 1500px){
    body{
        font-size: 11px;
    }
    .fyb-item{
        max-width: 60%;
    }
    .mb-footer .bg-footer-red{
        width: 200%;
    }
    .showcase-img .bg-fire-blue{
        width: 56%;
    }
    .cover-logo{
        margin-top: 11px;
    }
}
@media(max-width: 1365px){
    body{
        font-size: 10px;
    }
    .cover-logo{
        margin-top: 2px;
    }
    .cover-logo img{
        width: 170px;
    }
    .cover-menu{
        margin-top: 8px;
    }
    .menu-content > ul > li {
        margin-right: 15px;
    }
    .banner-info{
        font-size: 9px;
    }
    .banner-info .btn-lg-app{
        margin-top: 50px;
        padding: 15px 30px;
    }
    .banner-info .btn-lg-app img{
        width: 20px;
        margin-right: 10px;
    }
    .reason-item{
        width: 33%;
    }
    .reason-col-img{
        width: 75px;
    }
    .reason-col-img img{
        width: 65px;
    }
    .for-your-brand-container{
        transform: translate(0, -35%);
    }
    .for-your-brand-swiper{
        font-size: 10px;
        padding-bottom: 50px;
    }
    .fyb-item{
        max-width: 70%;
    }
    .fyb-item .title{
        height: 70px;
    }
    .feature-info{
        width: 90%;
    }
    .pricing-content .cover-pricing-table .area{
        height: 845px;
    }
    .client-say-item .author img{
        width: 60px;
    }
    .client-say-item .author{
        margin-top: 6%;
    }
    .mb-footer .bg-footer-red{
        width: 215%;
    }
    .showcase-item .showcase-content{
        width: 55%;
    }
}

@media(max-width: 991px){
    .error-label{
        right: 10px;
    }
}