@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
.clearFix {
  clear: both;
}
.container {
  max-width: 80%;
  height: 100%;
  margin: auto;
}
h1 {
  font-size: 30px;
  font-weight: 600;
}
h2 {
  font-size: 5em;
  font-weight: 600;
  /* text-transform:uppercase; */
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 1.5vh;
  font-weight: 600;
}
strong {
  font-weight: 600;
}

.round-edges {
  border-radius: 5px;
}

.sub {
  margin-left: 1em;
}
.top_header {
  background: #00aeef;
  color: #fff;
  padding: 9px 0;
}
.top_heading {
  max-width: 400px;
  width: 100%;
  float: left;
}
.top_header p strong {
  font-weight: 700;
}
.social_header {
  max-width: 300px;
  width: 100%;
  float: right;
  height: 30px;
}

.info {
  font-size: 12px;
  line-height: 10px;
  color: #777;
  font-family: "Nunito", sans-serif;
}

.heading_form h2 {
  color: #fff;
  /* text-transform:uppercase; */
  font-size: 1.2em;
  text-align: center;
}
.social_header ul {
  float: right;
}
.social_header ul li a {
  width: 32px;
  height: 32px;
  display: block;
  color: #3e789f;
  background: url(../images/social_icons_03.png) no-repeat;
}
.social_header ul li {
  display: inline-block;
  margin-left: 4px;
}
.social_header ul li a.facebook {
  background-position: 0 0;
}
.social_header ul li a.twitter {
  background-position: -39px 0;
}
.social_header ul li a.youtube {
  background-position: -79px 0;
}
.social_header ul li a.linkedin {
  background-position: -119px 0;
}
.social_header ul li a.print {
  background-position: -159px 0;
}
.social_header ul li a.gplus {
  background-position: -199px 0;
}
.main_header {
  background: #003768;
  padding: 1% 0;
}

.hidden {
  display: none;
}

.logo {
  width: 288px;
  height: 60px;
  float: left;
}
.header_right {
  max-width: 30vw;
  width: 100%;
  height: 50%;
  float: right;
}
.logo_right {
  width: 66px;
  height: 52px;
  float: left;
}

.logo_right img {
  margin-top: 3px;
}

.logo_bottom img {
  display: none;
}

.contact_bottom {
  display: none;
}
.header_contact {
  max-width: 255px;
  width: 100%;
  float: right;
}
.phone_img {
  float: left;
}
.header_info {
  max-width: 225px;
  width: 100%;
  float: right;
  color: #fff;
}
.header_info p {
  font-size: 14px;
  line-height: 0px;
  margin-bottom: 14px;
}
.header_info a {
  margin-bottom: 11px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.header_info p:nth-child(3) {
  color: #00aeef !important;
}
.banner {
  max-width: 2200px;
  margin: auto;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  /*min-height:833px;*/
  background-position: initial;
  background-position-x: 20%;
}

.banner.confirmation {
  margin-top: -47px;
}

.banner_text.confirmation {
  float: none;
}

.banner_text.mobile_text {
  display: none;
}
.banner_text {
  text-align: center;
  max-width: 60%;
  width: 100%;
  min-height: 400px;
  float: left;
  padding-left: 15%;
  box-sizing: border-box;
}
.banner_text h1 {
  font-size: 2.5em;
  margin-top: 10%;
  margin-bottom: 3%;
  color: #353535;
  font-weight: 700;
}
.banner_text h2 {
  font-size: 3em;
  color: #353535;
  font-weight: 700;
  margin-bottom: -3%;
}
.banner_text h3 {
  font-size: 6em;
  color: #353535;
  font-weight: 700;
}
.banner_text p {
  color: #353535;
  margin-top: 30px;
  font-size: 20px;
  line-height: 3.5%;
  margin: auto;
}
.banner_text b {
  color: #00aeef;
  font-weight: 600;
  font-size: 1.8em;
  padding-top: 3%;
  margin: auto;
  display: inline-block;
}
.banner_text b a {
  color: #00aeef;
  text-decoration: none;
}
/*.banner_text .arrow img
{
    background:url(../images/arrow.png) no-repeat;
    display:block;
    margin-left:18%;
}*/
.banner_text h3 span {
  font-weight: 700;
  line-height: normal;
}

.checkmark {
  width: 10%;
  float: left;
}

.checkmark_row {
  max-height: 30px;
  max-width: 80%;
  margin: auto;
  padding-bottom: 3%;
  padding-left: 100px;
  float: left;
  font-weight: 700;
}

.checkmark_row p {
  font-size: 1.6em;
  float: left;
  padding-left: 5%;
  padding-top: 5%;
  line-height: 3.5%;
}

.arrow img {
  display: block;
  position: relative;
  padding-left: 48%;
  z-index: 1;
  max-width: 65%;
}

.featured {
  /* margin-top: 2%; */
}
.featured h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #003768;
  font-style: italic;
  text-align: center;
}
.featured .img {
  text-align: center;
  padding-top: 20px;
}
.featured .img img {
  max-width: 100%;
}
.banner_form {
  position: relative;
  width: 100%;
  float: right;
  /*min-height:500px;*/
}
.form_main {
  width: 100%;
  margin: 10% 0 3%;
  background: #fff;
  border: rgba(0, 174, 239, 0.5) solid 2px;
  box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -moz-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -ms-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -o-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -webkit-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  border-radius: 1px;
}
.form_main form {
  padding: 1vh;
  box-sizing: border-box;
}
.form_main label {
  color: #525252;
  /* margin-bottom:5px; */
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.form_main input,
.form_main select {
  width: 100%;
  padding: 10px 0px 10px 5px;
  box-sizing: border-box;
  outline: none;
  border: #e3e3e3 solid 1px;
  background: #f4f4f4;
  color: #868686;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
}
.half_field {
  width: 48%;
  float: left;
}

.half_field label {
  font-weight: 600;
}
.half_field_right {
  float: right;
}
.onethree_field {
  width: 42%;
  float: left;
  margin-right: 2%;
}

.onethree_field.onethreemiddle {
  width: 32%;
}

.onethree_field.onethreelast {
  width: 22%;
}

.onethreelast {
  margin-right: 0;
}

.full_field select {
  margin-top: 6px;
}
.half_field_right select {
  margin-top: 6px;
}
.phone1 {
  max-width: 100px;
  width: 100%;
  float: left;
}
.phone2 {
  max-width: 100px;
  width: 100%;
  float: left;
  margin-left: 13px;
}
.phone3 {
  max-width: 180px;
  width: 100%;
  float: left;
  margin-left: 13px;
}

.form_main input.phone1 {
  width: 25%;
  max-width: 100%;
  float: left;
}
.form_main input.phone2 {
  width: 25%;
  margin-left: 5%;
  max-width: 100%;
  float: left;
}
.form_main input.phone3 {
  width: 40%;
  margin-left: 5%;
  max-width: 100%;
  float: left;
}
.form_main button {
  max-width: 352px;
  display: block;
  width: 100%;
  height: 68px;
  margin: 24px auto;
  background: url(../images/form_btn.png) no-repeat;
  border: 0;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  padding: 16px 46px 20px 0;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}
.form_main p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #6e6e6e;
  /* line-height:15px; */
}
.heading_form {
  padding: 5% 0;
  background: #00aeef;
  margin-bottom: 1em;
}
.full_field {
  width: 100%;
}

