/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*common class*/
.-mt-10{
    margin-top: -10px
}

.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 80px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 50px;
}
.mt-32{
   
    margin-top: 34px;
}
.mb-10{
    margin-bottom:  10px;
}
.mb-20{
    margin-bottom:  20px;
}
.mb-30{
    margin-bottom:  30px;
}
.mb-50{
    margin-bottom:  50px;
}

.mv-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mv-40{
    margin-top: 40px;
    margin-bottom: 40px;
}

.mv-50{
    margin-top: 50px;
    margin-bottom: 50px;
}

.ml-10{
    margin-left: 10px;
}

.ml-20{
    margin-left: 20px;
}
.ml-30{
    margin-left: 30px;
}

.mr-10{
    margin-right:  10px;
}
.mr-20{
    margin-right:  20px;
}
.mr-30{
    margin-right:  30px;
}
.pv-5{
    padding-top: 5px;
    padding-bottom: 5px
}
.pv-10{
    padding-top: 10px;
    padding-bottom: 10px
}
.pv-20{
    padding-top: 20px;
    padding-bottom: 20px
}
.pv-30{
    padding-top: 30px;
    padding-bottom: 30px
}
.pv-40{
    padding-top: 40px;
    padding-bottom: 40px
}
.pv-50{
    padding-top: 50px;
    padding-bottom: 50px
}
.pt-20{
    padding-top: 20px !important;
}
.pt-25{
    padding-top: 25px !important;
}



.ph-30{
    padding-left: 30px;
    padding-right: 30px
}
.ph-100{
    padding-left: 100px;
    padding-right: 100px;
}
.ph-130{
    padding-left: 130px;
    padding-right: 130px;
}
.pl-20{
    padding-left: 20px;
}
.pl-150{
    padding-left: 150px;
}

.ph-20{
    padding-left: 20px;
    padding-right: 20px;
}
.ph-50%{
    padding-left: 25%;
    padding-right: 25%;
}
.border-top-0{
    border-top: 0 !important;
}

.bd-radius-tl-5{
    border-top-left-radius: 10px;
}
.bd-radius-tr-5{
    border-top-right-radius: 10px;
}

.bd-top{
    border-top: 1px solid #D2CFCF;    
}
.bd-bottom{
    border-bottom: 1px solid #D2CFCF;    
}
.bd-left{
    border-left: 1px solid #D2CFCF;    
}
.bd-right{
    border-right: 1px solid #D2CFCF;    
}


.float-left{
    float: left;
}
.float-right{
    float: right;
}






.text-white{
    color:#fff;
}
.text-black{
    color: #000;
}
.text-blue{
    color: #0392E4
}
.text-dp-blue{
    color:#0C152A;
}

.bg-white{
    background: #fff;
}

.block{
    display: block;
}
 
 .font-13{
    font-size: 13px;
 }
 .font-14{
    font-size: 14px;
 }
 .font-20{
    font-size: 18px;
 }
 .font-22{
    font-size: 20px;
 }
 .font-24{
    font-size: 24px;
 }

 .font-30{
    font-size: 30px;
 }
.font-45{
    font-size: 45px;
}

.display-block{
    display: block !important;
}

.bold{
    font-weight: 800;
}
.text-normal{
    font-weight: 300;
}
.w-100{
    width: 100%;
}

/*=================================*/
.account-intro {
    text-align:center;
}

.account-intro img {
    /*margin-left: 35%;*/
    width: 93px;
    margin-bottom: -10px;
    height: 93px;
}
#we-understand{
    background: #EDEDED; 
}

.how-solpay img {
    /*margin-left: 40%;*/
    width: 60px;
}
.trusted-conten img {
    width: 4%;   
    display: inline-block;
    vertical-align: top;
}
.small-bussiness li p i,
.job-done i{
    background: #35CB74;
    border-radius: 50%;
}



#redy-dive {
    background: #2E3192;
}
.ready-dive-qute{
    background: #ffffff;
}

.run-business button,.run-business a {
    border: 2px solid #757575;
    background: #ffffff;
    width: 200px;
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 3px;
    margin:5px;
    color:#757575;
}
.run-business a:hover {
    border: 2px solid #757575;
    background: #757575;
    color:#fff;
}

.run-business sapn{
    color: #878787;
}

.ready-dive-qute{
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px
}

.btn-50{
    margin: 0 39%;
    margin-top: -77px;
}



