input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000000;
    opacity: 1 !important;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1 !important;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000000;
    opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000000;
    opacity: 1 !important;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1 !important;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1 !important;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000000;
    opacity: 1 !important;
}



.big-container {

    overflow: hidden;

    margin-right: auto;

    margin-left: auto;

}



.container {
    height: 100vh;
    background-color: #3277d6;
}



.header {

    padding-right: 20px;

    padding-left: 20px;

}



.header-c {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}



.image {

    width: 105px;

}



.h-right {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: end;

    -webkit-align-items: flex-end;

    -ms-flex-align: end;

    align-items: flex-end;

}



.list {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 0px;

    padding-left: 0px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    list-style-type: none;

}



.menu_trigger {

    box-sizing: border-box;

    width: 30px;

    height: 22px;

    position: relative;

    margin: 0;

    display: none;

    float: right;

}



.menu_trigger .slicknav_icon {

    width: 30px;

    height: 22px;

    margin: auto;

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    -ms-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    top: 0;

    bottom: 0;

    right: 0;

    position: absolute;

}



.menu_trigger .slicknav_icon span {

    height: 3px;

    width: 100%;

    background: #fff;

    border-radius: 4px;

    opacity: 1;

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    -ms-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

    display: block;

    position: absolute;

}



.menu_trigger .slicknav_icon span:nth-child(1) {

    top: 0;

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -o-transform-origin: left center;

}



.menu_trigger .slicknav_icon span:nth-child(2) {

    top: 9px;

    -webkit-transform-origin: left center;

    -ms-transform-origin: left center;

    transform-origin: left center;

}



.menu_trigger .slicknav_icon span:nth-child(3) {

    top: 18px;

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -o-transform-origin: left center;

}





.mm-navbar__title {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: eina-03-bold, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}



.link {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 15px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    font-family: eina-03-bold, sans-serif;

    color: #fff;

    font-size: 28px;

    line-height: 38px;

    font-weight: 700;

    text-decoration: none;

}



.text-span {

    margin-right: 10px;

    padding-right: 43px;

    background-image: url('../images/call-img.png');

    background-position: 100% 50%;

    background-repeat: no-repeat;

    font-family: eina-03-regular, sans-serif;

    font-size: 15px;

    line-height: 29px;

    font-weight: 400;

}



