/*

Theme Name: sprintfunding

Theme URI: https://www.sprintfunding.com/

Author: Sprint Funding

*/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 1.7;
    color: #2f2f2f;
    background-color: #f5f5f5;
}

a {
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #346c8e;
}

a:hover,
a:focus {
    color: #366d8f;
}

section {
    overflow: hidden;
}

h1,
h2 {
    font-family: "Merriweather", serif;
    color: #1d1d1d;
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 700;
}

h3 {
    font-weight: 900;
    /*titles loan product*/
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1200 - 300)));
}

h4 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

p.subTitle {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

p.subTitleSmall {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: #2f2f2f;
}

*:focus {
    outline: none;
}

a:focus,
textarea:focus,
input:focus,
select:focus {
    outline: none;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}


.blueColorTxt {
    color: #346c8e;
}

.sectionPadding {
    padding: 120px 0;
    position: relative;
}

.sectionPaddingTop {
    padding-top: 120px;
}

.sectionPaddingBottom {
    padding-bottom: 120px;
}

.sectionPaddingTopSmall {
    padding: 120px 0 60px 0;
    position: relative;
}

.paddingInnerSection {
    padding-top: 50px;
}

.paddingTopReadyTo {
    padding-top: 150px;
}

.p-b {
    padding-bottom: calc(var(--bs-gutter-x));
}

.prw-50 {
    padding-right: 50px;
}

.plw-50 {
    padding-left: 50px;
}

.pb-50 {
    padding-bottom: 120px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-l-50 {
    padding-left: 50px;
}

.pt80 {
    padding-top: 80px;
}

.fs-5 p {
    font-size: 1.25rem !important;
}

ul {
    list-style: none;
    padding-left: 0;
}

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

img {
    /* max-width: 100%; */
    width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 700;
}

p {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
}

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

.floting-icon {
    position: fixed;
    top: 40%;
    right: -57px;
    z-index: 2;
}

.floting-icon a.apply_side {
    font-size: 18px;
    color: #fff;
    background: #91a94f;
    padding: 15px 40px 15px 35px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: 1s all;
    display: block;
    text-decoration: none;
    transform: rotate(-90deg);
}

.floting-icon a.apply_side:hover {
    background: #346c8e;
}

/*-------------------------phoneSlide------------------------------*/

.btnPhone {
    background: #346c8e;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btnPhone img {
    width: 22px;
}

.phoneWindowSlide p {
    color: #fff;
    margin-bottom: 0;
}

.phoneWindowSlide p.phoneNumber {
    line-height: 1.2;
}

.phoneWindowSlideContent {
    /*position: absolute;
    right: -145px;
    bottom: -135px;*/
    /* transition: width 1s; */
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    background: #346c8e;
    padding: 5px 25px 5px 5px;
    /* width: 400px; */
    width: 320px;
    height: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

p.fw-bold {
    font-size: 14px;
    line-height: 1.2em;
}

/*.phoneWindowSlideContent:hover {
    transform: translate(-200px, 0px);
}*/
/*---------------------------------------begin style-----------------------------------*/

.logo {
    width: 240px;
}

.checkBoxW {
    width: 38px;
    margin-right: 10px;
}

.containerTopWidth {
    max-width: 1386px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}

img.rated-imge {
    width: 300px;
    margin-bottom: 12px;
}

.header-homepage { 
    background-size: cover;
    background-position: top center;
    padding-top: 12%;
    padding-bottom: 10%;
    position: relative;
}

.header-homepage h1 {
    color: #1d1d1d;
    padding: 0px 15px 15px 0px;
    font-family: "Merriweather", serif;
    font-size: calc(23px + (40 - 23) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
}

.header-homepage ul li {
    padding-bottom: 5px;
    letter-spacing: -1px;
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1200 - 300)));
}

.buttonsHeader {
    padding-top: 30px;
}

.buttonsHeader a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

.buttonsHeader a.purchaseHome {
    background-color: #91a94f;
}

.buttonsHeader a.refinanceHome {
    background-color: #346c8e;
}


.buttonsHeader a.purchaseHome:hover,
.buttonsHeader a.refinanceHome:hover,
.formHeader input[type="submit"]:hover {
    background-color: #1d1d1d;
    cursor: pointer;
}

.loanOfficer button {
    background-color: #91a94f;
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
}

.loanOfficer button:hover {
    background-color: #346c8e;
}

/* .wp-block-search__button{ */
.wp-element-button {
    background-color: #91a94f;
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
}

.header-content-inner {
    position: relative;
    max-width: 1266px;
}

.formHeader {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 6px 85px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 10px 6px 85px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 10px 6px 85px 0px rgba(0, 0, 0, 0.43);
    padding: 30px 50px 40px 50px;
    margin: 0 20px;
}

.wpcf7-spinner {
    display: none;
}

/* #wufoo-z173d3pf1ayrhxd {

	background-color: #fff;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	border-radius: 20px;

	-webkit-box-shadow: 10px 6px 85px 0px rgba(0, 0, 0, 0.43);

	-moz-box-shadow: 10px 6px 85px 0px rgba(0, 0, 0, 0.43);

	box-shadow: 10px 6px 85px 0px rgba(0, 0, 0, 0.43);

	padding: 60px;

	margin: 0 20px;

} */

.formHeader p.titleFormHeader {
    font-family: "Merriweather", serif;
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
    color: #346c8e;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}

.header-homepage .formHeader p.titleFormHeader {
    margin-bottom: 0px;
}

.formHeader p {
    text-align: center;
    padding-bottom: 20px;
}

.formHeader input,
.formHeader select,
.formHeader textarea {
    width: 100% !important;
    border: none !important;
    color: #828282 !important;
    border-bottom: 1px solid #828282 !important;
    margin-bottom: 30px !important;
}

.formHeader input {
    padding-bottom: 10px;
}

.formHeader select {
    padding-bottom: 13px;
    background-color: transparent;
}

.formHeader input[type="submit"] {
    background-color: #346c8e;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: transparent;
    margin-bottom: 0 !important;
}

.submitBtn {
    max-width: 250px;
    margin: 0 auto;
}

.wpcf7 .ajax-loader {
    display: none;
}

.formHeader input[type="checkbox"] {
    margin-bottom: 30px;
    width: auto !important;
    text-align: left;
    float: left;
    line-height: 1.6em;
    height: 1.6em;
    margin: 0px 2px;
    padding: 0px;
}

input[type="checkbox"] {
    clear: left;
}

.formHeader .wpcf7-list-item{
    margin:0 !important;
}
span.wpcf7-list-item-label{
    float: left;
    width: 90%;
    text-align: left;
    padding-left: 20px;
    margin-left: 0 !important;
}

/*.header-homepage h1::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: -180px;*/
/*	top: -60px;*/
/*	width: 148px;*/
/*	height: 125px;*/
/*	background-image: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/stamp.svg?bwp);*/
/*	background-repeat: no-repeat;*/
/*}*/

.containerMenu {
    width: 1400px;
    margin: 0 auto;
}

/* dropdown menu test */
/*Dropdown Css*/
/* .dropdown:hover>.dropdown-menu {

	display: block;

}



.dropdown-submenu {

	position: relative;

}



.dropdown-menu {

	min-width: 15rem;

}



.dropdown-submenu>.dropdown-menu {

	top: 0;

	left: 100%;

	margin-top: -6px;

	margin-left: -1px;

	-webkit-border-radius: 0 6px 6px 6px;

	-moz-border-radius: 0 6px 6px;

	border-radius: 0 6px 6px 6px;

}



.dropdown-submenu:hover>.dropdown-menu {

	display: block;

}



.dropdown-submenu>a:after {

	display: block;

	content: " ";

	float: right;

	width: 0;

	height: 0;

	border-color: transparent;

	border-style: solid;

	border-width: 5px 0 5px 5px;

	border-left-color: #ccc;

	margin-top: 5px;

	margin-right: -10px;

}



.dropdown-submenu:hover>a:after {

	border-left-color: #fff;

}



.dropdown-submenu.pull-left {

	float: none;

}



.dropdown-submenu.pull-left>.dropdown-menu {

	left: -100%;

	margin-left: 10px;

	-webkit-border-radius: 6px 0 6px 6px;

	-moz-border-radius: 6px 0 6px 6px;

	border-radius: 6px 0 6px 6px;

}



.dropdown-menu li a {

	color: #1d1d1d;

	text-decoration: none;

	padding: 0.5rem 0.5rem;

	border-bottom: 1px solid #f2f2f2;

	display: block;

}



.dropdown-menu li a:hover {

	background-color: #e1e1e1;

}



.dropdown-menu li a span {

	padding: 0.5rem 0.5rem;

} */
/* menu test */

.navbar {
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    padding-top: 50px;
}

.navbar .nav>li>a:hover {
    text-decoration: none;
}

.navbar .nav>li>a,
.navbar .nav>li>a:focus {
    font-size: 16px;
    color: #303030;
}

.navbar .nav>li.active>a,
.navbar .nav>li.active>a:focus {
    color: #346c8e !important;
    background-color: transparent;
}

.navbar .nav>li.active>a:focus:hover,
.navbar .nav>li.active>a:hover {
    background-color: transparent;
}

.nav>li {
    padding: 0 20px;
}

.navbar-nav>li>a {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.navbar-nav>li>a:hover {
    color: #346c8e !important;
}

.navbar-nav>li>a.active {
    color: #346c8e !important;
    font-weight: 600;
}

.affix {
    background-color: #ffffff !important;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.11) !important;
}

/*--------------------------------------loans section-------------->*/

.boxLoan {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.boxLoanIcon {
    margin: 0 auto;
    margin-top: -30px;
    width: 80px;
    position: relative;
    z-index: 3;
}

.imgLoanContent {
    background-color: #244b63;
}

.boxLoanImg {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.hovertxt {
    font-size: 15px;
    letter-spacing: -1;
    color: #fff;
    line-height: 1.2;
}

.hovertxtBox {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 40px;
}

.boxLoan:hover .boxLoanImg {
    opacity: 0.1;
}

.boxLoan:hover .hovertxtBox {
    opacity: 1;
}

.readMoreTxt a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    padding: 16px 22px;
    text-decoration: underline;
}

/* .readMoreTxt a::after {

	content: '';

	background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/arrow_readmore.svg?bwp");

	background-repeat: no-repeat;

	position: absolute;

	width: 25px;

	height: 13px;

	top: 4px;

	right: -40px;

} */

#loans .boxLoan h3 {
    text-align: center;
    text-transform: uppercase;
}

#loans .boxLoan h3 a {
    text-decoration: none;
    color: #1d1d1d;
    text-transform: uppercase;
}

#loans .boxLoan h3 a:hover {
    color: #366d8f;
}

/* .readmore{

	display: none;

}

.boxLoan h5 a:hover + .readmore{

	display: block;

}

.readmore a{

	font-size: 14px;

	color: #366d8f;

	text-decoration: underline;

} */

.imgFreeC {
    background: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/green_bg-jpg.webp?bwp") no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
}

.imgFreeC .imgFreeCContent {
    max-width: 650px;
    padding-left: 5%;
    text-align: center;
}

.imgFreeC .imgFreeCContent .titleFC {
    background-color: #346c8e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1200 - 300)));
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 400px;
    margin: 0 auto;
}

.imgFreeC .imgFreeCContent .phoneFC {
    color: #fff;
    font-weight: 900;
    font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (1200 - 300)));
    line-height: 1;
}

