body{float: left;width: 100%;height: 100vh;margin: 0;padding: 0; background: #f6f5f7 ;position: relative;font-family: 'Mulish', sans-serif !important;}
a, a:hover,a:focus,a:visited,a:active{text-decoration: none !important;}
.login_wrapper{float: left; width: 100%;position: absolute; top:50%;left: 50%;transform: translate(-50%,-50%);min-width: 800px;max-width:800px;}
.inner_wrapper{float: left;width: 100%;	background-color: #fff;border-radius: 10px;margin-bottom: 50px;box-shadow: 0 14px 28px rgba(231, 227, 227, 0.25),0 10px 10px rgba(217, 211, 211, 0.22);}
.p-0{padding: 0 !important;}
.sign_up_container{float: left;width: 100%;padding: 50px 30px 30px;min-height: 357px;background: #fff;}
.page_title{float: left;width: 100%;font-size: 32px;color: #1654c2;text-align: center;position: relative;font-weight: 700;margin-bottom: 25px;}
.page_title::before{position: absolute;bottom:-6px;width: 35px;height:6px;border-radius:15px;background: #34ad4a;left:calc(50% - 42px); content: "";}
.page_title::after{position: absolute;bottom:-6px;width: 15px;height:6px;border-radius:15px;background: #34ad4a;left:calc(50% - 3px); content: "";}
.myInput{width: 100%;border-radius: 3px;padding: 10px;float: left;border:1px solid #eee;box-shadow: inset 2px 2px 4px #fafafa, inset -2px -2px 4px #fff;color: #000;font-size: 13px;font-weight: 400;}
.myInput:focus{box-shadow: none;border-color: #4f76b8;}
.lable_con{display: inline-block;font-size: 12px;font-weight: 700;color: #1654c2;margin-left: 5px;}
.sign_up_container .form-group{float: left;width: 100%;margin-bottom:20px;}
.check_label{float: left; width:100%;vertical-align: bottom;}
.custom_check{margin: 0 !important;}
.submit_btn{float: left;width: 100%;padding:10px 15px;text-align: center;font-size: 14px;font-weight: 700;transition: 0.5s all;color: #fff;background: #1654c2;border: none;border-radius: 3px;}
.right_side_container{float: left;width: 100%;text-align: center;background:#ecf0f3;;min-height:357px;position: relative;border-radius: 50% 0px 50% 0;padding: 10px;box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;}
.new_merchant{font-size: 12px;color:#000;display: inline-block;margin-top:25px;font-weight: 700;position: absolute;top: 60%;left: calc(50% - 87px);}
.register-here{font-size: 12px;color:#fff;display: inline-block;margin-left: 5px;font-weight: 700;background: #1654c2;border-radius: 3px;padding: 6px 12px;}
.white_bullet{float: left;border-radius:50%;left:50%; background: #fff;position: absolute;top:45%;transform: translate(-50%,-50%);box-shadow: inset 8px 8px 12px #fff, inset -8px -8px 12px #f9f9f9;min-height: 130px;min-width: 130px;}
.center_logo{display: inline-block;margin-top: 45px;}
.forgot_password_link{float: left;width: 100%;text-align: right;font-size: 12px;color: #c1bfbf;font-weight: 300;margin-bottom: 3px;cursor: pointer;font-weight: 700;}
.submit_btn:hover , .register-here:hover{background: #025bf5;color: #fff !important;}
.submit_btn:focus , .register-here:focus{background: #025bf5;color: #fff !important;}
.pad_alignment{min-height: 932px;}
.sign_up_align{top: 28%;}
.sign_up_right{position: absolute;top:50%;transform: translate(0%,-50%);left: 0;}
.text_btm_sign{position: absolute;top:64%;transform: translate(0%,-50%);left: 0;}
.sign_up_title{float: left;width: 100%;font-size: 20px;font-weight: 700;color: #000;margin-bottom: 10px;}
.sign_up_desc{float: left;width: 100%;font-size: 14px;font-weight: 400;color: #605c5c;}
.bg_blue{background:#1654c2;}
img{max-width: 100%;}
.steps {
    float: left;
    width: 100%;
    margin: 20px 0 40px;
}
.steps li {
   display: inline-block;
    width:40%;
}
.steps ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}
.steps li, .steps li.current {
    outline: none;
    position: relative;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.ultimate-tool {
    padding: 70px 0 70px;
    float: left;
    width: 100%;
}
.steps li::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 6px;
    top: 22px;
    left: 50%;
}
.steps li:last-child::before{display: none;}
.steps li a {
text-decoration: none;
outline: none;}
.steps li a .title {
    text-align: center;
}
.steps li.current.completed a .step-icon, .steps li.current.completed a:active .step-icon {
    background: #6eba2a !important;
}
.steps li.current a .step-icon, .steps li.current a:active .step-icon, .steps .done::before, .steps li.done a .step-icon, .steps li.done a:active .step-icon {
    background: #1654c2 !important;
}
.steps li.current a .step-icon, .steps li.current a:hover .step-icon {
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}
.steps li a .title .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    outline: none;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    font-weight: 700;
}
.steps li a .title span {
    display: block;
    font-size: 14px;
}
.steps li a .step-number {
    color: #666;
    font-weight: 400;
    padding: 15px 0 8px;
}
.steps li a .title span {
    display: block;
    font-size: 14px;
}
.steps li.current::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: #1654c2;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.steps li.current.completed::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: #6eba2a;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sign_upsec{width: 100%;max-width: 800px;margin: 0 auto;padding: 30px 0;}
.price_select{width: 100%;max-width: 950px;margin: 0 auto;}
.pos_pricing_mt30 {
    margin-top: 30px;
}
.pos_pricing_professionalwrap {
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    min-height: 720px;
}
/* .plan_border_color {
    border-color: #1654c2;
} */
.width_ads{max-width: 950px;}
.pos_pricing_wraptext {
    padding: 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    min-height: 380px;
}
.pos_pricing_padtop {
    padding-top: 15px;
}
.pos_pricing_text-center {
    text-align: center;
}
.pos_pricing_boxheading {
    float: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.pos_pricing_popularwrap {
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #1654c2;
    min-height: 750px;
}
.pos_pricing_popular {
    font-size: 11px;
    font-weight: 400;
    color: #ff6400;
    text-transform: uppercase;
}
.pos_pricing_currency {
    float: left;
    width: 100%;
    padding: 24px 0 16px;
    color: #000;
}
.pos_pricing_currency sup {
    font-size: 12px;
    font-weight: 400;
    top: -2.3em;
    color: #424242;
}
.pos_pricing_currency span {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}
.pos_pricing_business {
    float: left;
    width: 100%;
    color: #323232;
    font-size: 14px;
    padding-bottom: 18px;
    font-weight: 400;
}
.pos_pricing_trialbtn {
    float: left;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.pos_pricing_trialbtn a {
    display: inline-block;
    padding: 9px 19px;
    background: #1654c2;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}
.pos_pricing_mainlist {
    float: left;
    width: 100%;
    padding-top: 25px;
    margin: 0;
    padding-left: 56px;
}
.image_tick_align{float: left;}
.pos_pricing_mainlist li {
    list-style-type: none;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.pos_pricing_weight {
    float: right;
    width:calc(100% - 20px);
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
}
.header {
    background: #fff;
    float: left;
    width: 100%;
}
.navbar {
    z-index: 100;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.home-logo {
    float: left;
    width: auto;
}
header .navbar.navbar-default a {
    text-decoration: none;
}
.logo {
    display: inline-block;
    margin-top: 25px;
    margin-right: 25px;
    color: #fff;
}
.topOuter {
    padding: 0;
    margin-top: 33px;
    margin-left: 0px;
}
.menuitems {
    display: inline-block;
    padding: 0;
    margin: 0 !important;
}
.menuitems li {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}
.menuitems li a, .menuitems li span {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}
.nav.navbar-nav.navbar-right.menuitems li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.menuitems > li > a:hover, .menuitems > li > a.active {
    color: #124195;
}
header .navbar.navbar-default a {
    text-decoration: none;
}
.pull-right {
    float: right !important;
}
.pos_banner {
    float: left;
    width: 100%;
    background: url('../images/pos-bg.png') no-repeat center bottom;
    padding: 100px 0 0;
    margin-bottom: -25px;
}
.pos_bannerHead {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #1654c2;
    margin: 0;
}

.domore-content-two-merch {
    max-width: 58%;
    font-weight: 400;
    font-size: 20px;
    color: #969696;
    margin: 20px 0 100px 0;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.pos_banner_cont {
    margin: 20px 0 40px;
    max-width: 67%;
}
.m-t-45 {
    margin-top: 20px;
}
.pos_white_bg {
    background: #fff;
    padding: 130px 0 80px;
}
.white-bg-new-merch {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding: 90px 0 50px;
}
.section-heading-two-merch {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    margin: 0;
    text-align: center;
}
.features-img {
    float: left;
    width: 100%;
    text-align: center;
}
.hr-adrre {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.hr-adrre h4 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 30px 0 10px 0;
    text-align: center;
}
.hr-adrre p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    text-align: center;
    line-height: 25px;
}
.bg_white{background: #fff;}

.white-bg-new-merch {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding: 90px 0 50px;
}
.pos_white_bg {
    background: #fff;
    padding: 130px 0 80px;
}
.per_anyBusiness {
    margin: 20px 0 70px 0;
}
.per_bus_head {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 30px 0 10px;
}
.per_bus_cont {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    margin: 0;
    line-height: 25px;
    padding: 0 40px;
}
.pos_sec_bg {
    float: left;
    width: 100%;
    padding: 0 0 150px;
}
.pos_sec_bg1 {
    display: table;
    width: 100%;
    padding: 150px 0 0;
}
.pos_sec_bgLeftCont {
    padding-right: 70px;
}
.pos_sec_bgLeft {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.pos_sec_bgHead {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 34px;
    color: #000;
    margin: 0 0 15px;
}
.pos_sec_bg ul {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
}
.pos_sec_bg ul li {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    margin: 0 0 15px;
    line-height: 30px;
    background: url("../images/pos_dot.png") no-repeat left 12px;
    padding-left: 30px;
}
.pos_sec_bgRight {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 15px;
}
.pos-get-started-now {
    background: url("../images/pos-get-banner.png") no-repeat center/cover;
}
.get-started-now {
    width: 100%;
    float: left;
    height: 400px;
    text-align: center;
    padding: 100px 0;
}
.get-started-nowHead {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 36px;
    margin: 0 0 10px;
    font-weight: 400;
}
.get-started-nowCont {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 400;
}
.get-started-nowBtn {
    background: #fff;
    color: #34ad4a;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
}
.ultimate-tool {
    padding: 70px 0 70px;
    float: left;
    width: 100%;
}

.partner {
    width: 100%;
    float: left;
    background: #fff;
    padding: 90px 0 100px;
    text-align: center;
}
.pos-partner {
    border-top: 1px solid #e5e5e5;
    margin: 40px 0 0;
    padding: 90px 0 0;
}

.section-heading-two {
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0;
}
.section-partnerheading-two {
    font-size: 36px;
    width: 100%;
    float: left;
}
.color-black {
    color: #000 !important;
}
.domore-content-two {
    max-width: 55%;
    font-weight: 400;
    font-size: 24px;
    color: #969696;
    margin: 20px 0 100px 0;
    display: inline-block;
    line-height: 36px;
}
.partner-content {
    margin: 20px 0 60px 0;
}
.partgner-slide-shadow {
    position: relative;
    float: left;
    width: 100%;
}
.partnerBox {
    width: 100%;
    float: left;
    text-align: left;
    border: 1px solid #f7f7f7;
    padding: 40px 50px;
    border-radius: 4px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05),0 1px 1px rgba(0,0,0,0.04);
    margin: 0 15px;
}
.width_img{width: 350px;}
.partnerBox h3 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 15px;
}
.text-center {
    text-align: center;
}
.partnerBox p {
    width: 100%;
    float: left;
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 40px;
    line-height: 30px;
    padding: 0 !important;
}
.test-logo {
    float: left;
    border-right: 1px solid #b7b7b7;
    padding-right: 15px;
    margin-right: 15px;
}
.test-testCont {
    float: left;
}
.test-testContName {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.test-testContDes {
    width: 100%;
    float: left;
    color: #646464;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}
.ultimate-tool p {
    padding: 0 40px;
}
footer{float: left;width: 100%;padding:30px 0;text-align: center;color: #6f7691;font-size: 14px;font-weight: 400;background: #f6f8fc;}
.login-success{background:#DFF0D8;color:#2b542c;font-weight:400;font-size:18px;padding:10px;}
.login-error{background:#F2DEDE;color:#843534;font-weight:400;font-size:18px;padding:10px;}
.poppay-flash-mask{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.5);z-index:100000;content:'';}
.poppay-flash-notify{position:fixed;top:200px;right:0;width:auto;background:#fff;color:#333;padding:10px;border-radius:2px;font-size:16px;z-index:1000000;font-weight:500;text-align:center;transform:scale(0,0);-webkit-transform:scale(0,0);transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;cursor:pointer;border:1px solid #F99712;}
.poppay-flash-notify.show{transform:scale(1,1);-webkit-transform:scale(1,1);}
.poppay-flash-notify i{margin:0 10px 0 0;}




@media(max-width:767px){
    .logo{margin-right:0px}
    .logo img{width:90px;}
    .menuitems li a, .menuitems li span{font-size:13px;}
    .menuitems li{margin-left:10px;}
    .modal-body iframe{max-width:100%;height:auto;}
    .tab_radio_chg{margin-bottom: 0 !important;margin-top: 15px !important;}
    .login_wrapper{min-width:360px;max-width:400px;transform: translate(-50% ,0);top:85px}
    .menuitems li{margin-left: 15px;}
    .pos_pricing_wraptext{border-bottom: none;}
    .pos_pricing_professionalwrap{border-top: none;}
    .pos_pricing_popularwrap , .pos_pricing_professionalwrap{min-height: auto;}
    
        .xs-p-15{padding:0 15px;}
    .sign_upsec , .price_select{max-width: 400px; margin: 0 auto;}
    .inner_wrapper{margin: 0;}
    .pad_alignment{min-height: 355px;}
    .pad_alignment{padding: 10px 0;}
    .pos_sec_bgLeft{width:100%;padding: 0;}
    .pos_sec_bg1{padding: 30px 0 0;}
    .pos_banner_cont {
        max-width: 100%;
    }
    .ultimate-tool p {
        padding: 0;
    }
    .section-heading-two {
        font-size: 38px;
    }
    .domore-content-two {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0 60px 0 !important;
    }
    .banner-content, .domore-content, .middle-developer-content, .domore-content-two, .domore-content-ver, .features-contnew, .sin-text, .domore-content-footer {
        max-width: 100% !important;
    }
    .partnerBox {
        padding: 10px;
        margin: 0;
    }
    .partnerBox h3 {
        font-size: 20px;
    }
    .partnerBox p {
        font-size: 15px;
    }
    .test-testContName {
        font-size: 15px;
    }
    .test-testCont {
        width: 70%;
    }
    .pos_pricing_professionalwrap{margin: 0;}
    .pos_pricing_popularwrap{border-bottom: 3px solid #1654c2;}
    .pos_pricing_professionalwrap:last-child{border-bottom: 3px solid #1654c2;}
    .domore-content-two-merch {
        margin: 20px 0 50px 0;
        max-width: 100%;
        font-size: 17px;
    }
    .section-heading-two-merch {
        font-size: 26px;
    }
    .white-bg-wrpa-cont, .white-bg-new-merch, .dashomv-wraps-mer {
        padding: 50px 15px 50px !important;
    }
    .per_bus_cont {
        padding: 0;
    }
    .marginBtm-xs-30 {
        margin-bottom: 30px !important;
    }
    .banner-wrappper-main-busi {
        padding: 75px 15px !important;
    }
    header{padding: 0 15px;}
    .font_simplest_foloosi {
    font-size: 28px;
    }
    .home-banner-heading {
    line-height: 40px !important;
    font-size: 26px !important;
    margin-top: 50px !important;
    text-align: center !important;
    width: 100%;
    padding-right: 0 !important;
    }
    .home-banner-content {
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important;
    }
    .der-btmwe {
        text-align: center !important;
    }
    .er-top-madq a {
    margin-bottom: 30px !important;
    margin-right: 0 !important;
    margin-left: 10px !important;
    }
    .white-bg-new-pay {
        padding: 60px 0 !important;
    }   
    .foloosi_fasteasy {
        font-size: 25px !important;
    }
    .new_foloosi_fasteasy {
        font-size: 25px !important;
    }
    .font_content_easyuse {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .foloosi_buildfast_heading {
    font-size: 31px !important;
}
.foloosi_buildfast_content {
    font-size: 17px !important;
}
.marginBtm-xs-30 {
    margin-bottom: 30px !important;
}
.xs-features-textalign {
    text-align: center !important;
}
.all_features_heading {
    font-size: 28px !important;
}
.foloosi_font_experience {
    font-size: 20px !important;
    font-weight: 400 !important;
    max-width: 92% !important;
    margin-bottom: 20px !important;
}
.hr-adrre{margin-bottom: 10px !important;}
.foloosi_startjourneyfont {
    font-size: 30px !important;
}
.foloosi-max-width-content {
    max-width: 95% !important;
    font-size: 20px !important;
    line-height: 30px !important;
    margin: 20px 0 20px 0 !important;
}
.pd-bot-foloosi {
    padding-bottom: 35px !important;
}
.rightContoHeadTop {
    font-size: 25px !important;
    margin-top: 20px !important;
    text-align: center !important;
    line-height: 30px !important;}
    .rightContoHeadCont {
    font-size: 18px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.foloosi_socialcommerce {
    font-size: 20px !important;
    max-width: 82% !important;
    line-height: 30px !important;
}
.xs-pdtop-socialcommerce {
    padding-top: 25px;
}
.qr-code-listTick {
    width: 10% !important;
}
    .qr-code-listCont {
    width: 90% !important;
}
.border-pro-foloosi {
    border: 1px solid #b7b7b7;
}
.xs-pad-top-businessfoloosi {
    margin-top: 20px;
}
.border-foloosi-xssm {
    border-left: 1px solid #b7b7b7;
}
}
@media(min-width:768px) and (max-width:991px){
     .banner-wrappper-main-busi {
        padding: 150px 15px !important;
    }
    .mgtop-commerce-social {
    margin-top: 20px;
}
    header{padding: 0 15px;}
    .marginBtm-xs-30 {
        margin-bottom: 30px !important;
    }
    .features-content h3, .hr-adrre h4 {
        font-size: 15px !important;
    }
    .per_bus_cont {
        padding: 0;
    }
    .pos_sec_bgHead {
        font-size: 30px;
    }
    .border-pro-foloosi {
    border: 1px solid #b7b7b7;
}
.menuitems li{margin:0 30px 0 0}
.xs-pad-top-businessfoloosi {
    margin-top: 20px;
}
.border-foloosi-xssm {
    border-left: 1px solid #b7b7b7;
}
}


.banner-wrappper-main-busi {
    float: left;
    width: 100%;
    background: url('../images/merchant_banner.png') no-repeat center bottom;
        background-size: auto;
    background-size: cover;
    padding: 150px  0;
}
.no-padding {
    padding: 0;
}
.er-top-madq {
    float: left;
    width: 100%;
}
.font_simplest_foloosi {
    font-size: 32px !important;
    width: 98% !important;
}
.mar-banner-heading {
    margin-bottom: 20px;
}
.home-banner-heading {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    color: #1654c2;
    margin: 0px 0 20px;
    padding: 0;
    text-align: left;
    line-height: 54px;
}

.home-banner-content {
    float: left;
    max-width: 85%;
    font-weight: 600;
    font-size: 18px;
    color: #4b4b4b;
    margin: 0 0 40px;
    line-height: 30px;
    text-align: left;
}
.mar-home-banner-content {
    margin-bottom: 25px ;
    font-weight: 600 ;
    color: #5c5c5c ;
}
.der-btmwe {
    float: left;
    width: 100%;
}
.er-top-madq a {
    display: inline-block;
    margin-right: 20px;
}
.pad-get-started {
    padding: 17px 35px !important;
}
.get-straew {
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #1654c2;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.get-straew:hover {
    color: #fff;
    background-color: #124195;
    text-decoration: none;
}
.banner_right_tab {
    margin-bottom: -15px;
}
.white-bg-new-pay {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 100px 0 50px;
}

.section-heading-two-merch {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    margin: 0;
    text-align: center;
}
.foloosi_fasteasy {
    font-size: 44px;
    font-weight: 700 !important;
    color: #000 !important;
}
.new_foloosi_fasteasy {
    font-size: 44px;
    font-weight: 700 !important;
    color: #000 !important;
}
.text-center {
    text-align: center;
}
.domore-content-two-merch {
    max-width: 58%;
    font-weight: 400;
    font-size: 20px;
    color: #969696;
    margin: 20px 0 100px 0;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.domore-content-easyuse {
    max-width: 73% !important;
}
.font_content_easyuse {
    max-width: 83% !important;
    font-size: 24px;
    line-height: 35px;
    margin: 20px 0 65px !important;
}
.features-img {
    float: left;
    width: 100%;
    text-align: center;
}
.hr-adrre {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.hr-adrre h4 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 30px 0 10px 0;
    text-align: center;
}
.online_store_heading {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 17px 0 15px !important;
}
.hr-adrre p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    text-align: center;
    line-height: 25px;
}
.online_store_para {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #646464 !important;
}

.foloosi_buildfast::before {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 270px;
    content: '';
    bottom: 0;
}
.foloosi_buildfast {
    float: left;
    width: 100%;
    padding-top: 80px;
    background: #0350d8;
    position: relative;
}
.foloosi_buildfast_heading {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}
.foloosi_buildfast_content {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 30px 0 68px;
}
.white-bg-new {
    background: #fff;
    color: #333;
}
.white-bg-new-merch {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding: 90px 0 50px;
}
.white-bg-new-merch.white-bg-new {
    background: #fff;
}
.features-img {
    float: left;
    width: 100%;
    text-align: center;
}
.features-text-align {
    text-align: left !important;
}
.hr-adrre {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.hr-adrre h4 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 30px 0 10px 0;
    text-align: center;
}
.font_domainname {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 25px 0 15px !important;
}
.hr-adrre p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    text-align: center;
    line-height: 25px;
}
.features-para-color {
    color: #646464 !important;
    font-size: 15px !important;
}
.features-text-align {
    text-align: left !important;
}
.rightContoHeadTop {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px;
    line-height: 55px;
    padding-left: 40px;
}
.retail_mar_none {
    padding: 0 !important;
}
.mar-banner-heading {
    margin-bottom: 20px;
}

.rightContoHeadCont {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #646464;
    text-align: left;
    margin-bottom: 30px;
    line-height: 30px;
    padding-left: 40px;
}
.retail_mar_none {
    padding: 0 !important;
}
.foloosi_retailpara {
    color: #abacae;
    line-height: 33px;
    font-size: 22px;
}
.pd-bot-foloosi {
    padding-bottom: 165px;
}
.text-left {
    text-align: left !important;
}
.rightContoiWrpao {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.right-margin-none {
    margin-top: 0;
}
.grade_payments_smart {
    width: 100%;
    float: left;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.qr-code-list {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
}
.qr-code-list li {
    width: 100%;
    float: left;
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
}
.socialcommerce_font li {
    font-size: 20px;
}
.mar-qr-code li {
    margin-bottom: 35px !important;
}
.qr-code-listTick {
    float: left;
    width: 7%;
}
.qr-code-listCont {
    float: left;
    width: 93%;
}
.socialcommerce_font li {
    font-size: 20px;
}
.foloosi_startjourneyfont {
    font-size: 46px;
    font-weight: 700;
}
.mar-fol-70 {
    margin-bottom: 70px;
}
.foloosi_takepayment_font {
    font-size: 24px;
    max-width: 84%;
    line-height: 35px;
}
.pricing_business_foloosi {
    float: left;
    width: 100%;
    background: #fff;
    padding: 135px 0 105px;
}
.pricing_business_foloosi_heading {
    float: left;
    width: 100%;
    color: #000;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}
.foloosi_startjourneyfont {
    font-size: 46px;
    font-weight: 700;
}
.pricing_business_foloosi_content {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #9e9e9e;
    text-align: center;
    padding: 20px 0 45px;
}
.home-header{float: left;width: 100%;border-bottom: 1px solid #eee;}
.business_foloosi_font_plan {
    font-size: 24px;
}
.box-pad-foloosi {
    padding: 20px;
    padding-bottom: 55px;
}
.border-pro-foloosi {
    border-left: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    min-height: 370px;
}
.border-business-foloosi , .border-businessplus-foloosi{ min-height: 370px;}
.pro_heading_foloosi {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #646464;
}
.pro_content_foloosi {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #838383;
    padding: 14px 0 35px;
}
.pro_foloosi_currency {
    float: left;
    width: 100%;
    text-align: center;
    color: #0350d8;
    padding-bottom: 10px;
}
.foloosi-currencynumber-pro {
    font-size: 46px;
    font-weight: 700;
}
.pro-foloosi-annual {
    float: left;
    width: 100%;
    text-align: center;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
}
.pro_select_button {
    float: left;
    width: 100%;
    text-align: center;
    margin: 24px 0;
}
.pro_select_button a {
    display: inline-block;
    background: #0350d8;
    padding: 13px 72px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
}
.pro_free_domain {
    float: left;
    width: 100%;
    color: #787878;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
}
.pro_google_ads {
    float: left;
    width: 100%;
    color: #787878;
    font-size: 15px;
    font-weight: 400;
}
.border-business-foloosi {
    border: 1px solid #b7b7b7;
}
.border-businessplus-foloosi {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}
.business_emailmarketing {
    float: left;
    width: 100%;
    padding-top: 11px;
    color: #787878;
}
.box-business-foloosi {
    padding: 20px;
    padding-bottom: 24px;
}
.get-started-now {
    width: 100%;
    float: left;
    background: url("../images/get_banner.png") no-repeat center/cover;
    height: 400px;
    text-align: center;
    padding: 100px 0;
}
.bg_getstarted {
    color: #0350d8 !important;
}
.m-b-0{margin-bottom: 0 !important;}
.fixed-header {
    background: none;
    width: 100%;
    position: absolute;
}
.error_text{color: red;font-size: 11px;font-weight: 400;margin-top: 6px;float: left;width: 100%;}
.pricing_title_new{float: left;width: 100%;font-size: 22px;font-weight: 500;color: #000;margin-top: 15px;text-align: center;text-transform: uppercase;}

.margin-top-100{margin-top:100px;}
.hide{opacity: 0;visibility: hidden;}
.tab_radio_chg{display: inline-block; cursor: pointer;padding:10px 20px;background: #fff;color: #000;border:1px solid #e9e9e9;border-right: none;transition: 0.4s all;min-width: 200px;margin: 40px 0;position: relative;}
.bord_rig{border:1px solid #e9e9e9;margin-left: -5px;}
.bord_rig{border:1px solid #e9e9e9;margin-left: -5px;}
.tab_radio_chg:hover{background: #025bf5;border-color: #025bf5;color: #fff;}
.radio_price:checked + label{background: #025bf5;border-color: #025bf5;color: #fff;}
.selected_icon{position: absolute;top:10px;left:10px;opacity: 0;transition: 0.4s all;}
.pack_select:checked + label .selected_icon{opacity: 1;}
.ui-loader {background: rgba(255, 255, 255, 0.7);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 1010;}
.ui-loader .spinner {display: block;position: fixed;right: calc(50% - 22px);top: calc(50% - 22px);z-index: 1031;}
.ui-loader .spinner-icon {width: 44px;height: 44px;box-sizing: border-box;border: solid 3px transparent;border-top-color: #025bf5;border-left-color: #999;
border-radius: 50%;animation: nprogress-spinner 400ms linear infinite !important;-webkit-animation: nprogress-spinner 400ms linear infinite !important;-moz-animation: nprogress-spinner 400ms linear infinite !important;}
@-webkit-keyframes nprogress-spinner {0% {-webkit-transform: rotate(0deg)} 100% {-webkit-transform: rotate(360deg)}}
@keyframes nprogress-spinner {0% {transform: rotate(0deg)} 100% {transform: rotate(360deg)}}
.font_content_easyuse.m-b-0{margin-bottom: 0 !important;}
.m-t-20{margin-top: 20px;}
.cupon_label{position: absolute;right: -95px;top: -20px;}
.min_height_activation{min-height:calc(100vh - 166px);}

.offer_con{position: absolute;width:203px; height:140px;right: -177px;top: -50px;background: url("../images/coupon.png") no-repeat;padding: 30px 0 0;}
.light_offer_con{font-size: 18px;font-weight: 500;color: #fff;display: inline-block;line-height: normal;}
.bold_perd{font-size: 28px;font-weight: 700;color: #fff;display: inline-block;line-height: normal;}

a:focus, a:hover{color:#1654c2;}
.view_btn_vedio:hover,.view_btn_vedio:focus{color:#fff}
.details_text_sec{float: left;width: 100%;padding: 60px 0;min-height:calc(100vh - 166px);}
.main_title_store{float: left;width: 100%;font-size: 26px;font-weight: 700;color: #000;margin: 20px 0 25px;text-transform: capitalize;}
.desc_details_store{color: #707071;float: left;width: 100%;font-size: 15px;font-weight: 500;margin-bottom: 20px;line-height: 26px;}
.sub_title_details_store{color: #242424;float: left;width: 100%;font-size: 18px;font-weight: 500;margin: 0px 0 10px;}
.details_list{float: left;width: 100%;padding: 0  0 0 15px;margin: 0;}
.details_list li{float: left;width: 100%;margin-bottom:5px;list-style-type: disc;}
.mini_list{float: left;width: 100%;padding: 0  0 20px 15px;margin: 0;}
.mini_list li{float: left;width: 100%;margin-bottom: 15px;list-style-type: disc;color: #707071;font-size: 15px;font-weight: 500;margin-bottom:10px;line-height: 26px;}
.italic_cus{float: left;width: 100%;font-size: 16px;font-weight: 400;color: #000;font-style: italic;margin-bottom: 20px;}
.amount_caps{float: left;width: 100%;font-size: 14px;font-weight: 400;color: #707071;text-transform: uppercase;margin-bottom:0px;line-height: normal;}
.img_sub_title{float: left;width: 100%;text-align: center;font-size: 12px;font-weight: 300;color: #000;margin-top: 5px;}
.bg_gray_learn{float: left;width: 100%;background: #eee;padding: 10px 12px;text-align: center;}
.learn_label{display: inline-block;font-size: 16px;font-weight: 500;color: #000;margin-right: 20px;}
.learn_label a{margin: 0 30px 0 0px;color: #000;cursor: pointer;}
.cusrom_widt_table{max-width: 250px;}
.learn_label a img {margin-right: 5px;}
.table.table-bordered th ,.table.table-bordered td{vertical-align: middle;}
.p-l-0{padding-left: 0 !important;}
.p-r-0{padding-right: 0 !important;}
.mb_5{margin-bottom: 5px;}

.white_cntent_tab{float: left;width: 100%;border-radius: 4px;padding:30px 10px;text-align: center;margin-bottom: 30px;}
.trial_viedio_title{float: left;width: 100%;text-align: center;font-size: 17px;font-weight: 700;color: #fff;margin-bottom: 15px;}
.view_btn_vedio{display: inline-block;cursor: pointer;color: #fff;font-size: 15px;font-weight: 500;padding: 5px 30px;border: 2px solid #fff;border-radius: 30px;}
.view_btn_vedio:hover{text-decoration: none;color: #0350d8;background: #fff;}
.bg_assettoolkit_restaurant{background:#fff url("../images/assettoolkit_restaurant.png");width: 100%;}
.bg_add_product{background:#fff url("../images/addproduct.png");width: 100%;}
.bg_assettoolkit_furniture{background:#fff url("../images/assettoolkit_furniture.png");width: 100%;}
.bg_assettoolkit_clothes{background:#fff url("../images/assettoolkit_clothes.png");width: 100%;}
.bg_assess_backpack{background:#fff url("../images/assettoolkit_backpacks.png");width: 100%;}
.bg_assess_donut{background:#fff url("../images/assettoolkit_donut.png");width: 100%;}
.bg_resturaent_ads{background:#fff url("../images/restaurant_promotionguide.png");width: 100%;}
.bg_onlinestore{background:#fff url("../images/onlinestore.png");width: 100%;}
.bg_merchant_checklist{background:#fff url("../images/merchant_checklist.png");width: 100%;}
.bg_saleschannelstatistics{background:#fff url("../images/saleschannelstatistics.png");width: 100%;}
.bg_ecommerce_trends{background:#fff url("../images/ecommerce_trends.png");width: 100%;}
.bg_backpacks{background:#fff url("../images/backpacks.png");width: 100%;}
.bg_mrestaurant_bg{background:#fff url("../images/restaurant_bg.png");width: 100%;}
.bg_bannerads_furnitures{background:#fff url("../images/bannerads_furnitures.png");width: 100%;}
.bg_assettoolkit_restaurant{background:#fff url("../images/assettoolkit_restaurant.png");width: 100%;}
.bg_bannerads_donuts{background:#fff url("../images/bannerads_donuts.png");width: 100%;}
.carousel-inner .item img{display: inline-block;}
.carousel-inner .item{float: left;width: 100%;text-align: center;}
.left.carousel-control .glyphicon-chevron-left , .left.carousel-control .glyphicon-chevron-left::before , .right.carousel-control .glyphicon-chevron-right , .right.carousel-control .glyphicon-chevron-right:before{content: "";}


/* new-pricing-storepage */
.new_pricing_page{float: left;width: 100%;padding: 30px 0px 40px 0;background: #F3F7FB;}
.new_fsp_top{text-align: center;}
.new_fsp_title{float: left;width: 100%;font-weight: 700;font-size: 44px;color: #000000;}
.new_fsp_desc{float: left;width: 100%;font-weight: 300;font-size: 20px;color: #606060;text-transform: capitalize;margin: 15px 0 40px 0;}
.fsp_card{float: left;width: 100%;background: #FFFFFF;border-radius: 24px;padding: 25px;margin-bottom: 20px;}
.fsp_card_header{float: left;width: 100%;margin-bottom: 30px;}
.fsp_card_title{float: left;width: 100%;position: relative;font-size: 26px;font-weight: 600;margin-bottom: 20px;color: #000000;}
.fsp_card_title::after {background: #1654C3;content: "";position: absolute;left: calc(50% - 15px);width: 30px;height: 2px;top: 38px;}
.fsp_discount_price{float: left;width: 100%;;color: #303030;font-size: 16px;font-weight: 400;margin-bottom: 15px;}
.fsp_discount_price span{color: #1654C3;font-size: 44px;font-weight: 700;}
.fsp_actual_price{float: left;width: 100%;color: #1654C3;color: #606060;font-size: 16px;font-weight: 400;margin-bottom: 20px;}
.fsp_actual_price span{font-size: 24px;font-weight: 700;}
s, strike{text-decoration:none;position:relative;}
s::before, strike::before {top: 30%; background:#FF0000; opacity:.7;content: '';width: 110%;position: absolute;height:.1em;border-radius:.1em;left: -5%;white-space:nowrap;display: block;transform: rotate(-14deg);  }
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}
.fsp_calc_period{float: left;width: 100%;color: #606060;font-size: 16px;font-weight: 300;text-transform: capitalize;margin: 0 0 35px 0;}
.fsp_btn{background: #1654C3;border-radius: 7px;padding: 10px 12px;font-size: 16px;font-weight: 600;text-transform: capitalize;color: #FFFFFF;}
.fsp_btn:focus, .fsp_btn:hover {color: #1654C3;background: #FFFFFF; text-decoration: none;border: 1px solid #1654C3;}
.unlimited_color_btn:focus, .unlimited_color_btn:hover {color: #FFFFFF;background: #0EA18D; text-decoration: none;border: 1px solid #FFFFFF;}
.fsp_card_body{float: left;width: 100%;}
.fsp_lists{float: left;width: 100%;padding-left: 28px;list-style-type: none;}
.fsp_lists li {float: left;width: 100%;}
.list_tick{float: left;}
.list_desc{float: right;width: calc(100% - 20px);font-size: 16px;text-transform: capitalize;color: #303030;margin-bottom: 15px;font-weight: 300;}
.list_desc span{font-size: 12px;}
.unlimited_card{background: linear-gradient(176.14deg, #0EA18D 10.52%, #0C7A6B 96.84%);}
.unlimited_color{color: #FFFFFF;}
.unlimited_color span{color: #FFFFFF;}
.unlimited_color_btn{background: #FFFFFF;color: #0EA18D;}
.unlimited_color::after{background: #FFFFFF;}
/* tab-buttons */
.new_fsp_plan{display: flex;justify-content: center;align-items: center;margin-bottom: 38px;}
.new_fsp_plan_list > li.active > a, .new_fsp_plan_list > li.active > a:focus, .new_fsp_plan_list > li.active > a:hover {
    color: #fff;
    background-color: #1654C3;
    font-size: 20px;
    border-radius: 56px;
    padding: 14px 38px;
    font-weight: 600;
    min-width: 158px;
  }
  .new_fsp_plan_list > li > a {
    border-radius: 56px;
    font-size: 20px;
    padding: 14px 38px;
    background: #FFFFFF;
    font-weight: 600;
    color:#1654C3 ;
    margin-bottom: 20px;
    min-width: 158px;
}
.tab_month{margin-right: 30px;}
.new_fsp_plan_list > li > a:hover {
    text-decoration: none;
    background: #FFFFFF;
}
.new_fsp_plan_list li span{position: absolute;background: url(../images/discount_offer.svg);width: 38px;height: 38px;left: 130px;top: -8px;}

/* new store pricing */
@media (max-width:767px){
    body br{display: none;}
    .new_fsp_title{font-size: 26px;font-weight: 600;text-align: left;}
    .new_fsp_desc{font-size: 17px;text-align: left;}
    .new_fsp_plan_list > li.active > a, .new_fsp_plan_list > li.active > a:focus, .new_fsp_plan_list > li.active > a:hover {
        font-size: 17px;
        border-radius: 56px;
        padding: 10px 23px;
        font-weight: 500;
        min-width: 15px;
      }
      .new_fsp_plan_list > li > a {
        font-size: 17px;
        padding: 10px 23px;
        font-weight: 500;
        margin-bottom:20px;
        min-width: 115px;
    }
    .tab_month{margin-right: 26px;}
    .new_fsp_plan_list li span{width: 38px;height: 38px;left: 90px;top: -8px;}
    .xs-width{max-width: 450px;margin: 0 auto;}
    .fsp_card_title{font-size: 24px;}
    .xs-p-0{padding: 0 !important;}
    .fsp_calc_period{margin-bottom: 25px;}
    .fsp_btn{padding: 7px 18px;}
    .list_desc{font-size: 14px;}
}
@media(min-width:768px) and (max-width:991px){
    .new_fsp_title{font-size: 35px;font-weight: 600;}
    .new_fsp_desc{font-size: 18px;}
    .new_fsp_plan_list > li.active > a, .new_fsp_plan_list > li.active > a:focus, .new_fsp_plan_list > li.active > a:hover {padding: 11px 34px;}
    .new_fsp_plan_list > li > a { padding: 11px 34px;}
    .fsp_card{padding: 15px;}
    .fsp_lists{padding-left: 10px;}
    .list_desc{font-size: 12px;}
    .fsp_btn{padding: 7px 18px;}

}
@media(min-width:768px){
    .md-p-0{padding: 0 !important;}
}
.aboutus-section {
    float: left;
    width: 100%;
    padding: 55px 0;
    background-color: #fff;
    position: relative;
  }
  .Insidebanner {
    float: left;
    width: 100%;
  } 
  .common_heading {
    color: #000;
    font-weight: 600;
    float: left;
    width: 100%;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .common_heading::before {
    top: -8px;
    background-color: #1755c3;
    content: "";
    height: 3px;
    left: calc(50% - 25px);
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 50px;
    z-index: 1;
  }     
  .common_heading {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
  }
  .about-us-cont ul, .about-us-cont ol {
    list-style-position: inside;
    list-style-type: disc;
  }
  .about-us-cont ul, .about-us-cont ol {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    list-style-position: inside;
    padding: 0;
    list-style-type: disc;
  }
  .about-us-cont ul li, .about-us-cont ol li {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0;
    margin: 0;
    text-align: justify;
  } 
  .about-us-cont p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0 10px;
    margin: 0;
    text-align: justify;
  }
  .footer-hover{
    float: left;
    color: #000;
  }
.footer-hover{
    float: right;
    color: #606060;
font-size: 14px;
font-weight: 500;
padding: 0 103px;
  }
  .footer-hover:hover{
    color: #0037be;

  }