.feature-list {
    min-height: 340px;
    padding-bottom: 10px;
}

.features-intro h2 {
    max-width: 640px;
}

.ar-ft-single {
    padding: 100px 0 50px;
}

.yd-stats {
    padding: 50px 0 100px;
}

.counter-icon img {
    width: 50px;
    height: 50px;
}

.schedule-form {
    padding: 300px 0;
    background-color: #F8F9FA;
}

.contact-form .col-lg-6.first-col
{
    /*background-image: url(../img/login-bg.jpg);*/
    background-size: cover;
    background-position: center;
}

.contact-form .col-lg-6.first-col,.contact-form .col-lg-6.second-col
{
    padding: 200px 15px 150px;
}

.contact-form .col-lg-6.first-col img
{
    margin: 30px auto 0;
    display: block;
    max-width: 90%;
}

.contact-form .form-container
{
    width: 100%;
    margin: 0 auto;
}

.contact-form h1
{
    font-size: 50px;
    margin-bottom: 20px;
}

.contact-form input {
    height: 50px;
    border-radius: 0;
}

.navbar-nav .nav-item {
    font-size: 18px;
}

.contact-page .navbar
{
    background-color: white !important;
    box-shadow: 0 2px 3px 0 rgb(96 96 96 / 10%);
}





.navbar-nav .nav-item .nav-link {
    margin-top: 25px !important;
    margin-right: 25px !important;
}

.schedule-form h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.schedule-form .form-container {
    max-width: 60%;
    margin: 0 auto;
}

.schedule-form .form-container input {
    height: 50px;
    border-radius: 0;
}

.schedule-page .schedule-form .form-container
{
        max-width: 100%;
}

.schedule-page .schedule-form
{
        padding: 180px 0 20px;

}

#buy .cta-content {
    max-width: 1000px;
}

#buy .cta-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#buy {
    padding: 30px 0 80px 0;
}

.btn-action {
    background-color: #364655;
    height: 47px;
    font-size: 13px;
}

.requests-code .schedule-form .form-container {
    max-width: 50%;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 10px;

}

.requests-code .schedule-form .form-container img {
    margin: 0 auto;
    display: block;
}

.btn-header-2 {
    background: linear-gradient(to bottom, #364655 0%, #364655 50%, #000000 50%, #364655 50%, #364655 100%);
    padding: 8px 50px !important;
    border-radius: 50px;
    color: white !important;
    margin: 20px 0;
    transition: 0.3s;
    border: 3px solid #364655;
    position: relative;
    text-shadow: 2px 3px 13px rgba(51, 21, 13, 0.91);
    width: 100%;
}

.btn-header-2:hover {


    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}

.pricing .col-label {
    color: white;
    padding: 10px 0 10px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: linear-gradient(#364655, #364655);
    border: 3px solid #364655;
    margin-bottom: none;
    text-shadow: 2px 3px 13px rgba(51, 21, 13, 0.61);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pricing .col-label h5 {
    line-height: 25px;
}

.pricing th .txt-weight-700 {
    font-size: 25px;
    margin-bottom: 10px;
}

.pricing .table-container {
    max-width: 60%;
    margin: 0 auto;
}







/* FEATURES SECTION */

.txt-bahnschrift-regular {
    font-family: bahnschrift regular;
}

.txt-dark-blue {
    color: #0c3057;
}

.txt-weight-600 {
    font-weight: 600;
}

.txt-weight-700 {
    font-weight: 700;
}


.second-section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.second-section h2 {
    font-size: 34px;
    color: #d91d1a;
    font-weight: 700;
    color: #364655;
}

.second-section h3 {
    font-size: 24px;
}

.second-section #myTab {
    display: flex;
    justify-content: center;
    border: none;
    margin: 30px 0 10px;
}


.second-section #myTab li {
    position: relative;
    margin: 0;
}

.second-section .nav-tabs .nav-link {
    color: #5b5b5b;
    font-weight: 700;
    font-family: bahnschrift regular;
    border: 1px solid #5b5b5b;
    border-radius: 50px;
    margin: 0 5px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.second-section .nav-tabs .nav-link.active,
.second-section .nav-tabs .nav-link:hover {
    border: 1px solid #387ed1;
    color: #387ed1;
    position: relative;
}

.second-section #myTabContent p.txt-dark-blue {
    font-size: 18px;
    margin-bottom: 10px !important;
}

.second-section .fa-check-circle {
    color: #58B2E3;
}

.schedule-form .form-container input {
    font-family: 'Montserrat';
}

#results {
    background: #f8f9fa;
}