.phoneFormHeader .imgFreeCContent {
    text-align: center;
    padding-top: 10px;
}

.phoneFormHeader .imgFreeCContent .titleFC {
    font-family: "Merriweather", serif;
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
    color: #346c8e;
    text-align: center;
    padding: 0;
}

.phoneFormHeader .imgFreeCContent .phoneFC a {
    color: #91a94f;
    font-weight: 900;
    font-size: calc(21px + (30 - 21) * ((100vw - 300px) / (1200 - 300)));
    line-height: 1;
}

.phoneFC a {
    text-decoration: none;
    color: #fff;
}

/*-------------------------------------steps-------------->*/

#steps p.titleSteps {
    text-transform: none;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.stepsIcon {
    width: 64px;
    margin-bottom: 30px;
}

.checkBoxSteps {
    width: 18px;
    height: 15.2px;
    margin-right: 15px;
    margin-top: 8px;
}

.checkBoxProfile {
    width: 18px;
    margin-right: 15px;
}

#steps ul li {
    font-size: 16px;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

/*--------------------------------------about us-------------->*/

.readMoreArticle a {
    color: #346c8e;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}

.readMoreArticle a:hover {
    color: #1d1d1d !important;
}

.readMoreArticle a::after {
    content: "";
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/arrow_readmore.svg?bwp");
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 13px;
    top: 4px;
    right: -40px;
}

.imgAboutUS {
    position: relative;
}

.imgAboutUS .txtAbout {
    position: absolute;
    font-size: 16px;
    z-index: 100;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0.2rem 0.7rem rgba(88, 88, 88, 0.7) !important;
}

.imgAboutUS .txtAbout.t01 {
    top: 30%;
    left: 30%;
}

.imgAboutUS .txtAbout.t02 {
    top: 60%;
    left: 10%;
}

.imgAboutUS .txtAbout.t03 {
    top: 85%;
    left: 30%;
}

.imgAboutUS .txtAbout.t04 {
    top: 25%;
    left: 60%;
}

.imgAboutUS .txtAbout.t05 {
    top: 45%;
    left: 60%;
}

#loanProcessors {
    position: relative;
}

