/**** CSS Resets ****/

@font-face {
    font-family: 'bcllig';
    src: url(fonts/bcl_font_light.eot);
    src: local('☺'), url(fonts/bcl_font_light.woff) format('woff'), url(fonts/bcl_font_light.ttf) format('truetype'), url(fonts/bcl_font_light.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bclreg';
    src: url(fonts/bcl_font_regular.eot);
    src: local('☺'), url(fonts/bcl_font_regular.woff) format('woff'), url(fonts/bcl_font_regular.ttf) format('truetype'), url(fonts/bcl_font_regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bclmed';
    src: url(fonts/bcl_font_medium.eot);
    src: local('☺'), url(fonts/bcl_font_medium.woff) format('woff'), url(fonts/bcl_font_medium.ttf) format('truetype'), url(fonts/bcl_font_medium.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bclbol';
    src: url(fonts/bcl_font_bold.eot);
    src: local('☺'), url(fonts/bcl_font_bold.woff) format('woff'), url(fonts/bcl_font_bold.ttf) format('truetype'), url(fonts/bcl_font_bold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bclbla';
    src: url(fonts/bcl_font_black.eot);
    src: local('☺'), url(fonts/bcl_font_black.woff) format('woff'), url(fonts/bcl_font_black.ttf) format('truetype'), url(fonts/bcl_font_black.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 101%;
}

body {
    font-size: 100%;
    line-height: 1.4;
    font-family: 'bclreg', sans-serif;
    font-weight: 400;    
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    display: block;
}

img {
    border: 0;
    max-width: 100%;
}

p {
    font-size: 1.5em;
    color: #333;
    font-style: normal !important;
}

a {
    color: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    font-style: normal !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'bclmed', sans-serif;
    font-weight: 900;
    line-height: 1.4;
    font-style: normal !important;
}

h5 {
    font-family: 'bclreg', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.4;
    font-style: normal !important;
}

h1 {
    line-height: 1;
    font-size: 5.2rem;
    margin: 0 0 .6em;
}


/**** Helper Class ****/

.text-upper {
    text-transform: uppercase;
}

.font-reg {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.bit-small {
    font-size: .9em;
}

.bit-smaller {
    font-size: .8em;
}

.bit-large {
    font-size: 1.4em;
}

.style-italic {
    font-style: normal !important;
    font-style: -webkit-normal;
}

.middle,
.middle-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.align-center {
    display: block;
    margin: 0 auto;
}

.text-black {
    color: #000000
}

.text-green {
    color: #8dc63f
}

.text-purple {
    color: #5e3d84
}

.rcond {
    font-family: 'bcllig', sans-serif;
}


/**** HEADER ****/

header {
    background: url('../img/hero-bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: -5px;
    position: relative;
}

.top-header .container {
    /*background: rgba(178, 178, 178, 0.4);*/
    padding: 1em;
}

.top-header .rcond {
    font-weight: 400;
    color: #525252;
}

h1.hero-text1 {
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2.7em;
    color: #edb400;
}

.sub-herotext1 {
    color: #1abc9c;
    line-height: 1;
    font-size: 3.6em;
    margin: 0 0 .3em;
}

.sub-herotext2 {
    color: #1abc9c;
    line-height: 1;
    font-size: 2.6em;
}

.mid-header {
    padding: 2em 0;
}

.bottom-header .container {
    background: #ffffff;
    padding: 1em;
}

.bottom-header input,
.bottom-header button {
    width: 100%;
}

.bottom-header .btn {
    background: #1abc9c;
    color: #ffffff;
    border-radius: 75em;
    border: 1px solid #15987e;
    font-weight: 700;
    padding: 5px 20px;
    font-size: 1.5em;
}

.range-cont {
    margin-bottom: 1.8em;
}

.bottom-header .btn i {
    margin-top: .2em;
}

.bottom-header .btn:active,
.bottom-header .btn:hover {
    background-color: #edb400;
    border-right: 1px solid #0d6c59;
    border-bottom: 1px solid #0d6c59;
    outline: 0;
}

.bottom-header input {
    background: #ebebeb;
    border: 1px solid #d7d7d7;
    padding: .7em 1em;
}

.disclaimer {
    padding: 1em 0 4em;
}

.ssl_certificate_logos {
    padding-left: 7%;
}

p.disc,
p.disc a {
        color: #636363;
    text-align: center;
    font-size: 1.2em;
}

p.disc a {
    text-decoration: none;
}

.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em 1.5em;
}

.nav-icon4 {
    width: 45px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9;
}

.nav-icon4 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #8dc63f;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(3) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 14px;
}

.nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 14px;
}

.collapse.in {
    display: block;
}

a.has-sub i {
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.irotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cbp-spmenu-vertical .collapse a,
.cbp-spmenu-vertical .collapsing a {
    padding: 5px 0 0 2em;
    text-transform: capitalize;
    border-bottom: 0;
}

.cbp-spmenu-vertical .collapse a:last-child,
.cbp-spmenu-vertical .collapsing a:last-child {
    border-bottom: 1px solid #2d2d2d;
}

.modal p {
    font-size: 16px;
}

.modal .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modal input[type="submit"] {
    font-size: 16px;
    line-height: 0px;
}

button .close {
    font-size: 25px;
}

#Unsubscribe {
    position: fixed;
    top: 20%;
}


/**** SECTION 1 ****/

.section-1 {
    padding: 6em 0;
    margin-top: 0px;
    background: #fbfbfb;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-1 h1 {
    margin-bottom: 1em;
}

.s1-div .media-left {
    padding-right: 10px;
}

.s1-div .s1-marker {
    margin: 0 0 .5em 5px;
}

.s1-div .media-body h5 {
    /* margin-bottom: 0 */
}

.s1-steps {
    margin: 1em 0;
}


/**** SECTION 2 ****/

.section-2 {
    padding: 4em 0;
}


/**** SECTION 3 ****/

.section-3 {
    padding-top: 4em;
}

.section-3 ul.bit-large {
    margin-bottom: 2em;
}

.section-3 ul.bit-large li {
    background-image: url('../img/blue-bullet.png');
    background-repeat: no-repeat;
    padding-left: 2em;
    margin-bottom: .5em
}

.btn-green-gradient {
        background-color: #edb400;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    padding: 19px 28px;
    font-size: 1.5em;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.btn-green-gradient span {
    margin-right: 1em;
}

.btn-green-gradient .fa {
    margin-top: .2em;
}

.btn-green-gradient:active,
.btn-green-gradient:hover {
    background-color: #1abc9c;
    color: #ffffff;
}

.s3-top {
    margin-bottom: 4em;
}

.loan-container {
    background: #1abc9c;
    padding: 2em;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    margin-bottom: .5em;
}

.loan-container:hover {
    background: #edb400;
}

.loan-container h5 {
    color: #ffffff;
}

.loan-container img {
    min-height: 54px;
    margin-bottom: 5px;
}

.section-3 img.img-initial {
    float: right;
}


/**** CONTACT SECTION ****/


/**** FOOTER ****/

.top-footer {
    background: #f6f6f6;
    border-top: 2px solid #ffffff;
    padding: 2em 0;
    -webkit-box-shadow: 0px -3px 10px 0px rgba(154, 154, 154, 0.5);
    -moz-box-shadow: 0px -3px 10px 0px rgba(154, 154, 154, 0.5);
    box-shadow: 0px -3px 10px 0px rgba(154, 154, 154, 0.5);
}

.top-footer p {
    color: #9a9a9a;
    margin-bottom: 0;
    font-size: 1.3em;
}

.bottom-footer {
    background: #e6e6e6;
    padding: 1em 0;
}

ul.foot-link li a,
.bottom-footer p {
    color: #9a9a9a;
    margin-bottom: 0;
    font-size: 1.4em;
}

ul.foot-link {
    text-align: right;
}

ul.foot-link li {
    display: inline-block;
}

ul.foot-link li a {
    padding: 0 10px;
    border-right: 1px solid #9a9a9a;
    text-align: right;
    font-size: 1.6em;
}

ul.foot-link li:last-child a {
    border-right: none;
}


/*** Footer Contact us ***/


/*.row.middle{
	border-bottom: solid 1px #efefef;
	padding-bottom: 2px;
}*/


/*---parallax_section---*/

.get_money_you_need {
    background-image: url("../img/get_money_you_need.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    text-align: left;
    min-height: 220px;
    color: #fff;
}

.section-2_1 {
    position: relative;
    min-height: 157px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.get_money_you_need:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .7;
}

.get_money_you_need h3 {
    color: #fff;
    font-size: 3.6em;
}

.get_money_you_need .font-light {
    font-weight: 300!important;
    font-size: 1.7em;
    color: #fff;
}

.get_money_you_need .btn {
    font-size: 1.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

.get_money_you_need .btn.btn-03 {
    padding: 17px 64px;
    background-color: #1abc9c;
    border-radius: 5px;
    color: #fff;
    margin-top: 16px;
    font-size: 22px;
}

.get_money_you_need .btn.btn-03:hover {
    background-color: #edb400;
}

.row.middle-sm.between-sm {
    padding-top: 6%;
}

.ebc_nav_top {
    list-style: none;
    text-align: right;
    margin-bottom: 15px;
}

.ebc_nav_top li {
    display: inline-block;
    margin-left: 20px;
}

.ebc_nav_top li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'bclbol';
}

.inner_page_content {
    font-size: 1.5em;
}

.loan-cont a {
    text-decoration: none;
}

.inner_page_e_constent {
    font-size: .9em;
}
h1.banner-main-heading {
    font-family: 'bclbol';
    color: #fff;
    font-weight: 400;
    font-size: 70px;
    text-align: right;    
    margin-bottom: 3.5em;
        text-shadow: 2px 2px 10px #000;
}
.banner-main-heading-sub{
    font-size: 47px;
}
.row.middle{
    display: flex;
}
.banner-main-heading{
    flex-direction: row-reverse;
}
/*.top-header {
    padding: 1em 20em 0 26em;
}*/

/* -- Amit CSS -- */
select#sel1 , input.form-control {
    height: 60px;
    padding: 0 17px;
    margin-bottom: 15px;
}
select#sel1 {
    margin-bottom: 10px;
}
button#fomSubmit {
    width: 100%;
    height: 60px;
    padding: 0 17px;
    text-align: center;
    background-color: #edb400;
    color: #fff;
    font-size: 22px;
    font-family: 'bclbol';
    text-transform: uppercase;
}
h2.font-reg {
    float: right;
}
.banner_detail li{
    font-size: 20px;
    padding: 10px 0 10px 1.5em;
    font-family: 'bcllig';
}
.middle h2.font-reg:before {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #1abc9c;
    position: absolute;
    left: 3%;
    top: 19px;
}
h2.font-reg {
    font-size: 3rem;
    font-family: 'bcllig';
    margin-bottom: 32px;
}
.ebc_nav_top li a:hover {
    color: #1abc9c;
    text-decoration: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23,128,156,.38) !important;
}
button#fomSubmit:hover {
    /* border-radius: 30px; */
    background-color: #1abc9c;
    color: #ffffff;
    transition: ease-in-out .1s;
    box-shadow: 0 0 10px #1abc9c;
}

#myVideo {
    position: absolute;
   left: 0;
   top: 0;
    width: 100%;
    height: 100%;
}