.card{
         
    vertical-align: bottom !important;

}

.card-inner{
    background: #004398;
    padding: 20px;
    color: #fff;  

}

.extra-header {
    background: #192C57;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
    font-size: 15px;
}


#get-started{
    background: #EBEBEB;
}






#invoces-banaer{
    background: #ECECEC;
}

.looks > div ul li i {
    background: #fff;
    color: #1ade1a;
    margin-left: 20px;
    margin-right: -6px;
}
#small-sam{
    background: #CCCCCC;
}

#accunt-banner-bg{
    background-image: url(../img/account/account-baner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
     border-bottom: 2px solid #A1A1A1;
    height: 350px;
}
#partner-banner {
     background-image: url(../img/account/banner-partner.png);
    background-size: cover;
    background-repeat: no-repeat;
     border-bottom: 2px solid #A1A1A1;
    height: 350px;
}
.easy{
    position: relative;
    /*width: 100%;*/
    margin-left: 20% !important;
}

.austrolian-business{
    text-align: right ;
}
.austrolian-business-1{
    text-align: left;
}

.cusom-btn{
    margin-top: -77px;
    text-align: center;
}

.understant-text {
    /*margin-top: 77px;*/
}
.easy-icon li{
    margin-right: 20px;
}
.easy-icon li img{
    width: 25px;
    height: 25px;
}


#small-business-baner{
    background-image: url(../img/small-bus.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;

}
.turst-p{
    padding-left: 130px;
padding-right: 130px;
}





.lg-small-business li span{
    display: inline-block;
    width: 45%; 
    text-align: right;
    vertical-align: text-top;
}
.lg-small-business li i + span{
    text-align: left;
}
.lg-small-business li i{
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 50%;
    background: #1EB161;
    margin-top: 0 !important;
    vertical-align: top;
}
.lg-small-business li {
    margin-top: 20px;
}

.qutaiton {
    width: 4%;
    /*height: 35px;*/
    vertical-align: top;
    margin-top: -10px;
    position: relative;
    left: 78%;
    top: -94px;
}



.doler{
    font-size: 28px;
margin-right: -12px;
}

.small-cret li span{
    display: inline-block;
 width: 85%;
    vertical-align: text-top;
    
}

@media screen and (max-width: 700px){
    .trus-m-text{
    margin-left: 20px;
    margin-right: 20px;
    }

}



/*small business pate*/
#maneg_{
    background: #EBEBEB;
}




 /*midea query*/
