@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

@font-face {
	font-family: 'bebasneue_bold';
	src: url('../fonts/bebasneue_bold.eot');
	src: url('../fonts/bebasneue_bold.woff') format('woff'), 
	url('../fonts/bebasneue_bold.ttf') format('truetype'), 
	url('../fonts/bebasneue_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Nunito', sans-serif;
	margin: 0;
	overflow-x: hidden;
	padding: 0
}
.container {
	width: 1300px;
}
.banner{
	position: relative;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.banner-img{
	object-fit: cover;
	}
.banner-img img{
	object-fit: cover;
	width: 100%;
	height: 930px;
	}
.item .banner-img img{
	transition: 8s all ease;
	}
.item.active .banner-img img{
	transform: scale(1.1);
	}
.header{
	position: absolute;
	top: 0;
	left:0;
	right:0;
	}
.top-bar{
	height: 115px;
	padding: 20px 0;
}
.top-bar .phone {
	margin: 26px 0;
}
.top-bar .phone a{
	text-decoration: none;
	}
.top-bar .phone span {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0;
	padding: 0 0;
}
.top-bar .phone span strong {
	color: #ed2224;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 5px;
}
.top-bar .phone a i{
	display: none;
}
.top-bar .logo {
	text-align: center;
	width: 65%;
    margin: 0 auto;
}
.top-bar .social-media {
	float: right;
	margin: 24px 0
}
.top-bar .social-media ul {
	margin: 0;
	padding: 0;
}
.top-bar .social-media ul li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	transition: all 0.3s ease-in-out;
}
.top-bar .social-media ul li:hover {
    transform: rotate(340deg);
	}
.top-bar .social-media li a {
	font-size: 18px;
	color: #ffffff;
	margin: 0 0;
	padding: 7px;
}
.navi-bar {
	background: #fff;
	height: 88px;
	margin: 0 auto;
	padding: 16px 15px;
}
.navi-bar .desktop-nav ul {
	margin: 0 0;
	padding: 0 0;
}
.navi-bar .desktop-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 20px 32px;
	margin: 0 0;
}
.navi-bar .desktop-nav li a {
	font-size: 15px;
    color: #232323;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.navi-bar .desktop-nav li:hover a{
	color: #FFFFFF;
	}