.banner_detail li:before {
    content: '\2713';   
    color: #1abc9c;    
    padding-right: 13px;
}


canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
    overflow: hidden;
}

.s3-bot h3{
    padding-bottom: 25px;
}

/**** RESPONSIVE MEDIA QUERIES ****/

@media (min-width: 992px) {
    h1.hero-text1 {
        text-transform: uppercase;
        font-size: 5em;
        line-height: 1;
        color: #edb400;
        margin-bottom: 9px;
    }
    h1.hero-text1 span {
        line-height: 0;
    }
    h1.hero-text1 .hero-bigger {
        font-size: 1.2em;
        margin: 0 0 .6em;
    }
    h1.hero-text1 .hero-biggest {
        font-size: 1.8em;
    }
    .middle h2.font-reg:before{
        width: 88px;
    }
}

@media (min-width: 1200px) {
    .section-1 h1 {
        font-size: 3.7em;
    }
    img.img-initial {
        max-width: initial;
    }
    .middle h2.font-reg:before {
        width: 120px;   
    }
 
}

@media (max-width: 1440px) {
  /*  .top-header {
    padding: 1em 20em 0 26em;
    }*/
      .banner-main-heading-sub {
    font-size: 40px;
    }
       h1.banner-main-heading{
        line-height: 52px;
        margin-bottom: 4em;
    }
}

