@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/Opensans/OpenSans-Regular.eot") format("embedded-opentype");
  src: url("../fonts/Opensans/OpenSans-Regular.woff") format("woff"),
    url("../fonts/Opensans/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/Opensans/OpenSans-Regular.svg#OpenSans-SemiBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Opensans/OpenSans-SemiBold.eot")
    format("embedded-opentype");
  src: url("../fonts/Opensans/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/Opensans/OpenSans-SemiBold.ttf") format("truetype"),
    url("../fonts/Opensans/OpenSans-SemiBold.svg#OpenSans-SemiBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/Opensans/OpenSans-Bold.eot") format("embedded-opentype");
  src: url("../fonts/Opensans/OpenSans-Bold.woff") format("woff"),
    url("../fonts/Opensans/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/Opensans/OpenSans-Bold.svg#OpenSans-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DidactGothic";
  src: url("../fonts/DidactGothic/DidactGothic.eot") format("embedded-opentype");
  src: url("../fonts/DidactGothic/DidactGothic.woff") format("woff"),
    url("../fonts/DidactGothic/DidactGothic.ttf") format("truetype"),
    url("../fonts/DidactGothic/DidactGothic.svg#DidactGothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  font-family: "OpenSans-Regular";
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  font-size: 30px;
  color: #092047;
  margin: 20px 0px;
  line-height: 39px;
  font-family: "OpenSans-Bold";
}
h3 {
  color: #092047;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 36px;
}
h4 {
  font-size: 20px;
  margin: 25px 0px;
  line-height: 30px;
  color: #092047;
}
h5 {
  font-size: 16px;
  color: #092047;
  line-height: 26px;
}
ul {
  margin: 0;
  padding: 0px;
}
a {
  color: #092047;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  color: #f5a236;
}
a:focus {
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  color: #545454;
  line-height: 26px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
button:focus {
  outline: none;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.paddingtop {
  padding: 100px 0px;
}
.inline-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-skinny {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-inner {
  max-width: 80%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.btn-bg {
  border-radius: 29px;
  background-color: #f5a236;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.64px;
  text-align: center;
  position: relative;
  width: 180px;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  font-family: "OpenSans-SemiBold";
  outline: none;
}
.btn-bg:hover {
  background-color: #13abe9;
  color: #fff;
}
.blue-btn:hover {
  background-color: #f5a236 !important;
}
img {max-width: 100%;height: auto;}
.header-section {
  background-color: #fff;
  padding: 15px 0px 0px 0px;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.header-cover-section {
  padding-top: 97px;
}
.header_logo {
  float: left;
  width: 160px;
}
.header_logo img {
  width: 100%;
  height: auto;
}
.menu-sect {
  float: right;
}
.header-right {
  float: right;
  vertical-align: middle;
  text-align: right;
  padding: 13px 0px;
}
.header-right .phone-btn {
  background-color: #fef1e1;
  color: #f5a236;
  margin: 0px 15px;
  font-family: "OpenSans-Bold";
  font-size: 15px;
}
.header-right .phone-btn img {
  margin-right: 5px;
  vertical-align: middle;
}
.header-right .phone-btn:hover {
  background-color: #13abe9;
  color: #fff;
}
.slider-section {
  position: relative;
}
.home-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
  overflow: hidden;
}

.home-banner-background,
.home-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.home-banner-background {
  z-index: 1;
}
.home-banner .container {
  height: 100%;
  z-index: 1;
  position: relative;
}
.banner-content {
  max-width: 90%;
  height: 100%;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
.banner-content .tbl-cell {
  text-align: left;
}
.banner-content h2 {
  font-size: 52px;
  line-height: 68px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 0.65px;
  font-weight: normal;
  font-family: "OpenSans-Regular";
}
.banner-content h3 {
  font-size: 82px;
  line-height: 96px;
  color: #fff;
  font-family: "OpenSans-Bold";
  margin-bottom: 15px;
}
.banner-content p {
  color: #fff;
  font-size: 24px;
  max-width: 60%;
  letter-spacing: 0.2px;
  line-height: 35px;
}
.banner-content .btn-bg {
  background-color: #13abe9;
  margin-top: 20px;
}
.home-logos {
  background-color: #fff;
  text-align: center;
  padding: 70px 0px 100px 0px;
}
.home-logos h2 {
  color: #092047;
  font-family: "OpenSans-Bold";
  font-size: 30px;
  margin-bottom: 50px;
}
.home-logos li {
  width: 14%;
  float: left;
  padding: 20px 0px;
  height: 90px;
  box-sizing: border-box;
}

.logoimg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.logoimg img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.financial-inner {
  text-align: center;
}
.sectionwidth {
  max-width: 40%;
  margin: 0 auto;
}
.financial-inner .numbers {
  display: block;
  text-align: left;
  max-width: 79%;
  margin-bottom: 10px;
  color: rgba(129, 129, 130, 0.35);
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  font-family: "OpenSans-Bold";
}
.financial-inner h2 {
  font-size: 30px;
  margin: 20px 0px 25px 0px;
}
.financial-inner p {
  font-size: 16px;
  line-height: 26px;
}
.finance-listings {
  margin: 70px 0px 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.financial-list-inner {
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: left;
  vertical-align: top;
  display: flex;
  margin: 0 35px 35px 0;
}
.financial-list-inner .paddinginner {
  padding: 30px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.financial-list-inner h3 {
  margin-bottom: 0px;
  color: #092047;
  font-size: 20px;
  font-weight: bold;
  margin-top: 22px;
  line-height: 30px;
}
.goodsection {
  position: relative;
  padding: 70px 0px;
}
.goodsection-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.goodsectionleft {
  vertical-align: top;
  margin-right: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}
.goodsectionleft h2 {
  margin: 25px 0px 35px 0px;
}
.goodsectionleft h5 {
  color: #545454;
  font-size: 24px;
  line-height: 36px;
  font-family: "OpenSans-Regular";
  font-weight: normal;
  margin-bottom: 25px;
}
.goodsectionleft p {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #545454;
}
.goodsectionright {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  margin-left: 35px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  overflow: hidden;
  position: relative;
}
.sectionbg {
  background: #f6f6f6;
  position: absolute;
  top: 0;
  width: 68%;
  height: 100%;
  z-index: -99;
  right: 0;
}
.getintouch {
  margin-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 59px 100px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.35);
}
.getintouch h3 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 49px;
  font-family: "OpenSans-Bold";
}
.getintouch p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: "DidactGothic";
  line-height: 34px;
}
.getintouch a.btn-bg {
  background-color: #fff;
  color: #092047;
}
.process-steps {
  max-width: 90%;
  margin: 50px auto;
  display: flex;
}
.process-listings {
  flex: 1;
  width: 25%;
  vertical-align: top;
  padding: 0px 40px;
  border-right: 2px solid #f2f2f2;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
}
.process-listings-inner {
  padding: 25px 0px 0px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  box-sizing: border-box;
}
.process-listings-inner.active {
  background-color: #f5a236;
  padding: 15px 35px 0px 35px;
  border-left: 6px solid #f8c37d;
}
.process-listings:last-child {
  border: none;
}
.step-icon {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f5a236;
  padding: 12px 13px 15px 9px;
  color: #f8c37d;
  font-size: 24px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 22px;
  font-weight: bold;
  opacity: 0;
  cursor: pointer;
}
.process-listings.open .step-icon {
  opacity: 1;
}
.process-listings.open:last-child .step-icon {
  opacity: 0;
}
.process-listings span {
  text-transform: uppercase;
  color: rgba(129, 129, 130, 0.5);
  font-size: 14px;
  font-weight: bold;
  font-family: "OpenSans-Bold";
}
.process-listings-inner.active span {
  color: #f8c37d;
}
.process-listings h3 {
  margin: -10px 0px 20px 0px;
  color: #424242;
  font-size: 22px;
}
.process-listings p {
  color: #545454;
  font-size: 16px;
  line-height: 28px;
  font-family: "OpenSans-Regular";
}
.countnumbers {
  display: block;
  text-align: left;
  max-width: 100%;
  color: rgba(129, 129, 130, 0.35);
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  font-family: "OpenSans-Bold";
}
.whychooseus {
  position: relative;
  padding: 70px 0px 100px 0px;
}
.whychooseus-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.whychooseus-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  margin-right: 35px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  overflow: hidden;
  position: relative;
}
.whychooseus-right {
  vertical-align: top;
  margin: 15px 0px 0px 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
}
.whychooseus-right ul {
  display: flex;
  flex-wrap: wrap;
}
.whychooseus-right ul li {
  position: relative;
  padding: 0px 0px 35px 0px;
  color: #424242;
  line-height: 28px;
  font-size: 20px;
  font-family: "DidactGothic";
  display: flex;
  vertical-align: top;
  margin-right: 35px;
  width: -webkit-calc((100% - (65px * 1)) / 2);
  width: -moz-calc((100% - (65px * 1)) / 2);
  width: calc((100% - (65px * 1)) / 2);
}
.whychooseus-right ul li:nth-child(2n) {
  margin-right: 0px;
}
.whychooseus-right ul li:before {
  content: url("../images/bullet point.svg");
  width: 38px;
  height: 40px;
  display: flex;
  vertical-align: middle;
  margin-right: 13px;
  float: left;
  vertical-align: top;
}
.whychooseus-right a {
  font-size: 17px;
  font-family: "OpenSans-SemiBold";
  color: #23558e;
  vertical-align: middle;
}
.whychooseus-right .learn-more img {
  vertical-align: middle;
  display: inline-block;
  margin-top: 8px;
}
.whychooseus .sectionbg {
  left: 0px;
  width: 80%;
}
.repairsection {
  padding: 50px 100px 40px 100px;
  text-align: center;
  border-radius: 10px;
  background-color: #13abe9;
}
.repairsection h3 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 49px;
  font-family: "OpenSans-Bold";
}
.repairsection p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 35px;
  font-family: "OpenSans-SemiBold";
  line-height: 34px;
}
.repairsection a.btn-bg {
  background-color: #fff;
  color: #092047;
}
.testimonials {
  position: relative;
  padding: 200px 0px 60px 0px;
}
.testimonials-left {
  float: left;
  width: 20%;
  padding: 0px 40px 0px 122px;
}
.testimonials-left h2 {
  margin-bottom: 20px;
}
.testimonials-left .btn-bg {
  margin-top: 0px;
}
.testimonials-right {
  width: 68%;
  float: left;
}
.testimonials-intro h2 {
  color: #092047;
  font-size: 43px;
  line-height: 47px;
  margin: 0;
}
.testimonials-intro p {
  color: #424242;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.testimonials-slider .slick-slide {
  margin: 0 20px !important;
  opacity: 0.5;
}
.testimonials-slider .service-intro {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 60px;
  position: relative;
  text-align: left;
}
.testimonials-slider .service-intro-shadow {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.29);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonials-slider-inner {
  padding: 40px;
}
.testimonials-slider-inner h3 {
  color: #092047;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: "DidactGothic";
  line-height: 34px;
  font-weight: normal;
}
.testimonials-slider-inner h3:after {
  border-bottom: 4px solid #13abe9;
  width: 30px;
  content: "";
  display: block;
  margin-top: 20px;
}
.testimonials-slider-inner p {
  color: #424242;
  font-size: 16px;
  line-height: 26px;
  width: 90%;
}
.testimonials-slider-inner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonials-slider-inner.video {
  padding: 0px;
}

.testimonials .sectionbg {
  width: 50%;
}
.testimonials-slider .slick-active {
  opacity: 1;
}
.header-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 470px;
  position: relative;
  display: table;
}
.cover-heading {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cover-heading h1 {
  color: #fff;
  font-size: 52px;
  line-height: 68px;
  margin-bottom: 13px;
  font-family: "OpenSans-Bold";
  position: relative;
  z-index: 999;
}
.about-middle-section {
  padding: 105px 0px;
  text-align: center;
}
.about-middle-section h2 {
  margin-bottom: 30px;
}
.about-mdl-inner {
  max-width: 50%;
  margin: 0 auto;
}
.about-listing {
  position: relative;
  padding: 100px 0px 50px 0px;
}
.about-block {
  display: inline-block;
  margin: 0 35px 50px 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding-left: 55px;
}
.about-block h3 {
  position: relative;
  color: #424242;
  line-height: 32px;
  font-size: 22px;
  font-family: "OpenSans-SemiBold";
}
.about-block:before {
  content: url("../images/bullet point.svg");
  width: 38px;
  height: 40px;
  display: inline-block;
  margin-right: 13px;
  float: left;
  vertical-align: top;
  position: absolute;
  left: 0px;
}
.about-block p {
  color: #545454;
  line-height: 26px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
.about-listing .sectionbg {
  left: 0px;
}
.about-touch {
  margin-bottom: 170px;
}
.contact-section-left {
  float: left;
  width: 30%;
}
.contact-section-right {
  float: right;
  width: 60%;
}
.contact-section-inner .gettitle {
  margin-bottom: 10px;
}
.office-details {
  margin-top: 30px;
}
.office-details ul li {
  padding: 10px 0px;
}
.office-details ul li a {
  color: #545454;
}
.office-details ul li a:hover {
  color: #f5a236;
}
.contact-header {
  height: 280px;
}
.faq-section .faq-list {
  display: inline-block;
  width: 100%;
}
.faq-section h2 {
  text-align: center;
  margin-top: 0px;
}
.faq-section .faq-list {
  max-width: 70%;
  margin: 30px auto 0px auto;
  display: block;
}
.faq-section .faq-list .faq_sec {
  font-family: "OpenSans-SemiBold";
  color: #092047;
  font-size: 20px;
  line-height: 30px;
  padding: 23px 50px;
  display: block;
  cursor: pointer;
  text-transform: inherit;
  margin-top: 25px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.faq-section .faq-list .faq_sec:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  transition: all 0.5s;
  font-size: 36px;
  color: #092047;
}
.faq-section .faq-list .faq_sec.open:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-section .faq-list p {
  font-size: 16px;
  line-height: 30px;
  margin: 17px 0px;
  color: #404b66;
}
.faq-section .faq-list .faq_ans {
  display: none;
  padding: 25px 50px 0px 50px;
}
.credit-listing-inner {
  max-width: 70%;
  margin: 0 auto;
}
.loans-section {
  width: 52%;
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.loans-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.loans-left h2 {
  font-family: "OpenSans-Bold";
  font-size: 22px;
  margin: 15px 0px;
  line-height: 25px;
}
.media-left,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.loans-left img {
  margin: 15px 15px 0px 0px;
  float: left;
  width: 29px;
  display: block;
}
.loans-right {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #e8e8e8;
  padding: 18px 0px 18px 25px;
  margin-left: 15px;
}
.loans-right p {
  margin: 0px 0px 6px 0px;
}
.loans-right span {
  font-family: "OpenSans-Bold";
  font-size: 22px;
  color: #092047;
}
.credit-inner {
  margin: 30px 0px 0px 0px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  float: left;
  width: 100%;
}
.good-credit-sect {
  float: left;
  width: 50%;
}
.bad-credit-sect {
  float: left;
  width: 50%;
  background: #f2f2f2;
}
.credit-dets {
  padding: 19px 30px;
}
.credit-dets h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
}
.credit-dets span {
  font-family: "OpenSans-Bold";
  font-size: 22px;
  color: #092047;
}
.credit-dets img {
  margin-right: 10px;
}
.bad-credit-sect .credit-dets img {
  margin-top: 5px;
}
.home-listind-sect {
  margin-bottom: 50px;
}
.referral-section {
  background: #f5a236;
  padding: 20px 0px 17px 0px;
  display: inline-block;
  width: 100%;
}
.referral-section p {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  margin: 9px 0px;
  font-weight: bold;
  line-height: 34px;
  font-family: "OpenSans-Bold";
  width: 75%;
}
.referrals-btn {
  width: 270px;
  float: right;
  background-color: #219ae6;
  margin: 0px;
}
.footer-section {
  background: #23558e;
  padding: 70px 0px;
  display: inline-block;
  width: 100%;
}
.footer-main {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.footer-main h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 27px;
  font-family: "DidactGothic";
  font-weight: normal;
  letter-spacing: 0.2px;
}
.contact-us {
  opacity: 0.5;
}
.contact-us ul li {
  padding-bottom: 10px;
}
.footer-main ul li span {
  color: #7796b9;
  padding: 5px 0px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 13px;
  width: 100%;
}
.footer-main ul li a,
.footer-main ul li span.hours {
  color: #bbcadc;
  padding: 8px 0px;
  display: inline-block;
  text-transform: inherit;
  font-size: 16px;
  width: 100%;
}
.contact-us ul li a {
  padding: 5px 0px;
}
.footer-main ul li a:hover {
  color: #f83958;
}
.footer-bottom-sct {
  padding: 35px 0px 25px 0px;
  background-color: #092047;
}
.footer-btm-left {
  float: left;
}
.footer-btm-left li {
  display: inline-block;
  color: #656d7a;
  border-right: 2px solid #656d7a;
  padding-right: 12px;
  margin-right: 8px;
  font-size: 13px;
  line-height: 15px;
}
.footer-btm-left li a {
  color: #656d7a;
}
.footer-btm-left li:last-child {
  border-right: none;
}
.footer-btm-right {
  float: right;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.footer-btm-right ul li {
  display: inline-block;
  color: #6e8fb4;
  font-size: 18px;
  padding: 0px 10px;
}

/* ABC VIDEO SECTION */

.abcinterview {
  padding-top: 50px;
  padding-bottom: 100px;
}

.abcinterview h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

.abcinterview .banner-inner {
  background-color: #f6f6f6;
  border-radius: 25px;
  padding: 4rem 4rem;
}

.abcinterview .banner-inner .column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.abcinterview .banner-inner .embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.abcinterview .banner-inner .embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.abcinterview .banner-inner .column-left {
  width: 55%;
}

.abcinterview .banner-inner .column-right {
  width: 40%;
  margin-top: 2rem;
}

.abcinterview h4 {
  margin-top: 0px;
  color: #545454;
}
.pagesect ul {
  margin-bottom: 20px;
}
.pagesect ul li {
  color: #545454;
  line-height: 26px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
   padding: 3px 0px;
  list-style: inside disc;
}
.search-inners {
  margin: 10px 0px;
}
.comments-area {
  margin-top: 30px;
}
.comments-area label {
  vertical-align: top;
}
.comments-area .form-submit input[type="submit"] {
  border-radius: 29px;
  background-color: #13abe9;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.64px;
  text-align: center;
  position: relative;
  width: 250px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  font-family: "OpenSans-SemiBold";
  outline: none;
  border: 1px solid #13abe9;
  cursor: pointer;
  padding: 0px !important;
}
.comments-area .form-submit input[type="submit"]:hover {
  background-color: #f5a236;
  border: 1px solid #f5a236;
}

@media (max-width: 800px) {
  .abcinterview .banner-inner {
    padding: 2rem 2rem;
  }

  .abcinterview h2 {
    text-align: left;
  }

  .abcinterview .banner-inner .column-left {
    width: 100%;
  }

  .abcinterview .banner-inner .column-right {
    width: 100%;
    margin-top: 2rem;
  }
}
.responsive-menu {
  display: none;
}
#logo-slider .item {
  height: 90px;
}
#logo-slider .horizontal {
  display: flex;
  justify-content: center;
  height: 100%;
  margin-bottom: 20px;
}
#logo-slider .vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-ver {
  display: none;
}
.banner-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.connect-form .gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  height: 65px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.15);
  outline: none;
  padding: 15px !important;
  margin-bottom: 10px;
  color: #959595;
}
.connect-form .gform_wrapper .ginput_container input::-webkit-input-placeholder,
.connect-form
  .gform_wrapper
  .ginput_container
  textarea::-webkit-input-placeholder,