.full_field label {
  font-weight: 600;
}

.content {
  /* max-width:1100px;
    width:100%; */
  margin: auto;
  padding: 2% 0;
  border-bottom: #e4e4e4 solid 1px;
}
.content h2 {
  text-align: center;
  margin-bottom: 45px;
  line-height: 60px;
}
.cont_main {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.cont {
  max-width: 295px;
  width: 100%;
  /*min-height:300px;*/
  text-align: center;
  float: left;
  margin-left: 107px;
  position: relative;
}
.cont:nth-child(1) {
  margin-left: 0;
}
.circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: #06b0ef solid 1px;
  margin: auto;
  padding: 35px 33px;
  box-sizing: border-box;
}
.cont:after {
  display: block;
  content: "";
  width: 51px;
  height: 19px;
  background: transparent url("../images/next_arrow.png") no-repeat;
  position: absolute;
  top: 55px;
  right: -85px;
}
.cont:nth-child(3)::after {
  background: none;
  content: "ddds";
  display: none;
  width: 0;
  height: 0;
}
.cont img {
  display: block;
}
.cont h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0;
  /* line-height:16px; */
  color: #353535;
}
.cont p {
  color: #646464;
}
.content a {
  max-width: 453px;
  width: 100%;
  height: 68px;
  display: block;
  margin: auto;
  color: #fff;
  padding: 21px 69px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;

  background: url(../images/btn_img.png) no-repeat;
}
.testimonials {
  padding: 70px 0px;
}
.footer {
  background: #f5f5f5;
  padding: 28px 0;
}
.testimonials h2 {
  text-align: center;
  line-height: 60px;
}

#test_disc {
  text-align: center;
  color: #7f7f7f;
  font-size: 10px;
  font-style: italic;
}
.test-section {
  max-width: 820px;
  margin: 0 auto;
  background-image: url("../images/quote.png");
  background-size: 138px 120px;
  background-position: 30px 100px;
  background-repeat: no-repeat;
  margin-top: 35px;
}
.test-image {
  text-align: center;
  margin-bottom: 15px;
}
.test-image img {
  max-width: 100%;
}
.test-section p {
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #7f7f7f;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}
.test-section i {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #003768;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.testimonials .cont_main {
  margin-bottom: 0;
}
.owl-theme .owl-controls .owl-page span {
  background: #00aeef;
}
.test-section i span {
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  color: #6c6c6c;
}
.footer_menu {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.footer_menu .copyright {
  /* max-width:370px;
    width:100%;
    float:left; */
  font-size: 14px;
  color: #6c6c6c;
}
.footer_menu .footer_nav {
  /* max-width:635px;
    width:100%; */
}
.footer_menu .footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_menu .footer_nav ul li {
  display: inline-block;
}
.footer_menu .footer_nav ul li a {
  font-size: 14px;
  color: #6c6c6c;
  text-decoration: none;
  border-left: #6c6c6c solid 1px;
  padding: 0px 6px;
}
.footer_menu .footer_nav ul li:nth-child(1) a {
  border-left: 0;
}

.footer .footer_text {
  text-align: center;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 18px;
}
.footer .footer_text p {
  margin-bottom: 22px;
}

/* Error Msg */
.form_main .errorMsg {
  color: red;
  font-size: 14px;
  margin: 0;
  margin-top: -0.5em;
}

.required {
  color: red;
  border: 1px solid red;
}

.input-error {
  border: red 1px solid;
}
/* ----------------Confirmation Page Code----------------------- */
#confirmation__header {
  padding: 0;
  background: #fff;
  border: rgba(0, 174, 239, 0.5) solid 2px;
  box-shadow: rgb(16 17 17 / 30%) 0 0 15px;
  -moz-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -ms-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -o-box-shadow: rgba(16, 17, 17, 0.3) 0 0 15px;
  -webkit-box-shadow: rgb(16 17 17 / 30%) 0 0 15px;
  border-radius: 1px;
  margin-bottom: 1em;
}
#confirmation__header h2 {
  color: rgb(110, 110, 110);
  margin: 2% 5% 2% 5%;
}
/* .confirmation
{
    padding-bottom:2vh;
}
.confirmation button
{
    font-size:20px;
} */
.container.confirmation {
  width: 55%;
  margin: 0 auto;
}
.container.bottom {
  padding-top: 2vh;
}