@media(min-width:992px){
    .grey-bg {background:#f8f9fa url(../img/homepage-new-banner.png) center center no-repeat;}
}
@media(max-width:991.98px){
    .grey-bg {background:#f8f9fa url(../img/homepage-new-banner-mobile.png) center center no-repeat;}
}
    .grey-bg {
        background-size:cover;
        padding: 180px 0 0 0;
    }
.white-bg {
    background-color: white;
}


.first-fader {
        margin-top: -132px;
}

.second-fader {
    margin-top: -100px;
}


.pricing .schedule-form {
    padding: 0;
    background-color: white;
    margin-top: -50px;
}

.merchant-processing .schedule-form 
{
    margin-top: 0;
}

.merchant-processing .schedule-form p
{
    font-size: 20px;
    margin-bottom: 12px;
}

.merchant-processing .schedule-form .details-container
{
    border: 1px solid #E5E3E5;
    border-radius: 10px;
    padding: 50px;
    margin: 35px 0;
}

.merchant-processing .schedule-form p strong
{
    font-weight: 700;
    color: #364655;
}




.pricing .table td,
.pricing .table th {
    border: none;
    font-family: 'Montserrat';
    padding: 20px 25px;
    color: #364655;
}

.pricing h1 {
    color: #364655;
}

.pricing .table-container p.text-center {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #959597;
}

.pricing .pricing-banner
{
    background-image: url(../img/pricing-banner.png);
    background-position: bottom;
    background-size: cover;
    padding: 150px 0 20px;
}



.pricing .pricing-banner-footer
{
    background-image: url(../img/pricing-footer.png);
    background-position: top;
    background-size: cover;
    padding: 150px 0;
    margin-top: -120px;
}


.pricing .pricing-banner h1
{
    font-size: 50px;
    margin-bottom: 10px;
}

.merchant-processing .pricing-banner h1
{
    font-size: 40px;
    margin-bottom: 10px;
}

.pricing .pricing-banner p.text-center {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #959597;
}



#services {
    padding: 20px 0 50px;
}

#services h2 {
    font-size: 34px;
    font-weight: 700;
    color: #364655;
    line-height: 1.2;
    margin: 0 auto;
    margin-bottom: 50px;
}



.signup .signup-main-sec {
    /*height: 89vh;*/
}

.signup .login-bg {
    background-image: url(../img/background-abstract.png);
    background-size: cover;
    background-position: center;
    /*height: 89vh;*/
}

.signup .login-bg-container {
    padding-left: 0;
}

.signup .second-col {
    /* padding: 150px 350px 150px 0; */
    background-color: white;
   /* height: 89vh;*/
    padding-bottom: 50px;
}

.signup .form-container {
    max-width: 70%;
    margin: 90px auto 0;
}

.signup .signup-logo {
    margin: 0 auto;
    display: block;
}

.signup h1 {
    font-size: 23px;
    font-weight: 600;
}

.signup h1:first-of-type {
    font-size: 30px;
    line-height: 38px;
}

.signup .checkbox {
    text-align: center;
}

.signup .btn-action {
    font-family: 'Montserrat';
    display: inline-block;
    height: 45px;
    padding: 0 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    background-color: #387ed1;
    background: #4285f4;
    color: #FFFFFF;
    border: 1px solid transparent !important;
    border-radius: 50px;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}

.signup .btn-action img
{
    position: absolute;
    top: 8px;
}

.signup .btn-action.btn-signup-1
{
    padding: 0 60px 0 20px;
}

.signup label {
    margin-bottom: 0 !important;
    font-family: 'Montserrat';
}

.signup input.check-terms {
    height: 15px;
}

.signup .modal-dialog {
    max-width: 700px;
}

.signup .modal-dialog .modal-body p
{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}

.signup .modal-dialog .modal-body h6
{
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.signup input:focus {
    box-shadow: none;
}

.signup #btnSubmit.get-started
{
    background-image: url(../img/get-started-btn.png);
    background-size: cover;
    width: 285px;
    background-color: transparent;
    height: 47px;
    border: none !important;
}

.blue-divider {
    background-color: #a2d7fc;
    width:100%;
    height:30px;
}

.home-main-btn {
    background-color: white;
    padding: 15px 40px;
    color: #364655;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 23px;
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    transition:0.3s;
}

    .home-main-btn:hover {
        text-decoration: none;
        box-shadow: none;
        color: #364655;
    }

    .second-section_1 {
        padding: 50px 0;
    }

    .second-section_1 h2 {
        font-size: 34px;
        font-weight: 700;
        color: #364655;
        position:relative;
    }

        .second-section_1 hr {
            background-color: #a2d7fc;
            height: 4px;
            width:30%;
            margin:20px auto 20px;
            border:none;
        }

    .second-section_1 p{
        max-width:40%;
        margin:0 auto;
        text-align:center;
        line-height:22px;
    }

.second-section .nav-tabs .nav-link {
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    border: none;
    padding: 15px 20px;
}

    .second-section .nav-tabs .nav-link.active, .second-section .nav-tabs .nav-link:hover {
        border: none;
        color: white;
        background-color: #364655;
    }

#services
{
    background-image:url(../img/services-sec-bg.png);
    background-size:cover;
    background-position:center;
    padding-top:50px;
}

    #services h2
    {
        color:white;
    }

    #services ul
    {
        display:flex;
    }

    #services .services-cont {
        background-color: white;
        text-align: center;
        padding: 20px 15px;
        border-radius: 20px;
        height: 250px;
    }

    #services .ar-list .row
    {
        margin:0;
    }

    #services .ar-list .col-lg-4 {
        padding: 0 3px;
    }

    #services .services-cont h3 {
        font-size: 15px;
        font-weight: 700;
        color: #364655;
        height: 35px;
        margin: 10px 0;
        
    }

    #services .services-cont p {
        color: #364655;
        line-height:20px;
    }