.navi-bar .desktop-nav li:last-child {
	float: right;
	padding: 0 15px 0 0;
	margin: 0 0;
}
.navi-bar .desktop-nav li:last-child a {
	padding: 0 0;
}
.navi-bar .desktop-nav a button {
	background: #082845;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0;
	width: 248px;
	height: 55px;
	padding: 0 0;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.navi-bar .desktop-nav a button:hover {
	background: none;
	border: 2px solid #082845;
	color: #082845;
	font-weight: 600;
	width: 224px;
}
.banner-txt {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	width: 850px;
	margin: 0 auto;
}
.banner-txt h2 {
	font-size: 70px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0;
}
.banner-txt h2 span {
	font-size: 70px;
	color: #ed2224;
	text-align: center;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0;
}
.banner-txt span {
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 40px 0;
	padding: 0 0;
}
.banner-txt .banner-btns button {
	background: rgba(0,0,0,0.3);
	border: 2px solid #ffffff;
	border-radius: 10px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0;
	margin: 0 10px;
	width: 214px;
	height: 55px;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.banner-txt .banner-btns button.b1 {
	background: #ed2224;
	border: 2px solid #ed2224;
	color: #fff;
}
.banner-txt .banner-btns button:hover {
	background: #082845;
	border: 2px solid #082845;
	color: #fff;
	width: 224px;
}
.banner .carousel-indicators {
    bottom: 0;
}
.banner .carousel-indicators .active {
    background: #ed2224;
}
.banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #ed2224;
    border-radius: 50%;
}
.loan-serv-sec {
	margin: 100px 0;
	text-align: center;
	display: table;
}
.loan-serv-sec h2 {
	font-size: 42px;
	color: #082845;
	font-weight: bold;
	text-align: center;
	padding: 0 0;
	margin: 0 0;
}
.loan-serv-sec h2 span {
	font-size: 42px;
	color: #ed2224;
	font-weight: bold;
	text-align: center;
	padding: 0 0;
	margin: 0 0;
}
.loan-serv-sec span {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 34px;
	text-align: center;
	padding: 0 0;
	margin: 30px 0;
	display: inline-block;
}
.loan-service {
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 48px 60px;
	margin: 0 0;
	border-radius: 0 0 40px 0;
	width: 100%;
	height: 285px;
	transition: all 0.3s ease-in-out;
}
.loan-service h2 {
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	font-weight: 600;
	text-align: center;
	padding: 0 0;
	margin: 50px auto 0 auto;
}
.loan-service:hover {
	background: #082845;
}
.loan-service img{
	transition: all 0.2s ease-in-out;
	}
.loan-service:hover img{
	transform: scale(1.2)
}
.loan-service:hover h2 {
	color: #FFFFFF;
}
.loan-opt-bg {
	background: #082845;
	height: 290px;
}
.loan-opt-bg h2 {
	font-size: 100px;
	color: #FFFFFF;
	opacity: 0.1;
	letter-spacing: 15px;
	font-weight: 900;
	text-align: left;
	padding: 0 0;
	margin: 40px 0 0 40px;
	display: inline-block;
}
.loan-container{
    margin: 0 auto;
	margin-top: -170px;
	}
.cash-advnc {
	background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    height: auto;
}
.cash-lft-side {
	margin: 0 15px 0 0;
}
.cash-lft-side ul {
	margin: 0;
	padding: 0;
}
.cash-lft-side ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0 0;
}
.cash-lft-side ul li:nth-child(2n+2) .dropdown{
	background: #ededed;
}
.cash-lft-side ul li .dropdown {
	background: #f8f8f8;
	padding: 0 0;
	margin: 4px 0 0 0;
	display: block;
}
.cash-lft-side li .dropdown.open button {
	background: none;
	border: none;
	outline: none;
	font-size: 30px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding: 0 0;
	margin: 0 0;
	width: 100%;
	display: grid;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
	background: none;
	background-color: none;
	border-color: none;
}
.cash-lft-side li .dropdown button {
	background: none;
	border: none;
	outline: none;
	font-size: 25px;
	color: #000000;
	word-wrap: normal;
    white-space: normal;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	padding: 14px 30px;
	margin: 0 0;
	width: 100%;
}
.cash-lft-side li .dropdown button i {
	font-size: 18px;
	color: #000;
	float: right;
}
.cash-lft-side li .dropdown.open button i {
	display: none;
}
.open .dropdown-menu {
	display: block;
}
.dropdown.open .dropdown-menu {
	position: inherit;
	float: none;
	margin-top: 20px;
	background: none;
	box-shadow: none;
}
.purple {
	color: #082845;
}
.dropdown-toggle::after {
	content: normal;
}
.cash-lft-side li .dropdown-menu {
	border: none;
}
.cash-lft-side li .dropdown-menu span {
	font-size: 20px;
	color: #2c2c2c;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	padding: 0 0;
	margin: 0 0;
	border: none;
}
.cash-lft-side li .dropdown .dropdown-menu button {
	background: #082845;
	border: none;
	border-radius: 10px;
	outline: none;
	width: 214px;
	height: 55px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 0;
	margin: 40px 0 0 0;
	display: table;
	transition: 0.3s all ease-in-out;
}
.cash-lft-side li .dropdown .dropdown-menu button:hover {
	background: none;
	border: 2px solid #082845;
	color: #000000;
}
.cash-lft-side ul li .dropdown.open {
	background: none;
	margin: 0 0;
}
.cash-lft-side ul li .dropdown.open {
	background: none;
	margin: 60px;
}
.cash-ri8-side {
    height: 760px;
	}
