/*
Theme Name: Dealstruck Theme
Author: Rahul Singh
Description: Dealstruck theme specially designed for Dealstruck Website.
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.form-with-sidebar{
	padding: 130px 0px;
}

.col-lg-4{
	background: #ffffff;
    border-right: 1px solid #d1d3dd;
    padding: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    background: #eee;
}
.container{
	border: 1px solid #d1d3dd;
    box-shadow: 0 2px 5px 0 rgba(9,10,13,.25);
}
.row{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.page-form-head{
	padding: 17px 20px 13px;
    border-bottom: 1px solid #d1d3dd;
}
.page-form-body {
    padding: 0 20px;
}
.page-form-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    color: #5a5e69;
}
.gsection_title{
	font-size: 15px;
margin: 30px 0 20px;
color: #5a5e69;
}
#gform_fields_14 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gfield_label{
	font-size: 11px;
line-height: 14px;
display: block;
width: 100%;
margin: 0;
text-transform: uppercase;
color: #6e717a;
}
.form-col-6{
	position: relative;
margin-top: -1px;
margin-left: -1px;
padding: 20px 15px;
cursor: inherit;
transition: background 250ms ease;
vertical-align: top;
border: 1px solid #dddddd;
background: #fff;
display: inline-block;
width: 49%;
}
.form-col-12{
	position: relative;
margin-top: -1px;
margin-left: -1px;
padding: 20px 15px;
cursor: inherit;
transition: background 250ms ease;
vertical-align: top;
border: 1px solid #dddddd;
background: #fff;
display: inline-block;
width: 99%;
}

.gfield1 {
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    padding: 20px 15px;
    cursor: inherit;
    transition: background 250ms ease;
    vertical-align: top;
    border: 1px solid #b9bcc6;
    background: #fff;
}

.page-form-select {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    height: 20px;
    max-height: none;
    padding: 0;
    padding-right: 30px;
    color: #30343c;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-appearance: none;
}

#gfield_description_14_64{
	    font-size: 14px;
    margin: -15px 0 20px;
    color: #5a5e69;
}
.web-btn{
	background-color: #f67334;
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 10px 15px 12px;
width: 138px;
text-align: center;
border-radius: 40px;
max-width: 100%;
	cursor: pointer;
margin-bottom: 50px;
margin-top: 25px;
border: none;
}
.form-control{
	font-size: 15px;
width: 100%;
height: 100%;
max-height: 20px;
padding: 0;
border: 1px solid transparent;
background-color: transparent;
}
#text-2, #text-3{
	padding: 20px 0;
    border-bottom: 1px solid #d1d3dd;
}
.textwidget ul{
	margin: 0;
    padding: 0 0 0 25px;
}
.textwidget ul li{
line-height: 24px;
    margin-bottom: 20px;
    color: #5a5e69;
}

body{
  font-size: 15px;
  line-height: 1.3;
  color:#323333;
    font-family: 'Open Sans', sans-serif;
}

iframe, video, svg{
  max-width: 100%;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.logo svg {
  height: 20px;
  width: 150px;
}

a{
  text-decoration: none;
  transition:all 0.2s ease-in-out;
}

ul, ol{
  padding-left: 15px;
}

p{
  margin: 15px 0;
  line-height: 1.4;
}

.center-wr{
  max-width: 990px;
  padding: 0 20px;
  margin: 0 auto;
}

.clearfix{
  clear: both;
}

.clearfix::after,
.clearfix::before{
  content: "";
  clear: both;
  display: block;
}

.text-center {
  text-align: center;
}

#main-content-wr {
  overflow: hidden;
  width: 100%;
}

#site-header {
  background-color: rgba(13, 55, 82, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 3;
  padding: 15px 0;
}

.admin-bar #site-header {
  top: 32px;
}

.logo {
  float: left;
  width: 175px;
  max-width: 100%;
  margin-top: 8px;
}

.header-right-widget {
  float: right;
  width: 275px;
  max-width: 100%;
  text-align: right;
}

.header-menu {
  float: left;
  width: calc(100% - 450px);
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
}

.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu ul.menu > li {
  display: inline-block;
}

.header-right-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-right-widget ul li {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.header-menu ul.menu > li {
  display: inline-block;
  margin-left: 18px;
}

.customer-success-section > .vc_col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.customer-success-section > .vc_col-sm-6:first-child {
  padding-left: 8px;
}

.customer-success-section > .vc_col-sm-6:last-child {
  padding-right: 8px;
}

.customer-success-section > .vc_col-sm-6 > .vc_column-inner {
  padding: 30px 30px 20px 30px !important;
  margin: 0 !important;
}

.business-loan-calc .dp-left {
  padding-left: 40px;
  padding-right: 30px;
}

.header-menu ul.menu > li:first-child {
  margin-left: 0;
}

.header-menu ul.menu > li a {
  color: #fff;
  font-size: 14px;
}

.header-menu ul.menu > li a:hover {
  color: #f67334;
}

.header-apply a {
  display: inline-block;
  background-color: #f67334;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px 12px;
  width: 138px;
  text-align: center;
  border-radius: 40px;
  max-width: 100%;
}

.header-apply a:hover{
  background-color: #df5c1d;
}

.header-phone {
  margin-right: 15px;
}

.header-phone a {
  background-image: url("images/phone-icon.png");
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 800;
  padding-left: 24px;
  min-height: 20px;
  background-position: left center;
  font-size: 14px;
}

.header-phone a:hover {
  text-decoration: underline;
}

#home-calculator #dp-calculator {
  width: 860px;
  margin: 0 auto;
}

.header-menu .menu > .menu-item-has-children {
  position: relative;
}

.header-menu .menu > .menu-item-has-children > a::after,
.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -12px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 10px;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu {
  display: none !important;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children {
  position: relative;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children > a::after {
  right: 0;
  top: 17px;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu {
  display: block !important;
}

.testmonials .bx-viewport {
  min-height: 190px;
}

.header-support {
  height: 70px;
}

.entry-title {
  margin: 40px 0 10px;
  font-size: 30px;
}

.privacy p {
  line-height: 1.7;
  font-size: 15px;
  text-align: justify;
}

.privacy h2 {
  margin: 30px 0 15px;
}

a.btn {
  display: inline-block;
  border: 2px solid #f77334;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0 25px;
  min-width: 130px;
  border-radius: 22px;
  line-height: 34px;
  color: #fff !important;
  background-color: #f77334;
  -o-transition: background-color 0.1s, border-color 0.1s, color 0.1s;
  transition: background-color 0.1s, border-color 0.1s, color 0.1s;
}

.btn.btn-outline {
  background-color: transparent;
}

.btn.btn-outline:hover {
  background-color: #f77334;
  color: #fff !important;
}

#expert_guidence .btn {
  margin-bottom: 15px;
  color: #f77334 !important;
}

#expert_guidence .btn:hover{
  color: #fff !important;
}

small {
  font-style: italic;
}

.question-and-call-h2 h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.question-and-call-h2 a {
  color: #fff !important;
}

.question-and-call-h2 a:hover {
  text-decoration: underline !important;
}

.question-and-call-h2 h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300 !important;
  font-family: 'Soho-Std-light';
  letter-spacing: 1px;
  margin-top: 20px;
}

.question-and-call-h2 h2 strong {
  font-family: 'Soho-Std-bold';
}

.page-video-row .page-content-columnn .vc_column-inner {
  padding-bottom: 70px;
}

.term-loan-applynow-button a {
  color: #fff;
  border-color: #f77334 !important;
  background-color: #f77334 !important;
  padding: 10px 15px !important;
}

#how-we-can-help > .wpb_column > .vc_column-inner .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

#how-we-can-help > .wpb_column > .vc_column-inner {
  padding-bottom: 70px;
}

.choose-dealtruck-sub-description p {
  margin-top: 0;
  color: #0c2a42;
  font-size: 15px;
}

#two-columns-center > .vc_col-sm-4 {
  float: none;
  display: inline-block;
}

#two-columns-center {
  text-align: center;
}

#new-york-3-step-col .vc_col-sm-3 {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.exper_guidence_cols .vc_column_container.vc_col-sm-3 .vc_column-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 28px;
  position: relative;
  height: 100%;
  z-index: 1;
}

.exper_guidence_cols .vc_column_container.vc_col-sm-3 {
  position: relative;
  float: left;
  text-align: left;
  margin-bottom: 40px;
}

.exper_guidence_cols .vc_column_container.vc_col-sm-3 .vc_column-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 28px;
  position: relative;
  height: 100%;
  z-index: 1;
}

.exper_guidence_row h3 {
  margin-top: 0;
}

.exper_guidence_row ul {
  padding-left: 18px;
  min-height: 100px;
}

.exper_guidence_row ul li {
  list-style: none;
  line-height: 25px;
  font-size: 13px;
}

.exper_guidence_row li::before {
  content: '\f00c';
  font-family: "FontAwesome";
  display: inline-block;
  width: 22px;
  margin-left: -16px;
  color: #bfbfbf;
}

#new-york-3-step-col .vc_col-sm-3 {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.exper_guidence_row h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Soho-Std-light';
}

.exper_guidence_cols .vc_column_container.vc_col-sm-3::after {
  content: " ";
  display: inline-block;
  background-color: #d1dde6;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
}

.Initial_offer_col .vc_column-inner {
  min-height: 270px;
}

.underwriting_col .vc_column-inner {
  min-height: 250px;
}

.funding_col .vc_column-inner {
  min-height: 230px;
}

.usaHtml5Mapbottom text {
  text-transform: uppercase;
  font-size: 7px !important;
}

.usaHtml5Mapbottom text.florida, .usaHtml5Mapbottom text.louisiana, .usaHtml5Mapbottom text.south-carolina {
  font-size: 3.5px !important;
}

.usaHtml5Mapbottom text.california, .usaHtml5Mapbottom text.minnesota, .usaHtml5Mapbottom text.arkansas, .usaHtml5Mapbottom text.alabama, .usaHtml5Mapbottom text.wisconsin, .usaHtml5Mapbottom text.north-carolina, .usaHtml5Mapbottom text.new-york {
  font-size: 5px !important;
}

.usaHtml5Mapbottom text.washington, .usaHtml5Mapbottom text.north-dakota, .usaHtml5Mapbottom text.south-dakota, .usaHtml5Mapbottom text.kentucky, .usaHtml5Mapbottom text.pennsylvania, .usaHtml5Mapbottom text.virginia, .usaHtml5Mapbottom text.georgia {
  font-size: 6px !important;
}

.usaHtml5Mapbottom text.idaho, .usaHtml5Mapbottom text.tennessee{
  font-size: 8px !important;
}

text.orange-text {
  fill: #ffa77f;
}

.loan-new-section h2 {
  color: #0d3752;
  font-weight: 700;
  font-size: 25px !important;
  margin-top: 0;
  margin-bottom: 10px;
}

.loan-new-section h3 {
  font-weight: bold;
  font-size: 23px;
  color: #0d3752;
  margin-top: 4px;
  display: inline-block;
  border-top: 2px solid #4fa6eb;
  padding-top: 13px;
}

.loan-new-section .wpb_text_column p, .loan-new-section li {
  font-size: 17px !important;
  color: #2f3031;
  font-weight: 500;
  line-height: 25px;
}

.ebay-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.ebay-ul > li {
  margin-bottom: 15px;
  padding-left: 30px;
  background-image: url('images/bullets.png');
  background-repeat: no-repeat;
  background-position: left 3px;
  list-style: none;
}

.btn.blue-btn {
  font-size: 16.3px;
  font-weight: bold;
  background-color: #0d3752 !important;
  border-color: #0d3752 !important;
  padding: 5px 20px !important;
}

.btn.blue-btn:hover {
  color: #0d3752 !important;
  background-color: #fff !important;
}

#testimonial-wrapper {
  background-image: url('images/backimg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
}

#testimonial-wrapper .wpb_content_element {
  margin: 0;
  padding: 45px 0 60px;
  position: relative;
}

#testimonial-wrapper .wpb_content_element::before, #testimonial-wrapper .wpb_content_element::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url('images/quote.png');
  background-repeat: no-repeat;
  background-size: 70px auto;
  position: absolute;
  top: 25px;
  left: 0;
}

#testimonial-wrapper .wpb_content_element::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
}

#testimonial-wrapper .wpb_content_element p {
  color: #fff;
  font-size: 19px;
  text-align: center;
  font-family: 'Soho-Std-medium';
  margin: 0 auto !important;
  line-height: 1.5;
  padding: 0 80px;
}

#rates-terms-wr {
  height: auto;
}

.rates-terms-inner {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px;
}

.rates-terms-inner h2.vc_custom_heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 27px !important;
  font-weight: 600;
}

#hover-box {
  position: relative;
}

.drop-hover {
  display: block;
  border: 1px solid #ccc;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
}

.drop-hover::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: #ccc transparent transparent transparent;
}

.city-dropdown {
  list-style: none;
  border: 1px solid #ccc;
  padding: 7px 10px;
  border-radius: 5px;
  border-top: none;
  display: none;
  height: 320px;
  overflow: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
}

#hover-box:hover .city-dropdown {
  display: block;
}

.city-dropdown > li > a {
  color: #23527c;
  font-size: 14px;
  display: block;
}

.city-dropdown > li > a:hover {
  font-weight: bold;
}

.rates-terms-inner h4.vc_custom_heading {
  margin-top: -5px;
  margin-bottom: 20px;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-family: open sans;
  font-size: 18px;
}

.rates-terms-inner h4 + .wpb_raw_html {
  margin: 0;
  padding: 0 60px;
}

.rates-terms-inner .inputs-group__list {
  width: 50%;
  float: left;
}

.button-wrapper {
  clear: both;
  text-align: center;
}

#_form_16_ select {
    background-image: url(images/dropdown-arrow.png);
    appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form-text {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.form-text a {
  color: #000;
}

body.single-landing_page {
  background: linear-gradient(-33deg, #225578 10%, #184260 37%, #011728 100%);
}

.header-number {
  float: right;
  color: rgb(247,115,52);
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
}

#site-header.single-landing-header {
  position: static;
  border-bottom: 10px solid #194363;
  padding: 20px 0;
}

.single-landing-header .logo {
  margin-top: 0;
}

#site-footer.single-landing-footer {
  background-color: #234969;
  padding: 30px 0 25px;
}

#site-footer.single-landing-footer p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
}

#site-footer.single-landing-footer .footer-left {
  max-width: 200px;
  text-align: right;
}

.more-post-h3 {
  text-align: center;
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 4px;
  margin: 50px 0 20px;
}

.more-post-h3 span {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding-bottom: 28px;
}

.more-post-h3 span::after {
  display: block;
  position: absolute;
  content: "";
  height: 8px;
  width: 75%;
  background-color: #f67334;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#user-profile-post-wr {
  background-color: #f6f6f6;
  padding: 30px;
}

#user-profile-post-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-profile-post-li {
  margin-top: 32px;
}

.user-profile-post-li:first-child {
  margin-top: 0;
}

.user-profile-post-li::after, .user-profile-post-li::before {
  content: "";
  display: block;
  clear: both;
}

.user-profile-img-left {
  float: left;
  width: 280px;
  height: 200px;
  position: relative;
  background-color: #ebebeb;
}

.user-profile-img-left img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.user-profile-content-right {
  float: right;
  width: calc(100% - 295px);
}

.user-profile-title {
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 1.3;
}

.user-profile-title a {
  color: #262626;
}

.user-profile-cat {
  margin-bottom: 15px;
}

.user-profile-cat a {
  font-size: 18px;
  color: #f67334;
  text-transform: uppercase;
  font-weight: 600;
}

.user-profile-cont {
  font-size: 18px;
  color: #262626;
  font-weight: 400;
  line-height: 1.6;
}

.user-profile-cont .readmore {
  color: #262626;
  font-style: italic;
}

#back-to-resource {
  margin-top: 30px;
}

#back-to-resource a {
  color: #2e2e2e;
  font-size: 17px;
  font-style: italic;
  text-decoration: underline !important;
}

.author-profile-email a {
  display: inline-block;
  background-image: url(images/user-email-icon.png);
  font-size: 18px;
  color: #262626;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 24px;
}

.wrong-path {
  margin-top: 165px;
  margin-bottom: 95px;
}

.casestudy_entry {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  max-height: 2000px;
}

body.page-template-template-success div.site-inner-2 .wrap {
  padding-bottom: 25px;
}

.casestudy_entry_details, .casestudy_thumbs {
  float: left;
}

.casestudy_thumbs {
  width: 48%;
  margin-right: 2%;
  text-align: center;
}

.casestudy_entry_details {
  width: 50%;
}

body.page-template-template-success .site-inner-2 div.casestudy_entry_details .casestudy-entry-title {
  font-size: 33px;
  font-weight: 300;
}

body.page-template-template-success .site-inner-2 div.casestudy_entry_details .casestudy-entry-title span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

body.page-template-template-success .site-inner-2 div.casestudy_entry_details .first-entry-title {
  font-size: 24px;
  font-weight: 200;
  font-style: italic;
}

.other-details {
  margin-bottom: 10px;
}

.casestudy_entry_details .entry-title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
  color: #234969;
}

.list-circle-tick {
  list-style: none;
  padding: 0;
}

.page-template-template-success ul.list-circle-tick li {
  list-style: none;
  list-style-image: url(images/case_studies/icon-cs-greencheck.svg);
  margin-left: 20px;
}

.casestudy_entry:nth-child(2n) {
  background: #F1F5F8;
}

.other-details + .btn_orange {
  margin-top: 20px;
}

.pagination.center-wr {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}

.page-template-template-success .pagination span {
  background: #f77334;
  display: inline-block;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  margin-right: 13px;
}

.page-template-template-success .pagination a {
  background: #fff;
  display: inline-block;
  border: 1px solid #aaa;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 13px;
}

.content-container {
  margin-top: 100px;
}

body.single-case_study div.casestudy_headings h1 {
  font-weight: 100;
  font-size: 50px;
  color: #23527c;
  margin-bottom: 35px;
}

body.single-case_study div.casestudy_headings h2 {
  font-weight: 100;
  font-size: 30px;
  margin-top: -10px;
  color: #23527c;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.casestudy_postinfo {
  overflow: hidden;
  max-width: 670px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 25px;
}

body.single-case_study ul.main-style {
  border-color: #bfbfbf;
}

.main-style, .list-none {
  padding: 0;
  list-style: none;
}

.main-style::after{
  content: '';
  display: block;
  clear: both;
}

.main-style > li {
  float: left;
  padding: 0 15px;
  width: 33.3%;
}

.main-style > li > h4 {
  margin: 10px 0;
}

ul.main-style li ul li {
  font-size: 13px;
  font-weight: 300;
}

body.single-case_study ul i {
  padding: 3px;
}

body.single-case_study ul.list-tick i {
  color: #F5733E;
}

body.single-case_study ul.list-circle-tick i {
  color: #47CF57;
}

.list-tick {
  list-style: none;
  padding: 0;
}

.owner-info {
  list-style: none;
  padding: 0;
}

.bottom-content::after {
  content: '';
  display: block;
  clear: both;
}

.sidearea-custom {
  float: right;
  width: 25%;
  padding: 0 15px;
  margin-top: 25px;
}

.contentarea-custom {
  width: 75%;
  padding: 10px 15px 0 0;
}

.ah_nextlink {
  padding: 30px 0;
  display: flex;
}

.ah_nextlink a {
  font-weight: 100;
  color: #000;
  font-style: italic;
  font-size: 16px;
  margin-right: 5px;
  line-height: 1.5;
}

.ah_nextlink a:hover{
  color: #23527c;
}

.link_right {
  margin-left: 50px;
}

.link_left > img {
  transform: rotate(180deg);
  position: relative;
  left: -5px;
  top: -3px;
}

.casestudy_thumbs_200 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

.page-template-template-press .who-we-do {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 210px;
}

.who-we-do .header-inner > h1 {
  color: #fff;
  font-size: 42px;
}

.who-we-do .header-inner > h3 {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 30px;
}

.mission-vision {
  position: relative;
  overflow: hidden;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.press-snippet-area .vcenter-md > h2 {
  visibility: hidden;
  text-indent: -5000px;
}

.press-snippet-area .vcenter-md {
  width: 33.3%;
  float: left;
  padding: 0 25px 20px 30px;
  position: relative;
}

.press-snippet-area .vcenter-md::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}

.press-snippet-area .vcenter-md:last-child {
  padding-right: 15px;
}

.press-snippet-area .vcenter-md:last-child::after {
  display: none;
}

.press-snippet-area .vcenter-md > p {
  min-height: 225px;
  font-style: italic;
  font-weight: 300;
}

.press-snippet-area .vcenter-md > span {
  display: block;
  text-align: right;
}

.press-snippet-area .vcenter-md > span > a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.mission-vision-em, .press-releases em{
  display: block;
  margin: 30px 0 60px;
}

.mission-vision-em > a, .press-releases em > a{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.press-releases {
  padding-top: 50px;
  min-height: 400px;
}

.press-releases h1 {
  text-align: center;
  margin-bottom: 45px;
  font-weight: 300;
  color: #23527c;
  font-size: 40px;
}

.press-releases .col-lg-3 {
  width: 25%;
  padding: 0 15px;
  float: left;
}

.press-releases .col-lg-3 > h3 {
  line-height: 1.2;
  font-size: 15px;
  border-top: 2px solid #f77334;
  padding-top: 20px;
}

#main-content-wr .pre-footer {
  background-color: #0D2E49;
  padding: 25px 0;
  border-bottom: 1px dashed #fff;
}

#main-content-wr .pre-footer .press-bottom-content {
  margin: 0;
  color: #fff;
  padding-top: 10px;
}

#main-content-wr .pre-footer .press-bottom-content > span {
  display: inline-block;
  margin-left: 45px;
}

#main-content-wr .pre-footer .press-bottom-content > span > a{
  color: #fff;
}

#main-content-wr.press-main-cont {
  margin-top: 120px;
}

#news-post-con-wr.post-container::after {
  content: '';
  display: block;
  clear: both;
}

.press-main-cont #news-post-con-wr > article {
  width: 65%;
  float: left;
  margin-bottom: 30px;
}

.press-main-cont #news-post-con-wr > .sidebar {
  max-width: 280px;
  float: right;
  margin-left: 25px;
}

.press-main-cont .entry-title {
  margin-top: 0;
}

.press-main-cont .entry-meta {
  color: #000;
  font-weight: bold;
}

.press-main-cont #nav-below.navigation > div {
  float: left;
  width: 50%;
}

.press-main-cont #nav-below.navigation > .nav-next {
  text-align: right;
  float: right;
}

div.e2ma_signup_form {
  padding: 25px 20px;
  background-color: #f2f9ff;
  border: 1px solid #67859d;
  border-radius: 8px;
  text-align: center;
  max-width: 310px;
  width: 280px;
  height: 290px;
}

div.e2ma_signup_form .e2ma_signup_message {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

div.e2ma_signup_form input {
  box-shadow: 0 1px 3px #EEE;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #DDD;
  border-radius: 8px;
  color: #999;
  font-size: 16px;
  padding: 9px 12px;
  width: 100%;
  margin-bottom: 20px;
}

div.e2ma_signup_form input:focus {
  outline: none;
  box-shadow: inset 0 2px 1px 0 #1c4160;
  border: 1px solid #fff;
}

.e2ma_signup_form_row .e2ma_signup_form_label, .e2ma_signup_form_required_footnote,
.e2ma_signup_form_button_row #e2ma_signup_reset_button{
  display: none;
}

div.e2ma_signup_form input[type="submit"] {
  border: 2px solid #f77334;
  border-radius: 22px;
  color: #fff;
  display: block;
  line-height: 34px;
  max-width: 130px;
  padding: 0 25px;
  background-color: #f77334;
  height: 35px;
  text-transform: none;
  cursor: pointer;
  margin: 0 auto;
}

div.e2ma_signup_form input[type="submit"]:hover{
  opacity: .7;
}

#news-post-con-wr .sidebar h2.widgettitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  text-transform: none;
  font-weight: 100;
  font-size: 20px !important;
  font-family: inherit;
  margin-top: 60px;
  line-height: 1.1 !important;
  margin-bottom: 15px;
}

.widget_recent_entries ul {
  list-style: none;
  padding: 0;
}

#news-post-con-wr .widget_recent_entries ul > li {
  margin-bottom: 20px;
}

#main-content-wr.archive-template {
  margin-top: 120px;
  margin-bottom: 60px;
}

#main-content-wr.archive-template .entry {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

#main-content-wr.archive-template .latest_newst_entry {
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#main-content-wr.archive-template .entry-title, 
#main-content-wr.archive-template .entry-content {
  margin: 0;
  color: #333;
  font-weight: 300;
}

#main-content-wr.archive-template .entry-content {
  margin-bottom: 20px;
}

#main-content-wr.archive-template .col-sm-8 {
  width: 66.6%;
  padding: 0 15px;
}

#main-content-wr.archive-template .wp-post-image {
  margin-bottom: 20px;
}

.page-template-product-page #prod-header {
  background-image: url('images/hero-bg.jpg');
  padding-top: 150px;
  padding-bottom: 100px;
}

.page-template-product-page #prod-header h1, .page-template-product-page #prod-header h3 {
  color: #fff;
  text-align: center;
}

.page-template-product-page #prod-header h3 {
  margin-top: 25px;
}

.area-container.desktopHide {
  display: none;
}

.page-template-product-page nav.product-nav {
  min-height: 70px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  border: solid 1px #cecece;
}

nav.product-nav .nav-option::after {
  content: '';
  display: block;
  clear: both;
}

.page-template-product-page nav.product-nav .nav-option {
  margin-top: 21px;
  font-size: 16px;
  color: #234969;
  font-weight: 600;
  width: 33.3%;
  float: left;
  padding: 0 15px;
}

.page-template-product-page nav.product-nav .nav-option a.active {
  border-bottom: 5px solid #f77334;
  font-weight: 700;
  color: #23527c;
}

.page-template-product-page nav.product-nav .nav-option a {
  padding: 25px 15px;
  cursor: pointer;
  color: #333;
  font-weight: normal;
}

.page-template-product-page nav.product-nav .nav-option a:hover {
  border-bottom: 5px solid #f77334;
  font-weight: 700;
  color: #23527c;
}

.slick-container .product-area::after {
  content: '';
  display: block;
  clear: both;
}

.slick-container .product-area > div {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.page-template-product-page .area-container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.slick-container .product-area ul {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}

.slick-container .product-area ul > li {
  color: #2e2e2e;
  line-height: 1.6;
  background-image: url('images/icon-check.svg');
  padding-left: 70px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  min-height: 33px;
  background-position: center left;
  margin-top: 15px;
}

.page-template-product-page .calc-wrapper .calculator-container {
  margin-top: 0;
}

.calc-wrapper .calc-header {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.calc-wrapper .calcDisclaimer {
  font-size: 8px !important;
}

.calc-wrapper #chartdiv + .btn {
  display: none !important;
}

.page-template-product-page div.left-arrow i {
  position: relative;
  left: 80px;
  cursor: pointer;
  color: #f77334;
  top: 315px;
}

.page-template-product-page div.right-arrow i {
  float: right;
  color: #f77334;
  cursor: pointer;
  top: -550px;
  position: relative;
  right: 80px;
}

.slick-container .product-area > div:not(.calc-wrapper) {
  margin-top: 40px;
}

.page-template-product-page .background-slant {
  background-image: url(images/features-bg-slant.png);
  background-size: cover;
  min-height: 200px;
  background-position: center;
  margin-top: -180px;
}

.page-template-product-page .why-choose {
  background-color: #d5e8f1;
}

.page-template-product-page .why-choose h2 {
  color: #2e2e2e;
  margin-bottom: 60px;
  text-align: center;
}

.page-template-product-page .why-choose .choose-callout {
  width: 33.3%;
  float: left;
  padding: 0 15px;
  min-height: 150px;
  margin-bottom: 50px;
}

.page-template-product-page .why-choose .row::after {
  content: '';
  display: block;
  clear: both;
}

.page-template-product-page .why-choose .choose-callout h5 {
  font-weight: 400;
  font-size: 18px;
  color: #0c2a42;
  padding-bottom: 15px;
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  padding-top: 10px;
}

.page-template-product-page .why-choose .choose-callout img {
  min-height: 45px;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  object-fit: contain;
  max-height: 45px;
}

.page-template-product-page .why-choose .choose-callout p {
  color: #2e2e2e;
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-product-page .requirements {
  background-color: #0c2a42;
  color: #fff;
}

.page-template-product-page .requirements h2 {
  margin-top: 0;
  text-align: center;
  padding-top: 40px;
}

.page-template-product-page .requirements .col-sm-4 {
  text-align: center;
  padding: 70px 35px;
  float: left;
  width: 33.3%;
}

.page-template-product-page .requirements > .container::after {
  content: '';
  display: block;
  clear: both;
}

.page-template-product-page .requirements p.orange {
  font-size: 19px;
  color: #f77334;
  font-weight: 600;
}

.page-template-product-page .requirements p {
  color: #fff;
}

.page-template-product-page .accomplish {
  background-image: url(images/img-woman-laptop.jpg);
  background-size: contain;
  background-position: right;
  min-height: 500px;
  background-repeat: no-repeat;
  background-color: #ECF4F7;
}

.page-template-product-page .accomplish .col-sm-6 {
  padding-top: 70px;
  width: 50%;
}

.page-template-product-page .accomplish h2 {
  text-align: left;
  font-size: 26px;
}

.page-template-product-page .accomplish p {
  color: #2e2e2e;
  padding: 10px 0;
  padding-right: 200px;
}

.page-template-product-page .pre-footer {
  background-color: #0c2a42;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-template-product-page .pre-footer h2, 
.page-template-product-page .pre-footer h2 > a {
  color: #fff;
}

.calc-wrapper #line-credit-calc .draw-number-container .color-square {
  display: none;
}

.calc-wrapper.content-and-calculator-row .calculator {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.page-template-product-page .area-container p.monthlyPaymentAsset {
  font-size: 60px;
  margin-top: 26px;
}

body.page-template-thankyou-page {
  background: linear-gradient(-33deg, #225578 10%, #184260 37%, #011728 100%);
  display: flex;
  height: 100vh;
  -webkit-flex-direction: column;
}

.page-template-thankyou-page #main-content-wr {
  flex: 1 0 auto;
}

.page-template-thankyou-page #main-content-wr > div {
  padding-top: 55px;
  padding-bottom: 55px;
}

.page-template-thankyou-page #main-content-wr p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.page-template-thankyou-page #main-content-wr p .orange {
  color: rgb(247,115,52);
  font-weight: 600;
  font-size: 32px;
}

body.page-template-thankyou-page #text-2 {
  display: none;
}

.page-template-thankyou-page #site-footer.single-landing-footer .footer-left {
  text-align: left;
}

.page-template-thankyou-page .header-number {
  color: #fff;
}

.header-number .orange{
  color: rgb(247,115,52);
  font-weight: 600;
}

.footer-faq > a {
  color: #fff !important;
  font-weight: bold;
}

.uses-list ul {
  padding: 0;
}

.customer-success-section > .vc_col-sm-6 > .vc_column-inner a:hover {
  text-decoration: underline;
}

.profile-form-top-title {
  text-transform: capitalize;
}

#header-profile-container{
  padding: 0 20px;
}

.author-profile-email a:hover,
.user-profile-title a:hover,
#back-to-resource a:hover {
  color: #f67334;
}

#_form_8_ ._submit:hover {
  background: #e86526 !important;
}

.user-profile-cat a:hover,
.user-profile-cont .readmore:hover{
  text-decoration: underline;
}

#_form_16_ ._submit {
  font-size: 19px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.flexi-cust-wr .vc_col-sm-9 p {
  margin-top: 0;
}

.contact-page-add p {
  font-size: 18px;
  color: #000;
}

.contact-page-sub-head p {
  color: #000;
  font-size: 15px;
}

.main-grid ul#grid.grid {
  margin-left: -15px;
}

.main-grid ul#grid.grid > .col-sm-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.terms-container ul {
  list-style: none;
  padding: 0;
}

#news-post-con-wr {
  padding-bottom: 30px;
}

#_form_24_ {
  margin-top: 7px;
}

.our_signup_form_row ._field-wrapper ::placeholder, .our_signup_form_row ._field-wrapper input, .our_signup_form_row ._field-wrapper select {
  color: #fff !important;
  opacity: 1;
}

#dp-limit-slider .ui-slider-handle:focus, #dp-period-slider .ui-slider-handle:focus{
  outline: none;
}

.wp-caption.alignnone {
  max-width: 100%;
}

.our_signup_form_row h3, .our_signup_form_row h5 {
  color: #fff;
  margin-bottom: 15px;
}

.our_signup_form_row h5 {
  margin-bottom: 30px;
}

.alignleft {
  float: left;
  padding: 5px 5px 5px 0;
}

.alignright {
  float: right;
  padding: 5px 0 5px 5px;
}

table.tablepress {
  width: 100%;
}

body.single-case_study div.sidearea-custom .casestudy_thumbs_200 {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 200px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

body.single-latest_news #news-post-con-wr > article ul {
  padding: 0;
  list-style: none;
}

body.single-latest_news #news-post-con-wr > article ul > li {
  margin-bottom: 10px;
}

video.home-video {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

video.home-video:focus {
    outline: none;
}

#footer-lower-row .col-md-6.col-sm-6 {
  float: left;
}

#footer-lower-row .col-md-4.col-sm-4 {
  float: right;
  width: auto;
}

#footer-lower-row .col-md-6.col-sm-6 .bottom-links {
  padding-left: 0;
}

#site-footer .col-md-4 {
  padding: 0;
}

.page-id-13277 #site-header {
  background-color: #0d3752;
}

#testimonial-main-wrapper {
  margin-top: 70px;
  min-height: 510px;
}

#testimonial-main-wrapper h1.border-bottom-head {
  font-family: 'Soho-Std-bold' !important;
  font-size: 53.49px !important;
  margin-top: 55px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

#testimonial-main-wrapper h1.border-bottom-head::after {
  display: none;
}

#testimonial-main-wrapper h2.custom-heading-sub-title {
  font-size: 22px !important;
  font-weight: 400 !important;
}

#testimonial-head {
  text-align: center;
  background-color: #0d3752;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

#testimonial-head > h2 {
  font-size: 27px !important;
}

.reviews-slider-wrapper {
  background-color: #ebebeb;
  margin-top: 35px;
}

.reviews-slider-wrapper .bx-wrapper {
  margin: 0 auto;
  background: none;
  box-shadow: none;
}

.reviews-slider-wrapper .bx-wrapper > .bx-viewport {
  height: auto !important;
}

.reviews-slider-list {
  background-color: #fff;
  padding: 30px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.17);
}

.reviews-slider-list .slider-para > p {
  margin: 0;
  color: #3d5f75;
  font-size: 16px;
  font-family: 'Soho-Std-light';
  font-weight: normal;
  height: 112px;
  overflow: hidden;
}

.reviews-slider-list .slider-para > .toggle-span {
  display: block;
  margin-top: 5px;
}

.reviews-slider-wrapper .bx-wrapper > .bx-viewport > div > .wpb_raw_code {
  margin-bottom: 0;
}

.slider-bottom-section {
  margin-top: 30px;
}

.slider-bottom-section::after {
  content: '';
  display: block;
  clear: both;
}

.slider-bottom-section > strong {
  color: #3d5f75;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.slider-bottom-section > .reviws-star {
  float: right;
  width: 108px;
  height: 22px;
  background-image: url('images/google-stars.png');
  background-repeat: no-repeat;
  background-position: center;
}

.reviews-slider-wrapper .bx-pager {
  display: none;
}

.reviews-slider-wrapper .bx-controls-direction > a {
  width: 38px !important;
  height: 78px !important;
  margin-top: 0 !important;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center !important;
  z-index: 1 !important;
}

.reviews-slider-wrapper .bx-controls-direction > .bx-prev {
  background-image: url('images/left-arrow.png');
  left: -50px;
}

.reviews-slider-wrapper .bx-controls-direction > .bx-next {
  background-image: url('images/right-arrow.png');
  right: -50px;
}

.reviews-slider-wrapper .bx-controls-direction > .bx-prev:hover,
.reviews-slider-wrapper .bx-controls-direction > .bx-next:hover {
  background-color: #fff !important;
}

#trustpilot-reviews .slider-head {
  color: #3d5f75;
  font-family: 'Soho-Std-bold';
  font-size: 16px;
  margin-bottom: 10px;
}

#trustpilot-reviews .reviws-star {
  background-image: url('images/trustpilot-stars.png');
}

#success-stories {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#success-stories h3 {
  font-size: 22px;
  color: #0d2f4a;
}

#success-stories h3 > a {
  font-size: 20px;
  font-family: 'Soho-Std-light';
  color: #0d2f4a;
  text-decoration: underline;
}

#testimonial-last {
  padding-top: 5px;
  padding-bottom: 15px;
}

#testimonial-last .vc_custom_heading {
  font-size: 22px;
  color: #0d2f4a;
  font-family: ;
  margin-bottom: 30px;
}

#testimonial-last .term-loan-applynow-button a {
  color: #fff;
  font-family: open sans;
  font-size: 18.84px;
  padding: 14px 38px !important;
  background: #f67334 !important;
}

#testimonial-last .term-loan-applynow-button a:hover {
  background: #f07032 !important;
}

.slider-para .more-text{
    display: none;
}

.slider-para > span > a {
  color: #3d5f75;
  text-decoration: underline;
}

.read-less-btn {
  display: none;
}

.reviews-slider-list > .slider-para.active > p {
  height: auto;
}

.slider-para.active .read-more-btn {
  display: none;
}

.slider-para.active .read-less-btn {
  display: inline-block;
}

.slider-para.active .more-text {
  display: inline;
}

#google-slider-wrapper .reviews-slider-list {
  min-height: 238px;
}

#trustpilot-slider-wrapper .slider-para .toggle-span {
  margin-top: 30px;
}

#trustpilot-slider-wrapper .reviews-slider-list .slider-head {
  min-height: 42px;
}

#trustpilot-slider-wrapper .reviews-slider-list {
  min-height: 315px;
}

#success-stories h3 > a:hover {
  color: #df5c1d;
}

@media screen and (max-width: 1199px){

  .press-main-cont #news-post-con-wr > article {
    width: calc(100% - 310px);
  }

  #news-post-con-wr .sidebar h2.widgettitle {
    margin-top: 30px;
  }

  .page-template-product-page nav.product-nav .nav-option {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-template-product-page div.left-arrow i {
    z-index: 999;
    left: 30px;
  }

  .page-template-product-page div.right-arrow i {
    right: 30px;
    z-index: 999;
  }

}

@media screen and (max-width: 1050px){

  .rates-terms-inner h4 + .wpb_raw_html {
    padding: 0 10px;
  }

  .rates-terms-inner .inputs-group__list {
    width: auto;
    float: none;
  }

  .page-template-product-page div.left-arrow i {
  left: 5px;
  }

  .page-template-product-page div.right-arrow i {
  right: 5px;
  }

}

@media screen and (max-width: 991px){

.our_cm_text_col p {
  max-width: none;
}

.our_mission_row .vc_column-inner {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#business-loan-fixed-wr.faq-main-section {
  min-height: auto;
}

#faq-main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-heading-section {
  display: none;
}

.faq-main-section #business-loan-fixed-ul {
  float: none !important;
  width: 100% !important;
  text-align: left;
}

.faq-main-section.active--sticky #business-loan-fixed-ul {
  margin-top: 0;
}

div.faq-main-section #business-loan-fixed-ul > li {
  margin: 10px 0 !important;
}

.faq-main-section #business-loan-fixed-ul > li > a {
  font-size: 14px;
}

.faq-main-section.active--sticky #business-loan-fixed-btn {
  display: none !important;
}

#business-loan-fixed-wr.faq-main-section {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-column {
  padding-left: 20px !important;
}

#resource-content-right .post-title {
  max-width: 100%;
}

.reviews-slider-wrapper .bx-wrapper {
  width: calc(100% - 100px);
  margin: 0 auto;
}

#success-stories h3 > a {
  display: block;
}

#google-slider-wrapper .reviews-slider-list,
#trustpilot-slider-wrapper .reviews-slider-list {
  min-height: auto;
}

#trustpilot-slider-wrapper .reviews-slider-list .slider-head {
  min-height: auto;
}

#trustpilot-slider-wrapper .slider-para .toggle-span {
  margin-top: 5px;
}

}


@media screen and (max-width: 979px){

  .header-support {
    height: 60px;
  }

  #inv-top-row .vc_col-sm-6 {
    width: 100%;
  }

  #line-credit-calc div.slider-row span.calendar {
    right: 35px;
  }

  #inv-top-row .success-story-description-content {
    margin-bottom: 0;
  }

  #inv-top-row .vc_col-sm-6:last-child > .vc_column-inner {
    padding-top: 15px;
  }

  #how-we-can-help > .wpb_column > .vc_column-inner {
    padding: 20px 0;
  }

  #why-choose-dealstruck .vc_custom_heading {
    padding-top: 10px !important;
  }

  #how-we-can-help > .wpb_column > .vc_column-inner .wpb_text_column {
    margin-bottom: 0 !important;
  }

  #how-we-can-help > .wpb_column > .vc_column-inner p {
    font-size: 14px;
    margin-top: 0;
  }

  .header-menu,
  .header-right-widget {
    display: none;
  }

  #mobile-nav-btn,
  #mobie-top-btn-box,
  #mobile-menu-box {
    display: block !important;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1532415754540.vc_row-has-fill {
    padding-left: 20px;
    padding-right: 20px;
  }

  #small-business-row.business-loan-wrapper .small-business-blue-box {
    top: 0;
    width: auto;
    left: 0;
    margin: 0;
    padding: 0;
  }

  .wpb_text_column.wpb_content_element.buiss_page_cal_text_box {
    width: auto;
    float: left;
    left: 0;
    margin-top: 20px;
  }

  #mcwWrap {
    margin-top: 0;
  }

  .wpb_text_column.wpb_content_element.vc_custom_1566390198393.brokersignups-foruth-row-culomn-sub-content {
    margin-bottom: 10px;
  }

  .logo {
    margin-top: 5px;
  }

  #home-3-row > .vc_col-sm-4:first-child + .vc_col-sm-4 > .vc_column-inner,
  #home-3-row > .vc_col-sm-4:last-child > .vc_column-inner {
    padding-left: 15px;
  }

  #home-3-row > .vc_col-sm-4:first-child, #home-3-row > .vc_col-sm-4:last-child,
  #home-3-row > .vc_col-sm-4:first-child + .vc_col-sm-4 {
    width: 33.33333333%;
  }

  #home-3-row > .vc_col-sm-4 .wpb_single_image {
    position: relative;
    transform: none;
    text-align: center;
    top: 0;
    margin-bottom: 10px;
  }

  #home-3-row > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 0;
    text-align: center;
  }

  #home-3-row > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .vc_custom_heading {
    text-align: center !important;
  }

  #home-funding-row > .vc_col-sm-3 {
    display: none;
  }

  #home-funding-row > .vc_col-sm-9 {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
  }

  #home-funding-inner > .vc_col-sm-6 {
    width: calc(50% - 30px);
    margin: 0 15px !important;
    float: left;
  }

  #home-funding-row > .vc_col-sm-9 .vc_custom_heading {
    text-align: center !important;
  }

  .home-speak-content {
    text-align: left;
    display: inline-block;
  }

  .grey-ul ul {
    text-align: left;
  }

  #home-steps .vc_col-sm-4 {
    width: calc(33.33333333% - 20px);
    margin: 0 10px;
  }

  #home-steps {
    margin-left: -10px;
    margin-right: -10px;
  }

  #site-header {
    position: absolute;
  }

  #mobile-menu-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #345a78;
    transition: all 0.5s cubic-bezier(.77,.2,.05,1);
    z-index: 1;
    top: -600px;
    opacity: 0;
  }

  #mobile-nav-btn{
    z-index: 2;
  }

  #mobie-top-btn-box {
    float: none;
    width: auto;
    text-align: left;
    padding: 10px 20px;
  }

  #mobie-bottom-menu .menu {
    list-style-type: none;
    padding: 0;
  }

  #mobie-bottom-menu .menu > li > a {
    color: #fff;
    display: block;
    background-color: #1c405c;
    font-size: 14px;
    padding: 10px 20px;
  }

  #mobile-menu-box.open {
    top: 0;
    opacity: 1;
  }

  #mobie-bottom-menu .menu > li,
  #mobie-bottom-menu .sub-menu > li.menu-item-has-children {
    position: relative;
  }

  #mobie-bottom-menu .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
  }

  #mobie-bottom-menu .sub-menu > li > a {
    display: block;
    border-bottom: solid 1px #4c6e88;
    color: #fff;
    padding: 10px 20px 10px 35px;
  }

  #mobie-bottom-menu .sub-menu > li a:hover {
    opacity: 0.7;
  }

  #mobie-bottom-menu .menu > .menu-item-has-children > .toggle-icon::after,
  #mobie-bottom-menu .sub-menu > li.menu-item-has-children > .toggle-icon::after {
    content: '+';
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
  }

  #mobie-bottom-menu .menu > .menu-item-has-children.opened > .toggle-icon::after,
  #mobie-bottom-menu .sub-menu > li.menu-item-has-children.opened > .toggle-icon::after {
    content: '-';
    font-size: 30px;
    line-height: 30px;
  }

  #mobie-bottom-menu .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    padding-left: 60px;
    background-color: #4c6e88;
    border-bottom: 1px solid #6186a2;
  }

  #mobie-bottom-menu .sub-menu > li.menu-item-has-children > .toggle-icon::after {
    font-size: 18px;
  }

  .page-template-product-page .left-arrow, .page-template-product-page .right-arrow {
    display: none;
  }

  #dp-calculator {
    margin: 0 auto !important;
  }

  .main_ar_credit_line_calculator > .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
  }

  .main_ar_credit_line_calculator .content-and-calculator-row {
    display: none;
  }

  #how-we-can-help .vc_col-sm-6:last-child > .vc_column-inner {
    padding-top: 0;
  }

  #how-we-can-help > .wpb_column > .vc_column-inner {
    padding-bottom: 20px;
  }

  .brokersignup-third-row-column-right-content + .vc_col-sm-2 {
    display: none;
  }

  .brokersignups-third-row-left-column-main .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 0 !important;
    min-height: 0 !important;
  }

  .page-id-582 .entry-title {
    margin-top: 20px;
  }

  #iolc-wrapper {
    margin-bottom: 20px;
  }

  #testimonial-main-wrapper {
    margin-top: 60px;
    min-height: auto;
    padding-bottom: 40px;
  }

  #testimonial-main-wrapper h1.border-bottom-head {
    font-size: 40px !important;
    margin-top: 0;
  }

  #testimonial-main-wrapper h2.custom-heading-sub-title {
    font-size: 18px !important;
  }

}

@media screen and (max-width: 900px){

  #home-ratings-row .wpb_single_image {
    float: none;
    display: inline-block;
    width: auto;
    max-width: 24%;
    vertical-align: middle;
  }

  #home-ratings-row .wpb_single_image + .wpb_single_image {
    margin-top: 0;
  }

  #new-york-3-step-col .vc_col-sm-3 {
    width: 500px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  #new-york-3-step-col .vc_col-sm-3 > .vc_column-inner {
    min-height: 0 !important;
  }

  .exper_guidence_row ul {
    min-height: 0;
  }

  #new-york-3-step-col .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
  }

  #new-york-3-step-col {
    padding: 0 15px;
  }

}

@media screen and (max-width: 849px){

.main-grid ul#grid.grid > .col-sm-4 {
  width: 100%;
}

}

@media screen and (max-width: 767px){
  
  #footer-lower-row .col-md-4.col-sm-4 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #site-footer {
    padding-bottom: 30px;
    padding-top: 10px;
  }

  .footer-social {
    float: none;
  }

  .footer-social li {
    float: none;
    display: inline-block;
    padding: 0 5px !important;
    vertical-align: middle;
  }

  video.home-video {
    height: auto;
  }
    
  .header-support {
    height: auto;
    display:none;
  }

  #consultation-row {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }

  #schedule-consultation-form-wr {
    padding: 0 !important;
  }

  #new-york-bottom-content-col > .vc_column-inner {
    padding-top: 0;
  }

  #inv-success-box .customer-success-quote {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
  }

  .vc_custom_heading.vc_custom_1531207100266 {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
  }

  #inv-success-box .wpb_single_image {
    margin-bottom: 0;
  }

  #inv-success-box .vc_col-sm-9 .wpb_text_column {
    margin-bottom: 25px;
  }

  #inv-success-box .vc_col-sm-6:first-child {
    margin-bottom: 20px;
  }

  #_form_22_.form-horizontal .control-label {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  #_form_22_.form-horizontal .col-sm-3 {
    padding: 10px 0 0;
    width: 100%;
  }

  #_form_22_.form-horizontal ._form_element {
    padding: 0 15px;
  }

  #_form_22_.form-horizontal ._form-content {
    margin: 0 -15px;
  }

  #_form_22_.form-horizontal ._form_element._field48._full_width ._form-label.control-label {
    width: 100%;
    padding-top: 0;
  }

  #_form_22_.form-horizontal ._form_element._field48._full_width ._field-wrapper.col-sm-3 {
    width: 100%;
  }

  #_form_22_.form-horizontal ._button-wrapper._full_width.clearfix {
    padding: 0;
    text-align: center;
  }

  .business-loan-center-wr > .vc_col-sm-12 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #_form_22_.form-horizontal .control-label {
    font-size: 15px;
  }

  .logo-five-orange.wpb_column.vc_column_container.vc_col-sm-2 {
    width: 100% !important;
  }

  #logo-pond {
    height: auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  #logo-pond .wpb_single_image {
    margin-bottom: 30px;
  }

  #logo-pond .logo-five-orange:last-child .wpb_single_image {
    margin-bottom: 0;
  }

  .vc_row.wpb_row.vc_row-fluid.careers-content {
    padding-bottom: 10px !important;
  }

  #logo-pond .wpb_single_image img {
    height: auto !important;
    width: 170px !important;
  }

  .small-business-blue-box h1 {
    font-size: 35px;
  }

  #small-business-calc, #mcwWrap, #check-my-montly-wr {
    width: 100%;
  }

  .page-template-template-success .pagination a.next, .page-template-template-success .pagination a.prev, .small-business-blue-box h1 br {
    display: none;
  }

  .page-template-template-success .pagination a {
    margin-right: 0;
  }

  .flexi-opp-wr .uses-list li {
    min-height: 35px;
    margin: 10px 0;
    line-height: 1.2;
    background-position: left 0;
  }

  .casestudy_thumbs {
    margin: 10px 0 20px;
  }

  .casestudy-entry-title + .first-entry-title {
    margin-bottom: 15px;
  }

  .vc_custom_heading.vc_custom_1531119986432 br {
    display: none;
  }

  #footer-lower-row {
    margin-top: 15px;
  }

  div.success_story_page {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  #why-choose-dealstruck .vc_custom_heading {
    padding-bottom: 30px !important;
  }

  #flexi-termloan-row .vc_col-sm-6:first-child > .vc_column-inner {
    padding-top: 0 !important;
  }

  .flexi-cust-wr .customer-success-quote {
    padding-bottom: 0 !important;
  }

  .flexi-cust-wr > .vc_col-sm-6:first-child {
    margin-bottom: 20px;
  }

  .flexi-cust-wr .wpb_single_image {
    margin-bottom: 0;
  }

  .customer-success-section .vc_single_image-img {
    max-width: 80px;
  }

  .flexi-opp-wr .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
    margin-bottom: 5px;
  }

  .flexi-opp-wr .uses-list li {
    min-height: 35px;
  }

  #new-york-resource-col .vc_custom_heading,
  #new-york-faq-col .vc_custom_heading {
    margin-bottom: 20px !important;
  }

  .page-template-product-page .ui-accordion-content .product-area ul > li {
    background-image: url('images/icon-check.svg');
  }

  h1.dp-title{
    margin-bottom: 20px;
  }

  #new-york-faq-col .vc_custom_heading + .vc_row .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
  }

  #new-york-resource-col .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
  }

  .brokersignup-third-row-column-right-content {
    max-width: 100%;
  }

  .brokersignups-third-row-left-column-main .vc_column-inner {
    padding-right: 15px !important;
  }

  #new-york-resource-col .vc_col-sm-6:first-child > .vc_column-inner {
    padding-right: 7.5px !important;
  }

  #new-york-resource-col .vc_col-sm-6:last-child > .vc_column-inner {
    padding-left: 7.5px !important;
  }

  #home-steps .vc_col-sm-4 {
    width: 340px;
    max-width: 100%;
    margin: 0 auto 25px;
    float: none;
  }

  .brokersignups-third-row-image .vc_column-inner {
    min-height: 0;
    height: 600px;
    background-position: center top !important;
  }

  #how-we-can-help > .wpb_column > .vc_column-inner .vc_col-sm-4 {
    margin: 15px 0;
  }
  
  #home-steps .vc_col-sm-4 > .vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
      min-height: 295px;
    }

  #home-steps .vc_col-sm-4:last-child {
    margin-bottom: 0;
  }

  #home-steps .vc_col-sm-4 > .vc_column-inner {
    min-height: 0;
  }

  #home-steps {
    margin-left: 0;
    margin-right: 0;
  }

  #home-bottom-banner .vc_custom_heading {
    text-align: center !important;
  }

  #home-bottom-banner .right_text {
    text-align: center;
  }

  #home-bottom-banner {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }

  #home-3-row > .vc_col-sm-4:first-child, #home-3-row > .vc_col-sm-4:last-child, #home-3-row > .vc_col-sm-4:first-child + .vc_col-sm-4 {
    width: 100%;
  }

  #home-3-row > .vc_col-sm-4 {
    border-left: none;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #home-3-row > .vc_col-sm-4::after {
    content: "";
    height: 2px;
    width: 155px;
    max-width: 100%;
    position: absolute;
    background-color: #0d2f4a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #home-3-row > .vc_col-sm-4:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #home-3-row > .vc_col-sm-4:last-child::after {
    display: none;
  }

  #home-3-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #home-3-row > .vc_col-sm-4 .textwidget p br {
    display: none;
  }

  .vc_custom_heading.top-heading {
    font-size: 35px !important;
  }

  .vc_custom_heading.second-top-heading {
    font-size: 19px !important;
  }

  .theme-button {
    padding: 14px 10px 15px 10px;
    font-size: 18px;
  }

  #site-header {
    position: static;
  }

  .left-testmonial {
    float: none;
    margin: 0 auto 20px;
  }

  .right-testmonial {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .testmonials-bottom-link {
    text-align: center;
    margin-top: 15px;
  }

  .testmonials ul li p {
    font-size: 18px;
  }

  #home-banner {
    background-position: center right -120px !important;
  }

  .footer-bottom .widget {
    width: 25%;
    padding-right: 15px;
  }

  .footer-bottom .widget:last-child {
    padding-right: 0;
  }

  #home-video-row > .vc_col-sm-6:first-child {
    width: 100%;
    text-align: center;
  }

  #home-video-row > .vc_col-sm-6:last-child {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  #home-video-row > .vc_col-sm-6:last-child .vc_custom_heading {
    text-align: center !important;
  }

  #home-video-row {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  
  #bottom-row{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
   }

   div.rates-terms-inner {
    margin: 0 auto;
    width: calc(100% - 60px);
  }

  .rates-terms-inner h2.vc_custom_heading {
    font-size: 21px !important;
  }

  .wrong-path {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .success_story_page {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }

  .casestudy_entry {
    padding: 20px 0;
  }

  .casestudy_thumbs, .casestudy_entry_details {
    float: none;
    width: 100%;
    padding: 0;
  }

  .content-container {
    margin-top: 30px;
  }

  .contentarea-custom, .sidearea-custom {
    width: 100%;
    float: none;
  }

  .ah_nextlink > div {
    width: 50%;
  }

  .link_right {
    text-align: right;
  }

  .main-style > li {
    width: 100%;
  }

  .page-template-template-press .who-we-do {
    margin-top: -60px;
  }

  .who-we-do .header-inner > h1 {
    font-size: 35px;
  }

  .mission-vision {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .press-releases {
    min-height: 0;
    padding-top: 0;
  }

  .press-snippet-area .vcenter-md {
    width: 100%;
    padding: 0;
  }

  .press-snippet-area .vcenter-md::after {
    display: none;
  }

  .press-snippet-area .vcenter-md > p {
    min-height: auto;
  }

  .mission-vision-em, .press-releases em {
    margin-top: 60px;
  }

  .press-releases h1 {
    font-size: 30px;
  }

  .press-releases .col-lg-3 {
    width: 100%;
    padding: 0;
  }

  .press-releases + .press-releases em {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  #main-content-wr .pre-footer .press-bottom-content {
    text-align: center;
  }

  #main-content-wr.press-main-cont {
    margin-top: 20px;
   }

   .press-main-cont #news-post-con-wr > article, .press-main-cont #news-post-con-wr > .sidebar {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .press-main-cont #news-post-con-wr > .sidebar {
    margin-top: 60px;
  }

  div.e2ma_signup_form {
    height: auto;
    width: 100%;
  }

  #main-content-wr.archive-template{
    margin-top: 20px;
  }

  #main-content-wr.archive-template .col-sm-8 {
    width: 100%;
    padding: 0 15px;
  }

  .page-template-product-page #prod-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .admin-bar #mobile-menu-box.open {
    top: 46px;
  }

  .why-choose-truck-loan-properties .wpb_single_image {
    margin-bottom: 15px;
  }

  .wpb_text_column.wpb_content_element.choose-dealtruck-subheading {
    margin-bottom: 0;
  }

  .wpb_text_column.choose-dealtruck-sub-description {
    margin-top: 5px !important;
  }

  .why-choose-truck-loan-properties .vc_column-inner {
    margin-left: 0 !important;
  }

  .vc_row.wpb_row.vc_row-fluid.why-choose-truck-loan-properties {
    padding-bottom: 0 !important;
  }

  #requirements .wpb_single_image.wpb_content_element {
    padding-top: 20px !important;
  }

  #requirements h2.vc_custom_heading {
    margin-bottom: 20px !important;
  }

  #requirements .wpb_column.vc_column_container.vc_col-sm-4:last-child > .vc_column-inner {
    padding-bottom: 20px !important;
  }

  .bottom-video-row .vc_custom_heading br {
    display: none;
  }

  .page-video-row .page-content-columnn .vc_column-inner {
    padding-bottom: 0;
  }

  .page-video-column > .vc_column-inner {
    padding-top: 0 !important;
  }

  .wpb_text_column.question-and-call-h2 {
    margin-bottom: 30px !important;
  }

  .question-and-call-h2 h2 {
    margin-top: 0;
  }

  div.pull-right {
    float: none;
  }

  div#dp-calculator {
    width: 100% !important;
  }

  .main-bg-image .vc_col-sm-7 > .vc_column-inner,
  .main-bg-image .vc_col-sm-7 > .vc_column-inner #dp-calculator {
    padding-top: 0 !important;
  }

  .main-bg-image h2 br {
    display: none;
  }

  .term_opportunity_col .customer_succ_two .vc_column-inner {
    padding-left: 0 !important;
  }

  .user-profile-img-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .user-profile-img-left img {
    position: static;
    height: auto;
  }

  .user-profile-content-right {
    width: 100%;
  }

  div#header-cover-image {
    height: 200px !important;
  }

  .user-profile-title {
    font-size: 18px;
  }

  .user-profile-cat a,
  .user-profile-cont {
    font-size: 16px;
  }

  .brokersignups-first .vc_custom_heading.brokersignup-top-main-heading {
    padding-top: 10px;
  }

  .vc_btn3-container.term-loan-applynow-button {
    margin-top: 30px !important;
  }

  .brokersignups-first > .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner {
    padding-bottom: 30px !important;
  }

  .our_mission_row .vc_column-inner {
    padding-top: 35px !important;
    padding-bottom: 0 !important;
  }

  .our_mission_row .vc_column-inner p {
    font-size: 14px;
  }

  .page-id-614 #business-loan-fixed-wr-support {
    display: none;
  }

  .faq-column {
    padding-left: 0 !important;
    padding-right:0 !important;
  }

  .faq-column .term_opportunity_col .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #resource-single-sub-head-mobile .inner-container {
    padding: 0 20px;
  }

  .result-image-container.col-sm-4 {
    width: 100%;
    float: none;
  }

  .result-info.col-sm-8 {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  body.single-case_study div.casestudy_headings h1 {
      font-size: 30px;
  }

  body.single-case_study div.casestudy_headings h2 {
      font-size: 22px;
  }

  #testimonial-main-wrapper {
    margin-top: 0;
  }

  #testimonial-main-wrapper h1.border-bottom-head {
    font-size: 35px !important;
  }

  #testimonial-main-wrapper h2.custom-heading-sub-title {
    font-size: 16px !important;
  }

  #testimonial-head > h2 {
    font-size: 19px !important;
  }

}

@media screen and (max-width: 600px){

  body.page-template-template-success .site-inner-2 div.casestudy_entry_details .casestudy-entry-title {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
  }

  .wpb_text_column.question-and-call-h2 h2 {
    line-height: 1.5 !important;
  }

  body.page-template-template-success .site-inner-2 div.casestudy_entry_details .first-entry-title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .casestudy_entry_details .entry-title {
    font-size: 20px !important;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  #home-ratings-row {
    text-align: center;
  }

  .brokersignups-third-row-image .vc_column-inner {
    height: 450px;
  }

  .main-bg-image .vc_custom_heading.border-bottom-head {
    line-height: 1.2;
    font-size: 35px !important;
  }

  .vc_custom_1532415754540 .vc_custom_heading,
  #partner .vc_custom_heading {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1532419220734 {
    padding-bottom: 0 !important;
  }

  a.btn.orange-btn {
    line-height: 36px !important;
    width: auto;
    font-size: 15px;
    padding: 0 35px !important;
  }

  #home-ratings-row .wpb_single_image {
    max-width: 49%;
    padding: 0 10px;
  }

  #home-ratings-row .vc_custom_heading {
    width: 100%;
    text-align: center !important;
    font-size: 17px !important;
  }

  .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-right {
    width: 100%;
    text-align: center;
  }

  .footer-social {
    float: none;
    text-align: center;
  }

  .footer-social li {
    float: none;
    display: inline-block;
  }

  .footer-right .apply-now.btn.btn-outline {
    margin: 15px 0 0;
  }

  .footer-bottom .widget::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 26px;
    background-color: #68869e;
    left: 50%;
    margin-left: -13px;
    bottom: 0;
  }

  .footer-bottom .widget {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: relative;
  }

  .footer-bottom .widget:last-child::after {
    display: none;
  }

  #site-footer {
    padding-top: 35px;
  }

  #home-funding-inner {
    margin: 0;
  }

  #home-funding-inner > .vc_col-sm-6 {
    width: 100%;
    margin: 10px 0 !important;
  }

  .mission-vision {
    padding-top: 0 !important;
  }

  .press-releases {
    padding-top: 0;
    min-height: auto;
  }

  #main-content-wr .pre-footer .press-bottom-content > span {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  .press-main-cont #nav-below.navigation > div {
    float: none;
    width: 100%;
  }

  .press-main-cont #nav-below.navigation > .nav-next {
    text-align: left;
  }

  .customer-success-section > .vc_col-sm-6 > .vc_column-inner {
    padding: 20px 20px 20px 20px !important;
    margin: 0 !important;
  }

  #testimonial-wrapper .wpb_content_element::before, #testimonial-wrapper .wpb_content_element::after {
    width: 40px;
    height: 40px;
    background-size: 30px;
  }

  #testimonial-wrapper .wpb_content_element {
    padding: 30px 0;
  }

  #testimonial-wrapper .wpb_content_element::before {
    top: 0;
  }

  #testimonial-wrapper .wpb_content_element p {
    padding: 0 40px;
  }

  .our_cmp_contact_form #_form_12_ ._submit {
  width: 100%;
  }

  div#schedule-consultation-form-wr {
    padding: 0;
  }

  .result-author-container > div {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }

}

@media screen and (max-width: 550px){

 .single-landing-header .header-number {
    float: none;
    display: block;
    text-align: center;
    margin-top: 12px;
  }

}

@media screen and (max-width: 480px){

  #mobie-top-btn-box .header-apply {
    display: none;
  }

  #mobie-top-btn-box {
    padding: 20px;
  }

  #home-banner {
    padding-top: 10px !important;
  }

  .vc_custom_heading.top-heading {
    font-size: 28px !important;
  }

  .vc_custom_heading.top-heading br {
    display: none;
  }

  .about-video {
    height: 200px;
  }

  #home-bottom-banner .vc_custom_heading br {
    display: none;
  }

  #main-content-wr.archive-template .entry-title {
    font-size: 15px !important;
    margin-bottom: 10px;
    font-weight: 400;
  }

  #_form_16_ .form-col-2-wr ._form_element,
  #_form_14_ ._form_element {
    width: 100% !important;
  }

  #_form_14_ ._button-wrapper._full_width {
    margin-top: 15px;
  }

  #_form_14_ #_form_14_submit._submit {
    width: 100%;
  }

  .page-template-thankyou-page #main-content-wr > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-template-thankyou-page #main-content-wr p .orange {
    font-size: 24px;
  }

   #testimonial-main-wrapper {
    padding-bottom: 0;
  }

  .slider-bottom-section > strong, 
  .slider-bottom-section > .reviws-star {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }

  .slider-bottom-section > .reviws-star {
    margin-top: 10px;
  }

  .reviews-slider-wrapper .bx-controls-direction > a {
    width: 20px !important;
    height: 40px !important;
    background-size: 10px;
  }

  .reviews-slider-wrapper .bx-wrapper {
    width: calc(100% - 40px);
  }

  .reviews-slider-wrapper .bx-controls-direction > .bx-prev {
    left: -25px;
  }

  .reviews-slider-wrapper .bx-controls-direction > .bx-next {
    right: -25px;
  }

}

@media screen and (max-width: 450px){

  #_form_22_.form-horizontal ._form-content {
    margin: 0;
  }

  #_form_22_.form-horizontal ._form_element {
    padding: 0;
    width: 100%;
  }

  #_form_22_ #_form_22_submit {
    width: 100%;
  }

  #line-credit-calc div.slider-row ul li {
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  #line-credit-calc .draw-number-container {
    top: 0;
    margin-bottom: 18px;
    position: relative;
  }

  #line-credit-calc div.slider-row ul li input.number-draw, 
  #line-credit-calc div.slider-row ul li input {
    max-width: 100%;
    margin: 0;
    width: calc(50% - 7px);
  }

  #line-credit-calc div.slider-row ul li input {
    margin-left: 5px;
  }

  #line-credit-calc div.slider-row span.calendar {
    display: none;
  }

  #line-credit-calc .draw-number-container .color-square {
    margin: 0;
  }

  #line-credit-calc p.cld-text {
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
  }

}

@media screen and (max-width: 380px){

  .about-video {
    height: 150px;
  }

  .brokersignups-third-row-image .vc_column-inner {
    height: 300px;
  }

  #term-loan-calc p#monthlyPayment {
    font-size: 22px;
  }

  #interestRate {
    font-size: 20px;
  }

  #mcwWrap .mcw-wrap__mcw-form {
    padding: 20px 15px 10px;
  }

  #mcwWrap .mcw-form__block > .mcw-form__title {
    font-size: 13px;
  }

    #success-stories h3 > a {
    font-size: 18px;
  }

}


/* Calculator CSS Start */