.confirmation.banner {
  /*background-size: initial;*/
}

.confirm-form.banner_form {
  max-width: 100%;
  /*    float:initial;
*/
}

.confirmation.heading_form {
  line-height: 30px;
  padding: 18px 33px;
}

.confirmation.banner_text {
  padding-left: 0;
  text-align: center;
  max-width: 100%;
  min-height: 2vh;
  margin: 0 auto;
}

.confirmation.banner_text h3 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 3vh;
  /* text-transform:uppercase; */
  margin-bottom: 3vh;
}

.confirmation.banner_text h3 span {
  font-size: 1em;
}

/* .confirmation .form_main
{
    width: 55%;
    margin: auto;
} */

.confirmation ul {
  list-style-image: url(../images/tick.png);
  color: #353535;
  font-size: 20px;
  padding: 0 35px;
  line-height: 30px;
}
.confirmation ul li {
  margin-bottom: 10px;
}
.confirmation .banner_bottom p {
  text-align: center;
  font-size: 18px;
  color: #353535;
  padding: 0 110px;
  margin: 30px 0 90px;
}
.confirmation .banner_bottom p strong {
  color: #003768;
  line-height: 30px;
  font-weight: 700;
}
.confirmation .banner_bottom h3 {
  text-align: center;
  color: #003768;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 20px;
}
.confirmation .banner_bottom img {
  display: block;
  margin: 0 auto;
}

.container.banner_bottom {
  padding-top: 5%;
  padding-bottom: 3%;
}

#buyer_logo {
  width: 60%;
  margin: auto;
}

#buyer_logo img {
  width: 100%;
}

#buyer_unbold_text {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  padding: 1vw;
}

#buyer_bold_text {
  font-size: 1.8em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

#credit_offer {
  margin: 5% 3% 2% 3%;
}

#no_lender_match {
  max-width: 100%;
  text-align: center;
  /* font-style: italic; */
  /* font-size: 1.7em;
    line-height: 1em; */
  margin: auto;
  padding-top: 2%;
  padding-bottom: 5%;
  color: #003768;
  font-weight: 800;
}

.no_lender_match-title {
  font-size: 2em;

  margin-bottom: 1em;
  font-weight: 600;
}

.no_lender_match-subTitle {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: 600;
}

/*---------Thank You Page ---------------*/
.thankyou {
  padding: 170px 0;
}
.thankyou_cont {
  max-width: 574px;
  width: 100%;
  margin: auto;
  min-height: 400px;
  text-align: center;
}
.thankyou_cont h3 {
  font-size: 60px;
  color: #003768;
  font-weight: 700;
  line-height: 60px;
}
.thankyou_cont h4 {
  color: #353535;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 700;
}
.thankyou_cont h5 {
  color: #353535;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.thankyou_cont p {
  color: #353535;
  font-size: 12px;
  line-height: 18px;
}
/* #email::-webkit-input-placeholder
{
    font-size: 0.95em;
} */

#page_loading {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  display: none;
  height: 100%;
  padding-top: 14%;
}

#unsub input[type="submit"] {
  background: url(../images/send.png) no-repeat;
  width: 148px;
  height: 62px;
  display: block;
  border: none;
  margin: 12px 0 0;
}

input {
  font-size: 18px;
  font-family: inherit;
  width: 96%;
  padding-left: 4%;
  height: 40px;
  border: 1px solid #65ceff;
  background: #f4ecf2;
  margin-top: 6px;
}

.tcpa label {
  display: block;
  text-transform: initial;
}

.popup-content h2 {
  font-size: 3em;
  margin-bottom: 2%;
}

#lender_match #credit_offer_btn {
  max-width: 352px;
  display: block;
  width: 100%;
  height: 68px;
  margin: auto;
  background: url(../images/form_btn.png) no-repeat;
  border: 0;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 16px 46px 20px 0;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

#lender_match #credit_offer {
  /* font-size: 1.5vh; */
  /* line-height: 15px; */
  color: rgb(110, 110, 110);
  margin: 5% 5% 2% 5%;
}

.form_main.confirmation {
  /* margin-top: 5%; */
}

#no_lender_match #credit_offer_btn {
  max-width: 352px;
  display: block;
  width: 100%;
  height: 68px;
  margin: auto;
  background: url(../images/form_btn.png) no-repeat;
  border: 0;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 16px 46px 20px 0;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

.confirmation.banner_text h3 span {
  font-size: 0.6em;
}

.container.confirmation {
  width: 40%;
  margin: 0 auto;
  margin-left: 40%;
}