.connect-form
  .gform_wrapper
  .ginput_container
  select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.connect-form .gform_wrapper .ginput_container input::-moz-placeholder,
.connect-form .gform_wrapper .ginput_container textarea::-moz-placeholder,
.connect-form .gform_wrapper .ginput_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.connect-form .gform_wrapper .ginput_container input:-ms-input-placeholder,
.connect-form .gform_wrapper .ginput_container textarea:-ms-input-placeholder,
.connect-form .gform_wrapper .ginput_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.connect-form .gform_wrapper .ginput_container input:-moz-placeholder,
.connect-form .gform_wrapper .ginput_container textarea:-moz-placeholder,
.connect-form .gform_wrapper .ginput_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.connect-form .gform_wrapper .top_label .gfield_label {
  display: none !important;
}
.connect-form input[type="submit"] {
  border-radius: 29px;
  background-color: #13abe9;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.64px;
  text-align: center;
  position: relative;
  width: 180px !important;
  height: 52px;
  font-family: "OpenSans-SemiBold";
  outline: none;
  border: 1px solid #13abe9;
  cursor: pointer;
  padding: 0px !important;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.connect-form input[type="submit"]:hover {
  background-color: #f5a236;
  border: 1px solid #f5a236;
}
.gform_wrapper li.gfield.gfield_error {
  border: none !important;
  background: none !important;
  padding: 0px !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0px !important;
}
.connect-form .gform_wrapper .top_label .select-dropdown .gfield_label,
.connect-form .gform_wrapper .top_label label {
  display: inline-block !important;
  font-weight: normal !important;
  color: #959595;
  font-size: 16px !important;
  line-height: 27px !important;
}
.connect-form .gform_wrapper .top_label .select-dropdown .gfield_select option {
  color: #959595;
}
.connect-form .gform_wrapper .top_label .gfield_html {
  margin: 30px 0px 1px 0px !important;
  color: #959595;
  display: block;
  font-size: 16px;
}
.gfield_checkbox {
  color: #959595;
}
.gfield_checkbox input,
.gfield_radio input {
  height: auto !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.gfield_checkbox label {
  padding-left: 35px !important;
  line-height: 24px !important;
  font-size: 15px !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half1 .ginput_container_radio {
  width: auto !important;
  display: inline-block;
  vertical-align: top;
  margin-top: -14px;
}
.radio-inline {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: none;
  margin-top: 45px !important;
}
.gform_wrapper .gfield_radio li label {
  margin: 6px 0 0 8px !important;
  color: #959595 !important;
  font-size: 16px !important;
}
.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
  display: none !important;
}
.gform_wrapper input[type="radio"] label,
.gform_wrapper input[type="checkbox"] label {
  position: relative;
  cursor: pointer;
}
.gform_wrapper input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0px 8px 0 8px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #888;
}
.gform_wrapper input[type="radio"]:checked + label {
  position: relative;
}
.gform_wrapper input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #888;
  margin: 0px 8px;
}
.gform_wrapper input[type="radio"]:checked + label:before {
  background-color: #f5a236;
  border: none;
  width: 10px;
  height: 10px;
  text-align: center;
  margin: 0px 14px;
}