.loan-opt {
	margin-bottom: 100px;
}
.loan-opt span.btm-txt {
	font-size: 30px;
	color: #000000;
	line-height: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 0 0;
	margin: 80px auto 50px auto;
    display: block;
    width: 95%;
}
.loan-opt .cash-sec-btn {
	text-align: center;
}
.loan-opt .cash-sec-btn button {
	background: #082845;
	border: none;
	outline: none;
	border-radius: 10px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0;
	margin: 0 15px;
	width: 214px;
	height: 55px;
	transition: all 0.3s ease-in-out;
}
.loan-opt .cash-sec-btn button.b1 {
	background: #ed2224;
	color: #fff;
}
.loan-opt .cash-sec-btn button:hover{
	width: 224px;
	}
.how-work-bg {
	background: url(../images/how-it-works-bg.png) no-repeat center;
	background-color: #082845;
	background-size: cover;
	height: 760px;
	padding: 80px 0;
}
.how-work-bg h2 {
	font-size: 42px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	padding: 0 15px;
	margin: 0 0 10px 0;
}
.how-work-bg span {
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	padding: 0 15px;
	margin: 0 0 75px 0;
}
.how-work-bg .step {
	background: #FFFFFF;
	height: 400px;
	border-radius: 0 0 40px 0;
	padding: 70px 40px;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.how-work-bg .step:hover {
	transform: rotateY(360deg);
	transition: all 0.9s ease-in-out;
	background: #ed2224;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}
.how-work-bg .step:hover h3, .how-work-bg .step:hover p, .how-work-bg .step:hover span{
	color: #FFFFFF;
	}
.how-work-bg .step h3 {
	font-size: 30px;
	color: #082845;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 0;
	margin: 20px 0 0 0;
	transition: 0.3s all ease-in-out;
}
.how-work-bg .step p {
	font-family: 'bebasneue_bold';
	font-size: 80px;
	color: #bbbbbb;
	opacity: 0.1;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0;
	transform: rotate(-90deg);
	text-transform: uppercase;
	position: absolute;
	top: 50px;
    right: -40px;
    letter-spacing: 4px;
	transition: 0.3s all ease-in-out;
}
.how-work-bg .step img {
	padding: 60px 0 40px 0;
	mix-blend-mode: multiply;
	transition: 0.3s all ease-in-out;
}
.how-work-bg .step span {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 0;
	margin: 0 0;
	transition: 0.3s all ease-in-out;
}
p.hd-bdr {
	background: #ed2224;
	height: 4px;
	width: 74px;
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
	padding: 0 0
}
.get-loan {
	margin: 100px 0;
	display: inline-block;
}
.get-loan .get-loan-detail h2 {
	font-size: 38px;
    font-weight: 600;
	width: 100%;
	text-align: left;
	margin-left: -20px;
	margin-bottom: 70px;
}
.get-loan .get-loan-detail h2 p.hd-bdr{
	text-align: left;
	margin: 20px 0 0 0
	}
.get-loan .get-loan-img {
	float: left;
	width: 45%;
	margin-right: 80px;
	margin-top: 70px;
}
.get-loan .get-loan-detail {
	float: left;
	width: 48%;
	margin: 0 0;
}
.get-loan .get-loan-detail .graph-bdr {
	background: #082845;
	width: 4px;
	height: 300px;
	float: left;
	margin: 0 0;
}
.get-loan .get-loan-detail div i {
	font-size: 22px;
	color: #ffffff;
	background: #082845;
	padding: 10px;
	border-radius: 100%;
	float: left;
	margin: -10px 30px 10% -25px;
}
.get-loan .get-loan-detail div i.active {
	background: #ed2224;
	color: #000;
}
.get-loan .get-loan-detail div {
	margin: 10px 0 70px 0;
}
.get-loan .get-loan-detail div h2 {
	font-size: 22px;
	color: #082845;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}
.get-loan .get-loan-detail div span {
	font-size: 18px;
	color: #727272;
}
.apply-form {
	margin: 30px 0 100px 0;
	float: left;
	width: 100%;
}
.apply-form h2 {
	font-size: 38px;
	padding-left: 15px;
	font-weight: 600;
}
.apply-form span {
	font-size: 18px;
	color: #414141;
	width: 40%;
	padding-left: 15px;
	display: block;
}
.apply-form span p.hd-bdr {
	text-align: left;
	margin: 20px 0;
}

.apply-form .form-fields input, textarea {
	background: none;
	border: 1px solid #eaeaea;
	height: 60px;
	display: inline-block;
	font-size: 15px;
	color: #727272;
	width: 100%;
	padding: 20px;
	margin: 0 0 30px 0;
	outline: none;
}
.apply-form .form-fields input.condition , .contact-form form input.condition {
    height: 15px;
    padding: 0px !important;
	margin:  0px !important;
	width: auto;
}
.apply-form .form-fields textarea {
	min-height: 170px;
	resize: none;
	border: 1px solid #eaeaea;
}
.apply-form .form-fields button {
	width: 264px;
	height: 55px;
	background: #082845;
	border: none;
	border-radius: 10px;
	outline: none;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: right;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}
.apply-form .form-fields button:hover {
	background: none;
	border: 2px solid #082845;
	color: #082845;
	font-weight: 700;
	width: 275px;
}
.check-box{
    display:inline-flex;
}
.terms {
    margin-left: 10px;
}
.terms span{
	width: 100%;
	font-size: 12.5px;
	padding-left: 0;
}
.stories-bg {
	background: #f9f4f5;
	padding: 100px 0;
}
.stories-bg h2 {
	font-size: 38px;
	color: #082845;
	text-align: center;
	font-weight: 600;
}
.stories-bg span {
	font-size: 18px;
	color: #414141;
	font-weight: 600;
	display: block;
	text-align: center;
}
.testimonial-content {
	background: #ed2224;
	border-radius: 0 0 40px 0;
	padding: 55px 15px 30px 30px;
	margin: -50px 0 0 0;
	height: auto;
	max-height: 320px;
	transition: all 0.2s ease-in-out;
}
.testi-itm img {
	background: #FFFFFF;
	border-radius: 100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin: 15px 0 0 30px;
	overflow: hidden;
}
.testimonial .testimonial-content h2 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin: 20px 0;
}
.testimonial .testimonial-content span {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
}
.testimonial-content:hover {
	background: #082845;
}
.testimonial-content:hover h2, .testimonial-content:hover span {
	color: #FFFFFF;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #082845;
	border-radius: 50%;
}
.slick-dots li button:before {
	color: transparent !important;
}
.slick-dots li button {
	background: none !important;
	border: 2px solid #082845 !important;
	border-radius: 50% !important;
}
.carousel-indicators .active {
	background: #082845;
}
.slick-dots li button:before {
	font-family: 'slick';
    font-size: 10px !important;
    line-height: 20px !important;
    position: absolute;
    top: -4px !important;
    left: 0 !important;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 100 !important;
	color: #ed2224 !important;
}
.slick-active .slick-dots li button {
	background: #082845 !important;
}
.carousel-indicators {
	bottom: -70px;
}
.loan-qualify {
	background: url(../images/loan-qualifi.png) no-repeat center;
	display: block;
	padding: 100px 0;
	text-align: center;
	background-color: #1e2530;
    background-size: cover;
}
.loan-qualify h2 {
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 60px;
	margin: 0 0 50px 0;
	padding: 0 0;
}
.loan-qualify button {
	background: rgba(0,0,0,0.3);
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 214px;
	height: 55px;
	margin: 0 15px;
	transition: all 0.2s ease-in-out;
}
.loan-qualify button:hover{
    width: 224px;
}
.loan-qualify button:hover {
	background: #ed2224;
	border: 2px solid #ed2224;
	color: #000000;
}
.our-clients {
	margin: 100px 0;
	text-align: center;
}
.our-clients h2 {
	font-size: 38px;
	color: #082845;
	font-weight: 600;
}
.our-clients ul {
	margin: 70px 0 0 0;
	padding: 0;
}
.our-clients ul li {
	list-style: none;
	display: inline-block;
	background: #f8f8f8;
	border-radius: 20px 0 20px 0;
	padding: 10px 10px;
	margin: 0 10px;
	transition: all 0.3s ease-in-out;
}
.our-clients ul li:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contact-form {
	background: #f8f8f8;
	padding: 100px 0;
}
.contact-form form input, textarea {
	background: #FFFFFF;
	border: none;
	height: 60px;
	display: inline-block;
	font-size: 15px;
	color: #727272;
	width: 100%;
	padding: 20px;
	margin: 0 0 30px 0;
	outline: none;
}
.contact-form form textarea {
	resize: none;
	min-height: 200px;
}
.contact-form button {
	width: 264px;
	height: 55px;
	background: #082845;
	border: none;
	border-radius: 10px;
	outline: none;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: right;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}
.contact-form button:hover {
	background: none;
	border: 2px solid #082845;
	color: #082845;
	font-weight: 700;
}
.contact-ri8-side {
}
.contact-ri8-side ul {
	padding: 0 0;
	margin: 0 0 50px 0;
}
.contact-ri8-side ul h2 {
	font-size: 24px;
	color: #082845;
	margin-bottom: 30px;
}
.contact-ri8-side ul h2 p.hd-bdr {
	text-align: left;
	margin: 0 0 15px 0;
}
.contact-ri8-side ul span {
	font-size: 16px;
	color: #000;
}
.contact-ri8-side ul .social-media li {
	padding: 4px 10px;
}
.contact-ri8-side ul .social-media li a {
	font-size: 21px;
	color: #000000;
	margin: 0 0;
	padding: 0 5px;
	transition: all 0.2s ease-in-out;
}
.contact-ri8-side ul .social-media li:hover a {
	color: #FFFFFF;
}
.copy-right , .link-privacy{
	text-align: center;
	padding: 25px 0;
}
.copy-right ul {
	margin: 0 0;
	padding: 0 0;
}
.copy-right ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	padding: 0 15px;
	margin: 0 0;
	text-align: center;
}
.copy-right ul li a {
	font-weight: bold;
	color: #000000;
}
.link-privacy{
	text-align: right;
	padding: 25px 0;
}
.link-privacy span{
	margin-right: 20px;
	cursor: pointer;
}


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

.cash-advnc {
    margin-left: 70px;
}
.cash-ri8-side {
    margin-right: -630px;
}
.cash-ri8-side {
    height: 816px;
}

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

.cash-advnc {
    margin-left: 70px;
}
.cash-ri8-side {
    margin-right: -550px;
}
.cash-ri8-side {
    height: 818px;
}

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

.cash-ri8-side {
    margin-right: -450px;
    height: 816px;
}

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

.cash-ri8-side {
    margin-right: -350px;
	height: 818px;
}
	}

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