.loanProcessors {
    padding-top: 50px;
}

.loanProcessors .itemTesti .boxLoan {
    background: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/bglo.svg?bwp");
    width: 98%;
    justify-content: end;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 210px;
}

.loanProcessors .itemTesti {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    margin-bottom: 20px;
}

.loanProcessors .contentTesti {
    padding: 0px 50px 25px 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentTesti span {
    color: #346c8e;
    opacity: 0.5;
}

.imageLo {
    position: absolute;
    bottom: 0;
    /* max-width: 172px; */
}

.imageLoAbsolute {
    padding-left: 170px;
}

.textContentLo {
    padding-left: 30px;
}

.textContentLo p {
    margin-bottom: 0;
    word-break: break-all;
    line-height: 1;
}

.textContentLo h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.textContentLOInside p {
    margin-bottom: 0;
    word-break: break-all;
    line-height: 1;
}

.textContentLOInside h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.contactIconLo {
    width: 30px;
    margin-right: 10px;
}

.txtDescLO {
    margin-top: 30px;
    padding-top: 20px;
    /* border-top: 1px solid #ddd; */
    border-top: 1px solid #c1c0c0;
}

.calendly {
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

p.titleLO {
    color: #346c8e;
    font-size: calc(19px + (20 - 19) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Merriweather", serif;
}

.logoLo {
    max-width: 135px;
}

.textOfficer {
    padding-left: 180px;
}

.applySectionBottom {
    border-top: 1px solid #DFDFDF;
    /* margin-top: auto; */
    padding: 20px 25px;
    /* display: flex;
    justify-content: space-between; */
}

.applyLoan {
    max-width: 220px;
    margin: 0 auto;
}

.applyLoan a {
    /* background-color: #f5f5f5; */
    background-color: transparent;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    color: #346C8F;
    border: 2px solid #346C8F;
    text-decoration: none;
}

.applyLoan a:hover {
    background-color: #346C8F !important;
    color: #fff;
}

#mortgageAdvisor {
    background-color: #fff;
}

.profilePage .applyLoan a {
    background-color: #346C8F;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    color: #fff;
    /* border: 2px solid #346C8F; */
    text-decoration: none;
}

.profilePage .applyLoan a:hover {
    background-color: #91a94f !important;
    border: 2px solid #91a94f;
}

/*--------------------------------------how to qualify-------------->*/

img.circles {
    max-width: 550px;
}

.getStartedNow a {
    background-color: #91a94f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.getStartedNow a:hover {
    background-color: #1d1d1d;
}

/*--------------------------------------testimonials-------------->*/

#testimonials h4,
#faq h4,
#blog h4 {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
}

img.logoTesti {
    width: 68px !important;
    margin-bottom: 20px;
}

.owl-carousel .owl-item {
    padding-right: 10px;
    margin-left: 5px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.testimonials .itemTesti {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.testimonials .itemTesti .boxLoan {
    width: 95% !important;
}

.itemTesti .boxLoan {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    width: 100%;
}

.nameTesti {
    margin-top: auto;
    background-color: #f7f8fa;
    padding: 30px 25px;
    display: flex;
    justify-content: space-between;
}

.nameTesti p {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0;
}

.contentTesti {
    padding: 25px;
}

img.quotes {
    width: 40px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #244b63 !important;
    /* width: 15px;

	height: 15px;

	margin: 2px 7px; */
}

.owl-theme .owl-dots .owl-dot span {
    background: #e1e1e1 !important;
}

/*--------------------------------------testimonials inside page-------------->*/

.testimonialsInside .itemTesti {
    margin-bottom: 10px;
}

/*--------------------------------------FAQ-------------->*/

#faq {
    background-color: #fff;
}

.accordion {
    padding-top: 70px;
}

.accordion-button {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.accordion-button {
    background-color: #fff;
    padding: 1.5rem 1.25rem 1.5rem 3.45rem;
}

/*.accordion-button::before {
    content: "";
    background-image: url("https://sprintfunding.com/wp-content/themes/sprintfunding/images/logoFAQ.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 19px;
    left: 20px;
}*/

.accordion-button:not(.collapsed) {
    color: #244b63;
    background-color: #e7f1ff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23244b63'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.imgFAQContent {
    position: relative;
    flex: 0 0 auto;
}

.imgReadyToContent {
    position: relative;
    flex: 0 0 auto;
}

.faqTitle,
.questionsContent {
    z-index: 100;
    position: relative;
}

.faq {
    position: absolute;
    bottom: -120px;
    right: 0;
}

.profileImgFixed {
    position: absolute;
    bottom: -532px;
    left: 0;
}

.profileImgFixed img {
    max-width: 400px;
}

.readyToImg {
    position: absolute;
    bottom: -360px;
    left: 0;
}

/*--------------------------------------blog-------------->*/

#blog h3 a {
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1200 - 300)));
    font-family: "Merriweather", serif;
    text-decoration: none;
    color: #1d1d1d !important;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-transform: initial;
    /* letter-spacing: -1px; */
}

#blog h2 a:hover {
    text-decoration: underline;
}

.flexCointainer .col-sm-4,
.flexCointainer .col-sm-3 {
    display: flex;
}

.articleContent {
    padding: 20px 30px 20px 30px;
    position: relative;
}

/* #blog .flexCointainer a{

	color:#346c8e;

	font-weight: 700;

	text-decoration: none;

} */

.readMoreArticle a {
    color: #346c8e;
    font-weight: 700;
    text-decoration: none;
}

.articleDate {
    position: absolute;
    top: -20px;
    background-color: #244b63;
    padding: 5px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
}

.backBtnArticle {
    background-color: #d6dfbd;
    padding: 10px;
}

/*--------------------------------------ready to get started-------------->*/

.readytoTxt {
    padding: 20px 60px 0 60px;
}