#dp-calculator {
    width: 675px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 13px 0 15px;
}

.main-bg-image.main_easy_business_loans_calculator {
    height: auto;
}

.dp-title {
    text-align: center;
    font-weight: normal;
    font-size: 33.5px;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.2;
}

.dp-title::after {
    display: none !important;
}

.dp-top-head {
    text-align: center;
    color: #fff;
    margin: 0;
    background-color: rgba(33, 75, 108, .85);
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 10px;
    border-radius: 15px 15px 0 0;
    font-family: "Open Sans", sans-serif;
}

.dp-inner {
    background-color: rgba(246, 246, 246, 0.85);
    padding-top: 20px;
}

.dp-bottom-msg {
    background-color: rgba(246, 246, 246, 0.85);
    text-align: center;
    font-size: 15px;
    color: #7b7b7b;
    font-weight: normal;
    line-height: 1.2;
    padding: 17px 10px;
    border-radius: 0 0 15px 15px;
}

.dp-left {
    float: left;
    width: 51.5%;
    border-right: 1px solid #f6f6f6;
    padding: 10px 50px 35px 80px;
    text-align: center;
}

.dp-right {
    float: right;
    width: 48.5%;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.dp-inner-box h5,
.dp-inner-box h4 {
    color: #002e62;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
}

.dp-amount {
    color: #002e62;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
}

.dp-right h4 {
    color: #002e62;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: "Open Sans", sans-serif;
}

.dp-final-amount {
    color: #f67334;
    font-size: 36px;
    font-weight: bold;
}

#dp-calculator-box .btn.orange-btn {
    height: 48px;
    line-height: 44px !important;
    min-width: 0 !important;
    width: 215px;
    max-width: 100%;
    padding: 0 10px !important;
}