.cash-advnc {
    margin-left: 70px;
}
.cash-ri8-side {
    margin-right: -310px;
}
}
@media screen and (max-width:1600px){

.cash-ri8-side {margin-right: -150px;}
}
@media screen and (max-width:1600px){

.cash-ri8-side {
    margin-right: -150px;
}
}
	

@media screen and (max-width:1440px){
	
.cash-advnc{
    height: 780px;
}

.cash-ri8-side {
    margin-right: -70px;
}
.cash-advnc {
    height: auto;
}
.cash-ri8-side {
    height: 817px;
}
	}

@media screen and (max-width:1366px) {
.container {
	width: 100%;
}
.cash-lft-side li .dropdown-menu span {
    font-size: 16px;
    line-height: 28px;
}
.cash-lft-side li .dropdown button {
    font-size: 20px;
    font-weight: 500;
}
.cash-lft-side ul li .dropdown.open {
	margin: 26px 40px;
}
.cash-lft-side li .dropdown-menu span {
    font-size: 16px;
}
.cash-lft-side li .dropdown.open button {
    font-size: 26px;
}
.cash-lft-side li .dropdown .dropdown-menu button {
	font-size: 15px;
}
.loan-opt span.btm-txt {
    font-size: 26px;
    width: 85%;
}
.cash-ri8-side {
    margin-right: 0;
    height: 600px;
}
.loan-opt-bg h2 {
    margin: 40px 0 0 40px;
}
.cash-advnc{
    height: 599px;
}

}