.getStartedNow {
    padding: 20px 0;
    max-width: 300px;
}

#readyToGetStarted h2 {
    font-size: calc(25px + (50 - 30) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 900;
    font-family: "Merriweather", serif;
    -webkit-text-stroke: 2px #eaece7;
}

#readyToGetStarted h2 span {
    text-transform: uppercase;
}

img.logoBottom {
    max-width: 185px;
    margin-top: 20px;
}

.socialMediaIcon {
    width: 50px;
}

.logoBottomContent {
    display: flex;
    flex-direction: column;
}

.socialMediaContent {
    padding-top: 20px;
    padding-left: 40px;
}

.socialMediaContent a {
    text-decoration: none;
}

#footer {
    background-color: #fff;
}

#footer h5, #footer h4 {
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1200 - 300)));
}
#footer h3{
   font-family: "Merriweather", serif;
    text-transform: uppercase;  
}
#footer ul li {
    padding-left: 20px;
    position: relative;
}

#footer ul li a {
    font-size: initial;
    text-decoration: none;
    color: #1d1d1d;
}

#footer ul li a:hover {
    text-decoration: underline;
    color: #244b63;
}

#footer ul li:before {
    content: "";
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/arrow-bottom.svg?bwp");
    background-repeat: no-repeat;
    position: absolute;
    width: 7px;
    height: 9px;
    left: 0px;
    top: 8px;
}

.sectionPaddingFooter {
    padding: 80px 0;
}

#bottom {
    padding: 20px 0 10px 0;
}

/*--------------------------------------inner pages-------------->*/

.headerInside {
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    max-height: 318px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* 

.text-heading {

	text-align: center;

	width: 100%;

	position: absolute;

	top: 45%;

}



.titleHeading {

	text-transform: uppercase;

	color: #fff;

	font-size: 30px;

}



.headerImageInside {

	width: 100%;

	text-align: center;

}



.headerImageInside img {

	width: 100%;

	height: auto;

} */

.content-area,
.content-SidebarNews {
    padding-top: 150px;
}

.articleWidthInside {
    max-width: 70%;
}

/*--------------------------------------about us page-----------------------------------*/

.mission {
    background-color: #e1e1e1;
    padding: 50px;
}

.missionTxt {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    max-height: 130px;
}

.missionTxt h2 {
    font-family: "Merriweather", serif;
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
    color: #346c8e;
}

.missionImg {
    position: relative;
    margin-top: 15px;
}

/* image mission position absolute */
/* .missionRel{

	position: relative;

}

.missionImgTest {

	position: absolute;

	top: 15px;

	left:0;

}

.missionImgTest img.graphicMission{

	max-width: 300px;

}



.missionImgTest img.shadowMission{

	max-width: 300px;

} */

.mission img.graphicMission {
    position: relative;
    z-index: 100;
}

.mission img.shadowMission {
    mix-blend-mode: multiply;
    position: relative;
    z-index: 1;
    margin-top: -29px;
}

.team {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.team h3 {
    color: #346c8e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.teamImg {
    text-align: center;
}

.teamImg img {
    border-bottom: 3px solid #9da1a3;
    max-width: 100%;
    width: auto;
}

.teamImg h3 {
    font-size: 25px;
    padding-top: 20px;
    font-family: "Merriweather", serif;
    text-transform: initial;
}

.teamImg .col-md-2 {
    width: 20%;
}

.teamImg p {
    margin-top: 0;
}

/*--------------------------------------blog-----------------------------------*/

.articleContent h2 {
    padding-top: 30px;
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1200 - 300)));
}

.insideLOPage h2 {
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1200 - 300)));
}

.articleContent h2 a {
    color: #1d1d1d;
    text-decoration: none;
}

.innerPage .boxLoan {
    margin-bottom: 20px;
}

.articleImgSize {
    max-height: 325px;
    overflow: hidden;
}

.wppsac-post-image-bg {
    max-height: 230px;
    overflow: hidden;
}

.wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn {
    color: #346c8e;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    border: transparent;
    padding: 0;
}

.wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn::after {
    content: "";
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/arrow_readmore.svg?bwp");
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 13px;
    top: 4px;
    right: -40px;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 15px;
    position: relative;
    margin: 0 5px;
}

.categories .title {
    font-size: calc(16px + (23 - 18) * ((100vw - 300px) / (1200 - 300)));
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 900;
    font-family: "Merriweather", serif;
}

.categories ul {
    padding-left: 16px;
}

.categories ul:first-child {
    padding-left: 0px;
}

.categories .rpwwt-widget ul {
    padding-left: 0;
}

.categories ul li.cat-item {
    list-style-type: square;
    padding: 0 10px;
    color: #244b63;
}

.categories ul li a {
    color: #2f2f2f;
    text-decoration: none;
}

.categories ul li a:hover {
    color: #244b63;
    text-decoration: underline;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    border: 5px solid #fff;
}

.categories .rpwwt-widget ul li {
    margin: 0 0 0.5em;
}

.rpwwt-post-date {
    color: #244b63;
    font-size: 16px;
    font-weight: 700;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 20px 15px;
    padding-right: 55px;
    font-size: 16px;
}

.search-form button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    border: none;
    width: 40px;
    color: #b7b7b7;
    background-color: transparent;
    cursor: pointer;
}

.innerPageBlog h1 {
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1200 - 300)));
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 900;
    font-family: "Merriweather", serif;
}

.innerPageBlog h2 {
    font-size: calc(17px + (23 - 17) * ((100vw - 300px) / (1200 - 300)));
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: "Merriweather", serif;
}

.innerPageBlog h3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-transform: initial;
}

.txtArticle {
    padding-top: 30px;
}

.textArticle p a {
    color: #346c8e;
}

.txtArticle a.readMore {
    color: #346c8e;
    font-weight: 900;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
}

