@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Poppins', sans-serif;


    background-color: #37bdc7;
    background-color: #458;
    background-color: #986;
    background-color: #358;
    background-color: #846329;
    background-color: #d56d23;
    background-color: #419;
    background-color: #420;
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2aa56c;
    color: #173050;
}

p {
    font-weight: 400;
    font-size: 20px;
    color: #47596d;
}

.footer-box p {
    font-size: 15px;
}

.ml-auto {
    margin-left: auto;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.pr-20 {
    padding-right: 20px !important;
}

.mt-25 {
    margin-top: 25px;
}

.ml-15 {
    margin-left: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.pl-50 {
    padding-left: 50px;
}

.bg_gray {
    background: #f6f9fd;
}

.sec_mar {
    margin-top: 120px;
    margin-bottom: 120px;
}

.sec_pad {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sec_heading {
    margin-bottom: 80px;
}

.flex-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap li {
    max-width: 50%;
    flex: 0 0 50%;
}

.double-logo .logo-dark {
    display: none;
}

.sticked .double-logo .logo-light {
    display: none;
}

.sticked .double-logo .logo-dark {
    display: block;
}
@media(max-width: 991px){
    .double-logo .logo-dark {
        display: block;
    }
    
    .double-logo .logo-light {
        display: none;
    }
}

.content-text .sub_title,
.sec_heading .sub_title {
    color: #49b281;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
}

.main_title2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.sec_heading .main_title {
    font-size: 53px;
    margin-top: 35px;
    font-weight: 700;
    line-height: 65px;
}

.sec_heading .bottom_title {
    max-width: 575px;
    margin: 30px auto 0;
    font-size: 21px;
    color: #47596d;
}

.sideLink {
    position: fixed;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 100;
}

.scl_link {
    display: block;
}

.telegram_link {
    margin-top: 15px;
    text-align: center;
}

@media(min-width: 992px) {
    nav.navbar.bootsnav.sticked ul.nav > li > a {
        color: #000;
    }
}

.app-area {
    position: relative;
}

.bg-shape-rounded {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bg-shape-rounded span {
    border: 2px solid #f7f7f7;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bg-shape-rounded span:first-child {
    width: 500px;
    height: 500px;
}

.bg-shape-rounded span:nth-child(2) {
    width: 600px;
    height: 600px;
}

.bg-shape-rounded span:nth-child(3) {
    width: 700px;
    height: 700px;
}

.bg-shape-rounded span:nth-child(4) {
    width: 800px;
    height: 800px;
}

.bg-shape-rounded span:nth-child(5) {
    width: 900px;
    height: 900px;
}

.bg-shape-rounded span:nth-child(6) {
    width: 1000px;
    height: 1000px;
}

.bg-shape-rounded span:nth-child(7) {
    width: 10px;
    height: 10px;
    background-color: #36ab30;
    animation: scale-up 2s infinite;
}

@keyframes scale-up {
    90% {
        transform: scale(100);
        opacity: 0;
    }

    99% {
        transform: scale(1);
        opacity: 0;
    }
}

.features_pack {
    position: relative;
}

.shape_area {
    position: absolute;
    left: 0;
    top: 50px;
}

.shape_area2 {
    position: absolute;
    right: 0;
    bottom: 90px;
}

.shape_triangle {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 120px 0;
    border-color: transparent #63bc94 transparent transparent;
}

.translate-m30 {
    transform: translateX(-20%);
}

.bg-gradient {
    background: #1083d0;
    background-image: linear-gradient(to right top, #55b6ea, #4283e4, #1579c7, #00a4ea, #00d4ff);
    background-image: linear-gradient(to right bottom, #4e6fe9, #008dfa, #00a7ff, #00beff, #00d4ff);
}

.bg-gradient .sub_title {
    letter-spacing: 4px;
}

.bg-gradient p,
.bg-gradient .sub_title,
.bg-gradient .main_title2 {
    color: #ffffff;
}

.bg-hero {
    position: relative;
}

.bg-hero2 {
    background-image: url(../mpos-app/img/shape-03.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
}

.bg-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(135 215 245 / 10%);
}

.bg-hero2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(255 255 255 / 0.8);
}

.inner_area {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}


.btn-one {
    position: relative;
    padding: 5px 30px;
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    background-color: #37a000;
    color: #fff;
    border-radius: 4px;
    transition-duration: 0.4s;
}

.btn-one:hover {
    background-color: #077900;
    color: #fff;
}

.banner_shape {
    position: absolute;
    right: 0;
    top: 0;
}

.banner_shape img {
    width: 100%;
}

.banner_video {
    border: 15px solid #fff;
    position: relative;
}

.video_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #37a000;
    box-shadow: 0 20px 40px 0 rgb(1 16 58 / 14%);
    text-align: center;
    color: #fff;
    line-height: 85px;
    font-size: 30px;
    transition: all .3s linear;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_icon:hover{
    color: #37a000;
    background: #fff;
}
.video_icon i{
    display: block;
    line-height: 80px;
}

.features-box {
    text-align: center;
    position: relative;
}

.features-box:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    display: block;
    width: 90px;
    height: 90px;
    background-color: #ddf8ef;
    z-index: 0;
    border-radius: 0;
    transition: 0.5s ease-out;
}

.features-box:hover:before {
    transform: translateX(-50%) rotate(90deg);
}

.features-box .box-title {
    font-size: 25px;
    font-weight: 600;
}

.features-box .center-block {
    position: relative;
}

.features_pack_heading {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.single_features {
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin: 15px 0;
    position: relative;
}

.single_features .icon-img {
    max-width: 50px;
    /*
    background: #ddf8ef;
    border-radius: 50%;
*/
}

.single_features.right {
    text-align: right;
}

.sf-content {
    margin-left: 30px;
}

.single_features.right .sf-content {
    margin-right: 30px;
}

.single_features.right .icon-img {
    order: 2;
}

.single_features h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.app_area_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.demo_btn {
    font-size: 16px;
    padding: 15px 35px;
    line-height: 25px;
    background-color: #37a000;
    color: #fff;
}

.demo_btn:focus,
.demo_btn:hover {
    background-color: #077900;
    color: #fff;
}

.live_btn {
    padding: 5px 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background: #fff;
    font-size: 16px;
}

.live_btn:focus,
.live_btn:hover {
    background: #4fc03d;
    color: #fff;
}

.top_area {
    background: #e8f9f3;
    background: url(images/banner-bg.jpg);
    position: relative;
}

.top_area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
}

.header_shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner {
    position: relative;
    z-index: 5;
}

.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
    text-align: center;
}

/*
.banner_img_part img {
    transition-duration: 0.4s;
    max-width: 100%;
}
*/
.banner_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 150px 0;
}

.banner .banner_inner h1 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 55px;
    text-align: left;
    margin: 0;
}

.banner .banner_inner p {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    margin: 30px 0 40px;
}

.banner_inner .live_btn,
.banner_inner .demo_btn {
    padding: 15px 40px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.banner_inner .demo_btn {
    margin-right: 8px;
}

.banner_inner .live_btn {
    background: #423ff1;
}

/*------------- Product features --------------*/
/*
.product-features{
    padding: 50px 0;
}
*/
.playstore_img {
    max-width: 380px;
    margin-left: auto;
}

.product-features.appstore {
    padding: 120px 0;
}

.product-row {
    margin-bottom: 70px;
    align-items: center;
    display: flex;
}

.product-row:last-child {
    margin-bottom: 0;
}

.features_inner .features-box {
    text-align: center;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition-duration: 0.3s;
}

.features_inner .features-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
}

.features_inner .features-box img {
    margin-bottom: 20px;
}

.features_list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    color: #546678;
}