.list-item {

    padding-left: 45px;

    font-family: eina-03-bold, sans-serif;

    color: #fff;

    line-height: 23px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.list-item a {
    text-decoration: none;
    color: #fff;
}

.list-item a:hover {
    color: #90b6e9
}

.mm-listitem {
    padding-left: 0;
    color: #000;
    text-transform: capitalize;
    font-size: 13px;
}



.banner {
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
}



.banner-c {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%;
}



.heading {

    margin-top: 20px;

    margin-bottom: 30px;

    font-family: eina-03-bold, sans-serif;

    color: #fff;

    font-size: 66px;

    line-height: 76px;

    font-weight: 700;

    text-align: center;

}



.paragraph {

    margin-bottom: 0;

    font-family: eina-03-regular, sans-serif;

    color: #fff;

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

    text-align: center;

}



.banner-box {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    max-width: 585px;

    margin-right: auto;

    margin-bottom: 50px;

    margin-left: auto;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: stretch;

    -webkit-align-items: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;

}



.box {

    width: 31%;

}



.image-2 {

    display: block;

    margin-right: auto;

    margin-bottom: 12px;

    margin-left: auto;

}



.paragraph-2 {

    margin-bottom: 0px;

    font-family: eina-03-semibold, sans-serif;

    color: #fff;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    text-align: center;

    text-transform: uppercase;

}



.button {

    display: block;

    width: 239px;

    height: 54px;

    margin-right: auto;

    margin-bottom: 120px;

    margin-left: auto;

    padding-top: 15px;

    background-color: #3277d6;

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

    font-family: eina-03-semibold, sans-serif;

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    text-align: center;

}



.button:hover {

    background-color: #2665bc;

}



.button.no-margin {

    margin-bottom: 0px;

}



.paragraph-3 {

    margin-bottom: 13px;

    font-family: eina-03-bold, sans-serif;

    color: #fff;

    font-size: 16px;

    line-height: 25px;

    font-weight: 700;

    text-align: center;

}



.image-3 {

    display: block;

    margin-right: auto;

    margin-left: auto;

}



.help {

    padding-right: 20px;

    padding-left: 20px;

    background-color: #f3f4f9;

}



.help-c {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    max-width: 1100px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 85px;

    padding-bottom: 75px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.text-left {

    width: 44%;

}



.text-left.last {

    width: 34%;

}



.heading-3 {

    margin-top: 0px;

    font-family: eina-03-bold, sans-serif;

    color: #101123;

    font-size: 44px;

    line-height: 54px;

    font-weight: 700;

}



.heading-4 {

    display: inline-block;

    margin-top: 0px;

    margin-bottom: 0px;

    padding-right: 109px;

    background-image: url('../images/bigger-border.jpg');

    background-position: 100% 50%;

    background-repeat: no-repeat;

    font-family: eina-03-bold, sans-serif;

    color: #3277d6;

    line-height: 27px;

    font-weight: 700;

}



.text-right {

    width: 50%;

}



.paragraph-4 {

    margin-bottom: 40px;

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

}



.paragraph-4.last {

    margin-bottom: 0px;

}



.need {

    padding-right: 20px;

    padding-left: 20px;

}



.need-c {

    max-width: 1475px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 80px;

    padding-bottom: 55px;

}



.image-4 {

    display: block;

    margin-right: auto;

    margin-bottom: 25px;

    margin-left: auto;

}



.heading-5 {

    margin-top: 0px;

    margin-bottom: 35px;

    font-family: eina-03-bold, sans-serif;

    color: #101123;

    font-size: 44px;

    line-height: 54px;

    font-weight: 700;

    text-align: center;

}



.paragraph-5 {

    margin-bottom: 140px;

    padding-right: 150px;

    padding-left: 150px;

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

    text-align: center;

}



.paragraph-5.last {

    margin-bottom: 85px;

}



.image-5 {

    display: block;

    margin-right: auto;

    margin-left: auto;

}



.finance {

    padding-right: 20px;

    padding-left: 20px;

    background-color: #f3f4f9;

}



.finance-c {

    max-width: 840px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 100px;

    padding-bottom: 100px;

}



.section {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 95px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;

}



.section.two {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -webkit-flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

}



.text-holder {

    width: 41%;

    text-align: right;

}



.text-holder.two {

    text-align: left;

}



.heading-6 {

    margin-top: 0px;

    font-family: eina-03-bold, sans-serif;

    color: #3277d6;

    font-size: 16px;

    line-height: 25px;

    font-weight: 700;

}



.heading-7 {

    margin-top: 0px;

    font-family: eina-03-bold, sans-serif;

    color: #101123;

    font-size: 26px;

    line-height: 36px;

}



.img-holder {

    width: 42%;

}



.image-6 {

    margin-top: 10px;

}



.paragraph-6 {

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

}



.image-7 {

    margin-top: -45px;

}



.image-8 {

    margin-top: -56px;

}



.paragraph-7 {

    margin-bottom: 0px;

    font-family: eina-03-regularItalic, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

    text-align: center;

}



.text-span-2 {

    font-family: eina-03-semiboldItalic, sans-serif;

    font-weight: 600;

}



.loans {

    padding-right: 20px;

    padding-left: 20px;

}



.loans-c {

    max-width: 1100px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 100px;

    padding-bottom: 95px;

}



.loans-boxes {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;

}



.l-box {

    width: 24%;

}



.image-9 {

    display: block;

    margin-right: auto;

    margin-bottom: 40px;

    margin-left: auto;

}



.heading-8 {

    margin-top: 0px;

    margin-bottom: 20px;

    font-family: eina-03-bold, sans-serif;

    color: #101123;

    font-size: 26px;

    line-height: 36px;

    font-weight: 700;

    text-align: center;

}



.paragraph-8 {

    margin-bottom: 0px;

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    text-align: center;

}



.security {

    padding-right: 20px;

    padding-left: 20px;

    background-image: url('../images/security-bg.jpg');

    background-position: 50% 0%;

    background-size: cover;

    background-repeat: no-repeat;

}



.security-c {

    max-width: 820px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 100px;

    padding-bottom: 110px;

}



.heading-9 {

    margin-top: 0px;

    margin-bottom: 40px;

    font-family: eina-03-bold, sans-serif;

    color: #fff;

    font-size: 44px;

    line-height: 54px;

    font-weight: 700;

    text-align: center;

}



.paragraph-9 {

    margin-bottom: 35px;

    font-family: eina-03-regular, sans-serif;

    color: #fff;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

    text-align: center;

}



.paragraph-9.big-margin {

    margin-bottom: 180px;

}



.us {

    padding-right: 20px;

    padding-left: 20px;

}



.us-c {

    max-width: 850px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 105px;

    padding-bottom: 110px;

}



.paragraph-10 {

    margin-bottom: 45px;

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

    text-align: center;

}



.lists {

    max-width: 700px;

    margin-right: auto;

    margin-left: auto;

}



.lists-container {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 75px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;

}



.list-left {

    width: 45%;

}



.list-2 {

    padding-left: 0px;

    list-style-type: none;

}



.list-item-2 {

    margin-bottom: 30px;

    padding-left: 25px;

    background-image: url('../images/blue-arrow.png');

    background-position: 0px 6px;

    background-repeat: no-repeat;

    font-family: eina-03-semibold, sans-serif;

    color: #101123;

    font-size: 18px;

    line-height: 27px;

    font-weight: 600;

    list-style-type: none;

}



.list-item-2.last {

    margin-bottom: 0px;

}



.link-2 {

    color: #3277d6;

}



.link-2:hover {

    text-decoration: none;

}



.testimonial {

    padding-right: 20px;

    padding-left: 20px;

    background-image: url('../images/testimonial-bg.jpg');

    background-position: 50% 0%;

    background-repeat: no-repeat;

    background-size: cover;

}



.test-c {

    max-width: 1100px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 105px;

    padding-bottom: 75px;

}



.white-container {

    max-width: 790px;

    margin-right: auto;

    margin-left: auto;

    background-color: #fff;

    padding-left: 20px;

    padding-right: 20px;

}



.white-c {

    position: relative;

    max-width: 615px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 70px;

    padding-bottom: 60px;

}



.image-10 {

    position: absolute;

    left: 50%;

    top: -32px;

    right: auto;

    bottom: auto;

    margin-left: -31px;

}



.about {

    padding-right: 20px;

    padding-left: 20px;

}



.about-c {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    max-width: 1145px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 85px;

    padding-bottom: 80px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.image-11 {

    margin-bottom: 38px;

}



.paragraph-11 {

    margin-bottom: 0px;

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    font-size: 18px;

    line-height: 27px;

    font-weight: 400;

}



.grey {

    position: relative;

    width: 52%;

    background-color: #f3f4f9;

}



.grey-c {

    max-width: 435px;

    margin-right: 45px;

    margin-left: auto;

    padding-top: 60px;

    padding-bottom: 60px;

}



.heading-10 {

    margin-top: 0px;

    margin-bottom: 20px;

    font-family: eina-03-bold, sans-serif;

    color: #101123;

    font-size: 22px;

    line-height: 32px;

    font-weight: 700;

    text-transform: uppercase;

}



.text-span-3 {

    font-family: eina-03-regular, sans-serif;

    color: #a6a6a7;

    font-weight: 400;

    text-transform: capitalize;

}



.image-12 {

    position: absolute;

    left: -68px;

    top: 50px;

}



.find {

    padding-right: 20px;

    padding-left: 20px;

    background: url('../images/find-bg.jpg') no-repeat center bottom;

    background-color: #191a29;



}



.find-c {

    max-width: 970px;

    margin-right: auto;

    margin-left: auto;

    padding-top: 100px;

    padding-bottom: 115px;

}



.inputt {

    max-width: 870px;

    margin-right: auto;

    margin-bottom: 60px;

    margin-left: auto;

}



.footer {

    padding-right: 20px;

    padding-left: 20px;

}



.footer-c {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}


.paragraph-12 {

    margin-bottom: 0px;

    font-family: eina-03-regular, sans-serif;

    color: #53545f;

    line-height: 23px;

    font-weight: 400;

}

.paragraph-12 a {
    color: #53545f;
}

.paragraph-12 a:hover {
    text-decoration: none
}

.right {

    width: 22%;

}



* {
    outline: none
}













.white-container p {
    font-size: 20px;
    color: #53545f;
    font-family: eina-03-regular, sans-serif;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.white-container p.name {
    font-size: 18px;
    color: #101123;
    font-family: 'eina-03-bold';
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 0
}

.white-container p.name span {
    font-size: 16px;
    color: #a1a1a7;
    display: block;
}



.white-container .rsArrowLeft {

    background: url(../images/left-arrow.png) no-repeat;

    width: 36px;

    height: 26px;

    position: absolute;

    left: -190px;

    top: 35%;

}

.white-container .rsArrowRight {

    background: url(../images/right-arrow.png) no-repeat;

    width: 36px;

    height: 26px;

    position: absolute;

    right: -190px;

    top: 35%;

}



.separator .rsArrowLeft {

    background: url(../images/rs-arrow-left-small.png) no-repeat;

    width: 23px;

    height: 16px;

    position: absolute;

    left: 41%;

    bottom: 10%;

}

.separator .rsArrowRight {

    background: url(../images/rs-arrow-right-small.png) no-repeat;

    width: 23px;

    height: 16px;

    position: absolute;

    right: 41%;

    bottom: 10%;

}

.separator {
    border: 1px solid #ded8d8;
    padding: 4% 4% 22% 4%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative
}





.form-container {
    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    justify-content: space-between;

    align-items: stretch;

    align-content: stretch;
}

.form-left {
    width: 44%;
}

.contact-form {

    width: 100%;

    margin: 0 auto;

    background-size: cover;

    padding: 75px 5% 75px;

    position: relative;

    max-width: 1100px;

    background: url(../images/form-bg.jpg) no-repeat center top;

}

.contact-form h3 {
    font-size: 40px;
    line-height: 50px;
    color: #101123;
    font-family: 'eina-03-bold';
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}



.form-c-text {
    width: 44%;
}

.form-c-text h3 {
    font-size: 28px;
    color: #101123;
    font-family: 'eina-03-bold';
    font-weight: 700;
    text-align: center;
    line-height: 37px;
    margin-bottom: 25px;
    margin-top: -50px;
    background: #f6f6f6;
}

.form-c-text img.crown {
    display: block;
    margin: 0 auto 17px;
}

.little-boxes {
    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    justify-content: space-between;

    align-items: stretch;

    align-content: stretch;
    padding: 3%;
    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;
    margin-bottom: 60px;
}

.little-box {
    width: 30%;
}

.little-box img {
    display: block;
    margin: 0 auto 13px;
}

.little-box h4 {
    font-size: 14px;
    color: #101123;
    font-family: 'eina-03-bold';
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 0
}









.form-c-text .pop-slider p {
    font-size: 16px;
    color: #53545f;
    font-family: 'eina-03-regular';
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 35px;
}

.form-c-text .pop-slider p.name {
    font-size: 16px;
    color: #101123;
    font-family: 'eina-03-bold';
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.form-c-text .pop-slider p.name span {
    font-size: 16px;
    color: #a1a1a7;
    display: block;
}





input[type=text] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #000000;
    font-family: 'eina-03-semibold';
    font-weight: 600;
    line-height: 40px;
    text-indent: 30px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.input-big {
    background: #fff;
    height: 40px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.input-big img {
    position: absolute;
    left: 0;
    top: 11px
}

.input-big.lasttt {
    margin-bottom: 30px;
}

input[type=submit] {
    background: #3277d6;
    width: 278px;
    height: 54px;
    line-height: 53px;
    display: block;
    margin: 0 auto 17px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-family: 'eina-03-semibold';
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.5s ease;
}

input[type=submit]:hover {
    background: #2665bc;
}



.form-left p.bottom {
    font-size: 13px;
    color: #101123;
    font-family: 'eina-03-regular';
    line-height: 22px;
    text-align: center;
}





.area {
    background: #fff;
    height: 106px;
    margin-bottom: 35px;
    position: relative;
    border-bottom: 1px solid #dcdcdc
}

.area img {
    position: absolute;
    left: 0;
    top: 3px
}

textarea {
    background: none;
    border: none;
    width: 90%;
    height: 100%;
    margin: 0;
    resize: none;
    font-size: 13px;
    color: #000000;
    font-family: 'eina-03-semibold';
    font-weight: 600;
    text-indent: 30px;
    text-transform: uppercase
}







.rs-container .rs-bg {
    background-color: #3a3b4d !important;
    height: 2px !important;
    border: none !important
}

.rs-container .rs-scale span::before {
    display: none
}

.rs-pointer {
    background-color: #000 !important;
    border: 4px solid #fff !important;
    border-radius: 100% !important;
    width: 23px !important;
    height: 23px !important;
    box-shadow: none !important;
    top: -5px !important;
}

.rs-container .rs-pointer::after,
.rs-container .rs-pointer::before {
    background-color: #000 !important
}

.rs-container .rs-selected {
    background-color: transparent !important;
    border: none !important
}





.rs-tooltip {
    color: #000 !important;

    width: auto;

    min-width: 122px !important;

    height: 66px !important;

    background: #fff !important;

    border: none !important;

    border-radius: 2px !important;

    position: absolute !important;

    transform: translate(-50%, -35px);

    left: 13px;

    text-align: center;

    font-size: 20px !important;

    font-family: 'eina-03-bold' !important;

    font-weight: 700 !important;

    padding: 21px 20px 25px 18px !important;

    top: -45px !important;

}

.rs-container .rs-scale span ins {
    display: none !important
}



.mfp-close {
    font-family: 'eina-03-regular' !important;
    font-weight: 300 !important;
    font-size: 44px !important
}



#ty .banner-c {
    padding-top: 30px;
    padding-bottom: 135px;
}

.h-right p {
    display: inline-flex
}

.h-right span.mail a {
    color: #fff;
    font-family: eina-03-regular, sans-serif;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 15px;
    text-decoration: none;
    position: relative;
    top: 6px;
}

.h-right span.mail a:hover {
    color: #90b6e9;
}


.range-box {
    position: relative;
    max-width: 825px;
    width: 80%;
    margin: 0 auto
}

.range-box .plus {
    position: absolute;
    right: -30px;
    top: -11px
}

.range-box .minus {
    position: absolute;
    left: -22px;
    top: -6px
}



.paragraph-9.big-margin.lastt {
    padding-left: 150px;
    padding-right: 150px;
}





.contact-faqs {
    max-width: 1100px;
    width: 100%;
    background: #fff;
    padding: 3% 4% 5%;
    margin: 0 auto;
}

.contact-faqs h3 {
    margin-bottom: 50px;

    font-family: 'eina-03-regular';

    color: #232323;

    font-size: 40px;

    line-height: 36px;

    font-weight: 400;

    text-align: center;
}

.paragraph-big {
    margin-bottom: 5px;

    font-family: 'eina-03-semibold';

    color: #232323;

    font-size: 17px;

    line-height: 27px;

    font-weight: 600;
}

.paragraph-small {
    margin-bottom: 30px;

    font-family: 'eina-03-regular';

    color: #515151;

    font-size: 17px;

    line-height: 27px;

    font-weight: 400;
}





.mfp-close {
    right: 0px !important;
    top: 0 !important
}

.mfp-close-btn-in .mfp-close {

    color: #000 !important;

}

.mfp-content {
    width: 60% !important
}






#pp2 .banner-c {
    padding-top: 60px;
    padding-bottom: 0
}

#pp2 .paragraph {
    margin-bottom: 40px;
}

#pp .banner-c {
    padding-top: 40px;
    padding-bottom: 120px;
}

#pp .whitee-container {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#pp .whitee-c {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0
}

#pp .whitee-c h3 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: eina-03-bold, sans-serif;
    color: #101123;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
}