.txtArticle a.readMore::before {
    content: "";
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/arrow_readmore.svg?bwp");
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 13px;
    top: 4px;
    left: 0px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.link_articles a {
    color: #346c8e;
    font-weight: 700;
}

.breadcrumbs {
    padding-bottom: 20px;
}

.breadcrumbs a {
    color: #1d1d1d;
}

.breadcrumbs .current-item {
    color: #909090;
}

.houseLogo {
    width: 100px;
}

/*--------------------------------------in the news-----------------------------------*/

.articleContentNews .articleImgSize {
    margin-right: 20px;
    max-width: 250px;
}

.articleContentNews {
    background-color: #fff;
    padding: 10px !important;
    border: 1px solid #dfdfdf;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.newsArticleContent .readMoreArticle a {
    padding-top: 20px;
    border-top: 1.5px dashed #bfc3ca !important;
    position: relative;
    transition: none;
    display: block;
    margin-top: 20px;
}

.newsArticleContent .readMoreArticle a::after {
    width: 25px;
    height: 13px;
    top: 25px;
    left: 150px;
}

.articleContentNews h2 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.articleContentNews:hover {
    background-color: #f5f5f5;
    border: 1px solid #346c8e;
}

.articleContentNews h2 a {
    transition: none;
}

.articleContentNews h2 a:hover {
    text-decoration: underline;
}

/* .articleContent:hover .articleDate span {
    color: #fff;
}

.articleContent:hover .articleCategory span {
    color: #fff;
}

.articleContent:hover h2 a, .articleContent:hover p {
    color: #fff;
} */
/*--------------------------------------contact page-----------------------------------*/

.header-contact {
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/contact_header-jpg.webp?bwp");
    background-size: cover;
    background-position: top center;
    padding-top: 8%;
    padding-bottom: 10%;
    position: relative;
}

.header-profile {
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/profileImg-jpg.webp?bwp");
    background-size: cover;
    background-position: top center;
    padding-top: 8%;
    position: relative;
}

.header-contact .formHeader h3 {
    color: #346c8e;
}

.header-contact .formHeader {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0x;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 60px 120px 60px 0;
    /* margin: 0 20px; */
}

.header-contact .formHeader input,
.header-contact .formHeader select,
.header-contact .formHeader textarea {
    background-color: transparent;
}

.header-contact .formHeader .submitBtn {
    max-width: none;
}

.header-contact .formHeader select {
    padding-bottom: 14px;
}

.header-contact .formHeader input[type="submit"] {
    background-color: #91a94f;
    border: transparent;
    border-bottom: transparent;
}

.header-contact .formHeader input[type="submit"]:hover {
    background-color: #1d1d1d;
}

.header-contact .formHeader textarea {
    /* max-width: 100px;  */
    min-height: 80px;
    max-height: 100px;
    /* resize: none; */
}

.header-contact p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

img.phone {
    width: 50px;
    margin-right: 20px;
}

p.phoneNumber {
    color: #91a94f;
        font-weight: 500;
    font-size: calc(14px + (23 - 17) * ((100vw - 300px) / (1200 - 300)));
}

.phoneNumber a {
    text-decoration: none;
    color: #a7c949;
}

.contactIcon {
    width: 25px;
}

.mapIcon {
    width: 15px;
}

.iconContent {
    width: 50px;
    text-align: center;
    margin-right: 20px;
}

.header-contact a {
    color: #1d1d1d;
}

.header-contact a:hover {
    color: #346c8e !important;
}

/*--------------------------------------conventional loan-----------------------------------*/

.header-convLoan {
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/loan_product-jpg.webp?bwp");
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 10%;
    padding-bottom: 3%;
    position: relative;
    margin-bottom: 40px;
}

.header-map {
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/find-a-loan-officer_header-jpg.webp?bwp");
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 10%;
    padding-bottom: 3%;
    position: relative;
    margin-bottom: 40px;
}

.getFundingToday a {
    background-color: #1d1d1d;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 700;
    font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1200 - 300)));
    /* font-size: 25px; */
    text-align: center;
}

.getFundingToday a:hover {
    background-color: #91a94f;
}

.boxLoanProduct {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 15px;
    margin-bottom: -100px;
}

.title_pl h1 {
    position: relative;
}

.title_pl h1::before {
    content: "";
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/arrow_top_pl.svg?bwp");
    background-repeat: no-repeat;
    position: absolute;
    width: 68px;
    height: 67px;
    top: -10px;
    left: -80px;
}

.containerWidthProduct {
    max-width: 1120px;
    position: relative;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.titleMaxWidth {
    max-width: 682px;
    margin: 0 auto;
}

.titleSmallMaxWidth {
    max-width: 390px;
    margin: 0 auto;
}

.titleMaxWidthSubtitle {
    max-width: 755px;
    margin: 0 auto;
}

.titleMaxWidthSubtitleLeft {
    max-width: 755px;
}

.text_white_box {
    background-color: #fff;
    padding: 30px 50px;
}

.text_white_box p.smallTxt {
    font-style: italic;
    font-weight: 700;
}

.productLoanContent h3 {
    color: #244b63;
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1200 - 300)));
    position: relative;
    font-family: "Merriweather", serif;
}

.productLoanContent h3::before {
    content: "";
    background-image: url("https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/sprintfunding.com/wp-content/themes/sprintfunding/images/green_circle.svg?bwp");
    background-repeat: no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    top: -14px;
    left: -24px;
}

.productLoanContent .nav {
    padding-left: calc(var(--bs-gutter-x) / 2);
}

/* .imgProductLoan{

	position: relative;

} */

.productLoanContentSE h3 {
    color: #244b63;
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1200 - 300)));
    position: relative;
    font-family: "Merriweather", serif;
}

.imgProductLoan img {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 15px;
}

.productLoanContent h3.txtWhite {
    color: #fff;
}

.productLoanContent h3.txtWhite::before {
    background-image: none;
}

.txtWhite {
    color: #fff;
}

.text_green_box {
    background-color: #91a94f;
    padding: 60px;
}

.text_green_box_short {
    background-color: #91a94f;
    padding: 40px;
}

.text_green_box p {
    color: #fff;
    font-size: 18px;
}

.checkBoxPL {
    width: 18px;
}

ul.listCL li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
}

ul.listCL a {
    color: #346c8e;
}

ul.listCL li img {
    margin-right: 20px;
    padding-top: 8px;
}

.orangeColor ul.listCL li img {
    margin-right: 20px;
    /* padding-top: 1.6rem; */
}

.text_blue_box {
    background-color: #346c8e;
    padding: 50px;
}

.text_blue_box p,
.text_blue_box_short p {
    color: #fff;
}

.text_blue_box_short {
    background-color: #346c8e;
    padding: 30px;
}

.text_blue_box_short a {
    color: #fff;
}

#tabCL {
    max-width: 1000px;
    margin: 0 auto;
}

.nav {
    justify-content: center;
}

.nav-tabs {
    border-bottom: transparent;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #91a94f;
    border-color: transparent;
    font-weight: initial;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
}

.nav-link {
    padding: 1rem 1.5rem;
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1200 - 300)));
    font-family: "Merriweather", serif;
}

.nav-pills .nav-link {
    border: transparent;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0.5rem;
}