@media screen and (max-width: 991px){
    .account-intro img {
    /*margin-left: 45%;*/
   
}
  .understant-text{
        text-align: center;
        margin-top: 30px;

    }

}
@media screen and (max-width: 768px){
    .austrolian-business{
    text-align: center !important;
}
.austrolian-business-1,
.austrolian-business{
    text-align: center !important;
}
.turst-p{
    padding-left: 0px;
padding-right: 0px;
}

.footertop h3 {
    border-bottom: 1px solid #ffffff;
}




@media screen and (max-width: 992px){
    .austrolian-business-1,
    .austrolian-business{
    text-align: center !important;
}
}
@media screen and (max-width: 992px ) and (min-width: 768px){
    /*.how-solpay img{
        margin-left: 45%;
    }*/
}
@media screen and (max-width: 767.99px) and (min-width: 470px){
    /*.how-solpay img{
        margin-left: 45%;
    }*/
}

@media screen and (max-width: 720px){
    .lg-small-business li span {
        font-size: 14px !important;
    }
    .lg-small-business li i{
        font-size: 13px ;
        width: 25px;
        height: 25px;
        padding: 6px 6px;
    }
    
}
@media screen and (max-width: 460px){
    .lg-small-business li span{
        width: 41% !important;
    }
}


@media screen and (max-width: 991px) and (min-width: 758px){
    .account-intro img {
    /*margin-left: 45% !important;*/
   
}

}

@media screen and (max-width: 757.99px) and (min-width: 560px) {
     .account-intro img {
        /*margin-left: 44% !important;*/
   
        }
}
@media screen and (max-width: 559.99px) and (min-width: 500px){
    .account-intro img {
        /*margin-left: 42% !important;*/
   
        }
}

@media screen and (max-width: 499.99px) and (min-width: 360px){
    .account-intro img {
        /*margin-left: 39% !important;*/
   
        }
}

@media screen and (max-width: 359.99px){
    .account-intro img {
        /*margin-left: 35% !important;*/
   
        }
}




@media screen and (max-width: 1200px) and (min-width: 992px){
    .qutaiton{        
        left:   85% !important;
    }
}


@media screen and (max-width: 991.99px) and (min-width: 768px){
    .qutaiton{        
        left: 75% !important;
    }
}

@media screen and (max-width: 767.99px)  and (min-width: 736px){
    .qutaiton{        
        left: 75% !important;
    }
}

@media screen and (max-width: 735.99px)  and (min-width: 690px){
    .qutaiton{        
        left: 76% !important;
    }
}

@media screen and (max-width: 689.99px)  and (min-width: 672px){
    .qutaiton{        
        left: 77% !important;
    }
}

@media screen and (max-width: 671.99px)  and (min-width: 600px){
    .qutaiton{        
        left:80% !important;
    }
}



@media screen and (max-width: 599.99px)  and (min-width: 578px){
    .qutaiton{        
        left: 82% !important;
    }
}

@media screen and (max-width: 577.99px)  and (min-width: 554px){
    .qutaiton{        
        left: 83% !important;
    }
}
@media screen and (max-width: 553.99px)  and (min-width: 512px){
    .qutaiton{        
        left: 86% !important;
    }
}
@media screen and (max-width: 511.99px)  and (min-width: 472px){
    .qutaiton{        
        left: 90% !important;
        top: -85px
    }
}
@media screen and (max-width: 469.99px)  and (min-width: 458px){
    .qutaiton{        
        left: 92% !important;
        top: -85px
    }
}

@media screen and (max-width: 457.99px)  and (min-width: 480px){
    .qutaiton{        
        left: 92% !important;
        top: -115px
    }
}

@media screen and (max-width: 479.99px)  and (min-width: 420px){
    .qutaiton{        
        left: 94% !important;
        top: -115px
    }
}
@media screen and (max-width: 419.99px)  and (min-width: 406px){
    .qutaiton{   
        width: 4%;
        left: 96% !important;
        top: -108px
    }
}

@media screen and (max-width: 405.99px)  and (min-width: 320px){
    .qutaiton{   
        width: 4%;
        left: 96% !important;
        top: -128px
    }
}

.trus-m-text{
    margin-left: 130px;
    margin-right: 130px;
}

@media screen and (max-width: 700px){
    .trus-m-text{
    margin-left: 20px;
    margin-right: 20px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 992px){
    
    .btn-50{
     margin: 0 38%;
     margin-top: -77px;
    }
    .bradac h2 {
        line-height:40px;
    }
    .bradac {
        margin-top: 20%;
    }
}

@media screen and (max-width: 991.99px) and (min-width: 768px){
    
    .btn-50{
     margin: 0 34%;
     margin-top: -77px;
    }

}


@media screen and (max-width: 991.99px) and (min-width: 768px){
    
    .btn-50{
     margin: 0 34%;
     margin-top: -77px;
    }

}

@media screen and (max-width: 767.99px) and (min-width: 556px){
    
    .btn-50{
     margin: 0 32%;
     margin-top: -77px;
    }
    .bradac h2 {
        line-height:0px;
    font-size: 20px;
    line-height: 10px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 20px;
    }
    .bradac {
        margin-top: 10%;
    }
}

@media screen and (max-width: 555.99px) and (min-width: 440px){
    
    .btn-50{
     margin: 0 25%;
     margin-top: -77px;
    }
    .bradac h2 {
    font-size: 10px;
    line-height: 10px;
    padding-top: 0px;
    margin-top: 0px;
}
    .bradac {
        margin-top: 10%;
    }
}
@media screen and (max-width: 439.99px) and (min-width: 380px){
    
    .btn-50{
     margin: 0 20%;
     margin-top: -77px;
    }

}
@media screen and (max-width: 379.99px) and (min-width: 320px){
    
    .btn-50{
        margin:0 15%;
     text-align: center !important;
     margin-top: -77px;
    }

}


@media screen and (max-width: 410px){
     #small-business-baner,
    #accunt-banner-bg{
        height: 455px !important;
    }
    
}

@media screen and (max-width: 400px){
    .small-cret li span{
        width: 80%
    }
}

@media screen and (max-width: 435px){
    .run-business button{
        margin-top: 10px;
    }
}