@media screen and (max-width: 1200px) {
	
.top-bar .logo {
    width: 80%;
}

.top-bar .social-media ul li {
	margin: 0 6px;
}
.navi-bar .desktop-nav ul li {
	padding: 15px 60px 15px 15px;
}
.banner-txt {
	top: 45%;
	width: 620px;
}
.banner-img img {
    height: 100%;
}
.banner-txt h2 {
    font-size: 48px;
}
.banner-txt h2 span {
    font-size: 48px;
}
.banner-txt span {
    font-size: 22px;
	}
.loan-service {
	padding: 48px 25px;
}
.how-work-bg .step {
	height: 340px;
	padding: 30px 30px;
}
.how-work-bg .step img {
	padding: 30px 0;
}
.how-work-bg {
	height: 670px;
}
.get-loan .get-loan-img {
	width: 42%;
}
.get-loan .get-loan-detail div {
	margin: 10px 0 50px 0;
}
.our-clients ul li {
	display: inline-block;
	width: 17%;
}
.our-clients img {
	width: 85%;
}
.cash-lft-side li .dropdown button {
    font-size: 18px;
}
.cash-lft-side li .dropdown-menu span {
    font-size: 16px;
    line-height: 26px;
}
.cash-advnc {
    height: 610px;
}
.cash-ri8-side {
    height: 610px;
}
.cash-lft-side ul li .dropdown.open {
    margin: 26px 30px;
}
.dropdown.open .dropdown-menu {
    margin-top: 0;
}
.loan-opt span.btm-txt {
    font-size: 24px;
    line-height: 36px;
	margin: 50px auto 30px auto;
}
}