.features-btn {
    background-color: #37a000;
    min-width: 185px;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 25px;
    margin-right: 8px;
}

.features-btn2 {
    min-width: 185px;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 25px;
    background: #173050;
    border: 1px solid #173050;
}

/*
.features-btn:focus,
.features-btn:hover {
    background: #155ab1;
    border: 1px solid #155ab1;
    color: #fff;
}
*/
.features-btn:focus,
.features-btn:hover {
    background-color: #128400;
    color: #fff;
}

.banner_inner .live_btn:focus,
.banner_inner .live_btn:hover,
.features-btn2:focus,
.features-btn2:hover {
    color: #fff;
    background: #fd0202;
    border: 1px solid #fd0202;
}

.content-text.p-l {
    padding-left: 50px;
}

.content-text.p-r {
    padding-right: 50px;
}

.content-text .feature-title {
    font-size: 30px;
    line-height: 40px;
    color: #173050;
    font-weight: 600;
    margin: 0 0 20px;
}

.content-text .feature-title span {
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.features-icon {
    margin-bottom: 25px;
}

/*===========================
    FAQ Section
=============================*/

.faq_inner .panel-default > .panel-heading {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.faq_inner .panel-group .panel {
    margin-bottom: 10px;
    border: 0;
}

.faq_inner .panel-group .panel .panel-title a i {
    float: right;
    font-size: 12px;
}

.faq_inner .panel-body {
    background-color: #fff;
    padding: 30px;
}

.faq_inner .panel-body p {
    font-size: 17px;
}

.faq_inner .faq_list {
    list-style: inherit;
    padding-left: 20px;
}

.faq_inner .faq_list li {
    margin-bottom: 10px;
    color: #47596d;
    font-size: 17px;
}

.faq_inner .social {
    margin: 25px 0;
}

.faq_inner .social ul li a {
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.faq_inner .social ul li a:hover {
    border: 1px solid #37a000;
    border-radius: 5px;
}

@media(max-width: 991px) {

    .demo_inner .align-center,
    .faq_inner .align-center {
        display: block;
    }

    .faq_inner .header-title {
        text-align: center;
        margin-bottom: 35px;
    }
}

/*============ easy_setup_area css ============*/
.analytices_title span {
    display: block;
    font-weight: 300;
    color: #2c2c51;
}

.analytices_title p {
    font-weight: 400;
    color: #7b7b93;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.setup_inner {
    max-width: 830px;
    margin: -30px auto 0px;
}

.setup_inner .setup_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    position: relative;
}

.setup_inner .setup_item:nth-child(n) .setup_content {
    background: #e5e0ec;
    padding: 25px;
    border-radius: 6px;
}

.setup_inner .setup_item:nth-child(2n) .setup_content {
    background: #dde6f3;
    padding: 25px;
    border-radius: 6px;
}

.setup_inner .setup_item.flex-row-reverse .setup_content {
    text-align: right;
    padding-right: 30px;
}

.setup_inner .setup_item .setup_img {
    text-align: center;
}

.setup_inner .setup_item .round {
    border-radius: 50%;
    background-color: #e5e0ec;
    box-shadow: 0px 10px 30px 0px rgb(1 1 64 / 8%);
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #323232;
    font-weight: 500;
    line-height: 80px;
}

.setup_inner .setup_item:nth-child(2n) .round {
    background-color: #dde6f3;
}

.setup_inner .setup_item .line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 2px dashed #173050;
    opacity: 0.5;
    margin-left: -1px;
    z-index: -1;
}

.setup_inner .setup_item:first-child .line {
    top: 50%;
    height: 50%;
}

.setup_inner .setup_item:last-child .line {
    top: 0;
    height: 50%;
}

.setup_inner .setup_content {
    padding-left: 30px;
}

.setup_inner .setup_content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c51;
    line-height: 28px;
    margin-bottom: 15px;
}