.nav-pills a {
    color: #1d1d1d;
}

.tab-content ul.listCL li {
    padding-bottom: 10px;
}

.reqFHAList {
    padding-left: 50px;
}

ol.listCL li {
    padding-left: 20px;
}

/* .containerTabsFHA .flex-column-tab {

    flex: 1;

    display: flex;

}

.containerTabsFHA .tab-content {

    flex: 3;

    display: flex;

    padding: 0;

} */

#tabCLContent {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.accordion-collapse {
    text-align: left;
}

.requirements,
.benefits,
.stepsSE {
    background-color: #fff;
}

.requirements h4 {
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1200 - 300)));
    font-family: "Merriweather", serif;
    text-transform: initial;
}

.requirementsIcon {
    width: 64px;
    margin-bottom: 20px;
}

.grayColor {
    background-color: #f5f5f5;
    padding: 30px 40px;
    margin-bottom: 10px;
}

.greenColor {
    background-color: #d6dfbd;
    padding: 30px 40px;
    margin-bottom: 10px;
}

.blueColor {
    background-color: #cedae1;
    padding: 30px 40px;
    /* margin-bottom: 10px; */
}

.orangeColorCol {
    background-color: #f5ece1;
}

.orangeColor {
    background-color: #f5ece1;
    padding: 30px 40px;
    margin-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.greenColor h3 {
    color: #1d1d1d;
}

.greenColor h3::before {
    background-image: none;
}

#clBottomImg {
    background-image: url("https://sprintfunding.com/wp-content/themes/sprintfunding/images/cl_bottom.jpg");
    background-size: cover;
    background-position: top center;
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
}

#vaBottomImg {
    background-image: url("https://sprintfunding.com/wp-content/themes/sprintfunding/images/va-loans_rates.jpg");
    background-size: cover;
    background-position: top center;
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
}

.benefits h4 {
    color: #fff;
}

.componentsIcon {
    display: flex;
}

.componentsIcon h4 {
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1200 - 300)));
    font-family: "Merriweather", serif;
    color: #244b63;
}

.containerSmallContact {
    max-width: 800px;
    margin: 0 auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.loanOfficer .wpcf7-list-item.first {
    margin: 0;
}

.loanOfficer .wpcf7-list-item-label {
    color: #828282;
}

/* #advantagesCF {

	overflow: hidden;

} */

.nav-pills .nav-link.active {
    background-color: #91a94f;
}

.innerPage {
    padding-bottom: 100px;
}

/*--------------------------------------video-----------------------------------*/

#video {
    position: relative;
    padding: 0 20px;
}

.videoResponsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.videoSet {
    position: relative;
    z-index: 100;
    display: flex;
    align-self: flex-end;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 15px;
    /* margin-top:-25%; */
    /* margin-right: 10%; */
    /* box-shadow: 0px 14px 65px 0px rgba(0, 0, 0, 0.35); */
    /* padding: 0; */
}

.benefitsRV .col-sm-2 {
    width: 20%;
}

.faqNote {
    line-height: 1.2;
    font-size: 14px;
}

/* ---------------------navigation */

.prev {
    float: left;
    padding-right: 30px;
}

.next {
    float: right;
}

.prev a {
    font-size: 16px;
    color: #222;
}

.prev a:hover {
    font-size: 16px;
    color: #91a94f;
}

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

.page-numbers .nav-links a {
    color: #222;
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
}

span.current {
    padding: 10px 20px;
    border: 1px solid #91a94f;
    background-color: #91a94f;
}

.page-numbers .nav-links a:hover {
    text-decoration: none;
    color: #222;
    padding: 12px 20px;
    border: 1px solid #91a94f;
    background-color: #91a94f;
}

.nav-links span.previous-post,
.nav-links span.next-post {
    padding-right: 20px;
    display: block;
}

h2.screen-reader-text {
    display: none;
}

ul.wsp-posts-list li>ul.wsp-posts-list {
    padding-bottom: 20px;
}

.innerPageBlog .txtArticle article ul {
    margin-left: 30px;
}

.innerPageBlog .txtArticle article ul li {
    list-style: disc;
}

.bgWhiteSL {
    /*background:#ddd;*/
    padding: 40px 0px 20px 0;
}

.bgWhiteSL h3 {
    padding-bottom: 0;
}

.bgWhite {
    background-color: #fff;
}

.widget-title {
    font-size: calc(16px + (23 - 18) * ((100vw - 300px) / (1200 - 300)));
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 900;
    font-family: "Merriweather", serif;
}

.imgProfile {
    max-width: 400px;
}

/*--------------------------------------footer-----------------------------------*/

.containerWidth {
    overflow: hidden;
}

.header-homepage .containerWidth {
    overflow: visible;
}

.tagStyle {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important;
}

.children {
    padding-left: 30px;
}

ul.children li {
    list-style: circle;
}

/*--------------------------------------------------weekly------------------*/

.socialIconsWeekly {
    max-width: 45px;
    margin: 0 10px;
}

#weeklyMortgage {
    background-color: #4A4A4A;
    background: #4A4A4A url("https://sprintfunding.com/wp-content/themes/sprintfunding/images/bg-bottom.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 200px;
    padding-bottom: 330px;
    overflow: visible;
}

.contentSliderWeekly {
    margin-top: -160px;
    /* background-color: #F2F2F2; */
    background: #f2f2f2 url("https://sprintfunding.com/wp-content/themes/sprintfunding/images/logo-fade.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    min-height: 600px;
    z-index: 100;
}

.boxLoanWeekly {
    padding: 15px;
    position: relative;
}

.weekly .owl-dots {
    bottom: -120px;
    position: absolute;
    left: 45%;
}

.dateWeekly {
    background-color: #91A94F;
    color: #fff;
    padding: 10px;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    font-weight: 600;
}

.imgWeeklyStart {
    margin-top: 100px;
}

.boxContentWeekly {
    background-color: #fff;
    padding: 30px;
    margin-right: -200px;
    margin-top: -150px;
    /* margin-left: -200px;
    margin-top: 200px; */
}

.boxContentWeekly h2 a {
    text-decoration: none;
}

.ratesContent {
    /* background-color: rgba(84, 40, 145, 0.05); */
    padding: 30px;
}

.ratesContent p.titleRates {
    color: #346c8e;
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.ratesContent p.subtitleRates {
    color: #1d1d1d;
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1200 - 300)));
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.weeklySlide hr {
    border: 2px solid #E3E3E3;
    /* border: 1px solid #dfdfdf; */
}