.gform_wrapper input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #888;
  position: absolute;
  left: 0px;
}
.gform_wrapper input[type="checkbox"]:checked + label {
  position: relative;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #888;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
  left: 7px;
  top: 0px;
  width: 8px;
  height: 13px;
  border: solid #f5a236;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: 3px;
}
.gform_wrapper .gfield_radio li label {
  max-width: 100% !important;
}
.agreement-section h3 {
  color: #424242;
  font-size: 22px;
}
.error-404 .section-heading {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: normal;
}
.error-inr .bg-btn {
  border-radius: 29px;
  background-color: #13abe9;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.64px;
  text-align: center;
  position: relative;
  width: 250px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  font-family: "OpenSans-SemiBold";
  outline: none;
  border: 1px solid #13abe9;
  cursor: pointer;
  padding: 0px !important;
}
.error-inr .bg-btn:hover {
  background-color: #f5a236;
  border: 1px solid #f5a236;
}
.page-section {
  padding: 40px 0px;
}
.page-section h2 {
  font-size: 26px;
  color: #092047;
  margin: 20px 0px;
  line-height: 36px;
  font-family: "OpenSans-Bold";
}
.page-section h3 {
  color: #092047;
  font-size: 20px;
  margin: 30px 0px;
  line-height: 26px;
}
.page-section ul li {
  color: #545454;
  line-height: 26px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  width: 100%;
  padding: 5px 0px;
  list-style-type: disc;
  margin-left: 20px;
}
.page-section ol {
  margin: 0px;
  padding: 0px;
}
.page-section ol li {
  color: #545454;
  line-height: 26px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  width: 100%;
  padding: 5px 0px;
  margin-left: 20px;
}
.agreement-section {
  padding-bottom: 50px;
}
span.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px !important;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#map {
  width: 100%;
  height: 300px;
}
.googlelink {
  margin-top: 16px;
  border-bottom: 1px solid #979797;
  display: inline-block;
  color: #545454;
  font-size: 12px;
}
.margintops .ginput_container {
  margin-top: 35px !important;
}
.gform_confirmation_message {
  color: #545454;
}
.gf_left_third.inline-texts {
  width: 24% !important;
}
.inline-texts .ginput_container.ginput_container_text {
  display: inline-block;
}
.gf_left_half1.inline-texts {
  width: 70% !important;
}
.inline-texts .ginput_container.ginput_container_text {
  display: inline-block;
  padding-left: 25px;
}
.gf_left_half1.inline-texts {
  display: inline-block;
}
.inline-texts .gfield_required {
  display: none !important;
}
.singed-form span.gfield_required {
  display: none;
}
span.fa.fa-lock.fa-2x {
  vertical-align: sub;
  margin-right: 10px;
}