@media screen and (max-width:992px) {
	.apply-form .form-fields button {
    width: 170px;
    height: 50px;
	    
	}
.top-bar .logo {
    width: 100%;
}	
.top-bar .social-media li a {
	padding: 3px;
}
.navi-bar .desktop-nav ul li {
	padding: 15px 15px;
}
.navi-bar {
    padding: 16px 0;
}
.navi-bar .desktop-nav a button {
    width: 200px;
}
.banner-img img {
    height: 600px;
}
.banner-txt {
	top: 45%;
	width: 85%;
	margin: 0 auto;
}
.loan-service {
	padding: 58px 25px;
	margin: 15px 0;
}
.cash-lft-side li .dropdown-menu span {
	font-size: 16px;
	line-height: 28px;
}
.loan-opt span.btm-txt {
    font-size: 20px;
    line-height: 30px;
    margin: 40px auto;
    width: 90%;
}
.how-work-bg .step p {
	font-size: 60px;
    top: 45px;
    right: -35px;
}
.how-work-bg .step {
	height: auto;
	padding: 20px 25px;
	min-height: 340px;
}
.get-loan {
	margin: 50px 0;
}
.get-loan .get-loan-img {
	width: 40%;
	margin-top: 100px;
	margin-right: 60px;
}
.get-loan .get-loan-detail div span {
	font-size: 16px;
	color: #727272;
}
.get-loan .get-loan-detail div i {
	margin: -10px 30px 15% -25px;
}
.apply-form {
	margin: 0 0 50px 0;
}
.apply-form span {
	width: 100%;
}
.stories-bg {
	padding: 40px 0;
}
.loan-qualify h2 {
	font-size: 32px;
	line-height: 40px;
}
.loan-serv-sec {
	display: block;
}
.slick-slide .loan-service img {
    margin: 0 auto;
}
.dropdown.open .dropdown-menu {
    max-height: 100%;
    height: auto;
}
.cash-advnc {
    margin: 0 0;
}
.our-clients {
	margin: 50px 0;
}
.our-clients ul li {
	display: inline-block;
	width: 16%;
}
.our-clients img {
	width: 90%;
}
.contact-form {
	padding: 50px 0;
}
.contact-ri8-side ul .social-media li {
	padding: 4px 6px;
}
.testimonial-content {
	height: auto;
	max-height: 100%;
}
.our-clients .slick-slide{
	max-width: 213px;
    margin: 0 15px;
}
.loan-opt-bg h2 {
    margin: 30px auto;
    font-size: 48px;
}
.loan-container {
    margin-top: -210px;
}
.cash-lft-side {
    margin: 0 0;
}
}