/* styling of privacy policy and terms of use */
.centered-popup {
  background-color: #ffff !important;
  left: 50% !important;
  position: fixed !important;
  transform: translate(-50%, 0) !important;
  width: 90% !important;
  height: 80% !important;
  top: 10% !important;
  overflow: scroll !important;
  overflow-x: hidden !important;
}
.centered-popup .header {
  padding: 20px 20px 20px !important;
  background: #013767 !important;
  color: #ffffff !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .mfp-close-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    text-align: center;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white !important;
    background: #013767!important;
    font-style: normal;
    font-size: 40px;
    font-family: Arial, Baskerville, monospace;
  }
  
.landing-page-content .content-popup {
    text-align: left;
    background-color: #FFFF;
    padding: 16px;
}
.landing-page-content .content-popup h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}
.landing-page-content .content-popup h2 {
    font-size: 1.53125rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
}
.landing-page-content .content-popup h3 {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
}
.landing-page-content .content-popup h4 {
    font-size: 1.09375rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
}
.landing-page-content .content-popup p {
    font-size: 14px;
    line-height: 1.5em;
    color: #495057;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}
.landing-page-content .content-popup table,
th,
td {
  border: 1px solid black !important;
  border-collapse: collapse !important;
  font-size: 14px !important;
  text-align: left;
  padding: 5px;
  color: #495057;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.landing-page-content .content-popup th {
    color: #495057;
    font-weight: 700;
}
.landing-page-content .content-popup ol li {
    list-style-type: decimal !important;
}
.landing-page-content .content-popup ul li {
    list-style-type: disc !important;
}
.landing-page-content .content-popup ul {
    margin-left: 40px !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    color: #495057 !important;
    margin-bottom: 10px !important;
}
.landing-page-content .content-popup ol {
    margin-left: 40px !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    color: #495057 !important;
    margin-bottom: 10px !important;
}
.landing-page-content .content-popup em {
    font-style: italic;
}

@media screen and (max-width: 1450px) {
  /*    .banner
        {
            background-position: 70%;
        }*/
  /*.banner_text
    {
        max-width: 650px;
        padding-left: 115px;
        box-sizing:border-box;
    }*/
  .banner {
    /*        background-position: 36%;
*/
  }
  /* .form_main input, .form_main select
    {
        padding: 5px 5px;
    } */
  .form_main form {
    padding-top: 0;
  }

  .banner_text {
    padding-left: 10%;
  }
  /*.banner_text h1
    {
        font-size: 20px;
        line-height: 20px;
    }*/
  /*.banner_text h2
    {
        font-size: 30px;
        line-height: 30px;
    }*/
  .banner_text h3 {
    font-size: 5.5em;
  }
  .banner_text h3 span {
    /*font-size:40px;
        line-height:40px;*/
  }
  /*.banner_text p
    {
        font-size:1.2em;
    }*/
  .form_main button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading_form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .featured h4 {
    font-size: 20px;
    line-height: 20px;
  }
  /*.banner_text h1
    {
        font-size: 1.5em;
    }*/
  .logo a img {
    max-width: 80%;
    line-height: 0;
  }
  .header_info p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
  }
  .header_info a {
    /*font-size: 20px;
        line-height: 20px;*/
    margin-bottom: 0px;
    color: #ffffff;
  }
  .phone_img img {
    width: 22px;
  }
  .logo_right img {
    margin-top: 0;
  }
  .logo a {
    display: block;
  }
  /*.banner_text
    {
        padding-left: 205px;
    }*/
  /*.main_header
    {
        padding-top: 3%;
        padding-bottom: 3%;
    }*/
  .header_right {
    padding-top: 1%;
  }

  #credit_offer_btn {
    font-size: 1em;
  }

  #no_lender_match #credit_offer_btn {
    background-size: 100% 89%;
    font-size: 1em;
    padding: 0% 2% 3% 0%;
  }
}
@media screen and (max-width: 1280px) {
  .banner.confirmation {
    margin-top: -14px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    /*padding-left: 20px;
        padding-right: 20px;*/
    max-width: 85%;
    box-sizing: border-box;
  }
  .cont {
    width: 27%;
    margin-left: 9.5%;
    max-width: 100%;
  }

  /*.heading_form h2 {
        font-size: 1.2em;
    }*/

  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  /*    .content h2
        {
            font-size:40px;
            line-height:40px;
        }*/
  .banner_text {
    width: 59%;
    max-width: 100%;
    padding-left: 17%;
  }

  .banner_text b {
    display: inline-block;
    padding-left: 2%;
    margin-top: 2%;
  }

  .banner_text h1 {
    display: none;
  }
  .banner_text h2 {
    padding-top: 5%;
    font-size: 4em;
  }
  .banner_text h2 span.hide {
    display: none;
  }
  .banner_text h3 {
    font-size: 4.5em;
  }
  .featured .img img {
    max-width: 90%;
  }
  .banner {
    background-position: 21%;
  }

  /* MURRU */
  /* .banner_form
    {
        width:41%;
        max-width:100%;
    } */

  /*    .banner_text h3 span
        {
            font-size:50px;
            line-height: 50px;
        }
        .heading_form h2
        {
            font-size: 20px;
            line-height: 24px;
        }*/
  /*.banner_text h1
    {
        font-size: 1.2em;
    }*/
  /*.banner_text h3 span
    {
        font-size:2.2em;
    }*/
  /*.banner_text p
    {
        font-size:14px;
        line-height: 18px;
    }*/
  .form_main {
    margin: 3% 0 3%;
  }

  .form_main button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading_form {
    padding: 2% 0 2%;
  }
  .featured h4 {
    font-size: 18px;
    line-height: 18px;
  }
  /*.banner_text h1
    {
        margin-top: 50px;
    }*/
  /*.banner_text
    {
        padding-left: 250px;
    }*/

  #lender_match {
    width: 100%;
  }

  .checkmark_row {
    padding-left: 13%;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1100px) {
  /*    .banner_text h2
        {
            font-size: 30px;
            line-height: 30px;
        }
        .banner_text h3 span
        {
            font-size: 40px;
            line-height: 40px;
        }
        .banner_text p
        {
            padding-right:0;
        }*/

  .header_info {
    max-width: 100%;
    float: initial;
  }

  .header_contact {
    max-width: initial;
  }

  .banner_text h2 {
    font-size: 3em;
  }

  .banner_text h3 {
    font-size: 3.2em;
  }

  .checkmark_row {
    max-height: 2vh;
  }

  .checkmark_row p {
    padding-top: 8%;
    font-size: 1.4em;
  }

  .banner_text b {
    margin-top: 8%;
  }

  .form_main button {
    background-size: contain;
  }

  /* #email::-webkit-input-placeholder
    {
        font-size: 0.9em;
    } */
}
@media screen and (max-width: 1024px) {
  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }
  .confirmation.banner_text {
    width: 100%;
    max-width: 100%;
    min-height: 3vh;
  }
  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 0vh;
  }

  img {
    padding: 0.5vh;
  }

  /* #no_lender_match
    {
        max-width: 60%;
        padding-top: 5%;
        padding-bottom: 0%;
        font-size: 1.5vh;
        line-height: 1.5vh;
    } */

  .confirmation.banner_text h3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    line-height: 2vh;
  }

  .confirmation.heading_form {
    padding: 1vh;
  }

  #lender_match #credit_offer {
    /* font-size: 1.5vh;
        line-height: 15px; */
    color: rgb(110, 110, 110);
    margin: 5% 5% 2% 5%;
  }

  .confirmation.heading_form h2 {
    font-size: 1em;
    text-align: center;
    line-height: 1.2em;
  }

  #buyer_unbold_text {
    line-height: 1.2vh;
    font-size: 1.2vh;
    padding-bottom: 1vh;
  }

  #buyer_bold_text {
    line-height: 1.5vh;
    font-size: 1.5vh;
  }

  /* .banner {
        background-image: none;
    } */

  .baneer_text.confirmation {
    margin: 0;
  }
  .banner_text h1 {
    /*font-size: 20px;*/
    /*line-height:20px;*/
    margin-top: 0;
    float: none;
  }
  .banner_text h2 {
    /*font-size:25px;*/
    /*line-height:25px;*/
  }
  .banner_text h3 span {
    /*font-size:30px;*/
    /*line-height:30px;*/
  }
  .banner_text h3 {
    /*font-size: 20px;*/
    /*line-hei  ght:20px;*/
  }

  /* #email::-webkit-input-placeholder
    {
        font-size: 1em;
    } */
}
@media screen and (max-width: 960px) {
  .confirmation.form_main {
    width: 100%;
    margin-top: 25px;
  }
  .confirmation {
    margin-top: initial;
  }
  .banner_text {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    max-width: 400px;
    min-height: 100px;
    margin: 0 auto;
    float: none;
  }
  .banner {
    background-size: 1000px;
    background-position: top;
  }
  .featured {
    margin-top: 70px;
  }
  .banner_text .arrow {
    display: none;
  }
  .banner_form {
    padding-top: 10%;
    width: 100%;
  }
  .banner_text p {
    padding-right: 0;
  }

  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }

  .confirmation.banner_text {
    max-width: 50%;
    margin: auto;
    min-height: 3vh;
  }

  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 0vh;
  }

  img {
    padding: 0.5vh;
  }

  /* #no_lender_match
    {
        max-width: 60%;
        padding-top: 5%;
        padding-bottom: 0%;
        font-size: 1.5vh;
        line-height: 1.5vh;
    } */

  .confirmation.banner_text h3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    line-height: 2vh;
  }

  .confirmation .banner_text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .confirmation .banner_text h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .confirmation .banner_text {
    min-height: 100px;
  }
  .confirmation button {
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: 100% 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    text-align: center;
    max-width: 350px;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
  }
  .confirmation ul {
    padding-right: 0;
  }
  .featured {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .top_heading {
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
  }
  .social_header ul {
    float: none;
    margin-top: 5px;
  }
  .social_header {
    text-align: center;
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .cont {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .cont:after {
    display: none;
  }
  /*    .banner_text h2
        {
            font-size:30px;
            line-height: 30px;
        }
        .banner_text h3 span
        {
            font-size:40px;
            line-height:40px;
        }*/
  .thankyou {
    padding: 50px 0;
  }

  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }

  .confirmation.banner_text {
    max-width: 50%;
    margin: auto;
    min-height: 3vh;
  }

  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 0vh;
  }

  img {
    padding: 0.5vh;
  }

  .confirmation.banner_text h3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    line-height: 2vh;
  }
  .container.confirmation {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
  .header_right {
    float: none;
    margin: 0 auto;
    margin-top: 0px;
  }
  .form_main input.phone1 {
    width: 30%;
    max-width: 100%;
    float: left;
  }
  .thankyou_cont h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .thankyou_cont h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .thankyou_cont h5 {
    font-size: 16px;
  }

  .form_main input.phone2 {
    width: 30%;
    margin-left: 5%;
    max-width: 100%;
    float: left;
  }
  .form_main input.phone3 {
    width: 30%;
    margin-left: 5%;
    max-width: 100%;
    float: left;
  }
  .form_main button {
    font-size: 20px;
    line-height: 20px;
  }
  .footer_menu .copyright {
    width: 100%;
    text-align: center;
    float: none;
    max-width: 100%;
  }
  .footer_menu .footer_nav {
    width: 100%;
    text-align: center;
    float: none;
    max-width: 100%;
  }
  .footer_menu {
    margin-bottom: 20px;
  }
  .logo {
    line-height: 0;
    height: auto;
  }
  .header_right {
    display: none;
  }
  .header_info a {
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
  }
  .phone_img img {
    width: 20px;
  }
  .logo_right img {
    max-width: 55px;
  }
  .main_header {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .header_contact {
    max-width: 150px;
  }
  /*.header_info
    {
        max-width: 120px;
    }*/
  .header_right {
    max-width: 220px;
  }
  /* .banner_text.mobile_text {
        display: block;
        float: none;
        padding: 0;
        margin: 5.5em auto 1.5em auto;
    } */
  .banner {
    background-image: none;
    background-size: 800px;
    /* background-position: 100% 0; */
  }
  .banner_form {
    padding-top: 3%;
  }
  .banner_text {
    display: none;
    padding-top: 3%;
  }

  .banner_text.mobile_text {
    display: block;
    margin-bottom: 126px;
  }

  .banner_text h2 {
    font-size: 3em;
    padding-top: 1%;
  }

  .banner_text h3 {
    font-size: 3.2em;
  }

  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }

  .confirmation.banner_text {
    max-width: 100%;
    /* margin-left: 14%; */
    min-height: 3vh;
  }

  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }

  .confirmation.form_main {
    margin-right: 11%;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 0vh;
  }

  img {
    padding: 0.5vh;
  }

  #no_lender_match {
    font-size: 0.9em;
  }

  .no_lender_match-title {
    font-size: 1.5em;
  }

  .confirmation.banner_text h3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    line-height: 2vh;
  }

  .confirmation.heading_form {
    padding: 1vh;
  }

  /* .confirmation.heading_form h2  
    {    
        font-size: 1em;
        text-align: center;
        line-height: 1.5vh;
    } */

  #buyer_unbold_text {
    line-height: 1.2vh;
    font-size: 1.2vh;
    padding-bottom: 1vh;
  }

  #buyer_bold_text {
    line-height: 1.5vh;
    font-size: 1.5vh;
  }

  .banner_text b a {
    font-weight: 900;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ffffff;
    padding: 5px;
    display: block;
    max-width: 120px;
    font-size: 17px;
    line-height: 17px;
    margin: 0 auto;
    border-radius: 8px;
    color: #00aeef;
  }

  .checkmark_row {
    max-height: 2.2vh;
  }

  .checkmark_row p {
    font-size: 1.4em;
    padding-top: 6%;
  }

  .company {
    align-items: center;
    padding: 10px 20px;
  }
  .company .company_logo {
    text-align: center;
  }
  .company .company_logo img {
    width: 250px;
    padding: 10px;
  }
  .company .company_description-header {
    text-align: center;
  }
  .company .company_description-header span {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #003768;
    font-weight: 600;
  }
  .company .company_description-content p {
    font-size: 0.8em;
    text-align: left;
    color: rgb(110, 110, 110);
    font-weight: 400;
  }
}
@media screen and (max-width: 650px) {
  .featured {
    display: none;
  }
  /*    .banner
        {
            background-size: 1000px;
            background-position: 36% 0px;
        }*/
  /*    .banner_text h1
        {
            margin-top:30px;
            font-size:20px;
            line-height:20px;
        }
        .banner_text h2
        {
            font-size:25px;
            line-height:25px;
        }
        .banner_text h3 span
        {
            font-size:30px;
            line-height:30px;
        }*/
  /*    .banner_text h3
        {
            font-size:20px;
            line-height:22px;
        }*/
  .featured {
    margin-top: 20px;
  }
  .banner_text {
    min-height: 100px;
  }

  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }

  .confirmation.banner_text {
    min-height: 3vh;
  }

  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 0vh;
  }

  img {
    padding: 0.5vh;
  }

  .confirmation.banner_text h3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    line-height: 2vh;
  }
  .heading_form h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .form_main button {
    font-size: 17px;
    line-height: 17px;
    background-size: 100% 100%;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .content h2 {
    line-height: 25px;
  }
  .cont h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .content a {
    font-size: 20px;
    line-height: 20px;
    height: 100%;
    background-size: 100% 100%;
  }
  .content {
    padding: 30px 0;
  }
  .testimonials {
    padding: 30px 0;
  }
  .test-section p {
    font-size: 20px;
    line-height: 27px;
  }
  .test-section i {
    font-size: 21px;
  }
  h1 {
    font-size: 20px;
  }
  /*    .header_info{
            max-width:150px;
        }
        .header_contact
        {
            max-width:190px;
        }*/
  .confirmation .banner_bottom p {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner_bottom img {
    max-width: 100%;
  }
  .confirmation button {
    font-size: 15px;
    line-height: 15px;
  }
  .banner {
    background-position: 70% 0;
  }
  .banner {
    background-position-x: 12%;
  }
  .banner_text {
    float: right;
  }
  .banner_text.confirmation {
    display: none;
  }

  #no_lender_match #credit_offer_btn {
    background-size: 100% 89%;
    font-size: 1em;
    padding: 0% 2% 3% 0%;
  }
}
@media screen and (max-width: 480px) {
  .full_field select {
    margin-top: 0px;
  }

  .half_field select {
    margin-top: 0px;
  }

  .half_field input {
    margin-top: 0px;
  }

  .full_field input {
    margin-top: 0px;
  }

  #test_disc {
    margin-bottom: 3%;
  }
  .banner.confirmation {
    margin-top: 10px;
  }
  .banner_text.mobile_text {
    margin: 42px auto;
    padding: 0;
  }
  .contact_bottom {
    width: 100%;
    display: inline;
  }

  .contact_bottom .header_info {
    font-weight: 600;
  }

  .contact_bottom .header_info a {
    color: #003768;
  }

  .contact_bottom .header_info h4 {
    color: #353535;
    font-size: 1vh;
    line-height: 2vh;
  }

  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }

  .confirmation.banner_text {
    margin-left: 20%;
    min-height: 3vh;
    float: inherit;
  }

  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }
  .container.banner_bottom {
    padding-top: 5%;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 1vh;
  }

  img {
    padding: 0.5vh;
  }

  .confirmation.banner_text h3 {
    /*        margin-top: 2vh;
*/
    margin-bottom: 2vh;
    line-height: 2vh;
  }

  .confirmation.heading_form {
    padding: 1vh;
  }

  /* .confirmation.heading_form h2  
    {    
        font-size: 1.5vh;
        text-align: center;
        line-height: 1.5vh;
    } */

  .confirmation.form_main {
    /* margin-right: 5%; */
    width: 100%;
  }

  .form_main p {
    margin: 20px 25px;
  }

  #buyer_unbold_text {
    line-height: 1.2vh;
    font-size: 1.2vh;
    padding-bottom: 1vh;
  }

  #buyer_bold_text {
    line-height: 1.5vh;
    font-size: 1.5vh;
  }
  .banner_text {
    float: none;
  }

  .header_contact {
    padding-top: 5%;
    float: left;
    padding-left: 14%;
    width: 100%;
    margin-left: 1%;
  }

  .banner_text h1 {
    margin-top: 5%;
    margin-bottom: 0%;
    font-size: 4vw;
    line-height: 3vh;
  }

  .banner_text {
    display: none;
    padding-left: 13%;
    padding-top: 2%;
    max-width: 75%;
  }

  .banner {
    background: none;
    background-position: absolute;
    /* background-size:100%; */
  }

  .banner_text b {
    margin-top: 10%;
    margin-left: 2%;
  }

  .banner_text b a {
    font-weight: 900;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ffffff;
    padding: 5px;
    display: block;
    max-width: 120px;
    font-size: 17px;
    line-height: 17px;
    margin: 0 auto;
    border-radius: 8px;
    color: #00aeef;
  }
  .banner_text h2 {
    font-size: 2em;
    /*        line-height:2.5vh;
*/
  }
  .banner_text h3 span {
    /* font-size:3em;
        line-height:2vh; */
  }
  .banner_text h3 {
    font-size: 2.1em;
    margin-bottom: -1%;
  }
  .banner_text p {
    font-size: 2.5vw;
    line-height: 2vh;
  }
  .featured h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .form_main button {
    height: 100%;
    padding-left: 5px;
    padding: 16px 39px 15px 5px;
  }

  /* .onethreefield select
    {
        height:80%;
    }


    .onethreelast select
    {
        height: 80%;
    } */
  .content a {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    height: 100%;
  }
  .heading_form h2 {
    font-size: 14px;
    line-height: 14px;
  }
  .heading_form {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .header_right {
    display: none;
  }
  .full_field .hide {
    display: none;
  }
  /* input {
            height:80%;
        } */

  /* #email::-webkit-input-placeholder
    {
        font-size: 0.78em;
    } */

  .header_info {
    margin-top: 10%;
  }

  .checkmark_row {
    max-height: 1.5vh;
    padding-left: 20%;
  }

  .checkmark_row p {
    font-size: 0.7em;
    padding-top: 3%;
  }
  #foldsimple {
    margin-top: 30px;
  }

  .footer_menu {
    display: block;
  }

  .no_lender_match-title {
    font-size: 1.4em;
  }

  .no_lender_match-subTitle {
    font-size: 1.2em;
  }

  .company {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }
  .company .company_logo {
    margin: 0 auto;
    text-align: center;
  }
  .company .company_logo img {
    width: 250px;
    padding: 10px;
  }
  .company .company_description {
    margin: 0 auto;
  }
  .company .company_description-header {
    text-align: center;
  }
  .company .company_description-header span {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #003768;
    font-weight: 600;
  }
  .company .company_description-content p {
    font-size: 0.8em;
    text-align: left;
    color: rgb(110, 110, 110);
    font-weight: 400;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal !important;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 1px;
  }
  .table-responsive {
    border: none;
  }
  #privacy-policy {
    overflow-x: hidden;
  }
  #terms-of-use {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 400px) {
  /* .onethreelast select
    {
        height: 80%;
    } */
  .header_right {
    display: none;
  }

  .contact_bottom {
    width: 100%;
    float: right;
    display: visible;
  }

  .header_contact {
    padding-left: 10%;
    float: none;
    width: 100%;
  }

  .no_lender_match-title {
    font-size: 1.4em;
  }

  .no_lender_match-subTitle {
    font-size: 1.2em;
  }

  .confirmation.banner {
    background-size: cover;
    background-position-x: 11%;
  }

  .confirmation.banner_text {
    min-height: 3vh;
  }

  .confirmation.banner_text h3 span {
    font-size: 2vh;
  }

  .container.banner_bottom {
    padding-top: 5%;
  }

  .container.banner_bottom h3 {
    font-size: 2vh;
    margin-bottom: 1vh;
  }

  img {
    padding: 0.5vh;
  }

  .confirmation.heading_form {
    padding: 1vh;
    margin-bottom: 20px;
  }

  /* .confirmation.heading_form h2  
    {    
        font-size: 1.5vh;
        text-align: center;
        line-height: 1.5vh;
    } */

  .confirmation.banner_text h3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    line-height: 2vh;
  }

  #buyer_unbold_text {
    line-height: 1.2vh;
    font-size: 1.2vh;
    padding-bottom: 1vh;
  }

  #buyer_bold_text {
    line-height: 1.5vh;
    font-size: 1.5vh;
  }

  .banner_text {
    padding-left: 10%;
  }
  .banner_text b a {
    font-weight: 900;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ffffff;
    padding: 5px;
    display: block;
    max-width: 120px;
    font-size: 17px;
    line-height: 17px;
    margin: 0 auto;
    border-radius: 8px;
  }
  /* #email::-webkit-input-placeholder
    {
        font-size: 0.75em;
    } */

  .checkmark_row {
    max-height: 1.5vh;
    padding-left: 20%;
  }
}