#pp .whitee-c p {
    font-family: eina-03-regular, sans-serif;
    color: #53545f;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 35px;
}

#pp .whitee-c p a {
    color: #53545f;
}

#pp .whitee-c p a:hover {
    text-decoration: none
}

#pp .button {
    display: block;
    margin: 0 auto
}

.list-item.lastt {
    display: none;
}

@media (max-width: 1440px) {

    .mfp-content {
        width: 70% !important
    }



}

@media (max-width: 1280px) {

    .contact-form {
        background: #fff;
    }

    .form-container {
        display: block;
    }

    .form-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .form-c-text {
        display: none
    }



}

@media (max-width: 1024px) {
    .list-item.lastt {
        display: block;
    }

    .h-right span.mail {
        display: none
    }

    .menu_trigger {

        display: block;

        color: #fff;

    }



    nav:not(.mm-menu) {

        display: none;

    }



    .list {
        display: block;
    }



}



@media (max-width: 991px) {

    .paragraph-9.big-margin.lastt {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-content {
        width: 100% !important;
    }

    .banner-c {

        padding-top: 30px;

    }

    .heading {

        font-size: 55px;

        line-height: 65px;

    }

    .text-left.last {

        width: 100%;

        margin-bottom: 30px;

    }

    .heading-3 {

        font-size: 40px;

        line-height: 50px;

    }

    .heading-4 {

        font-size: 16px;

        line-height: 26px;

    }

    .heading-5 {

        font-size: 40px;

        line-height: 50px;

    }

    .paragraph-5 {

        margin-bottom: 100px;

        font-size: 17px;

        line-height: 26px;

    }

    .image-5 {

        margin-bottom: 10px;

    }

    .finance-c {

        padding-top: 55px;

        padding-bottom: 55px;

    }

    .loans-c {

        padding-top: 55px;

        padding-bottom: 55px;

    }

    .l-box {

        width: 28%;

    }

    .security-c {

        padding-top: 55px;

        padding-bottom: 55px;

    }

    .heading-9 {

        font-size: 40px;

        line-height: 50px;

    }

    .paragraph-9.big-margin {

        margin-bottom: 140px;

    }

    .us-c {

        padding-top: 55px;

        padding-bottom: 55px;

    }

    .test-c {

        padding-top: 55px;

        padding-bottom: 55px;

    }

    .about-c {

        padding-top: 55px;

        padding-bottom: 55px;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .grey {

        display: block;

        width: 81%;

        margin-right: auto;

        margin-left: auto;

    }

    .find-c {

        padding-top: 55px;

        padding-bottom: 55px;

    }

    .right {

        width: 36%;

    }

}


@media (max-width: 767px) {

    .contact-form h3 {

        font-size: 33px;

        line-height: 43px;
    }

    #ty .banner-c {

        padding-top: 30px;

        padding-bottom: 25px;

    }

    .header-c {

        padding-bottom: 40px;

    }

    .list {

        display: block;

    }

    .text-span {

        display: none;

    }

    .banner-c {

        padding-top: 40px;

    }

    .button {

        margin-bottom: 80px;

    }

    .help-c {

        padding-top: 50px;

        padding-bottom: 50px;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .text-left {

        width: 100%;

        margin-bottom: 30px;

    }

    .text-right {

        width: 100%;

    }

    .need-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .paragraph-5 {

        margin-bottom: 40px;

        padding-right: 0px;

        padding-left: 0px;

    }

    .image-5 {

        margin-bottom: 30px;

    }

    .finance-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .text-holder {

        width: 48%;

    }

    .text-holder.two {

        width: 48%;

    }

    .image-6 {

        display: none;

    }

    .image-7 {

        margin-top: 0px;

    }

    .image-8 {

        margin-top: 0px;

    }

    .l-box {

        width: 30%;

    }

    .paragraph-8 {

        font-size: 17px;

        line-height: 26px;

    }

    .security-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .us-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .lists-container {

        margin-bottom: 55px;

    }

    .test-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .about-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .grey {

        width: 100%;

    }

    .grey-c {

        width: 80%;

        margin-right: auto;

        margin-left: auto;

        padding-top: 30px;

        padding-bottom: 30px;

    }

    .heading-10 {

        font-size: 19px;

        line-height: 29px;

    }

    .image-12 {

        position: static;

        display: block;

        margin-right: auto;

        margin-left: auto;

        padding-top: 40px;

    }

    .find-c {

        padding-top: 50px;

        padding-bottom: 50px;

    }

}



@media (max-width: 479px) {


    .image {
        width: 85px;
    }

    .header-c {

        padding-bottom: 0;

    }

    .header-c {

        -webkit-box-align: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;

    }



    .link {

        display: block;

        margin-bottom: 5px;

        font-size: 20px;

        text-align: right;

    }

    .heading {

        font-size: 35px;

        line-height: 45px;

    }

    .paragraph-2 {

        font-size: 13px;

        line-height: 22px;

    }

    .button.no-margin {

        width: 100%;

    }

    .heading-3 {

        font-size: 37px;

        line-height: 47px;

    }

    .heading-5 {

        font-size: 37px;

        line-height: 47px;

    }

    .section {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

        text-align: center;

    }

    .section.two {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .text-holder {

        width: 100%;

        text-align: center;

    }

    .text-holder.two {

        width: 100%;

        text-align: center;

    }

    .img-holder {

        width: 100%;

    }

    .loans-boxes {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .l-box {

        width: 100%;

        margin-bottom: 30px;

    }

    .paragraph-9.big-margin {

        margin-bottom: 100px;

    }

    .lists-container {

        margin-bottom: 20px;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .list-left {

        width: 100%;

        margin-bottom: 30px;

    }

    .right {

        width: 100%;

    }

    #pp .banner-c {
        padding-bottom: 60px
    }

    #pp .heading {
        font-size: 45px;
        line-height: 55px;
    }

    #pp .whitee-c h3 {
        font-size: 35px;
        line-height: 45px;
    }
}



@font-face {

    font-family: 'eina-03-bold';

    src: url('../fonts/eina-03-bold.ttf') format('truetype');

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: 'eina-03-regular';

    src: url('../fonts/eina-03-regular.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

}

@font-face {

    font-family: 'eina-03-semibold';

    src: url('../fonts/eina-03-semibold.ttf') format('truetype');

    font-weight: 600;

    font-style: normal;

}

@font-face {

    font-family: 'eina-03-regularItalic';

    src: url('../fonts/Eina03-RegularItalic.otf') format('opentype');

    font-weight: 400;

    font-style: italic;

}

@font-face {

    font-family: 'eina-03-semiboldItalic';

    src: url('../fonts/Eina03-SemiboldItalic.otf') format('opentype');

    font-weight: 600;

    font-style: italic;

}



.hide {
    display: none;
}
