@charset "utf-8";
/* CSS Document */
/*Global css*/
* {
  border: 0px;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0px;
  padding: 0px;
  border: 0;
  list-style-type: none;
  font-weight: normal;
  line-height: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0px;
  padding: 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
}
body {
  margin: 0px;
  padding: 0px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
  transition: all 1s ease 0s;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.headerFix {
  background-color: #fff;
  border-bottom: none;
}
.headerFix .navbar-right {
  padding-top: 50px;
  padding-bottom: 20px;
}
.headerFix .top-contact {
  top: -30px;
}
.headerFix .navbar-brand {
  height: auto;
  padding-top: 20px;
}
.headerFix .navbar-default .navbar-nav > li > a {
  color: #403970;
}
.headerFix .top-contact {
  color: #403970;
}
.headerFix .top-contact .fa {
  border-color: #403970;
}
.headerFix .btn-default {
  background-color: #b95551;
  color: #fff;
}
.headerFix .btn-default:hover, .headerFix .btn-default:focus {
  background-color: #923232;
  color: #fff;
}
header {
  width: 100%;
  margin: 0px;
  position: fixed;
  z-index: 999;
  padding: 0px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}
.navbar-default {
  margin: 0px;
  padding: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.navbar {
  line-height: none;
  padding: 0px 48px 0px 144px;
  margin: 0px;
  height: auto;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  min-height: inherit;
}
.navbar .container-fluid {
  padding: 0px 15px;
}
.navbar-brand {
  height: auto;
  padding-top: 46px;
/*  max-width: 320px;*/
	max-width: 285px;
}
.navbar-right {
  padding-top: 74px;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.rightStartedBtn {
  position: relative;
  float: right;
  padding-left: 40px;
}
.top-contact {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 182px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.top-contact:hover, .top-contact:focus {
  color: #1d194a;
}
.top-contact .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.top-contact:hover .fa, .top-contact:focus .fa {
  border-color: #1d194a;
}
.btn-default {
  padding: 14px 36px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  line-height: inherit;
  height: inherit;
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #b95551;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.btn-default:hover, .btn-default:focus {
  color: #1d194a;
  background-color: #fff;
}
.navbar-default .navbar-nav > li {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 0px;
  margin: 0px 22px;
  letter-spacing: 0.5px;
  position: relative;
}
.navbar-default .navbar-nav > li:hover .drop-menu {
  opacity: 1;
  display: block;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 0px 0px;
  line-height: 48px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #1d194a;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #1d194a;
}
.drop-menu {
  background-color: #fff;
  width: 190px;
  padding: 18px 18px 18px;
  position: absolute;
  top: 100%;
  left: -15px;
  opacity: 0;
  /*box-shadow: 0px 2px 4px #3a3268;*/
  border: solid 1px #dddddd;
  border-radius: 6px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  display: none;
}
.drop-menu li a {
  font-size: 15px;
  color: #5b5b5b;
  padding: 0px 0px;
  line-height: 30px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.drop-menu li {
  padding: 0px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.drop-menu li a:hover, .drop-menu li a:focus {
  color: #c65f5a;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 51px;
  font-weight: 500;
  color: #933232;
  padding-bottom: 80px;
  letter-spacing: -1px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #933232;
  padding-bottom: 40px;
  letter-spacing: -1px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #933232;
  padding-bottom: 25px;
  letter-spacing: -1px;
}
h5 {
  font-family: 'Raleway-Regular';
  font-size: 22px;
  line-height: 32px;
  color: #151515;
  padding-bottom: 65px;
}
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #616161;
  padding-bottom: 30px;
}
p {
  font-family: 'Raleway-Regular';
  font-size: 20px;
  line-height: 26px;
  color: #616161;
  padding-bottom: 20px;
}
.container-fluid {
  padding: 0px 160px;
}
.jumbotron {
  background-color: transparent;
  padding: 170px 0px 110px;
  margin: 0px;
  border: none;
  position: relative;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  height: 955px;
}
/*.jumbotron.innerBanner {
	padding: 130px 0px 130px;
	background-image: url(../img/inner-bnr-bg.jpg);
	overflow: hidden;
	height: 400px;
}*/
.jumbotron .btn-primary {
  padding: 22px 65px;
}
.banner-left-contant {
  width: 685px;
  float: left;
  padding: 190px 0px 190px 160px;
  background-image: url(../img/hom-left-text-bg.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 600px;
}
/*.banner-right-contant{
width:1147px;
height:677px;
float:right;
}*/
.banner-right-contant {
  /*height: 649px;*/
  margin-right: -80px;
  float: right;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.banner-right-contant .carousel {
  /*background-image: url(../img/banner-lap-img.png);
background-repeat: no-repeat;
background-position: top center;
padding: 44px 103px 105px 180px;
background-size: 1100px;*/
  /*padding: 47px 110px 125px 190px;*/
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.lapTop {
  position: relative;
  padding: 39px 188px 130px 190px;
}
.lapTop::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-image: url(../img/banner-lap-img.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.btn-primary {
  background-color: #3f3870;
  padding: 22px 44px;
  border: none;
  border-radius: 10px;
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #fff;
  /* color: #aba8c0; */
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.btn-primary img {
  right: -15px;
  top: -1px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  max-width: 16px;
}
.btn-primary:hover, 
.btn-primary:focus
/*.btn-primary:visited*/ {
  color: #fff;
  outline: none;
  /*background-color: #2a2458;*/ 
  background-color: #dadada;
  border: none;
}
.btn-primary:hover img, .btn-primary:focus img {
  position: relative;
  right: -25px;
}
/*.jumbotron .bannerImg {
width: 1920px;
max-width: none;
position: relative;
left: 50%;
top: 0%;
-ms-transform: translateY(-0%) translateX(-50%);
-webkit-transform: translateY(-0%) translateX(-50%);
transform: translateY(-0%) translateX(-50%);
}
.bannerText {
width: 800px;
position: absolute;
left: 0;
right: 0;
top: 50%;
-ms-transform: translateY(-50%) translateX(-0%);
-webkit-transform: translateY(-50%) translateX(-0%);
transform: translateY(-50%) translateX(-0%);
}*/
.bg-info {
  background-color: transparent;
  padding: 110px 0px 140px;
  margin: 0px;
  border: none;
}
.bg-info .thumbnail {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  margin: 0px 0px 55px;
}
.bg-info figure {
  margin-bottom: 50px;
  overflow: hidden;
}
.bg-info .thumbnail h3 a {
  color: #933232;
  text-decoration: none;
}
.bg-info figure img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.bg-info .thumbnail:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.red-bg-sec {
  background-image: url(../img/red-bg-l1.png), url(../img/red-bg-r1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-color: #f9efee;
  padding: 100px 0px;
  text-align: center;
}
.red-bg-sec a {
  display: inline-block;
}
.red-bg-sec .btn-primary {
  background-color: #fff;
  /* color: #212121; */
  color: #933232;
  background-image: none;
}
.contact2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #1c1c1c;
  text-decoration: none;
  padding-left: 25px;
  margin-left: 25px;
  background-image: url(../img/red-bar-img.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-primary {
  background-color: transparent;
  padding: 210px 0px;
  margin: 0px;
  border: none;
  background-image: url(../img/our-mission-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.white-red-stick {
  position: absolute;
  top: -43px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 2px;
  height: 87px;
}
.our-mission {
  padding: 140px 140px;
  background-color: #fff;
  background-image: url(../img/our-mission-bg.png);
  background-position: left 50px;
  background-repeat: no-repeat;
}
.our-mission h1 {
  padding-bottom: 40px;
}
.our-mission p {
  line-height: 30px;
  color: #2b2b2b;
}
.bg-success {
  background-color: #fbfbfb;
  padding: 98px 0px;
  margin: 0px;
  border: none;
  text-align: center;
}
.bg-success h1 {
  padding-bottom: 50px;
}
.quotation {
  margin-bottom: 35px;
}
.bg-success p {
  padding-bottom: 50px;
  letter-spacing: 2px;
  color: #393939;
}
.bg-warning {
  background-color: transparent;
  padding: 90px 0px 35px;
  margin: 0px;
  border: none;
  text-align: center;
}
.bottom-logo-sec {
  padding-bottom: 80px;
}
.bottom-logo-sec .contact2 {
  padding-left: 0px;
  margin-left: 0px;
  background-image: none;
  color: #616161;
}
.bottom-logo-sec .contact2 span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.bottom-logo-sec .contact2 .fa {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #933232;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #933232;
  margin: 0px auto 20px;
}
.bottom-logo {
  margin-bottom: 60px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.disclosure {
  padding-top: 58px;
  border-top: 1px solid #d8d8d8;
}
.disclosure p {
  color: #515151;
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 20px;
}
footer {
  padding: 20px 0px;
  background-color: #f9efee;
}
footer p {
  font-family: 'Raleway-Light';
  font-size: 13px;
  color: #616161;
  padding-bottom: 0px;
}
footer p a {
  color: #616161;
  text-decoration: none;
  margin-left: 7px;
}
footer p a:hover, footer p a:focus {
  color: #1d194a;
}
.gotop {
  position: fixed;
  right: 10px;
  bottom: -100px;
  cursor: pointer;
  z-index: 999;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  opacity: 0;
}
.gotop .fa {
  background-color: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #933232;
  border-radius: 6px;
  font-size: 28px;
  line-height: 32px;
  color: #403970;
  text-align: center;
}
.gotop-show {
  bottom: 50px;
  right: 30px;
  opacity: 1;
}
.modal-dialog {
  max-width: 620px;
  margin: 50px auto 0px;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 10px 60px 60px;
}
.modal-body h3 {
  font-size: 28px;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
}
.modal-body p {
  font-size: 15px;
  color: #171717;
  line-height: 20px;
  text-align: center;
  padding-bottom: 40px;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: inherit;
  padding: 14px 22px;
  font-family: 'Raleway-Regular';
  font-size: 14px;
  line-height: inherit;
  color: #686868;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;
  border-color: #adadad;
}
.form-control::-moz-placeholder {
  color: #686868;
}
.form-control:-ms-input-placeholder {
  color: #686868;
}
.form-control::-webkit-input-placeholder {
  color: #686868;
}
.modal-body .help-block {
  display: block;
  margin-top: 45px;
  margin-bottom: 10px;
  font-family: 'Raleway-Bold';
  color: #616161;
  font-size: 14px;
  padding-bottom: 0px;
}
.modal-body .radio-inline {
  padding-left: 20px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 5px;
  font-family: 'Raleway-Regular';
  font-size: 14px;
  color: #bababa;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.modal-body .radio-inline:hover, .modal-body .radio-inline:focus {
  color: #717171;
}
.modal-body input[type="radio"] {
  margin-top: 3px;
}
.modal-body .form-group.radio-sec {
  margin-bottom: 20px;
}
.drop-carrate {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/carrate-img.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.modal-body .btn-primary {
  padding: 18px 54px;
  letter-spacing: 2px;
  display: table;
  text-align: center;
  margin: 45px auto 0px;
}
.modal-header .close {
  font-size: 30px;
  opacity: 0.6;
}
.modal-header .close:hover {
  opacity: 1;
}
/*inner css st*/
.innerBanner {
  padding: 0px;
  margin-bottom: 0px;
  background-image: url(../img/inner-bnr-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1920px;
  min-height: 400px;
}
.innerBanner .textBox {
  padding: 230px 0px 70px 160px;
  background-image: url(../img/inrbnr-left-text-bg.png);
  background-position: right 130px;
  background-repeat: no-repeat;
  background-size: 250px;
  float: left;
  width: auto;
}
.well {
  padding: 100px 0px 50px;
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.SmallGap {
  padding-top: 60px !important;
}
.well h1 {
  padding-bottom: 20px;
}
.well p {
  font-size: 18px;
  color: #363534;
}
.frmBox {
  max-width: 660px;
  margin: 50px auto 0px auto;
}
.frmBox .btn-primary {
  margin-top: 50px;
  padding: 20px 60px;
}
.addressBox {
  text-align: center;
  /*padding-top: 140px;*/
  padding-top: 90px;
}
.addressBox h5 {
  padding-bottom: 5px;
  font-weight: 700;
  color: #4f4f4f;
}
.addressBox p a {
  color: #cf6963;
}
.addressBox p a:hover, .addressBox p a:focus {
  color: #933232;
}
.privacy-policy h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #343434;
  padding-bottom: 16px;
}
.privacy-policy p {
  font-size: 15px;
  color: #8e8d8c;
  line-height: 24px;
  padding-bottom: 30px;
}
.privacy-list {
  margin: 5px 0px 5px 30px;
}
.privacy-list li {
  padding-left: 28px;
  background-image: url(../img/grey-bullet.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  font-family: 'Raleway-Regular';
  font-size: 15px;
  color: #8e8d8c;
  padding-bottom: 30px;
}
.privacy-policy h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #343434;
  padding-bottom: 0px;
  line-height: normal;
}
.privacy-policy p a {
  color: #000000;
  text-decoration: none;
}
.red-text {
  color: #cf6963;
}
.gray-text {
  color: gray;
}
.buisness-loan {
  width: 100%;
  height: 700px;
  background-image: url(../img/buisness-loan-body-img.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: table;
  padding-bottom: 100px;
}
.loan-left {
  width: 50%;
  float: left;
}
.gap-sec {
  padding: 225px 0px 0px 370px;
}
.loan-blue-sec {
  background-color: #403970;
  padding: 75px 55px 55px;
  position: relative;
}
.loan-blue-sec:before {
  content: "";
  display: block;
  border: 1px solid #5b518b;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px;
}
.loan-blue-sec h3 {
  color: #fff;
  padding-bottom: 35px;
  position: relative;
  z-index: 99;
}
.loan-blue-sec p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  z-index: 99;
}
.group-loan {
  width: 70.2%;
  display: table;
  background-color: #403970;
  padding: 170px 90px 130px 155px;
  position: relative;
}
.group-loan:before {
  content: "";
  display: block;
  border: 1px solid #5b518b;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px;
  z-index: 9;
}
.group-loan-left {
  float: left;
  width: 50%;
  padding-right: 60px;
}
.group-loan-right {
  float: right;
  width: 50%;
}
.group-loan h3 {
  color: #fff;
  padding-bottom: 80px;
}
.group-loan ul li {
  padding-left: 18px;
  background-image: url(../img/white-bullet.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  font-family: 'Raleway-Regular';
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
  line-height: 22px;
}
.owners-sec {
  padding: 140px 0px 0px;
}
.owners-sec h3 {
  color: #000;
  padding-bottom: 40px;
}
.owners-sec p {
  padding-bottom: 50px;
}
.buisness-loan.personal-loan {
  background-image: url(../img/personal-loan-body-img.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
.group-loan.personal-loan h3 {
  padding-bottom: 40px;
}
.buisness-loan.relationships {
  background-image: url(../img/relationships-body-img.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 0px;
}
.buisness-loan.debt-relief-sec {
  background-image: url(../img/debt-relief-body-img.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 0px;
}
.buisness-loan.debt-relief-sec .gap-sec {
  padding: 170px 0px 0px 370px;
}
/*.owners-sec.debt-relief-sec p {
	padding-bottom: 0px;
}*/
.buisness-loan.borrower-stories {
  background-image: url(../img/borrower-stories-body-img.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 0px;
}
.group-loan.borrower-stories {
  padding: 75px 50px 60px 50px;
  width: 78.5%;
  margin-top: -200px;
}
.group-loan.borrower-stories ul li {
  float: left;
  width: 20%;
  list-style-type: none;
  background-image: none;
  padding: 0px 28px 0px 0px;
}
.group-loan.borrower-stories ul li:last-child {
  padding-right: 0px;
}
.group-loan.borrower-stories h3 {
  padding-bottom: 20px;
  line-height: 35px;
}
.group-loan.borrower-stories p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.backBtn {
  /*padding-top:50px;*/
  padding-top: 10px;
}
.less-padding {
  padding-top: 0px !important;
}
.addressBox p {
  padding-bottom: 0px;
}
.nowrap {
  white-space: nowrap;
}
/*inner css nd*/
@media (max-width: 1850px) {
  .jumbotron {
    background-position: right center;
  }
  .lapTop {
    padding: 27px 137px 106px 133px;
    width: 950px;
  }
  .banner-right-contant {
    margin-right: -50px;
  }
}
@media (max-width: 1600px) {
  .navbar {
    padding: 0px 30px 0px 144px;
  }
  .navbar-default .navbar-nav > li {
    margin: 0px 20px;
  }
  .jumbotron {
    height: 750px;
  }
  .banner-right-contant {
    margin-right: -50px;
  }
  .lapTop {
    position: relative;
    padding: 20px 108px 69px 98px;
    width: 800px;
  }
  .banner-left-contant {
    padding: 140px 0px 140px 160px;
    background-size: 500px;
  }
  .innerBanner .textBox {}
  /*inner css st*/
  .well {
    padding: 60px 0px 40px;
  }
  .addressBox {
    /*padding-top: 100px;*/
    padding-top: 80px;
  }
  .buisness-loan {
    height: 622px;
    padding-bottom: 100px;
    background-size: 1100px;
  }
  .gap-sec {
    padding: 200px 0px 0px 150px;
  }
  .loan-blue-sec {
    padding: 45px 35px 35px;
  }
  .loan-blue-sec h3 {
    padding-bottom: 20px;
  }
  .group-loan {
    padding: 100px 40px 100px 100px;
  }
  .group-loan h3 {
    padding-bottom: 50px;
  }
  .owners-sec {
    padding: 100px 0px 0px;
  }
  .buisness-loan.debt-relief-sec .gap-sec {
    padding: 170px 0px 0px 200px;
  }
  /*inner css nd*/
}
@media (max-width: 1580px) {
  .jumbotron {
    height: 740px;
  }
  .navbar {
    padding: 0px 28px 0px 90px;
  }
  .container-fluid {
    padding: 0px 100px;
  }
}
@media (max-width: 1440px) {
  .lapTop {
    width: 760px;
  }
  .innerBanner .textBox {
    padding: 230px 0px 70px 100px;
  }
  .banner-left-contant {
    padding: 100px 0px 140px 160px;
    background-size: 400px;
    background-position: 0px 40px;
  }
  /*inner css st*/
  .gap-sec {
    padding: 150px 0px 0px 60px;
  }
  .buisness-loan {
    height: 589px;
    padding-bottom: 60px;
    background-size: 1040px;
  }
  .group-loan {
    padding: 60px 40px 40px 90px;
  }
  .group-loan-left {
    padding-right: 30px;
  }
  .owners-sec {
    padding: 60px 0px 0px;
  }
  .buisness-loan.debt-relief-sec .gap-sec {
    padding: 170px 0px 0px 150px;
  }
  .group-loan.borrower-stories {
    padding: 50px 30px 30px 30px;
    width: 78%;
    margin-top: -175px;
  }
  .group-loan.borrower-stories h3 {
    padding-bottom: 15px;
    line-height: 26px;
    font-size: 22px;
  }
  .group-loan.borrower-stories ul li {
    padding: 0px 20px 0px 0px;
  }
  /*inner css nd*/
}
@media (max-width: 1400px) {
  .jumbotron {
    height: 680px;
    padding: 170px 0px 80px;
    background-size: 1800px;
  }
  .navbar {
    padding: 0px 28px 0px 45px;
  }
  .rightStartedBtn {
    padding-left: 30px;
  }
  .banner-left-contant {
    width: 500px;
    padding: 60px 0px 40px 60px;
    background-size: 300px;
    background-position: 60px 40px;
  }
  .container-fluid {
    padding: 0px 60px;
  }
  .bg-info {
    padding: 60px 0px 80px;
  }
  .our-mission {
    padding: 60px 60px;
    background-position: left 15px;
  }
  .bg-primary {
    padding: 100px 0px;
    background-size: 1500px;
  }
  .bg-success {
    padding: 60px 0px;
  }
  .bg-warning {
    padding: 60px 0px 35px;
  }
  .bottom-logo-sec {
    padding-bottom: 60px;
  }
  .bottom-logo {
    margin-bottom: 40px;
  }
  .red-bg-sec {
    padding: 95px 65px;
  }
  .red-bg-sec h1 br {
    display: none;
  }
  .disclosure p br {
    display: none;
  }
}
@media (max-width: 1366px) {
  .navbar-default .navbar-nav > li {
    margin: 0px 15px;
  }
  .rightStartedBtn {
    padding-left: 20px;
  }
  .lapTop {
    width: 700px;
  }
  .banner-right-contant {
    margin-right: -40px;
  }
  /*inner css st*/
  .buisness-loan {
    height: 549px;
    padding-bottom: 60px;
    background-size: 992px;
  }
  .owners-sec h3 {
    padding-bottom: 20px;
  }
  .owners-sec p {
    padding-bottom: 30px;
  }
  .group-loan h3 {
    padding-bottom: 30px;
  }
  .group-loan ul li {
    padding-left: 18px;
    padding-bottom: 16px;
    line-height: 20px;
  }
  .group-loan {
    padding: 60px 40px 40px 60px;
  }
  .owners-sec p br {
    display: none;
  }
  .buisness-loan.debt-relief-sec .gap-sec {
    padding: 150px 0px 0px 60px;
  }
  .innerBanner .textBox {
    /* padding: 230px 0px 70px 60px;*/
    padding: 200px 0px 50px 60px;
    background-size: 201px;
  }
  .letter-gap {
    letter-spacing: -0.5px;
  }
  .innerBanner {
    background-position: 85% -25px;
    min-height: 350px;
  }
  .well {
    padding-top: 40px;
  }
  /*inner css nd*/
}
@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 60px;
  }
  h2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  p {
    font-size: 17px;
    line-height: 23px;
  }
  .container-fluid {
    padding: 0px 30px;
  }
  .jumbotron {
    height: 580px;
    padding: 170px 0px 60px;
    background-size: 1600px;
  }
  .navbar {
    padding: 0px 15px;
  }
  .rightStartedBtn {
    padding-left: 15px;
  }
  .navbar-default .navbar-nav > li {
    margin: 0px 10px;
    letter-spacing: 0px;
  }
  .headerFix .btn-default {
    margin-left: 10px;
  }
  .banner-left-contant {
    width: 400px;
    padding: 60px 0px 60px 60px;
    background-size: 250px;
    background-position: 60px 40px;
  }
  .bg-info figure {
    margin-bottom: 20px;
  }
  .red-bg-sec {
    padding: 50px 30px;
    height: 340px;
    background-size: 1350px;
  }
  .our-mission h1 {
    padding-bottom: 20px;
  }
  .our-mission {
    padding: 30px;
  }
  .disclosure {
    padding-top: 40px;
  }
  .bg-warning {
    padding: 40px 0px 30px;
  }
  .bottom-logo-sec {
    padding-bottom: 40px;
  }
  .bg-success {
    padding: 40px 0px;
  }
  .disclosure p {
    line-height: 17px;
    padding-bottom: 15px;
  }
  .lapTop {
    width: 596px;
    padding: 20px 91px 59px 88px;
  }
  /*inner css st*/
  .innerBanner {
    background-size: 1600px;
    min-height: 320px;
    background-position: right top;
  }
  .gap-sec {
    padding: 100px 0px 0px 30px;
  }
  .group-loan.personal-loan h3 {
    padding-bottom: 30px;
  }
  .group-loan.borrower-stories p {
    line-height: 22px;
  }
  .group-loan.borrower-stories h3 {
    line-height: 24px;
    font-size: 20px;
  }
  .group-loan.borrower-stories {
    padding: 40px 30px 30px 30px;
    width: 80%;
    margin-top: -170px;
  }
  .group-loan.borrower-stories ul li {
    padding: 0px 20px 0px 0px;
    width: 50%;
  }
  .innerBanner .textBox {
    padding: 200px 0px 70px 30px;
    /*background-size: 200px;*/
    background-size: 180px;
  }
  .buisness-loan {
    height: 526px;
    background-size: 930px;
  }
  .buisness-loan.debt-relief-sec .gap-sec {
    padding: 120px 0px 0px 60px;
  }
  /*inner css nd*/
}
@media (max-width: 1024px) {
  .navbar-brand {
    padding-top: 55px;
    max-width: 270px;
  }
  .headerFix .navbar-brand {
    padding-top: 31px;
  }
  .innerBanner .textBox {
    padding: 200px 0px 70px 30px;
    background-size: 180px;
  }
  .buisness-loan.debt-relief-sec {
    background-size: 1024px;
    background-position: top center;
  }
  .buisness-loan {
    background-size: 1024px;
    background-position: top center;
  }
  .group-loan {
    width: 100%;
  }
  .group-loan.borrower-stories {
    width: 100%;
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  header {
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  /*======================*/
  .navbar-brand {
    padding-top: 15px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #933131;
  }
  .navbar-toggle {
    margin-top: 46px;
    margin-right: 0px;
    border-radius: 0px;
  }
  .headerFix .navbar-brand {
    padding-top: 15px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #403970;
  }
  .headerFix .navbar-default .navbar-toggle {
    border-color: #933131;
  }
  .headerFix .navbar-default .navbar-toggle .icon-bar {
    background-color: #403970;
  }
  .top-contact {
    color: #403970;
  }
  .btn-default {
    background-color: #b95551;
    color: #fff;
    margin-left: 0px;
  }
  .btn-default:hover, .btn-default:focus {
    background-color: #923232;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    color: #403970;
  }
  .top-contact .fa {
    border-color: #403970;
  }
  .top-contact {
    top: 0px;
    right: 0px;
    left: 0px;
    font-size: 18px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 15px;
  }
  .navbar-right {
    padding-top: 0px;
    margin-right: 0px;
    float: none;
    text-align: center;
    width: 100%;
  }
  .rightStartedBtn {
    width: 100%;
    text-align: center;
    padding: 10px 0px 20px 0px;
  }
  .navbar-right.mobile-view {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav > li {
    margin: 0px 0px;
    letter-spacing: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 36px;
  }
  .headerFix .btn-default {
    margin-left: 0px;
  }
  .headerFix .navbar-right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .headerFix .top-contact {
    top: 0px;
  }
  .headerFix .navbar-right.mobile-view {
    padding-top: 0px;
  }
  .lapTop {
    width: 420px;
    padding: 11px 59px 51px 58px;
  }
  .banner-right-contant {
    margin-right: -20px;
  }
  .jumbotron {
    height: 500px;
    padding: 150px 0px 60px;
    background-size: 1200px;
  }
  .banner-left-contant {
    width: 350px;
    padding: 0px 0px 30px 30px;
    background-size: 250px;
    background-position: 30px 0px;
  }
  /*inner css st*/
  .innerBanner {
    background-size: 1300px;
    min-height: 270px;
    background-position: top center;
  }
  .innerBanner .textBox {
    padding: 140px 0px 60px 30px;
    background-size: 180px;
    background-position: right 80px;
  }
  .well {
    padding: 40px 0px 0px;
  }
  .frmBox {
    max-width: 100%;
    margin: 20px auto 0px auto;
  }
  .frmBox .btn-primary {
    margin-top: 20px;
  }
  .addressBox {
    padding-top: 40px;
  }
  .privacy-list li {
    padding-left: 25px;
    padding-bottom: 15px;
  }
  .loan-left {
    width: 100%;
    float: none;
  }
  .gap-sec {
    padding: 200px 60px 0px 60px;
  }
  .group-loan {
    padding: 60px 60px;
    width: 100%;
  }
  .buisness-loan.debt-relief-sec .gap-sec {
    padding: 160px 60px 0px 60px;
  }
  .group-loan.borrower-stories {
    width: 100%;
    margin-top: 0px;
  }
  .group-loan.borrower-stories ul li {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .group-loan.borrower-stories h3 {
    padding-bottom: 12px;
  }
  .drop-menu {
    padding: 0px;
    position: relative;
    top: 100%;
    left: 0px;
    right: 0;
    margin: 0px auto;
    height: 0px;
  }
  .navbar-default .navbar-nav > li:hover .drop-menu {
    padding: 5px 10px 5px;
    height: auto;
  }
  .drop-menu li a {
    line-height: 27px;
  }
  .less-padding {
    padding-top: 20px !important;
  }
  /*inner css nd*/
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 50px;
  }
  h6 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  header {
    background-color: #fff;
    border-bottom: 1px solid transparent;
  }
  .jumbotron {
    height: auto;
    padding: 55px 0px 40px;
    background-position: center center;
    background-color: #f8f8f8;
    display: block;
    text-align: center;
  }
  .jumbotron .btn-primary {
    padding: 18px 60px;
  }
  .banner-left-contant {
    width: 100%;
    padding-left: 15px;
    padding-top: 30px;
    padding-right: 15px;
    margin-bottom: 25px;
    background-image: none;
  }
  .banner-right-contant {
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    float: none;
  }
  .btn-primary {
    padding: 18px 40px;
    border-radius: 10px;
    letter-spacing: 1px;
  }
  .fig-caption {
    text-align: center;
  }
  .bg-info {
    padding: 30px 0px;
  }
  .bg-info .thumbnail {
    margin: 0px 0px 30px;
  }
  .bg-primary {
    padding: 60px 0px;
  }
  .bg-success h1 {
    padding-bottom: 20px;
  }
  .quotation {
    margin-bottom: 20px;
  }
  .bg-success p {
    padding-bottom: 30px;
  }
  .bg-success p br {
    display: none;
  }
  .bg-warning {
    padding: 35px 0px 15px;
  }
  .bottom-logo {
    margin-bottom: 15px;
  }
  .bottom-logo img {
    width: 270px;
  }
  .bottom-logo-sec .contact2 .fa {
    margin: 0px auto 10px;
  }
  .disclosure {
    padding-top: 25px;
  }
  .bottom-logo-sec {
    padding-bottom: 25px;
  }
  .bg-success {
    padding: 30px 0px;
  }
  .red-bg-sec {
    padding: 50px 15px 60px;
    height: auto;
    background-size: 1350px;
  }
  .lapTop {
    width: 288px;
    padding: 9px 39px 31px 44px;
    float: none;
    margin: 0 auto;
  }
  .our-mission {
    text-align: center;
  }
  .modal-body {
    padding: 10px 30px 30px;
  }
  .gotop-show {
    bottom: 30px;
    right: 15px;
  }
  /*inner css st*/
  .innerBanner {
    background-size: 1100px;
    min-height: 229px;
  }
  .innerBanner .textBox {
    padding: 125px 0px 45px 30px;
    background-size: 120px;
    background-position: right 90px;
  }
  .innerBanner h2 {
    font-size: 30px;
    text-align: center;
  }
  .privacy-policy {
    text-align: center;
  }
  .buisness-loan {
    height: 453px;
    padding-bottom: 40px;
    background-size: 800px;
    background-position: top center;
  }
  .gap-sec {
    padding: 100px 30px 0px 30px;
    text-align: center;
  }
  .loan-blue-sec h3 {
    padding-bottom: 15px;
  }
  .loan-blue-sec p {
    line-height: 20px;
    padding-bottom: 15px;
  }
  .group-loan {
    padding: 40px 40px;
    text-align: center;
  }
  .group-loan-left {
    padding-right: 0px;
    width: 100%;
  }
  .group-loan-right {
    width: 100%;
  }
  .group-loan ul li {
    padding-bottom: 15px;
    line-height: 20px;
    text-align: left;
  }
  .owners-sec {
    padding: 30px 0px 20px;
    text-align: center;
  }
  .group-loan h3 {
    padding-bottom: 22px;
    font-size: 22px;
    line-height: 24px;
  }
  .loan-blue-sec::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  .group-loan::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  .buisness-loan.relationships .gap-sec {
    padding: 200px 30px 0px 30px;
  }
  .buisness-loan.debt-relief-sec .gap-sec {
    padding: 150px 30px 0px 30px;
  }
  .group-loan.borrower-stories ul li {
    text-decoration: none;
    text-align: center;
  }
  .privacy-list {
    margin: 5px 0px 5px 15px;
  }
  .privacy-list li {
    text-align: left;
  }
  /*inner css nd*/
}
@media (max-width: 480px) {
  h2 {
    text-align: center;
  }
  .navbar-brand {
    padding: 15px 0px 0px 0px;
    width: 200px;
  }
  .navbar-toggle {
    margin-top: 34px;
  }
  .innerBanner .textBox {
    padding: 120px 0px 45px 30px;
    background-size: 150px;
    background-position: right 65px;
  }
  .contact2 {
    padding-left: 0px;
    margin-left: 0px;
    background-image: none;
    display: block !important;
    padding-top: 10px;
  }
  .our-mission {
    padding: 15px;
  }
  .our-mission p {
    line-height: 22px;
  }
  .bg-success p {
    padding-bottom: 30px;
    letter-spacing: 0px;
  }
  .modal-body p br {
    display: none;
  }
  /*inner css st*/
  .privacy-policy h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .privacy-policy p {
    line-height: 22px;
    padding-bottom: 20px;
  }
  .privacy-list {
    margin-left: 0px;
  }
  .privacy-list li {
    padding-left: 22px;
    padding-bottom: 10px;
  }
  .privacy-policy h5 {
    font-size: 16px;
  }
  .buisness-loan {
    height: auto;
    padding-bottom: 30px;
    background-size: 600px;
    background-position: top center;
  }
  .loan-blue-sec {
    padding: 30px 20px 20px;
  }
  .gap-sec {
    padding: 60px 15px 0px 15px;
  }
  .group-loan.personal-loan h3 {
    padding-bottom: 25px;
  }
  .group-loan.personal-loan h3 br {
    display: none;
  }
  .buisness-loan.relationships .gap-sec {
    padding: 100px 15px 0px 15px;
  }
  .buisness-loan.borrower-stories {
    height: 340px;
  }
  .group-loan {
    padding: 40px 16px 30px 25px;
    text-align: center;
  }
  /*inner css nd*/
}