.greenTxt {
    color: #91a94f;
}

#agentBottom {
    background-color: #f5f5f5;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #ddd;
}

#agentBottom img {
    max-width: 127px;
    /* height:127px; */
    margin-right: 30px;
}

#agentBottom .logoBotWeekly {
    width: 144px;
    max-width: 100%;
    margin-right: 0 !important;
}

#agentBottom h2 {
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1200 - 300)));
}

#agentBottom p {
    margin-bottom: 0;
}

.row.new-hndr {
    padding-top: 50px;
    margin-top: 1.5rem !important;
}

.row.new-hndrr {
    padding: 30px 50px;
    margin-top: 3rem !important;
    background-color: #f5f5f5;
    margin-bottom: 90px;
}

section#advantagesCF {
    background: #fff;
}

.weekly.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px !important;
    font-weight: 900 !important;
    color: #fff !important;
    padding: 0 10px !important;
}

.weekly.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    bottom: -135px;
    right: 0;
}

.weekly.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    bottom: -135px;
    left: 0;
}

.logoWeekly {
    width: 240px;
    max-width: 100%;
}

.nnns h3::before {
    background-image: none;
}

.cnntt {
    margin-top: 30px;
}

.cnntt h2 {
    margin-bottom: 20px;
}

.default-pag table,
.default-pag table td {
    border: 1px solid #1d1d1d;
    padding: 10px;
}

.default-pag ul li {
    list-style: disc;
}

.default-pag ul {
    padding-left: 18px;
}

.default-pag ol {
    padding-left: 18px;
}

.vvcl-sec .sectionPadding {
    padding: 40px 0px 50px 0px !important;
}

.vvcl-sec1 .sectionPadding {
    padding-top: 90px !important;
}

.vvcl-sec .paddingInnerSection {
    padding-top: 20px !important;
}

.vvcl-sec h2.titleMaxWidth {
    margin-bottom: 15px !important;
}

.default-pag .rr-sec ul,
.default-pag .rr-sec ol {
    display: table;
}

#careers h4, .productLoanContent h4 {
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1200 - 300)));
    font-family: "Merriweather", serif;
    text-transform: initial;
    font-weight: 700;
}

.exellence-reviews {
    padding-top: 70px;
}


/*--------------------------------------------------responsive------------------*/

@media (min-width: 1002px) {
    .navbar-toggler {
        display: none !important;
    }
}

@media(max-width:1366px) {

    .navbar .nav>li>a,
    .navbar .nav>li>a:focus {
        font-size: 14px;
        color: #303030;
    }

    nav#mainNav {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 1200px) {
    .getFundingToday a {
        padding: 15px 0;
    }

    .titleSmallMaxWidth {
        max-width: 330px;
    }

    #loans .boxLoan {
        min-height: 280px;
    }

    .header-convLoan {
        padding-top: 15%;
    }

    .weekly .owl-dots {
        left: 43%;
    }

    .weekly .owl-dots {
        bottom: -160px;
    }

    .weekly.owl-carousel .owl-nav button.owl-next,
    .weekly.owl-carousel .owl-nav button.owl-prev {
        bottom: -175px;
    }

    .container.respons {
        max-width: 100%;
    }
        .exellence-reviews {
            padding-top: 40px;
        }
                .exellence-reviews .pb-5.mb-5 {
            margin: 0 !important;
        }

}

@media (max-width: 1024px) {

    .navbar .nav>li>a,
    .navbar .nav>li>a:focus {
        font-size: 13px;
        color: #303030;
    }

    .nav>li {
        padding: 0 10px;
    }

    .containerTopWidth {
        padding: 0 45px;
    }

    .header-homepage {
        padding-top: 20%;
    }

    .header-map {
        padding-top: 20%;
    }

    .imgAboutUS .txtAbout {
        padding: 10px 20px;
    }

    .sectionPadding {
        padding: 80px 0;
    }

    .sectionPaddingBottom {
        padding-bottom: 80px;
    }

    .faq {
        bottom: -80px;
    }

    .pb-50 {
        padding-bottom: 80px;
    }

    #readyToGetStarted h2 {
        -webkit-text-stroke: transparent;
    }

    .formHeader,
    .header-contact .formHeader,
    #wufoo-z173d3pf1ayrhxd {
        padding: 60px 20px;
        margin: 0 10px;
    }

    .header-homepage h1::before {
        background-image: none;
    }

    .p-l-50 {
        padding-left: 20px;
    }

    .title_pl h1::before {
        background-image: none;
    }

    .getStartedNow {
        padding: 0px 0 30px 0;
    }

    .floting-icon {
        display: none;
    }

    .row.new-hndr {
        margin-top: 0 !important;
    }

    .row.new-hndrr {
        margin-bottom: 50px;
        padding: 30px 16px;
        margin-top: 1rem !important;
    }

    .row.new-hndr {
        padding-top: 30px;
    }

    .row.new-hndr .pe-5 {
        padding-right: 0rem !important;
    }

    .vvcl-sec1 .sectionPadding {
        padding-top: 75px !important;
    }

    .vvcl-sec .mt-5 {
        margin-top: 1rem !important;
    }

    .vvcl-sec .sectionPadding {
        padding: 20px 0px 20px 0px !important;
    }
}