.redPlaceHolder::-webkit-input-placeholder {
  color: red;
}

/*@media screen and (max-width:480px)
{
    .confirmation.form-main
    {
        margin-right: 5%;
    }
    .banner_text h2
    {
        padding-top: 2%;
        font-size: 1.5em;
    }

    .banner_text h3
    {
        font-size: 1.6em;
    }

    .banner_text b
    {
        margin-top: 6%;
    }

    .header_contact
    {
        padding-top: 1%;
    }
}
*/

/* New responsive styles */
@media screen and (max-width: 850px) {
  .cont_main {
    flex-direction: column;
  }
}

@media screen and (min-width: 961px) and (max-width: 1279px) {
  .banner_text {
    display: none;
  }
  .banner_form {
    width: 61%;
    max-width: 100%;
  }
  .container.confirmation {
    width: 70%;
    margin-left: 20%;
  }
}

@media screen and (min-width: 1280px) {
  .banner_text {
    margin-top: 5%;
  }

  .banner_text h1 {
    font-size: 2em;
    margin-bottom: 5%;
  }

  .banner_text h2 {
    font-size: 2.5em;
    margin-bottom: 0%;
  }

  .banner_text h3 {
    font-size: 4.5em;
    margin-bottom: 3%;
  }

  .checkmark_row {
    max-height: none;
  }

  .banner_text b {
    margin-left: 15%;
    padding-top: 5%;
  }

  .arrow img {
    padding-left: 55%;
    max-width: 50%;
  }

  .form_main {
    margin-top: 2%;
  }

  .banner_form {
    max-width: 40%;
  }
}