@media screen and (max-width:767px) {
.container {
	width: auto;
}
.top-bar .logo {
    width: 90%;
}
.navbar-inverse .navbar-toggle {
	border: none;
	padding: 10px 15px;
	background: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none;
}
.new_5 {
	color: #FFF;
	margin: -15px 0 0 0;
	float: right;
}
.navbar-toggle {
	width: 100%;
	margin: 0 auto;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
	background: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 15px;
	color: #232323;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-collapse ul {
	padding: 0 0;
	z-index: 999;
}
.navbar-inverse {
	background: none;
	border: none;
}
.navbar-inverse .navbar-nav>li>a button {
	background: #082845;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0;
	width: 100%;
	height: 55px;
	padding: 0 0;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-nav>li>a:hover button {
	background: none;
	color: #082845;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.loan-opt-bg h2 {
	font-size: 32px;
	text-align: center;
	margin: 30px 0 0 0;
}
.banner-txt h2 {
	font-size: 36px;
}
.banner-txt h2 span {
	font-size: 36px;
}
.top-bar .phone a span {
	display: none;
}
.top-bar .phone a i {
	display: inline-block;
	border: 2px solid #ffffff;
	font-size: 20px;
	color: #FFFFFF;
	padding: 8px 9px;
	transition: all 0.3s ease-in-out;
}
.top-bar .phone a i:hover {
	background: #082845;
	border: 2px solid #082845;
    color: #FFFFFF;
}
.top-bar .phone {
	margin: 32px 0;
}
.top-bar {
	height: auto;
	padding: 0 0;
}
.top-bar .logo {
	text-align: center;
	padding: 15px 0;
}
.navi-bar {
    top: 106px;
}
.navi-bar {
	height: 60px;
	padding: 10px 0;
	background: #082845;
	z-index: 999;
}
.navbar {
	padding: 0 0;
}
.banner-txt {
	top: 32%;
    width: 100%;
    margin: 0 auto;
}
.banner-txt span {
	font-size: 18px;
	margin: 10px 0 15px 0;
	padding: 0 20px;
}
.banner-txt .banner-btns button {
	padding: 0 0;
	margin: 10px 0;
	width: 90%;
}
.banner-img img {
    /*height: 100vh;*/
	min-height: 600px;
	max-height: 600px;
}
.loan-serv-sec {
	margin: 60px 0;
	display: block;
}
.loan-serv-sec h2 {
	font-size: 30px;
}
.loan-serv-sec h2 span {
	font-size: 30px;
}
.loan-serv-sec span {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
}
.loan-service {
	margin: 15px auto;
}
.slick-slide .loan-service img {
    margin: 0 auto;
}
.loan-opt-bg {
	height: 120px;
}
.cash-advnc {
	margin-left: 0;
	margin-top: 0;
	float: none;
	display: block;
}
.cash-lft-side {
	margin: 0 0;
}
.cash-lft-side ul li {
	width: 100%;
	padding: 0 0;
}
.btn.active, .btn:active {
	outline: none;
	box-shadow: none;
}
.loan-opt span.btm-txt {
	font-size: 18px;
    line-height: 26px;
    margin: 30px 0;
    padding: 0 0;
    width: 100%;
}
.loan-opt .cash-sec-btn button {
	margin: 10px 0;
	width: 100%;
	height: 55px;
}
.dropdown-menu {
	background: none;
	-webkit-background-clip: inherit;
	background-clip: inherit;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cash-lft-side li .dropdown-menu span {
	font-size: 16px;
	line-height: 26px;
}
.cash-lft-side li .dropdown .dropdown-menu button {
	width: 100%;
	text-align: center;
	margin: 30px auto 0 auto;
	display: block;
}
.cash-lft-side li .dropdown button {
	font-size: 18px;
	padding: 10px 15px;
}
.loan-opt {
	margin-bottom: 60px;
}
.how-work-bg {
	height: auto;
}
.how-work-bg {
	padding: 50px 0;
}
.how-work-bg h2 {
	font-size: 30px;
	padding: 0 0;
}
.how-work-bg span {
	font-size: 18px;
	margin: 0 0 30px 0;
	padding: 0 0;
}
.how-work-bg .step {
	height: auto;
	padding: 20px 25px;
	margin: 15px -5px;
}
.how-work-bg .step p {
	font-size: 60px;
    top: 45px;
    right: -30px;
}
.get-loan {
	margin: 50px 0;
}
.get-loan .get-loan-img {
	width: 100%;
	margin: 30px 0;
}
.get-loan .get-loan-detail {
	width: 100%;
	margin: 40px 0 0 0;
}
.get-loan .get-loan-detail .graph-bdr {
	margin: 0 0 0 15px;
}
.get-loan .get-loan-detail div i {
	margin: -10px 15px 80px -23px;
}
.get-loan .get-loan-detail .graph-bdr {
	height: 320px;
}
.apply-form {
	margin: 0 0 50px 0;
}
.apply-form h2 {
	font-size: 30px;
	padding-left: 0;
}
.apply-form span {
	width: 100%;
	font-size: 18px;
	padding-left: 0;
}
.apply-form .form-fields {
	margin: 0 -15px;
}
.apply-form .form-fields input, textarea , .contact-form form input, textarea{
	height: 50px;
	margin: 0 0 10px 0;
	font-size:13px;
}
.apply-form .form-fields button {
	width: 90%;
	float: none;
	margin-right: 0;
	margin: 0 auto;
	display: block;
	    margin-top: 15px;
}
.terms span{
    font-size:13px;
}

.stories-bg {
	padding: 30px 0;
}
.stories-bg h2 {
	font-size: 30px;
}
.testimonial-content {
	padding: 50px 20px 20px 20px;
	height: auto;
	max-height: 100%;
}
.testimonial .testimonial-content span {
	font-size: 16px;
	line-height: 22px;
}
.loan-qualify {
	display: block;
	padding: 40px 15px;
	background-size: cover;
}
.loan-qualify h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 40px 0;
	padding: 0 0;
}
.loan-qualify button {
	width: 90%;
	margin: 10px auto;
}
.our-clients {
	margin: 50px 0;
	text-align: center;
}
.our-clients ul {
	margin: 30px 0 0 0;
}
.contact-form {
	padding: 50px 0;
}
.contact-form form {
	margin: 0 -15px;
}
.contact-form button {
	width: 100%;
	margin-right: 0;
}
.contact-ri8-side ul {
	margin: 0 auto;
}
.contact-ri8-side ul .social-media li {
	padding: 4px 8px;
}

.our-clients ul li {
	width: auto;
	margin: 15px 0;
}
.our-clients img {
	width: auto;
	margin: 0 auto;
}
.our-clients .carousel {
	margin: 40px 0;
}
.slick-dots {
    bottom: 30px !important;
}
.testimonial-content {
	height: auto ;
}
.our-clients .slick-slide{
	max-width: 260px;
    margin: 0 15px;
}
.cash-advnc {
	margin-right: 0;
}
.loan-container {
    margin-top: 0;
}
.cash-ri8-side {
    height: 300px;
}
.cash-advnc {
    height: auto;
}
.get-loan .get-loan-detail h2 {
    margin-left: 0;
}
.check-box{
    display:block;
}
.copy-right , .link-privacy {
    text-align: center;
    padding: 15px 0;
}
.apply-form .form-fields input.condition , .contact-form form input.condition {
	width: 100%;
}
}

.terms span{     line-height: 23px; }
.termsheading {    font-weight: bold;
    cursor: pointer; display:inline-block; 
    margin: 0 0 0 0;}
ul.slick-dots li {    background: none !important;    margin: 0 6px!important;    padding: 0!important;}



/***popup css ***/

.smpopup{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999999;
	background:rgba(0, 0, 0, 0.45);
	display:none;
}
.smpopup-inner{
	width:500px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.smicon{
	position:relative;
}
.smicon i{
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-size:20px;
	cursor:pointer;
}
.smpopup-inner a{
	display:block;
}
.smpopup-inner a img{
	width:100%;
	height:100%;
}

/***media query**/

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

.smpopup-inner{
	width:95%;
	height:auto;
}

}
	