.embed-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gform_wrapper .top_label li#field_3_21 {
  margin-top: 1rem;
}

.gform_wrapper .top_label li#field_3_22 {
  margin-top: 1.3rem;
}


.referral-banner .banner-content {
  max-width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.referral-banner .banner-desc {
  max-width: 53%;
  flex:0 0 53%;
}
.referral-banner .banner-content p {
  max-width: 100%;
}
.referral-banner .consultation-form {
  max-width: 47%;
  flex:0 0 47%;  
}
.consultation-form-title {
  background: rgba(86, 93, 99,0.75);
  padding: 20px 20px 20px 44px;
}
.banner-form{
  padding-left: 110px;
}
.banner-form h3 {
  font-size: 32px;
  line-height: 44px;
}
label.gfield_label {
  display: none !important;
}
.banner-form .gform_wrapper .ginput_container label{
  display: none;
}
.banner-form .gform_wrapper .ginput_container input{
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  height: 48px;
  color: #fff;
  border: none;
  padding: 10px 20px !important;
}
.banner-form .gform_wrapper ul li.gfield {
  margin-top: 20px !important;
}
.banner-form .gform_wrapper .gform_footer{
  text-align: center;
}
.banner-form .gform_wrapper .gform_footer input[type=submit]{    
    border-radius: 29px;
    background-color: #f5a236;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.64px;
    text-align: center;
    position: relative;
    width: 180px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
    font-family: "OpenSans-SemiBold";
    outline: none;
    border: none;
    cursor: pointer;
}
.banner-form .gform_wrapper div.validation_error{
  display: none;
}
.banner-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  border: none;
}
.banner-form .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
section.choose-us-section {
    padding: 60px 0;
}
section.choose-us-section .choose-us {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.choose-us-section .choose-us-inner {
  flex: 0 0 33.33%;
  padding: 65px 0 0;
}
section.choose-us-section .choose-us h3 {
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  margin-top: 40px;
  padding: 0 10%;
}
section.good-credit-section {
    padding-bottom: 60px;
}
.good-credit-section .good-credit-title {
  text-align: center;
      margin-bottom: 70px;
}
.good-credit-section .good-credit {
    display: flex;
    align-items: center;
}
.good-credit-section .good-credit-left {
    width: 50%;
    padding-right: 50px;
}
.good-credit-section .good-credit-right {
    padding-left: 50px;
    text-align: center;
    width: 50%;
}
.good-credit-section .good-credit-left h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.2px;
    font-weight: 300;
    color: #424242;
}