@media (max-width: 1001px) {
    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .container {
        max-width: 90%;
    }

    .menuMobile {
        width: 50px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    /* .navbar-collapse {
            width: 100%;
        } */
    /* .navbar-expand-lg .navbar-collapse {
            display: initial !important;
        } */
    .navbar {
        /* position: relative; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: none;
        width: 100%;
        background-color: #fff;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent !important;
        border: none;
        outline: none;
    }

    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:active {
        border: none;
        outline: none;
    }

    .navbar-toggler-icon:focus {
        outline: none;
    }

    .navbar-header {
        width: 75%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .phoneWindowSlideContent {
        width: 25%;
    }

    .navbar-collapse ul {
        padding: 22px 0;
        text-align: right;
    }

    .nav>li {
        padding: 10px 15px;
    }

    .content-area,
    .content-SidebarNews {
        padding-top: 100px;
    }

    .benefitsRV .col-sm-2 {
        width: 33.3%;
    }

    .readytoTxt {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 850px) {
    .articleContent {
        padding: 20px 20px 20px 20px;
    }

    .articleDate {
        font-size: 14px;
    }

    .profilePage .applyLoan a {
        padding: 10px;
    }

    .header-profile {
        padding-top: 15%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .missionTxt {
        max-height: none;
    }

    .readytoTxt {
        padding: 20px 0px 0 0px;
    }

    .readytoTxt .getStartedNow {
        padding: 0px 0 30px 0;
    }

    #loans .boxLoan {
        min-height: 240px;
    }

    .getFundingToday a {
        padding: 10px 0;
    }

    #vaBottomImg {
        padding-bottom: 0;
    }

    .sectionPaddingTop {
        padding-top: 80px;
    }

    .sectionPaddingTopSmall {
        padding: 80px 0 60px 0;
    }

    .header-map {
        padding-top: 15%;
    }

    .faq {
        right: -100px;
    }
}

@media (max-width: 767px) {
    .profilePage .txtDescLO {
        margin-top: 0;
        border-bottom: 1px solid #c1c0c0;
        margin-bottom: 20px;
    }

    .header-homepage h1::before {
        background-image: none;
    }

    .p-r-50 {
        padding-right: 0;
    }

    .p-l-50 {
        padding-left: 0;
    }

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

    .txtCenterMob {
        text-align: center;
        padding-top: 20px;
    }

    .readytoTxt .getStartedNow {
        margin: 0 auto;
    }

    .imgFreeC .imgFreeCContent {
        max-width: 330px;
    }

    .header-contact {
        padding-top: 10%;
    }

    .containerTopWidth {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    .formHeader,
    #wufoo-z173d3pf1ayrhxd {
        margin: 60px 0 0 0;
    }

    .imgProduct_top {
        margin-top: 50px;
    }

    .title_pl h1::before {
        background-image: none;
    }

    .content-area,
    .content-SidebarNews {
        padding-top: 15%;
    }

    .socialMediaContent {
        padding-left: 0px;
    }

    .buttonsHeader {
        padding-top: 0px;
    }

    .benefitsRV .col-sm-2 {
        width: 100%;
    }

    .profilePage .applyLoan a {
        padding: 20px 40px;
    }

    .row.new-hndr img.boxLoan {
        margin-bottom: 20px;
    }

    .row.new-hndr .col-sm-6 {
        width: 100%;
        max-width: 100%;
    }

    .contentSliderWeekly {
        background-size: 350px;
    }

    .boxContentWeekly {
        margin-top: -50px;
    }

    #agentBottom p {
        line-height: 1.1;
    }

    .col-md-4.p-l-50 {
        padding-left: 20px;
    }

    footer#footer .col-sm-3.col-6 {
        width: 100%;
    }
    .phoneNumber a {
    color: #ffffff;
}
.header-contact a {
    color: #1d1d1d;
}


}

@media (max-width: 660px) {
    .phoneWindowSlideContent {
        width: 40%;
    }

    .navbar-header {
        width: 60%;
    }
}

@media (max-width: 600px) {
    #loans .boxLoan {
        min-height: 250px;
    }

    .orangeColorCol {
        background-color: transparent;
    }

    .teamImg .col-md-2 {
        width: auto;
    }

    .sectionPaddingFooter {
        padding: 20px 0;
    }

    .socialMediaContent {
        padding-bottom: 50px;
    }

    #footer h5, #footer h4 {
        padding-bottom: 0;
    }

    .buttonsHeader a {
        display: block;
        text-align: center;
    }

    .formHeader,
    #wufoo-z173d3pf1ayrhxd {
        margin: 40px 0px 0 0px;
    }

    .imgAboutUS {
        margin-bottom: 20px;
    }

    .getStartedNow {
        padding: 10px 0;
        max-width: 100%;
    }

    .accordion {
        padding-top: 20px;
    }

    .content-area,
    .content-SidebarNews {
        padding-top: 30%;
    }

    #advantagesCF .sectionPadding {
        padding: 40px 0;
    }

    .header-map {
        padding-top: 30%;
    }

    #bottom .justify-content-end {
        justify-content: flex-start !important;
    }

    .header-contact .formHeader {
        padding: 60px 0px;
        margin: 0;
    }

    .header-homepage {
        padding-top: 32%;
    }

    .header-contact,
    .header-profile {
        padding-top: 30%;
    }

    .header-convLoan {
        padding-top: 30%;
    }

    .loanProcessors .contentTesti {
        padding: 0px 20px 25px 20px;
    }

    .profilePage .textContentLOInside {
        padding: 20px 0;
        border-top: 1px solid #c1c0c0;
    }

    #headerProfile .paddingInnerSection {
        padding-top: 0;
    }

    .boxContentWeekly {
        margin-right: auto;
        margin-top: auto;
    }
}

@media (max-width: 575px) {
    .header-profile .applyLoan {
        max-width: initial;
    }

    .mobileMeetJ {
        display: flex;
        justify-content: center;
    }

    .imgFAQContent .faq img {
        display: none;
    }

    .topWeekly .ps-5 {
        padding-left: 0;
    }

    .topWeekly .pr-5 {
        padding-right: 0;
    }

    #agentBottom .logoBotWeekly {
        display: none;
    }

    #weeklyMortgage {
        margin-top: 180px;
    }

    #topWeekly .paddingInnerSection {
        padding-top: 20px;
    }

    .weekly .owl-dots {
        left: 38%;
    }

    .plw-50 {
        padding-left: 20px;
    }

    .prw-50 {
        padding-right: 20px;
    }

    .ratesContent p.subtitleRates {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .sectionPadding {
        padding: 80px 0 40px 0;
    }

    .sectionPaddingBottom {
        padding-bottom: 40px;
    }

    .sectionPaddingTopSmall {
        padding: 80px 0 40px 0;
    }

    .sectionPaddingTop {
        padding-top: 80px;
    }

    .text_white_box {
        padding: 20px;
    }

    .text_green_box,
    .text_blue_box {
        padding: 30px 30px 20px 30px;
    }

    .text_green_box p {
        font-size: 16px;
    }

    .contentSliderWeekly {
        background-size: 200px;
    }

    .weekly .owl-dots {
        left: 30%;
    }

    .socialIconsWeekly {
        max-width: 35px;
        margin: 0 5px;
    }

    .phoneWindowSlideContent {
        width: 100%;
        margin-bottom: 2px;
        justify-content: center;
        height: auto;
        padding: 0px !important;
    }
  .phoneWindowSlideContent .btnPhone {
    padding: 0px 12px;
  }
    .navbar-header {
        width: 100%;
    }

    nav#mainNav {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .nhcon .getFundingToday a {
        padding: 10px 25px;
        width: auto !important;
        display: inline-block;
    }
}