.setup_inner .setup_content p {
    font-size: 18px;
    color: #173050;
    font-weight: 400;
    margin-bottom: 0;
}



.analytices_price_item {
    border: 1px solid #f0f0f6;
    border-radius: 5px;
    padding: 40px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.analytices_price_item .p_head {
    text-align: center;
    border-bottom: 1px solid #ececf6;
    padding-bottom: 30px;
}

.analytices_price_item .p_head h5 {
    font-size: 20px;
    font-weight: 500;
    color: #2c2c51;
}

.analytices_price_item .p_head .rate {
    font-size: 34px;
    font-weight: 600;
    color: #4e78f4;
    padding-bottom: 13px;
    padding-top: 22px;
}

.analytices_price_item .p_head h6 {
    font-size: 16px;
    color: #7b7b93;
    font-weight: 400;
}

.analytices_price_item .p_head .tag {
    color: #2cc91d;
}

.analytices_price_item .p_head .tag i {
    margin-right: 8px;
    vertical-align: middle;
}

.analytices_price_item .p_body {
    padding-top: 20px;
    margin-bottom: 0;
}

.analytices_price_item .p_body li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #7b7b93;
    font-size: 400;
    align-items: center;
    margin: 12px 0px;
}

.analytices_price_item .p_body li i {
    font-size: 14px;
}