@media (max-width: 1360px) {
    header {
    background-size: auto 100%;
    }
    .banner-main-heading-sub {
    font-size: 40px;
    }
    h1.banner-main-heading{
        line-height: 52px;
        margin-bottom: 3.8em;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    h1.banner-main-heading {    
    margin-bottom: 5em;
    }
}
@media (max-width: 1199px){
    h1.banner-main-heading {    
    font-size: 57px;    
    margin-bottom: 7em;
    }
    .banner-main-heading-sub {
    font-size: 32px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 991px) and (min-width: 768px) {
    .row.middle .col-lg-5 h1{
        text-align: center;
        font-size: 4.2rem;
    }
    ul.banner_detail{
        text-align: center;
        padding-bottom: 30px;
    }
    .banner_detail li {
        font-size: 15px;
        padding: 10px 0 10px 0.5em;
        font-family: 'bcllig';
        display: inline-block;
    }
    .mid-header {
        padding: 6em 0 10em;
    }
    .middle h2.font-reg:before {    
        width: 300px;
    }
    h1.banner-main-heading{
        margin-bottom: 0em;
        text-align: center;
    }
    header{
        background-position: 70%;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .logo-link img {
        display: block;
        margin: 0 auto 0em;
        width: 280px;
    }
    header .rcond {
        text-align: center !important;
    }
    .hero-text1,
    .sub-herotext1,
    .sub-herotext2 {
        text-align: center !important;
        /* text-shadow: 0px 0px 10px rgba(255, 255, 255, 1); */
    }
    header {
        background: none;
        background-position: center 23%;
        position: relative;
    }
    header:before {
        content: '';
        width: 100%;
        height: 100%;
        /* background: url('../img/hero-bg.jpg'); */
        opacity: 0.5;
        position: absolute;
        z-index: -1;
        background-size: 130%;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    /*.mid-header {
        padding: 6em 0;
        background: url(../img/hero-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }*/
    /*.mid-header::before {
        background: rgba(0, 0, 0, 0.4);
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }*/
    h1.hero-text1 {
        color: #fff;
    }
    .sub-herotext1 {
        color: #fff;
    }
    .sub-herotext2 {
        color: #fff;
    }
    .disclaimer {
        padding: 0;
    }
    .disclaimer .container {
        background: #ffffff;
        padding: 1em;
    }
    ul.foot-link,
    .bottom-footer p {
        text-align: center;
        margin-bottom: 1em;
    }
    p.disc {
        text-align: center;
    }
    .bottom-header .container {
        padding: 2em 2em 2em 2em;
        padding-bottom: 0;
    }
    .section-2 {
        padding-bottom: 3em;
    }
    .section-3 {
        padding-top: 3em;
    }
    #pageContainer1 {
        padding: 0 5%;
    }
    .content-nav {
        padding: 0 4%;
    }
    .top-header .container {
        background: none;
    }
    .get_money_you_need h3 {
        color: #fff;
        font-size: 2.7em;
    }
    .get_money_you_need .btn.btn-03 {
        margin-top: 10px;
    }
    .ssl_certificate_logos {
        padding-left: 10%;
    }
}

@media (min-width: 576px) {
    .loan-cont:nth-child(odd) {
        padding-right: 5px;
    }
    .loan-cont:nth-child(even) {
        padding-left: 5px;
    }
}

@media (max-width: 575px) {
    header:before {
        background-size: 160%;
    }
}

@media (max-width: 430px) {
    h1 {
        font-size: 2em;
    }
    .top-header .rcond {
        font-size: 1em;
    }
    h1.hero-text1 {
        font-size: 3.5em;
    }
}

@media (max-width: 414px) {
    h1 {
        font-size: 2.4em;
    }
}

@media (max-width: 365px) {
    header:before {
        background-size: 200%;
    }
    .bottom-header h2 {
        font-size: 1.8em;
        margin-bottom: 12px;
    }
    .bottom-header .container {
        padding: 2em 1em 2em 2em;
    }
}

@media (max-width: 330px) {
    h1.hero-text1 {
        font-size: 3.2em;
    }
    .sub-herotext1 {
        font-size: 2.8em;
    }
}

@media only screen and (max-width: 768px) {
    section {
        text-align: center;
    }
    .row.middle-sm.between-sm {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .ebc_nav_top {
        text-align: center;
        margin-top: 8px;
    }
    .ebc_nav_top li {}
    .ebc_nav_top li a {}
    header {
        background: none;
    }
}

@media only screen and (max-width: 480px) {
    .get_money_you_need h3 {
        font-size: 2.2em;
    }
    .ebc_nav_top {
        text-align: center;
    }
    .ebc_nav_top li {}
    .ebc_nav_top li a {}
    .bottom-header .container {
        padding: 2em 2em 2em 2em;
    }
    .sub-herotext1 {
        font-size: 2.8em;
    }
    .get_money_you_need {
        min-height: auto;
    }
}

input::-webkit-input-placeholder {
    color: #fff0;
}
input:focus::-webkit-input-placeholder {
    color: #fff0;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #fff0;
}
input:focus:-moz-placeholder {
    color: #fff0;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #fff0;
}
input:focus::-moz-placeholder {
    color: #fff0;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #fff0;
}
input:focus:-ms-input-placeholder {
    color: #fff0;
}