#dp-calculator-box .btn.orange-btn:hover {
    background-color: #e76324 !important;
    border-color: #e76324 !important;
}

.dp-inner-box:first-child {
    margin-bottom: 35px;
}

#dp-limit-slider,
#dp-period-slider {                
    box-shadow: 0px 3px 7px rgba(62, 62, 62, 0.35);
    border: none;
    height: 11px;
    border-bottom: 1px solid #dedddb;
    border-radius: 20px;
    position: relative;
}

#dp-limit-slider .ui-slider-range,
#dp-period-slider .ui-slider-range{
    background-color: #fff;
}

#dp-limit-slider .ui-slider-handle,
#dp-period-slider .ui-slider-handle {
    height: 22px;
    background-color: #f67334;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 26px;
    top: -6px;
}        

#dp-limit-slider .ui-slider-range-min, 
#dp-period-slider .ui-slider-range-min {                
    background-color: #476185;
    height: 11px;
    border-radius: 5px 0 0 5px;               
}

@media screen and (max-width: 767px){

.dp-left {
    width: 100%;
    padding: 10px 30px;
    border-right: none;
}

.dp-right {
    width: 100%;
}

.dp-bottom-msg {
    padding: 20px;
}

.dp-title {    
    font-size: 26px;
 }

}

@media screen and (max-width: 480px){

.dp-title {
    font-size: 24px;
}

.dp-top-head {
    padding: 10px 20px;
    font-size: 16px;
}

.dp-final-amount {
    font-size: 30px;
}

}

/* Calculator CSS End */