.analytices_price_item .er_btn {
    margin-top: 40px;
    display: block;
    text-align: center;
}

.analytices_price_item.active,
.analytices_price_item:hover {
    box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    border-color: #fff;
}

.analytices_price_item.active .p_body li,
.analytices_price_item:hover .p_body li {
    color: #2c2c51;
}

.analytices_price_item.active .p_body li .ti-check,
.analytices_price_item:hover .p_body li .ti-check {
    color: #26da15;
}

.analytices_price_item.active .p_body li .ti-close,
.analytices_price_item:hover .p_body li .ti-close {
    color: #fc314e;
}

/*============ easy_setup_area css ============*/

/*===========================
    FAQ Section
=============================*/

.package {
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
}

.package .panel {
    box-shadow: none;
}

.package_price {
    background: #173050;
    padding: 20px;
    width: 250px;
    position: absolute;
    top: -15px;
    left: -95px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.package_price h2 {
    transform: translateY(8px);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.pack_title {
    color: #ffffff;
    font-weight: 600;
    background: url(img/title-shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 100px;
    text-align: center;
    background-position: top;
    margin-bottom: 40px;
}

.btn-package {
    display: block;
    margin: 0 15px;
}

.package .panel .panel-title a:hover,
.package .panel .panel-title a:focus {
    text-decoration: none;
}

.package .panel-body {
    padding: 15px 0;
    margin: 0 15px;
    font-weight: 500;
    font-size: 16px;
    color: #878b90;
}

.package .panel-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'themify';
    content: "\e61a";
    padding-right: 0;
    font-size: 13px;
    color: #6d6d6d;
}

.panel-title > a.collapsed:before {
    content: "\e622";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.block-mega-menu p {
    font-size: 15px;
}

.c_box {
    background-color: #fff;
    padding: 50px 0;
    border: 1px solid #e8e8e8;
}

.c_box img {
    max-width: 60px;
}

.c_box p {
    margin-bottom: 0;
}

.requirements {
    transform: translateY(-200px);
}

.requirements_inner {
    background: linear-gradient(-47deg, #3a821f 0%, #0c9854 100%);
    padding: 40px 80px;
    display: flex;
    align-items: center;
}

.requirements_inner .btn-inner {
    text-align: right;
}

.requirements_inner p {
    max-width: 500px;
}

.text-white {
    color: #fff;
}

.btn-goto {
    color: #268c37;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 15px 40px;
    border-width: 2px;
    border-radius: 0;
    font-weight: 600;
    font-size: 17px;
    transition-duration: 0.3s;
}

.btn-goto:focus,
.btn-goto:hover {
    color: #ffffff;
    background-color: #173050;
    border-color: #173050;
}

.btn-goto.bordered {
    background-color: transparent;
    color: #fff;
}

.btn-goto.bordered:focus,
.btn-goto.bordered:hover {
    background-color: #173050;
}

.features_pack {
    margin-top: -100px;
}

.pos-rel {
    position: relative;
}

.boostup_area {
    position: relative;
    z-index: 1;
}

.boostup_content img {
    margin-bottom: 32px;
}

.boostup_content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #173050;
    line-height: 44px;
    margin-bottom: 18px;
}

.boostup_content h3 {
    color: #58a268;
    font-weight: 600;
}

.boostup_content p {
    font-size: 21px;
    color: #7b7b93;
    font-weight: 400;
    margin: 15px auto;
    max-width: 1000px;
}

.boostup_content p span {
    font-weight: 700;
    color: #58a268;
}

.btn-boostup {
    border: 2px solid #58a268;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 45px;
    line-height: 26px;
    padding: 8px 32px;
    display: inline-block;
    transition: all 0.3s linear;
    background: #58a268;
    color: #fff;
    box-shadow: 0px 20px 30px 0px rgb(45 93 237 / 10%);
    margin-top: 20px;
}

.btn-boostup:hover {
    box-shadow: none;
    border-color: #58a268;
    background: transparent;
    color: #58a268;
}

.appstore {
    position: relative;
    background: url(../kitchen-cloud/images/mobile-apps-bg.jpg);
}

.appstore .content-text .feature-title {
    color: #fff;
}

.appstore p {
    color: #d4d4d4;
}

.appstore:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
}

/*========== Extensive Features css ==========*/
.ext_features .ext_features_item {
    box-shadow: 0px 3px 8px 0px rgba(12, 0, 46, 0.08);
}

.ext_features .ext_features_item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.ext_features_item {
    background: #fff;
    box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
    border-radius: 10px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    transition: all 0.2s linear;
    z-index: 1;
    position: relative;
}

.ext_features_item:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.35);
    transition-duration: 0.3s;
}