#results
{
    background-image:url(../img/result-bg.png);
    background-position:bottom;
    background-size:cover;
    padding-bottom:0;
}

#results .counter-up {
    box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.35);
    padding: 10px 5px;
    border-radius: 20px;
    margin-top: 25px;
    background-color:white;
}

    #results .col-lg-5
    {
        margin-bottom:50px;
    }

        #results .col-lg-7{
            position:relative;
        }

            #results .col-lg-7 img{
                position:absolute;
                bottom:0;
            }

            #results .counter-up h3 {
                font-size: 24px;
            }

    #results .counter-up img{
        width:40px;
        height:40px;
    }

#buy {
    background-color: #a2d7fc;
}

    #buy .cta-content h4 {
        font-size: 26px;
        font-weight:700;
    }

    #buy .cta-content h3 {
        font-size: 13px;
    }

    .footer-sm hr{
        border-color:white;
    }

.footer-sm p{
    line-height:24px !important;
    font-size:13px;
}


.footer-sm ul
{
    margin-top:40px;
}

.footer-sm ul li {
    margin-left: 5px;
    margin-right: 5px;
}

.footer-sm ul li a {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .requests-code .schedule-form .form-container {
        max-width: 100%;
    }

    .schedule-form {
        padding: 100px 0;
    }

    .pricing .table-container {
        max-width: 100%;
    }

    .code-logo {
        display: none !important;
    }
}


@media (min-width: 576px) {
    .text-lg-view {
        display: block;
    }

    .text-sm-view {
        display: none;
    }
}



@media (max-width: 575.98px) {
    .text-lg-view {
        display: none;
    }

    .text-sm-view {
        display: block;
    }

    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }

    .second-section #myTab {
        display: none;
    }

    .second-section h2 {
        font-size: 28px;
    }

    .tab-content .col-lg-6 > img {
        margin-top: 40px;
        display: none;
    }

    .tab-content > .tab-pane h3 {
        margin-top: 20px !important;
    }

    .tab-content > .tab-pane h3 {
        text-align: center;
    }

    .second-section h3 {
        font-size: 30px;
    }

    .mobile-size {
        font-size: 32px;
    }

    .second-section #myTabContent p.txt-dark-blue {
        font-size: 15px;

    }

    .second-section .text-remove {
        display: none;

    }

    .tab-content > .tab-pane {
        padding-bottom: 20px;
    }

    .mobile-size-2 {
        /*font-size: 48px;*/
        letter-spacing: 4px;
    }

    .tab-content > .tab-pane h3 {
        margin-top: 20px !important;
    }

    .schedule-form .form-container {
        max-width: 100%;
    }

    .schedule-form {
        padding: 100px 0;
    }

    .schedule-form h1 {
        font-size: 26px;
    }

    .btn-header-2 {
        padding: 8px 30px !important;
    }
    
    #services h2
    {
        font-size: 26px;
    }
    
    /*.contact-form .col-lg-6.first-col
    {
        padding: 0;
    }*/
    
    .contact-form .col-lg-6.second-col
    {
        padding: 50px 15px 50px;
    }
    
    .contact-form .btn-action
    {
            padding: 0 15px;

    }
    
    .signup .form-container
    {
        max-width: 100%;
        margin:20px auto 0;
    }

    .signup .signup-logo
    {
        width:290px;
    }
    
    .signup h1:first-of-type
    {
        font-size: 25px;
        
        margin-bottom: 30px !important;
    }

    #services .services-cont {
        margin: 10px 0;
        height: 200px;
    }

    #results .col-lg-7 {
        padding-bottom: 200px !important;
    }

        #results .col-lg-7 img
        {
            width:90%;
        }

    .grey-bg
    {
        background-position:right;
    }

}