.two_coloumn .two_coloumn_row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.two_coloumn .two_coloumn_left {
    width: 50%;
    margin-right: 60px;
}
.two_coloumn .two_coloumn_right {
    width: 50%;
    margin-left: 60px;
}
.two_coloumn .two_coloumn_left img {
    max-width: 100%;
}
.two_coloumn .two_coloumn_title{
  text-align: center;
  margin-bottom: 60px;
}
.two_coloumn .two_coloumn_row:nth-child(odd) .two_coloumn_left {
    order: 2;
    margin-right: 0;
    margin-left: 60px;
}
.two_coloumn .two_coloumn_row:nth-child(odd) .two_coloumn_right {
    margin-left: 0;
    margin-right: 60px;
}
.referral-repairsect {
    position: relative;
    padding: 0px 0 50px;
}
.clientsect {
    text-align: center;
    max-width: 48%;
    margin: 0 auto 130px auto;
}
.clientsect p {margin: 0 auto;}
.clientsect iframe {
    margin: 115px auto 0px auto;
}
.referral-repairsect .sectionbg {top: 170px;}
.our-process{
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0 0 50px;
}
.our-process:before{
  background: #fff;
  width: 467px;
  left: 0;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  z-index: 5;
}
.our-process h2{
  color: #000;
  text-align: center;
  margin-bottom: 50PX;
  position: relative;
    z-index: 9;
}
.our-process-main{
  width: 100%;
  background: #F6F6F6;
  display: inline-block;
  position: relative;
  padding: 85px 0 40px;
}
.our-process-main:before{
  background: #fff;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  top: 0;
}
.our-process-main .box-main{
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
} 
.our-process-main .box-main .box-desc{
  width: 39%;
  background: #fff;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}
.our-process-main .box-main .box-desc .sub-title{
  font-family: "OpenSans-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #f5a236;
  margin-bottom: 10px;
  display: inline-block;
}
.our-process-main .box-main .box-desc h3{
  font-family: "OpenSans-Regular";
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 15px;
}
.our-process-main .box-main .box-desc p{
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #545454
}
.our-process-main .box-main .box-right{
  float: right;
}
.our-process-main .box-main:nth-child(even) .box-desc{
  float: right;
  position: relative;
}
.our-process-main .box-main:nth-child(even) .box-desc:before{
  background: url(../images/tringle-box.png) no-repeat left top;
  position: absolute;
  left: -29px;
  top: 30px;
  content: "";
  width: 30px;
  height: 30px;
  transform: rotate(178deg);
}
.our-process-main .box-main:nth-child(even) .box-desc:after{
  border: 8px solid #F5A236;
  position: absolute;
  left: -16%;
  top: 28px;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
}
.our-process-main .box-main:nth-child(odd) .box-desc{
  float: left;
  position: relative;
}
.our-process-main .box-main:nth-child(odd) .box-desc:before{
  background: url(../images/tringle-box.png) no-repeat right top;
  position: absolute;
  right: -15px;
  top: 30px;
  content: "";
  width: 30px;
  height: 30px;
}
.our-process-main .box-main:nth-child(odd) .box-desc:after{
  border: 8px solid #F5A236;
    position: absolute;
    right: -16%;
    top: 22px;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
}
.our-process-button a {
    background: #13ABE9;
}
.our-process-button {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-top: 80px;
}
.our-process-button a:hover{
    background: #f5a236;
}
.landing-logo {
    vertical-align: middle;
    margin-left: 50px;
    display: inline-block;
    text-align: center;
}
.landing-logo img {
    height: 77px;
}
.referral-footer p,.referral-footer a {
    font-family: "DidactGothic";
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.59;
    margin-bottom: 0;
    margin-top: 0;
}
.good-credit-right img.w-100{max-width: 100%;}
.referral-banner .home-banner-background {
    background-repeat: no-repeat;
    background-size: cover;
}
.brochure-sect {
    margin: 50px 0px;
    background: #f5a236;
    padding: 27px 0px;
}
.brochure-sect .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brochure-sect h3 {
  margin-bottom: 0px;
  color: #FFF;
  font-weight: bold;
  font-family: "OpenSans-Bold";
  margin-left: 170px;
  position: relative;
  padding-left: 80px;
}
.brochure-sect h3:before {
  background: url(../images/pdf-icon.png) no-repeat center;
  position: absolute;
  left: 0px;
  top: -11px;
  content: "";
  width: 50px;
  height: 57px;
}
.brochure-sect .btn-bg {
    background: #13abe9;
    min-width: 275px;
}
.brochure-sect .btn-bg:hover {
    color: #13abe9;
    background: #FFF;
}
.banner-form .gform_wrapper .top_label input{
    color: #757575 !important;
}
.banner-form .gform_wrapper .top_label input:focus {
    outline: none !important;
}
.banner-form .gform_wrapper .validation_message {
    color: #13abe9;
}
/* .gform_wrapper .top_label li#field_3_20 {
  width: 50%;
  margin-right: 4rem;
}

.gform_wrapper .top_label li#field_3_22 {
  width: 50%;
}

.gform_wrapper .top_label li#field_3_21 {
  width: 50%;
  margin-top: 0.7rem;
}

@media (max-width: 1025px) {
  .gform_wrapper .top_label li#field_3_20 {
    width: 100%;
    margin-right: 0rem;
  }

  .gform_wrapper .top_label li#field_3_22 {
    width: 100%;
    margin-top: 0;
  }

  .gform_wrapper .top_label li#field_3_21 {
    width: 100%;
    margin-top: 0.7rem;
  }
} */

@media (min-width: 1025px) {
  .financial-list-inner {
    width: -webkit-calc((100% - (40px * 3)) / 4);
    width: -moz-calc((100% - (40px * 3)) / 4);
    width: calc((100% - (40px * 3)) / 4);
  }
  .financial-list-inner:nth-child(4n) {
    margin-right: 0;
  }
  .about-block {
    width: -webkit-calc((100% - (125px * 2)) / 3);
    width: -moz-calc((100% - (125px * 2)) / 3);
    width: calc((100% - (125px * 2)) / 3);
  }
  .about-block:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .financial-list-inner {
    width: -webkit-calc((100% - (40px * 2)) / 3);
    width: -moz-calc((100% - (40px * 2)) / 3);
    width: calc((100% - (40px * 2)) / 3);
  }
  .financial-list-inner:nth-of-type(3n) {
    margin-right: 0;
  }
  .referral-section p {
    margin: 0px;
    width: 60%;
  }
  .about-block {
    width: -webkit-calc((100% - 150px) / 2);
    width: -moz-calc((100% - 150px) / 2);
    width: calc((100% - 150px) / 2);
  }
  .about-block:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .financial-list-inner {
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
  }
  .financial-list-inner:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-block {
    width: -webkit-calc((100% - 150px) / 2);
    width: -moz-calc((100% - 150px) / 2);
    width: calc((100% - 150px) / 2);
  }
  .about-block:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1400px) {
  .testimonials-left {
    padding: 0px 40px 0px 72px;
  }
  .testimonials-right {
    width: 67%;
  }
  .testimonials-slider-inner p {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .process-steps {
    max-width: 100%;
  }
  .step-icon {
    right: 5px;
  }
  .credit-listing-inner {
    max-width: 93%;
  }
  .brochure-sect h3 {margin-left: 0px;}
  .clientsect {max-width: 100%;}
  .clientsect iframe {margin: 80px auto 0px auto;}
  .clientsect {margin: 0px auto 80px auto;}
  .clientsect p {max-width: 100%;}
}
@media (max-width: 1200px) {
  .nav > li {
    padding: 30px 20px !important;
  }
}
@media (max-width: 1024px) {
  .menu-toggle {
    width: 40px;
    height: 28px;
    cursor: pointer;
  }
  .desktop-menu {
    display: none;
  }
  .responsive-menu {
    display: block;
    float: right;
    width: 40px;
    margin: 10px 0px 15px 20px;
  }
  .header_logo {
    display: inline-block;
    z-index: 999999;
    position: relative;
  }
  .header_logo {
    width: 130px;
  }
  .one,
  .two,
  .three {
    width: 100%;
    height: 5px;
    background: #f5a236;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 7em auto 1.7em auto;
    text-align: center;
  }
  .menu-toggle {
    width: 40px;
    height: 28px;
    cursor: pointer;
  }
  .nav.hidden,
  .responsive-bootom-sect.hidden {
    display: none;
  }
  .nav > li {
    float: none !important;
    padding: 25px 0px !important;
  }
  .nav li a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    width: 100% !important;
    display: block;
    padding: 0px;
  }
  .menu-section.on {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0px;
    text-align: center;
    overflow: scroll;
    padding-bottom: 20px;
  }
  .menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  .menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
  }
  .menu-toggle.on .two {
    opacity: 0;
  }
  .menu-toggle.on {
    top: 27px;
    position: absolute;
    right: 15px;
  }
  .header-right .phone-btn {
    display: none;
  }
  .header-right .btn-bg {
    width: 150px;
    height: 42px;
    line-height: 42px;
  }
  .header-right {
    padding: 8px 0px;
    position: absolute;
    right: 70px;
  }
  .responsive-menu {
    margin: 12px 0px 20px 10px;
    cursor: pointer;
  }
  .about-mdl-inner {
    max-width: 80%;
  }
  .about-middle-section {
    padding: 50px 0px;
  }
  .credit-listing-inner {
    max-width: 100%;
  }
  .nav li > ul {
    position: relative !important;
    min-width: auto !important;
    padding: 0px !important;
    top: 0px !important;
  }
  .nav li li a {
    padding: 50px 0px 0px 0px !important;
  }
  .nav li > ul {
    background-color: transparent !important;
  }
  .responsive-bootom-sect {
    margin-top: 100px;
  }
  .responsive-bootom-sect .btn-bg {
    display: block;
    margin: 0px auto 30px auto;
  }
  .responsive-bootom-sect .phone-btn {
    background-color: #fef1e1;
    color: #f5a236;
    margin: 0px auto 30px auto;
    display: block;
    font-family: "OpenSans-Bold";
    font-size: 15px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin: 0px 0px 10px 0px !important;
  }
  .full-widths {
    width: 100%;
  }
  .open > .sub-menu {
    display: block;
  }
  .responsive-bootom-sect .phone-btn img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .gf_left_third.inline-texts {
    width: 30% !important;
  }
  .gf_left_half1.inline-texts {
    width: 70% !important;
  }
  .gf_left_half1.inline-texts .gfield_label {
    width: 60%;
    vertical-align: top;
  }
  .header-section.on {
    height: 100%;
  }
  .header-cover-section {
    padding-top: 75px;
  }
	
	.brochure-sect .btn-bg {min-width: 250px;}
}
label#input_4_19_1_label,
span#input_4_19_2_cardinfo_right label,
span#input_4_19_2_cardinfo_left label,
span#input_4_19_5_container label {
  display: none !important;
}
@media (max-width: 992px) {
  .banner-content h3 {
    font-size: 72px;
    line-height: 72px;
  }
  .sectionwidth {
    max-width: 60%;
  }
  .goodsection-table {
    display: block;
  }
  .goodsectionright {
    margin: 35px 0px 0px 0px;
  }
  .paddingtop {
    padding: 50px 0px;
  }
  .goodsection {
    padding: 0px 0px 70px 0px;
  }
  .whychooseus-inner {
    display: block;
  }
  .whychooseus-left {
    margin-right: 0px;
  }
  .whychooseus-right {
    margin: 60px 0px 0px 0px;
  }
  .whychooseus {
    padding: 70px 0px;
  }
  .testimonials {
    position: relative;
    padding: 70px 0px 60px 0px;
  }
  .testimonials-left .countnumbers {
    text-align: center;
  }
  .testimonials-left {
    padding: 0px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .testimonials-left p {
    padding: 0px 25px;
  }
  .testimonials-right {
    width: 100%;
    margin-top: 50px;
  }
  .footer-section {
    padding: 70px 0px 10px;
  }
  .footer-main {
    width: 48%;
    margin-bottom: 50px;
  }
  #logo-slider {
    display: block;
  }
  .logos-inner ul {
    display: none;
  }
  .loans-section {
    width: 50%;
  }
  .faq-section .faq-list {
    max-width: 100%;
  }
  .mobile-ver {
    display: block;
  }
  .desktop-ver {
    display: none;
  }
  .process-listings {
    width: 100%;
    flex: auto;
    padding: 0px;
  }
  #process-slider .owl-item.active .process-listings-inner {
    background-color: #f5a236;
    padding: 25px 35px 0px 35px;
    border-left: 6px solid #f8c37d;
  }
  .radio-inline {
    width: 100%;
  }
  .gf_left_third.inline-texts {
    width: 40% !important;
  }
  .gf_left_half1.inline-texts {
    width: 60% !important;
  }
  .gf_left_half1.inline-texts .gfield_label {
    width: 38%;
    vertical-align: top;
  }
  /*Added by j*/
  .our-process-main:before{
    display: none;
  }
  .our-process-main .box-main:nth-child(even) .box-desc:after{
   display: none;
  }
  .our-process-main .box-main:nth-child(odd) .box-desc:after{
   display: none;
  }
  .our-process-main .box-main:nth-child(even) .box-desc:before{
   display: none;
  }
  .our-process-main .box-main:nth-child(odd) .box-desc:before{
   display: none;
  }
	.brochure-sect h3:before {top: 0px;}
}
@media (max-width: 767px) {
  .landing-logo {
    margin-left: 0;
  }
  .header_logo {
    float: left;
    width: 125px;
  }
  .financial-list-inner {
    text-align: center;
  }
  .referral-section p {
    width: 60%;
  }
  .banner-content {
    text-align: center;
  }
  .banner-content .tbl-cell {
    text-align: center;
  }
  .banner-content p {
    max-width: 100%;
  }
  .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .banner-content h3 {
    font-size: 56px;
    line-height: 55px;
  }
  .getintouch,
  .repairsection {
    padding: 50px;
  }
  .loans-section {
    width: 60%;
  }
  .contact-section-left,
  .contact-section-right {
    width: 100%;
  }
  .gf_left_half1.inline-texts .gfield_label {
    width: 58%;
    vertical-align: top;
  }
  .gf_left_third.inline-texts {
    width: auto !important;
  }
  .gf_left_half1.inline-texts {
    width: auto !important;
  }

  .slick-slider .slick-list {
    text-align: center !important;
    margin: 0 auto;
    display: block;
    float: none;
    padding: 0 1% 0 0;
  }
  .testimonials-slider .slick-slide {
    opacity: 1;
  }
  video.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  /*Added by j*/
  .referral-banner .banner-content{
    flex-wrap: wrap;
    display: block;
  }
  .referral-banner .consultation-form {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .referral-banner .banner-desc {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .referral-banner .banner-form {
    padding-left: 0;
  }
  .referral-banner .consultation-form-title{
    padding: 10px 10px 0;
  }
  .referral-banner .home-banner{
      height: 870px;
  }
  .referral-banner .banner-content .banner-form h3{
    font-size: 27px;
    line-height: 35px
  }
  section.choose-us-section .choose-us {
    align-items: end;
  }
  section.choose-us-section .choose-us-inner {
    flex: 0 0 50%;
    padding: 40px 0 0;
  }
  .good-credit-section .good-credit{flex-wrap: wrap;}
  .good-credit-section .good-credit-right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .good-credit-section .good-credit-right img.w-100 {
      max-width: 100%;
  }
  .good-credit-section .good-credit-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .good-credit-section .good-credit-title {
    margin-bottom: 50px;
  }
  .our-process-main {
    padding: 0 0 40px
  }
  .our-process-main .box-main .box-desc{
    width: 100%;
    box-sizing: border-box;
  }
  .our-process:before{
    width: 100%;
  }
  .our-process-button{
    margin-top: 0px;
  }
  .two_coloumn .two_coloumn_left {
    width: 100%;
    margin-right: 0;
  }
  .two_coloumn .two_coloumn_right {
    width: 100%;
    margin-left: 0px;
  }
  .two_coloumn .two_coloumn_row{
    flex-wrap: wrap;
  }
  .two_coloumn .two_coloumn_row:nth-child(odd) .two_coloumn_left{
    margin-left: 0px;
  }
  .two_coloumn .two_coloumn_row:nth-child(odd) .two_coloumn_right{
    margin-right: 0px;
  }
  .clientsect iframe {
    width: 100%;
  }

}
@media (max-width: 675px) {
  .referral-section {
    padding: 35px 0px 50px 0px;
    text-align: center;
  }
  .referral-section p {
    width: 100%;
    margin-bottom: 30px;
  }
  .referrals-btn {
    float: none;
  }
  .footer-bottom-sct {
    text-align: center;
  }
  .footer-btm-right,
  .footer-btm-left {
    float: none;
  }
  .footer-btm-left {
    margin-top: 15px;
  }
  .footer-btm-left li {
    padding: 0px;
    margin: 0px;
    border: none;
  }
  .loans-section {
    width: 80%;
  }
  .gf_left_half1.inline-texts .gfield_label {
    width: 50%;
    vertical-align: top;
  }
  .brochure-sect .flex {flex-wrap: wrap;}
  .brochure-sect .btn-bg {margin: 25px auto 0px auto;}
}
@media (max-width: 479px) {
  .financial-inner .numbers {
    max-width: 100%;
    text-align: center;
  }
  .sectionwidth {
    max-width: 100%;
  }
  .financial-list-inner {
    margin-right: 0px;
    width: 100%;
  }
  .goodsectionleft {
    margin-right: 0px;
  }
  .goodsectionleft h2,
  .ourprocess h2,
  .whychooseus h2 {
    text-align: center;
  }
  .countnumbers {
    text-align: center;
  }
  .goodsectionleft h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .goodsectionright {
    display: none;
  }
  .getintouch {
    padding: 40px 23px;
    text-align: center;
  }
  .getintouch h3 {
    font-size: 29px;
    line-height: 38px;
  }
  .getintouch p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .whychooseus-left {
    margin-right: 0px;
    height: 250px;
  }
  .whychooseus-right ul li {
    width: 100%;
    margin-right: 0px;
  }
  .whychooseus-right a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer-main {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  .testimonials-slider .slick-slide img {
    max-width: 40%;
  }
  .logoimg img {
    margin: 0 auto;
  }
  .repairsection h3 {
    font-size: 30px;
    line-height: 39px;
  }
  .repairsection {
    padding: 50px 20px;
    text-align: center;
  }
  .repairsection p {
    font-size: 18px;
    line-height: 28px;
  }

  .header-right .btn-bg {
    width: 130px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
  }
  .header_logo {
    float: left;
    width: 100px;
    margin-right: 10px;
  }
  .banner-content {
    text-align: center;
    max-width: 100%;
  }
  .banner-content h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .banner-content h3 {
    font-size: 43px;
    line-height: 46px;
    text-align: center;
    margin-top: 15px;
  }
  .banner-content p {
    text-align: center;
    max-width: 100%;
  }
  .banner-content .btn-bg {
    display: block;
    margin: 0 auto;
  }
  .responsive-menu {
    margin: 5px 0px 16px 10px;
  }
  .header-right {
    padding: 5px 0px;
  }
  .testimonials-slider .slick-list {
    padding: 0px !important;
  }
  .financial-list-inner .paddinginner {
    text-align: center;
  }
  .good-credit-sect,
  .bad-credit-sect {
    float: left;
    width: 100%;
  }
  .about-middle-section h2 {
    font-size: 25px;
  }
  .about-mdl-inner {
    max-width: 100%;
  }
  .header-cover {
    height: 300px;
  }
  .cover-heading h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .about-block {
    margin-right: 0px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin: 0px 0px 10px 0px !important;
    display: inline-block;
    width: 34%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half1 .ginput_container_radio {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .gf_left_half1.inline-texts .gfield_label {
    width: 100%;
    vertical-align: top;
  }
  #gform_4 li.gf_list_inline ul.gfield_radio li {
    width: 100%;
  }
}