.ext_features_item h5 {
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 25px;
    line-height: 25px;
    margin: 0;
}

.ext_features_item:hover {
    transform: scale(1.03);
}

.ext_features_item:hover h5{
    font-size: 21px;
}

@media (min-width: 992px) {
    .container-pro {
        width: 920px;
    }
}

.align-items-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.time_saver {
    position: relative;
}

.ts_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0.2;
}

.ts_content.pr-70 {
    padding-right: 70px;
}

.ts_content .main_title2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
    margin: 24px 0;
}

.ts_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.preto_item {
    background: #fff;
    box-shadow: 0px 2px 7px 0px rgb(12 0 46 / 10%);
    border-radius: 10px;
    text-align: center;
    padding: 20px 25px;
    margin-bottom: 30px;
    transition: all 0.2s linear;
    z-index: 1;
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.preto_item h5 {
    font-size: 18px;
    color: #051441;
    margin-top: 15px;
}

.preto_item img {
    max-width: 65px;
}

.preto_item:hover {
    transform: scale(1.03);
}

.support_help_area .support_item {
    text-align: center;
    margin: 30px 0;
}

.support_help_area .support_item h4 {
    font-size: 18px;
    font-weight: 500;
    color: #051441;
    margin: 20px 0px;
}

.support_help_area .support_item .software_banner_btn {
    background-color: #6754e2;
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.support_help_area .support_item .software_banner_btn:hover {
    box-shadow: none;
    color: #fff;
}

@media(min-width: 1500px) {
    .app-area .container-xl {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .container-xl {
        width: 1400px;
    }
}

@media(min-width: 1200px) {
    .mwxl-520 {
        max-width: 520px;
    }

    .social {
        margin-top: 25px;
    }
}

@media (max-width: 1199px) {
    .requirements_inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .requirements_inner .btn-inner {
        text-align: center;
        margin-top: 25px;
    }

    .requirements {
        transform: translateY(0);
    }

    .features_pack {
        margin-top: 80px;
    }

    .d-block-lg {
        display: block;
    }

    .global-stage {
        margin-bottom: 50px;
    }

    .wrap-md {
        flex-wrap: wrap;
    }

    .isshue_image {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .banner .banner_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_shape {
        z-index: -1;
    }

    .product-row {}

    .inner_area {
        border: 0;
        padding: 0;
    }

    .single_features.right {
        text-align: left;
    }

    .single_features.right .icon-img {
        order: 0;
    }

    .social {
        text-align: right;
    }

}

@media (min-width: 993px) {
    nav.navbar.bootsnav ul.nav > li > a {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .banner_img {
        max-width: 100%;
    }

    .banner_content {
        margin-top: 50px;
    }

    .wrap-md {
        flex-wrap: wrap;
    }

    .wrap-reverse-md {
        flex-wrap: wrap-reverse;
    }

    .d-block-md {
        display: block;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .content-text.p-l {
        padding-left: 0;
    }

    .social {
        text-align: left;
    }

    .global-stage {
        margin-bottom: 30px;
    }

    .banner_shape {
        top: 0;
    }

    .banner_inner {
        flex-wrap: wrap-reverse;
    }

    .banner_img_part {
        margin-bottom: 45px;
    }

    .playstore_img {
        max-width: 100%;
        margin: 0 auto;
    }

    .features-btn,
    .features-btn2 {
        line-height: 45px;
        min-width: 160px;
        font-size: 16px;
        margin-top: 15px;
    }

    .appstore .content-text.p-r {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .c_box {
        padding: 30px 0;
        margin-bottom: 15px;
    }

    .d-none-md {
        display: none;
    }

    .requirements_inner {
        padding: 25px 0;
    }
}

@media (max-width: 767px) {
    .ext_features .ext_features_item img {
        width: 100%;
    }
    
    .main_title2{
        font-size: 28px;
        line-height: 35px;
    }

    .setup_inner .setup_item .line {
        display: none;
    }

    .mt-sm-50 {
        margin-top: 50px;
    }

    .flex-wrap li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sec_heading .main_title {
        font-size: 40px;
        line-height: 50px;
    }

    .sec_mar {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .banner .banner_inner h1 {
        font-size: 26px;
        line-height: 35px;
    }

    .banner .banner_inner p {
        font-size: 18px;
        margin: 30px 0;
    }

    .product-features,
    .sec_pad {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ts_content.pr-70 {
        padding-right: 0;
    }

    .sec_heading {
        margin-bottom: 50px;
    }

    .content-text.p-r {
        padding-right: 0;
    }

    .footer-last .payment_box.basis {
        margin-bottom: 15px;
    }

    .footer-last .payment_box {
        text-align: center;
    }

    p {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .col-xxs-12 {
        width: 100%;
    }

    .main_title2 {
        font-size: 32px;
        line-height: 40px;
    }

    .sec_heading .main_title,
    .content-text .feature-title {
        font-size: 30px;
        line-height: 40px;
    }

    .features_pack_heading {
        max-width: 400px;
    }

    .btn-goto {
        padding: 10px 25px;
    }

    .s_number {
        display: none;
    }

    .setup_inner .setup_item {
        flex-wrap: wrap;
    }

    .setup_inner .setup_item:nth-child(2n) {
        flex-wrap: wrap-reverse;
    }

    .setup_inner .setup_item.flex-row-reverse .setup_content,
    .setup_inner .setup_content {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .setup_inner .setup_item .setup_img {
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 420px) {
    .banner_inner .live_btn {
        margin-left: 0;
        min-width: 188px;
    }
}