@media screen and (min-width: 1366px) {
  .banner_text {
    margin-top: 3%;
  }

  .arrow img {
    max-width: 52%;
  }
}

@media screen and (min-width: 1451px) {
  .banner_text {
    margin-top: 3%;
  }

  .banner_text h1 {
    font-size: 2.5em;
    margin-bottom: 7%;
  }

  .banner_text h2 {
    font-size: 3em;
    margin-bottom: 5%;
  }

  .banner_text h3 {
    font-size: 5.5em;
  }

  .banner_text b {
    padding-top: 5%;
    font-size: 2em;
  }

  .arrow img {
    max-width: 53%;
  }
}

@media screen and (min-width: 1600px) {
  .form_main {
    margin-top: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .banner_text {
    margin-top: 0%;
  }

  .banner_text b {
    padding-top: 0%;
    font-size: 2.5em;
  }

  .arrow img {
    max-width: 65%;
  }
}

@media (min-width: 1024px) {
  .centered-popup {
    width: 75% !important;
    height: 75% !important;
  }
}

@media (min-width: 1200px) {
  .centered-popup {
    width: 55% !important;
  }
}

/* Tab indexes styles on form */
select {
  position: absolute;
}
.selectHolder {
  position: relative;
  height: 45px;
}

.company .company_logo img {
  padding: 10px;
  width: 250px;
}

.company {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-around;
  margin-top: 25px;
  background-color: #fff;
}
.company .company_logo {
  text-align: center;
}
.company .company_logo img {
  width: 80px;
  padding: 10px;
  width: 250px;
}

.company .company_description-header {
  text-align: center;
}

.company .company_description-header span {
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #003768;
  font-weight: 600;
}

.company_description-content {
  margin-bottom: 1em;
}

.company .company_description-content p {
  font-size: 1em;
  text-align: left;
  color: rgb(110, 110, 110);
  font-weight: 400;
}
