@media only screen and (max-width:767px) {
.flush-xs {
    padding-right: 0px;
    padding-left: 0px;
} 

.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width:35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height:3px;
    display: block;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

.visible-xs {
    display: inline-block;
}

.xs-100 {
    width: 100%;
}

.navbar-light .navbar-brand {
    width:75%;
}

.navbar-light .navbar-brand img {
    max-height: 75px;
    margin-left: 0px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.banner {
    /*padding-top: 60px;*/
    text-align: center;
}

.banner h2 {
    font-size: 34px;
}

.banner label {
    text-align: left;
    width: 100%;
}

.banner p {
    font-size: 18px;
    margin-bottom: 45px;
}

.banner h5 {
    font-size: 19px;
    margin-bottom: 30px;
}

.banner .btn-default {
    margin: 5px 10px;
}

.banner .bg-white {
    padding: 40px 20px 40px 20px;
    margin-top: 30px;
}

.banner h6 {
    font-size: 23px;
}

.banner h6 span {
    font-size: 12px;
}

.banner .bg-white .btn-default {
    margin: 0px;
}

.info {
    padding-bottom: 10px;
}

.info .link {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 25px;
}

.section-title h6 {
    font-size: 12px;
}

.get-money {
    padding: 70px 0px;
    margin-top: 70px;
}

.get-money .title-info {
    margin-top: 40px;
}

.choose-among .img img {
    max-width: 100%;
    min-width: 100%;
}

.iconinfo .icon {
    font-size: 30px;
    margin-right: 20px;
    margin-left: 5px;
}

.mtop {
    margin-top: 40px;
}

.people .bg {
    padding-left: 42px;
    padding-right: 19px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.decision {
    padding: 150px 0px;
    text-align: center;
}

.decision h2 {
    font-size: 29px;
    line-height: inherit;
    color: #ffffff;
    margin-bottom: 0;
}

.decision p {
    font-size: 23px;
}

.btn-default, .newsletter .btn-default {
    padding: 0 25px;
    font-size: 13px;
}
    .newsletter .btn-default
.payday {
    padding: 70px 0px;
}

.decision .mtop {
    margin-top: 50px;
}

.decision h6 {
    margin-bottom: 30px;
}

.newsletter .submit {
    width: 175px;
}

h2 {
    font-size: 20px;
}

.footer h3 {
    margin-top: 40px;
}

.footer ul {
    margin-bottom: 0px;
}

.newsletter .d-flex {
    flex-wrap: wrap;
}

.newsletter .form-control{
    width: 100%;
    margin-bottom: 10px;
}

.people h4 {
    font-size: 20px;
}

.page-banner {
    padding: 100px 0px;
}

.page-banner h2 {
    font-size: 21px;
}

.page-banner p {
    color: #fff;
    font-size: 15px;
}

.termsinfo h2 {
    font-size: 22px;
}

.termsinfo p, .listinfo {
    font-size: 13px;
}

.steps {
    text-align: center;
    padding: 70px 0px;
}

.steps h2 {
    font-size: 34px;
    margin-top: 40px;
}

.steps h3 {
    font-size: 20px;
    margin: 20px 0px 20px 0px;
}

.steps .listinfo {
    width: auto;
    display: inline-block;
    text-align: left;
}

.choose-among .rimg img {
    margin-top: 25px;
}

.newsletter .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}	
	
	.newsletter,
.newsletter .text-right {
    text-align: center !important;
}
	
body.home .info .bg-white {
    padding: 50px 15px 50px 15px;
}


body.home .info h6 {
    font-size: 20px;
}

body.home .info h6 span {
    font-size: 11px;
}	
	
.banner {
    /*height: calc(100vh - 125px) !important;*/
}	
.info .link {
    margin-bottom: 10px;
}

body.home .info .bg-white {
    margin-top: 30px;
}	
.nheight {
    height: 70px;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.nav-link, .navbar-expand-md .navbar-nav .nav-link, .header a {
    font-size:13px;
    padding-left: 10px;
    padding-right: 10px;
}  

.navbar-toggler.menu-icon {
    width:35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height:3px;
    display: block;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.people .bg {
    margin-bottom: 20px;
}

.banner h2 {
    font-size: 45px;
}

.banner p {
    font-size: 21px;
}

.banner .btn-default {
    margin: 5px 10px;
}

.banner .bg-white .btn-default {
    margin: 0px;
}

.banner h6 {
    font-size: 21px;
}

.banner h6 span {
    font-size: 12px;
}

.banner .bg-white {
    padding: 50px 20px;
}

.info h4 {
    font-size: 22px;
}

.choose-among .img img {
    max-width: inherit;
    min-width: 700px;
    margin-left: -100px;
}

.footer .row>div {
    margin-bottom: 25px;
}

.newsletter .d-flex {
    flex-wrap: wrap;
}

.newsletter .form-control{
    width: 100%;
    margin-bottom: 10px;
}

.newsletter .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}
    .btn-default {
        padding: 0 10px;
    }
    form .btn-default {
        font-size: 12px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.banner h2 {
    font-size: 61px;
}

.btn-default {
    padding: 0 25px;
}
    
.choose-among .img img {
    margin-left: -90px;
}

.newsletter .d-flex {
    flex-wrap: wrap;
}

.newsletter .form-control{
    width: 100%;
    margin-bottom: 10px;
}
.newsletter .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}
}


@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar-brand img {
        max-height: 45px;
            }
    .header .navbar-nav .nav-link {
        font-size: 12px;
    }
    .header .navbar-nav .nav-item {
        padding: 12px 10px;
    }
}
@media only screen and (max-width:400px) {
    .btn-default, .newsletter .btn-default {
        padding: 0 5px;

    }
}
