@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
html {
    overflow-y: scroll;
	scroll-behavior: smooth;
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #111;
	    counter-reset: section;
		/*font-family: 'Oswald', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
button, input, select, textarea, label {
    /*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
    font-family: 'Poppins', sans-serif;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
    content: '';
    content: none;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
p {
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    padding:5px 0;
    font-weight: 300;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
a:hover {
    color: ;
}
a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
a img {
    border: 0 none;
}
img {
    max-width: 100%;
    border: none;
}
del {
    text-decoration: line-through;
    color: #ed1c24;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.warning {
	color: red;
}
.clickable,  input[type=button], input[type=submit], button {
    cursor: pointer; /* hand cursor on clickable elements */
}
button, input, select, textarea {
    margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}
::placeholder {
    color:#333333;
}

button { /* make buttons play nice in IE */
    width: auto;
    overflow: visible;
}
table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
td {
    font-weight: normal;
}
td, td img {
    vertical-align: top;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
dd {
    margin: 0 0 0 40px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul, .content ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color:#111;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 40px;
    
}
h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
.main {
    float: left;
    width: 100%;
}
.container-fluid {
    width: 100%;
    padding: 0 15px;
}
.container {
    margin: 0 auto;
    width: 1170px;
}

.navigation ul > .sub-menu > .dropdown {position: absolute;width: 160px;background: #1f57a2;top: 40px;left: 30px;opacity: 0;visibility: hidden;transition: 0.3s; z-index:99;}

.navigation ul > .sub-menu {
    position: relative;
}
.navigation ul > .sub-menu > .dropdown > li > a:hover {
    color: #27b36f;
}
.navigation ul > .sub-menu > .dropdown > li {
    width: 100%;
    display: inline-block;
    margin: 0;
}
.navigation ul > li > ul > li > a {

    margin: 0;
    width: 100%;
    color: #fff !important;
    padding: 7px 10px;
    font-size: 15px;
    text-decoration: none;

}

.navigation ul > .sub-menu > .dropdown > li > a {
    margin: 0;
    width: 100%;
    color: #fff;
    padding: 7px 10px;
    font-size: 15px;
}


.navigation ul > .sub-menu:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

/***  header  ***/
.header_top {
    width: 100%;
    float: left;
    background-color: #1F57A2;
    padding: 10px 0;
}
.header_top .container-fluid {
    padding: 0 45px;
}
.header_top .header_top_right {
    width: auto;
    float: right;
}
.header_top .header_top_right ul li {
    display: inline-block;
    margin-left: 15px;
}
.header_top .header_top_right ul li a {
    color: #fff;
}
.header_top .header_top_left {
    width: auto;
    float: left;
}
.header_top .header_top_left ul li a {
    color: #fff;
}
.header_top .header_top_left ul li span {
    margin-right:5px;
	display:inline-block;
}
.header {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.header .container-fluid {
    padding: 0 45px;
}
.logo {
    width: auto;
    float: left;
}
.logo a img {
    float: left;
}
.navigation {
    width: auto;
    float: right;
    padding: 30px 0;
}
.navigation ul {
    width: auto;
    float: right;
}
.navigation ul li{
    width: auto;
    float: left;
}
.navigation ul li a{
    width: auto;
    display: inline-block;
    font-size: 19px;
    color: #24336e;
    margin-left: 35px;
    transition: 0.5s;
    padding-bottom: 4px;
    border-bottom: 1px solid #FFF;
	font-weight: 500;
}
.navigation ul li a:hover, .navigation ul li a:focus{
    color: #27b35b;
	border-bottom: 1px solid #27b35b;
}

.navigation ul li.active a{
    color: #27b35b;
	border-bottom: 1px solid #27b35b;
	background-color: transparent !important;
}

/***  header  ***/


/***  banner   ***/

.banner {
    width: 100%;
    float: left;
    height: 811px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.banner-cont {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner-cont h1 {
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.banner-cont h1 strong{
    color: #27b35b;
}
.request-your-found {
    width: 100%;
    float: left;
    background-color: #27b35b;
    padding: 38px 38px 15px;
    margin-top: 62px;
}
.request-your-found h3 {
    color: #fff;
    margin-bottom: 20px;
}
.request-your-found ul  {
    width: 100%;
    float: left;
}
.request-your-found ul li {
    width: 100%;
    float: left;
	margin-bottom: 15px;
}
.request-your-found ul li .text-form-left {
    width: 48%;
    float: left;
}
.request-your-found ul li .text-form-right{
    width: 48%;
    float: right;
}
.request-your-found ul li label {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.request-your-found ul li input[type="text"], .request-your-found ul li select, .request-your-found ul li input[type="email"], .request-your-found ul li input[type="number"], .request-your-found ul li input[type="tel"] {
    width: 100%;
    float: left;
    height: 50px;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    color: #111;
	line-height:inherit;
	background-color: #fff;
}
.request-your-found ul li select {
    -webkit-appearance: none;
    appearance: none;
}
.request-your-found ul li .select-option {
    position: relative;
    float: left;
    width: 100%;
}
.request-your-found ul li .select-option::after {
    content: "\f0d7";
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: fontawesome;
    font-size: 24px;
    color: #acacac;
    pointer-events: none;
}
.request-your-found ul li .go-next input[type="submit"] {
    background-color: #001b3e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 37px;
    float: left;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
	border:none;
	width:inherit;
	line-height:inherit;
	height:inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.request-your-found ul li .go-next input[type="submit"]:hover, .request-your-found ul li .go-next input[type="submit"]:focus {
    background-color: #1f58a2;
}

.banner.inner-banner {
    height: 250px;
}
.banner.inner-banner:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    background-color: rgba(0, 33, 87, 0.74);
}
.banner.inner-banner .banner-cont {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: inherit;
    right: inherit;
    margin: inherit;
}
.banner.inner-banner .banner-cont h1 {
    font-weight: 600;
    text-transform: capitalize;
}

.request-your-found ul li .price_box {
    position: relative;
	width: 100%;
    float: left;
}
.request-your-found ul li .price_box .currency {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    content: '';
    font-size: 24px;
	color: #999;
}
.request-your-found ul li .price_box .price_field{
    padding: 0 10px 0 25px;
}
/***  banner  end   ***/


/***  fast-way     ***/



.fast-way {
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
}

.fast-way-now {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.fast-way p {
    padding: 5px 100px;
}
.fast-way-now ul li{
    width: 25%;
    float: left;
    padding:20px;
    border-right: 1px solid #27b35b;
}
.fast-way-now ul li:last-child{
    border-right: none;
}
.fast-way-now ul li h5 a{
    color: #111;
    transition: 0.5s;
}
.fast-way-now ul li h5 a:hover{
    color: #27b35b;
}
.fast-way-now ul li i {
    margin-bottom: 20px;
    display: inline-block;
}
.fast-way-now ul li i:before {
    font-size: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #27b35b;
}

/***  fast-way  end   ***/


/***  choose-your    ***/


.choose-your {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #eeeeee;
}

.top-fast {
    width: 100%;
    float: left;
}
.top-fast-left {
    width: 23%;
    float: left;
}
.top-fast-side-bar {
    width: 100%;
    float: left;
}
.choose-your-loan {
    width: 100%;
    float: left;
    position: relative;
}
.cont-sec {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    text-align: center;
}
.cont-sec h4 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.go-next a {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background-color: #27b35b;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    transition: 0.5s;
    padding: 6px 11px;
}
.go-next a:hover {
    background-color: #001b3e;
}
.top-fast-side-bar img{
    width: 100%;
    float: left;
}
.top-fast-right {
    width: 75%;
    float: right;
}
.top-fast-right ul {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}
.top-fast-right ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
     background-color: #fff;
}

.top-fast-right ul li .imgs {
    width: 100%;
    float: left;
    height: 120px;
    overflow: hidden;
}
.top-fast-right ul li .imgs img {
    float: left;
    width: 100%;
}
.top-fast-right ul li .img-text {
    width: 100%;
    float: left;
    padding: 10px 30px;
}
.top-fast-right ul li h6 {
    font-size: 18px;
}


.why-choose-approved {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.why-choose-approved .title{
    text-align: center;
}
.why-choose-approved ul {
    width: 100%;
    float: left;
    padding: 0 100px;
}
.why-choose-approved ul li{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.why-choose-approved ul li:nth-child(odd) .why-choose-approved-left{
    float: left;
}
.why-choose-approved ul li:nth-child(even) .why-choose-approved-left {
    float: right;
}
.why-choose-approved ul li:nth-child(even) .why-choose-approved-right {
    text-align: left;
}
.why-choose-approved-left {
    width: 50%;
    float: left;
}
.why-choose-approved-left a {
    font-size: 16px;
    color: #27b35b;
    font-weight: 600;
    border-bottom: 1px solid #27b35b;
    padding: 5px 0;
    margin-top: 20px;
    float: left;
    transition: 0.5s;
}
.why-choose-approved-left a:hover {
    color: #1f58a2;
    border-bottom: 1px solid #1f58a2;
}
.why-choose-approved-right {
    width: 50%;
    float: right;
    text-align: right;
}
.why-choose-approved-right .imgs-box img {
    border-radius: 100%;
}
/***  choose-your  end  ***/

/***  counting-counter     ***/

.counting-counter {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #27b35b;
    text-align: center;
}
.counting-counter ul li{
    width: 25%;
    float: left;
}
.counting-counter ul li h2{
    color: #fff;
    font-size: 41px;
    font-weight: 700;
}
.counting-counter ul li h5{
    font-size: 20px;
    color: #fff;
}
/***  counting-counter  end   ***/
/***  what-does   ***/

.what-does {
    padding: 60px 0;
    width: 100%;
    float: left;
}
.what-does-left {
    width: 48%;
    float: left;
}
.what-does-right {
    width: 48%;
    float: right;
}
.title {
    margin-bottom: 20px;
    text-transform: capitalize;
}
/***  what-does  end   ***/


/***  footer   ***/


.footer {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #01081d;
    border-top: 5px solid #27b35b;
}
.footer .footer-logo {
    margin-bottom: 20px;
}
.footer-box {
    width: 33.33%;
    float: left;
}
.footer h5 {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 20px;
}
.footer p {
    line-height: 24px;
    color: #ebebeb;
    font-weight: 300;
}
.footer ul li {
    width: 100%;
    float: left;
}
.footer ul li a{
    color: #ebebeb;
    font-size: 16px;
    transition: 0.5s;
}
.footer ul li a:hover, .footer ul li a:focus{
    color: #27b35b;
}
.footer .footer-box-1 ul {
    margin-top: 10px;
}
.footer .footer-box-1 li {
    width: auto;
}
.footer .footer-box-1 .cont_info {
    width: 100%;
    margin: 0 0 15px;
    float: left;
}
.footer .footer-box-1 .cont_info li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.footer .footer-box-1 .cont_info li a{
    color:#fff;
	font-weight: 500;
	transition:0.5s;
}
.footer .footer-box-1 .cont_info li a .fa{
    margin-right:5px;
}
.footer .footer-box-1 .cont_info li a:hover{
    color:#27b35b;
}
.footer-box-2 {
    padding-left: 70px;
}
.footer .footer-box-1 li {
    width: auto;
    color: #27b35b;
    font-size: 17px;
    font-weight: 600;
    margin-right: 15px;
}
.footer .footer-box-1 li a {
    color: #27b35b;
}
.footer .footer-box-1 li a:hover, .footer .footer-box-1 a:focus {
    color: #fff;
}
.footer ul li input[type="text"] {
    width: 100%;
    float: left;
    height: 50px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #fff;
    background-color: inherit;
    color: #ccc;
}
.footer ul li input[type="submit"] {
    width: 145px;
    float: left;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #27b35b;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
}
.footer ul li input[type="submit"]:hover {
    background-color: #1f58a2;
}
.foo_subcribe_form li{margin:5px 0;}
.footer ul li input[type="email"], .footer ul li input[type="text"] {
    width: 100%;
    float: left;
    height: 50px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #fff;
    background-color: inherit;
    color: #ccc;
}
.footer ul li #nsubmitbtn {
    width: 145px;
    float: left;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #27b35b;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
}
.footer ul li #nsubmitbtn:hover {
    background-color: #1f58a2;
}
.footer ul li input::placeholder{
    color: #ccc;
}

.footer-bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.footer-bottom p {
    padding:  0;
    font-size: 13px;
}

.footer-bottom p {
    padding:  0;
    font-size: 13px;
    font-weight: 400;
}
.footer-bottom p a{
    color: #111;
    transition: 0.5s;
}
.footer-bottom p a:hover{
    color: #27b35b;
}
/***  footer   end   ***/


/***  about-page   ***/


.about-page {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.fast-way-to {
    width: 100%;
    float: left;
}
.fast-way-to-left {
    width: 70%;
    float: left;
}
.fast-way-to-right {
    width: 28%;
    float: right;
}

.get-your-cash {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.get-your-cash-left {
    width: 44%;
    float: left;
}
.get-your-cash-right {
    width: 53%;
    float: right;
}
.get-your-cash-right .imgs {
    width: 290px;
    float: left;
}
.get-your-cash-right ul {
    width: calc(100% - 290px);
    float: right;
}
.get-your-cash-right ul li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.get-your-cash-right ul li h2{
   color: #24346f;
   font-weight: 700;
}
.get-your-cash-right ul li h5 {
    font-weight: 400;
}

.choose-loan {
    width: 100%;
    float: left;
    background-color: #27b35c;
    text-align: center;
    padding: 35px 0;
}
.choose-loan h4 {
    color: #fff;
    font-size: 40px;
}
.choose-loan h4 span {
    display: block;
    text-transform: uppercase;
}
.choose-loan .go-next a {
    background-color: #fff;
    color: #111;
    margin-top: 20px;
}
.choose-loan .go-next a:hover {
    background-color: #001b3e;
    color: #fff;
}
/***  about-page  end  ***/


/***  loan agent  ***/

.collect-your .fast-way-now li {
    border: 1px solid #27b35b;
    margin: 10px;
    display: inline-block;
    float: none;
    padding: 50px 20px;
    width: 31.33%;

}
.collect-your .fast-way-now li:last-child {
    border: 1px solid #27b35b;
}

.loan-register {
    width: 100%;
    display: flex;
    background-color: #27b35c;
    margin: 60px 0;
    text-align: center;
}
.loan-register-left {
    width: 39%;
    float: left;
}
.loan-register-left img {
    width:100%;
    float: left;
}
.loan-register-right {
    width: 61%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loan-register-right h3 {
    color: #fff;
}
.loan-register-right .go-next a {
    background-color: #001b3a;
    color: #fff;
}
.loan-register-right .go-next a:hover {
    background-color: #fff;
    color: #27b35c;
}
/***  loan  agent   ***/

 
/******* registration-form  *******/ 

.registration-for-agent {
    width: 100%;
    float: left;
    padding: 70px 0;
}


.registration-for-agent-regeters {
    width: 100%;
    float: left;
	padding: 0px 0 !important;
}


.registration-form {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.registration-form .text-form-left {
    width: 48%;
    float: left;
}

.registration-form .text-form-right {
    width: 48%;
    float: right;
}

.registration-form form label {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
	margin-bottom: 5px;
}

.registration-form ul li input[type="text"], .registration-form ul li select,.registration-form ul li input[type="email"] {
    width: 100%;
    height: 50px;
	color: #111;
	font-size: 15px;
    padding: 0 10px;
    margin-bottom: 25px;
    border: 1px solid #27b35b;
	box-shadow: none;
}
.registration-form ul li input[type="file"] {
    padding: 0;
    line-height: inherit;
    height: inherit;
    border: none;
    box-shadow: none;
    width: 102px;
}

.registration-form .text-form-left h5 {
    line-height: 26px;
    padding-bottom: 25px;
}

.registration-form form input[type="submit"] {
    width: 145px;
    float: left;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #27b35b;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}

.registration-form form input[type="submit"]:hover {
    background-color: #1f58a2;
}

/******* registration-form end  *******/ 


/******* second_question  *******/

.banner-img.in {
    height: 700px;
}

.request-your-found.in{
    padding: 35px 35px 35px;
}

.approve-cash {
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 0;
}

.approve-cash-left {
    width: 48%;
    float: left;
}

.approve-cash-right {
    width: 48%;
    float: right;
}

.approve-cash-right ul li{
    width: 100%;
    float: left;
	padding-top: 2px;
}

.approve-cash-right ul li i {
    font-size: 12px;
    margin-right: 15px;
    color: #27b35b;
}

/******* second_question end *******/ 
/******* how-its-work end *******/ 

.work-cont{
	width: 100%;
	float: left;
	padding-top: 60px;
}

.fast-way.hows-it-work p {
    padding: 5px 30px;
}

.work-cont-left{
	width: 58%;
	float: left;
}

.work-cont-right{
	width: 40%;
	float: left;
}

.work-cont-left ul li {
    width: 100%;
    float: left;
	position: relative;
    padding-bottom: 35px;
}

.circle {
    width: 29%;
    float: left;
}

.cont-text {
    width: 75%;
    float: right;
    text-align: left;
    padding: 0 30px;
}

.work-cont p {
    padding: 0 !important;
}

.work-cont ul li h3 {
    position: relative;
}

.work-cont ul li h3:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #27b35b;
    border-radius: 100%;
    color: #fff;
	z-index: 1;
}

.work-cont ul li:after {
    border-right: 2px solid #27b35b;
    position: absolute;
    content: '';
    top: 0;
    left: 127px;
    height: 100%;
}

.work-cont ul li:last-child:after {
    border-right: none;
}

.choose-loan.layout {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
	background-color: transparent;
}

.layout-img {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
}

.layout-img img {
    width: 100%;
    float: left;
    height: auto;
}

.layout-in {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.layout-in h4 {
    font-size: 30px;
    line-height: 43px;
}

.fast-way-now.fast-and-simple {
    text-align: center;
    padding: 60px;
	margin-top: 60px;
    background-color: #ebebeb;
}

.simple-secure {
    width: 100%;
    float: left;
    padding-top: 25px;
}

.fast-way-now.fast-and-simple ul li {
    border-right: none;
	text-align: -webkit-center;
}

.icon-img {
    width: 200px;
    height: 200px;
    padding: 54px 0;
	margin-bottom: 25px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
}

.icon-img img{
    max-width: 100%;
    height: auto;
}

/******* how-its-work end *******/
 
/******* contact *******/

.contact {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.contact-detail {
    width: 100%;
    float: left;
	text-align: center;
}

.contact .text-form-left {
    width: 48%;
    float: left;
}

.contact .text-form-right {
    width: 48%;
    float: right;
}

.contact ul li input[type="text"], .contact ul li textarea, .contact ul li input[type="tel"], .contact ul li input[type="email"] {
    width: 100%;
    height: 50px;
    color: #111;
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 25px;
    border: 1px solid #000;
}

.contact ul li textarea {
    height: 150px;
    padding: 10px 10px;
}

.contact ul li input[type="submit"]:hover {
    background-color: #1f58a2;
}
.contact ul li input[type="submit"] {
    width: 145px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #27b35b;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}

/******* contact end *******/

/******* faq *******/

.faq-sec{
	width: 100%;
	float: left;
	padding: 70px 0;
}

.faq-pannel {
    width: 100%;
    float: left;
    padding: 0px 0;
}

.faq-col {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.faq-pannel .accordion {
    background-color: #27b35b;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    font-weight: 600;
}




.package-form_full .token-part {
    width: 48.7%;
    display: inline-block;
    float: left;
    height: 100%;
    background-color: #e6ecf0;
    border: 2px solid #15579d;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px 20px 0;
    cursor: pointer;
}
.package-form_full .token-box-section {
    width: 100%;
    display: inline-block;
}
.package-form_full .token-number {
    padding: 5px 0 5px;
    color: #0e233e;
    font-size: 18px;
    font-weight: 600;
}
.package-form_full .token-icon {
    padding: 10px 0;
}
.package-form_full .total-cost {
    background: #0e233e;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    font-weight: bold;
    border-radius: 0 0px 8px 8px;
    letter-spacing: 1px;
    position: relative;
}
.package-form_full .total-cost::before {
    content: "$";
}

.package-form_full .token-part.active {
    background-color: #15579d;
    box-shadow: 0px 1px 6px 2px #cdcdcd;
    border: 2px solid transparent;
}


.faq-pannel .active, .accordion:hover {
  background-color: #1f58a2; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/******* faq end *******/


/***  set-your-ads-space  ***/


.set-your-ads-space-page .request-your-found {
    text-align: left;
	padding: 25px 20px 15px;
}
.set-your-ads-space-page .request-your-found .text-form-sec {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ads-space-details-sec {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: left;
}
.ads-space-debitis-left {
    width: 30%;
    float: left;
}
.ads-space-debitis-left .go-next a {
    margin-top: 25px;
}
.set-your-ads-space-page .ads-space-details-sec p{
    padding: 5px 0;
}
.ads-space-debitis-right {
    width: 67%;
    float: right;
    padding: 20px;
    border: 1px solid #27b35b;
}
.ads-space-debitis-right .ads-space-list {
    width: 48%;
    float: left;
}
.ads-space-list ul li {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding-left: 25px;
}
.ads-space-list ul li:before {
    width: 12px;
    position: absolute;
    height:12px;
	top:6px;
	left:0;
	content:'';
	background-color:#27b35b;
	border-radius:50px;
}
.ads-space-debitis-right .ads-space-img {
    width: 48%;
    float: right;
}
/***  set-your-ads-space end ***/

/*********   purchase-ads-space   ********/

.select-ads-plan {
    width: 100%;
    float: left;
    padding: 0px 0 50px;
}
.select-plan-box {
    width: 30.7%;
    float: left;
    padding: 20px;
    background-color: #27b35b;
    margin: 0 15px 30px;
}
.plan-details {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.plan-details-left {
    width: 70%;
    float: left;
}
.plan-details h5 {
    font-size: 18px;
    color: #fff;
}
.plan-details h2 {
    color: #fff;
	font-size: 30px;
}
.plan-details h2 samp {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.plan-details-right {
    width: 28%;
    float: right;
    text-align: right;
}
.select-plan-box .go-next a {
    background-color: #001b3e;
    margin-right: 5px;
}
.select-plan-box .go-next a:hover {
    background-color: #fff;
	color:#27b35b;
}
/*********   purchase-ads-space  end  ********/

/*********   dashboard   ********/

.outline-dashboard {
    width: 100%;
    float: left;
    border-top: 3px solid #27b35b;
}
.outline-dashboard .container-fluid {
    padding: 0;
}
.dashboard-now {
    width: 100%;
    float: left;
}
.dashboard-sidebar {
    width: 20%;
    float: left;
}
.sidebar-profile {
    width: 100%;
    float: left;
    padding: 35px 20px;
    background-color: #27b35b;
}
.profile-sec {
    width: 100%;
    float: left;
	margin-bottom: 20px;
}
.profile-pic {
    width: 95px;
    float: left;
}
.profile-pic img{
    border-radius:100%;
	float:left;
}
.profile-cont {
    width: calc(100% - 95px);
    float: right;
	padding-top: 12px;
}
.profile-cont h5 {
	font-size:18px;
	color:#fff;
}
.profile-cont h6 {
	color:#fff;
	font-weight:400;
}
.profile-info {
    width: 100%;
    float: left;
}
.profile-info ul li {
    width: 100%;
    float: left;
}
.profile-info ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
}
.profile-info ul li:last-child {
    border-bottom: none;
}
.profile-info ul li a{
    width: auto;
    float: left;
	font-size:18px;
	font-weight:600;
	color:#fff;
	padding: 15px 0;
}

.ads-here-sec  {
    width: 100%;
    float: left;
    padding: 35px 20px;
    background-color: #015289;
	margin-top: 20px;
	text-align: center;
	overflow:hidden;
}
.ads-here-sec a {
	width: 100%;
    float: left;
	transition: 0.5s;
    transform: scale(1);
}
.ads-here-sec a:hover {
    transform: scale(1.1);
}
.ads-here-sec a:hover .ads-here-box {
    border: 1px solid #27b35b;
}
.ads-here-sec h2 {
    color: rgba(255, 255, 255, 0.1);
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    line-height: 46px;
	text-transform: uppercase;
}
.ads-here-box {
    border: 1px solid #fff;
    margin: 30px 0;
    width: 100%;
    display: flex;
    min-height: 230px;
    justify-content: center;
    align-items: center;
}
.ads-here-box h2{
	color: rgba(255, 255, 255, 1);
}
.dashboard-rightbar {
    width: 80%;
    float: right;
    padding: 20px;
}
.dashboard-content {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid #27b35b;
}

.search-loan-form {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
}
.search-loan-form .type-from {
    width: 100%;
}
.search-loan-form .type-from label {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.search-loan-form .type-from input[type="text"], .search-loan-form .type-from input[type="password"], .search-loan-form .type-from select, .search-loan-form .type-from input[type="email"], .search-loan-form .type-from input[type="tel"] {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #27b35b;
    padding: 0 10px;
    font-size: 16px;
    color: #111;
    font-weight: 400;
}

.search-loan-form .type-from .select-option {
    position: relative;
    float: left;
    width: 100%;
}
.search-loan-form .type-from  select {
    -webkit-appearance: inherit;
    appearance: button;
}
.search-loan-form .type-from .select-option::after {
    content: "\f0d7";
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: fontawesome;
    font-size: 24px;
    color: #acacac;
    pointer-events: none;
}
.search-loan-form .type-from  input[type="submit"], .search-loan-form .type-from .savesearch {
    background-color: #27b35b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    float: left;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
	margin-top: 4px;
	    margin-right: 5px;
}
.search-loan-form .type-from input[type="submit"]:hover, .search-loan-form .type-from input[type="submit"]:focus, .search-loan-form .type-from .savesearch:hover {
    background-color: #001b3e;
}

.border-line {
	width:100%;
	float:left;
	background-color: #27b35b;
    margin: 30px 0;
    height: 1px;
}

.table {
    width: 100%;
    float: left;
    text-align: center;
}
.table th, td {
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.table a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
	display:inline-block;
    border-radius: 5px;
    transition: 0.5s;
}
.table a.download-btn {
	background-color: #27b35b;
}
.table a.download-btn:hover, .table a.download-btn:focus {
	background-color: #001b3e;
}
.table a.save-btn {
	background-color: #001b3e;
}
.table a.save-btn:hover, .table a.save-btn:focus {
	background-color: #27b35b;
}
.table thead tr th{
    background-color: #001b3e;
	border:1px solid #001b3e;
	color:#fff;
	font-size:18px;
	font-weight:600;
	padding:13px 15px;
}
.table tbody tr td.td_back{background-color: #27b35b;}

.table tbody tr td.td_back.td_red{background-color: #da3939 !important;}

.table tbody tr td.td_back.td_yello{background-color: #dabb39;}

.table thead tr th:nth-child(1){
    text-align: left;
}
.table tbody tr td:nth-child(1){
    text-align: left;
}
.table tbody tr td{
    vertical-align:middle;
}


.saved-leads-sec {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid #27b35b;
	margin-top:30px;
}
.saved-leads-list {
    width: 100%;
    float: left;
}
.saved-leads-list ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}
.saved-leads-list ul li {
    width: 100%;
    float: left;
    padding: 35px 15px;
    border: 1px solid #ccc;
}
.saved-leads-list ul li .saved-leads-left {
    width: 65%;
    float: left;
}
.saved-leads-list ul li .saved-leads-right {
    width: 35%;
    float: right;
}
.saved-leads-list ul li h6 {
    font-weight: 400;
}
.saved-leads-list ul li h6 strong {
    font-weight: 600;
}
.saved-leads-list ul li .go-next a {
    font-size: 14px;
	float:right;
	margin-top:8px;
}

.show-more-btn {
    text-align: center;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.show-more-btn .save-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
	background-color: #001b3e;
}
.show-more-btn .save-btn:hover, .show-more-btn .save-btn:focus {
    background-color: #27b35b;
}


.edit-profile-left {
    width: 14%;
    float: left;
}
.edit-profile-left h5 {
    text-align: center;
	margin-top: 10px;
    display: inline-block;
    width: 100%;

}
.edit-profile-left img {
    float:left;
}
.edit-profile-right {
    width: 84%;
    float: right;
}
.edit-profile-right .show-more-btn {
    text-align: left;
    margin-top: 20px;
}
.edit-profile-form .search-loan-form {
    grid-template-columns: inherit;
	display: inherit;
}
.type-from-full {
    width: 100%;
    float: left;
}
.type-from-full h5{
    width: 100%;
    float: left;
	margin:20px 0
}
.type-from-left {
    width: 48%;
    float: left;
}
.type-from-right {
    width: 48%;
    float: right;
}
.edit-profile-form  .search-loan-form .type-from {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
/*********   dashboard  end  ********/


/****  login   *****/


.login-form {
    width: 35%;
    margin: 0 auto;
	background-color: #f9f9f9;
    /* padding: 30px; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    border-bottom: 5px solid #27b35b;
    border-radius: 10px;
    overflow: hidden;
    
}
.login-form .title {
    margin: 0;
    padding: 20px;
    background-color: #27b35b;
}
.login-form .title  h3{
	color:#fff;
}
.login-form h3 {
	text-align: center;
}
.login-form a {
	color:#111;
	transition:0.5;
}
.login-form a:hover {
	color:#27b35b;
}
.login-form .form-horizontal {
    width: 100%;
    display: inline-block;
    padding: 30px;
}

.login-form input[type="text"], .login-form input[type="password"], .login-form button[type="submit"], .login-form input[type="email"], .login-form button.submit-btn {
    width: 100%;
    float: left;
    height: 46px;
    padding: 0 10px;
    border: 1px solid #27b35b;
    font-size: 16px;
    margin-bottom: 20px;
}

.login-form button[type="submit"], .login-form button.submit-btn {
    background-color: #001b3e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
    border: none;
}
.login-form button[type="submit"]:hover, .login-form button.submit-btn:hover {
    background-color: #27b35b;
}
.login-form button.submit-btn a {
	color:#fff;
}
.login-form .rest-password {
	padding:0;
	margin-bottom:10px;
}

/******   login end   ******/

/****   thank you page   ***/

.thankyou {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #f5f5f5;
	border-radius:10px;
    border-bottom: 5px solid #27b35b;
	overflow:hidden;
}
.thankyou .circle1 {
    width: 100%;
    display: inline-block;
    padding: 30px;
    background-color: #27b35b;
}
.thankyou .circle1 .fa {
    font-size: 60px;
    color: #27b35b;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 100px;
}
.thankyou-cont {
    width: 100%;
    display: inline-block;
    padding: 30px;
}
.thankyou-cont .title h3 {
    line-height: 36px;
    margin-bottom: 10px;
}
.thankyou-cont .title h6 {
    font-size: 14px;
    font-weight: 500;
}
.dashboard_your {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background-color: #001b3e;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
    padding: 10px 20px;
	text-transform: capitalize;
}
.dashboard_your:hover {
    background-color: #27b35b;
}

.offer-sec {
    width: 100%;
    float: left;
    margin-top: 80px;
}
.offer-sec ul{
    width: 100%;
    float: left;
}
.offer-sec ul li {
    width: 33.33%;
    float: left;
	padding:0 15px;
	margin-bottom:30px;
}
/****   thank you page  end  ***/


/****   addAds  ***/


.addAds label {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.addAds input[type="text"], .addAds select {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #27b35b;
    padding: 0 10px;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    margin-bottom: 20px;
}
.addAds input[type="submit"] {
    background-color: #27b35b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    float: left;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
    margin-top: 4px;
	margin-right: 5px;
}
.addAds input[type="submit"]:hover {
    background-color: #001b3e;
}


.addAds .add_img_left {
    /* width: 25%; */
    float: left;
}
.addAds .add_img_right {
    /* width: 75%; */
    float: right;
}
.addAds .add_img_right .show-more-btn {
    text-align:left;
}

.page-header_full {
	width: 100%;
}
.page-header_full .col-lg-6 {
	width: 50%;
 float:left;
}

.page-header_full .box-icon {
	float: right;
	position: relative;
	top: 12px;
}

.page-header_full .box-icon .fa.fa-plus-square {
	font-size: 40px;
	color: #27b35b;
}
/*massege*********************************/




.messages-block {background: #fff;padding: 30px;width: 100%;float: left;max-width: 1000px;}
.messages-block-inner {width: 100%;float: left;padding-bottom: 15px;border-bottom: 2px solid #959595;}
.recipient {width: auto;float: left;}
.recipient h2 {font-size: 20px;font-weight: 600;line-height: 30px;margin: 0;}
.recipient p {font-size: 16px;line-height: 28px;margin: 0;}
.msg-send-received , .received-view-now {width: auto;float: right;}
.msg-send-received ul {display: inline-flex;}
.msg-send-received ul li {text-align: center;padding: 0 0 0 80px;font-size: 38px;line-height: 65px;color: #27b35b;font-weight: 600;list-style: none;margin-top:-20px;}
.msg-send-received ul li:first-child {padding: 0;}
.msg-send-received ul li span {font-size: 20px;display: block;line-height: 10px;color: #333;}


.delv-info.recent-mail {width: 100%;float: left;padding: 30px 0 30px;}
.delv-info.recent-mail h3 {font-size: 32px;line-height: 22px;font-weight: 600;color: #333;margin-bottom:30px;}
.recent-mail-block h4 {display: inline;font-size: 18px;line-height: 30px;font-weight: 600;margin-left:15px;transition: 0.3s;cursor: pointer;}
.recent-mail-block:hover h4 {color: #27b35b;}
.recent-mail-block {width: 100%;float: left;background: #ebebeb;padding: 15px;margin-bottom: 4px;}
.received-view-now ul{margin:0;margin-top:10px;}
.received-view-now ul li:first-child {margin: 0;}
.received-view-now ul li {display: inline;margin-left: 20px;}
.received-view-now ul li a {font-size: 15px;font-weight: 500;color: #27b35b;display: inline-block;}
.received-view-now ul li.view-now a {font-size: 15px;padding: 8px 12px;color: #fff;background: #27b35b;border-radius: 4px;}
.send-message-module {width: 100%;float: left;}
.send-message-module label {width: 100%;}
.send-message-module .form-group.subject {width: 100%;max-width: 500px;}
.send-message-module .form-group textarea.form-control {min-height: 150px;}
.send-message-module h2 {margin: 15px 0 30px;font-size: 32px;font-weight: 600;line-height: 30px;}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.send-message-module label {
	width: 100%;
}
.messages-block .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.messages-block .form-group {
	margin-bottom: 15px;
}
.messages-block .send-message-module .form-group textarea.form-control {
	min-height: 150px;
}

.staff-custm .message-comment-sec {
	background: #fff;
	padding: 24px 20px;
}
.staff-custm .message-comment-sec .chat-details {
	max-height: 240px;
	overflow-y: auto;
}
.staff-custm .chat-details p {
	font-size: 16px;
	color: #111111;
	background: #ececec;
	padding: 12px 12px;
	margin: 0 0 10px;
}
.staff-custm .chat-details p.chat-me {
	background: #e8eaff;
	margin-left: 56px;
	position: relative;
}
.staff-custm .chat-details p.chat-me::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #e8eaff;
	border-bottom: 15px solid transparent;
	top: 50%;
	left: -13px;
	transform: translate(-1px, -50%);
}

.staff-custm .form-group.text-replace textarea#description {
	width: 100%;
	height: 40px;
	border: 1px solid #999 !important;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 16px;
	color: #000;
}

.messages-block .dash-board-btn {
	background: #27b35b;
	color: #fff;
	border: 2px solid transparent;
	text-transform: capitalize;
	padding: 8px 30px;
	font-size: 16px;
}

.messages-block .dash-board-btn:hover {
background-color: #1f58a2;
}

/****   addAds end ***/

.view_leads_full {
    width: 100%;
    float: left;
}
.view_leads_full .lead_view-list {
    width: 100%;
    float: left;
}
.view_leads_full .lead_view-list li {
    display: flex;
    width: 100%;
	margin-bottom:10px;
}
.view_leads_full .lead_view-list label {
    width: 15%;
    margin: 0;
    padding: 5px 0;
}

/************** css-done **************/






button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.mobile-menu-btn {
    display: none;
}


/***   20-06-2019  ***/

.fast-and-simple-thanks  ul li {
    width: 20%;
}
.fast-and-simple-thanks  ul li h5 {
    font-size: 18px;
}

/*** payment-now  ***/

.payment-page {
    width: 100%;
    float: left;
    padding: 70px 0;
	text-align:center;
}
.payment-now {
	width: 35%;
	display:inline-block;
	text-align:left;
}
.payment-now ul  {
    width: 100%;
    float: left;
}
.payment-now ul li  {
    width: 100%;
    float: left;
	margin-bottom:15px;
}
.payment-now ul li:last-child {
	margin:20px 0 0;
	padding-top:50px;
	border-top:1px solid #e5e5e5;
}
.payment-now ul li label {
    width: 100%;
    float: left;
	font-weight: 500;
}
.payment-now ul li input[type="text"], .payment-now ul li input[type="number"], .payment-now ul li input[type="submit"] {
    width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
	border-radius:4px;
}
.payment-now ul li input[type="submit"] {
	height: 46px;
    border:none;
    padding:0px;
	background-color: #27b35b;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}
.payment-now ul li input[type="submit"]:hover {
	background-color: #001b3e;
}
.payment-now ul li .input-type {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
}
/*** payment-now end  ***/

/*** membership-plan  ***/
.mem_plan_section .register-form {
	text-align:center;
}
.mem_plan_section .select-plan-box {
    background-color: #27c261;
	width: 35%;
	display:inline-block;
	float:none;
	text-align:left;
}
.mem_plan_section .select-plan-box.active {
    background-color: #1b8a45;
}
.mem_plan_section .select-plan-box  img {
    display:none;
}
.mem_plan_section  .select-plan-box.active  img {
    display:block;
}
.go-next .stripe-button-el {
    background-color: inherit;
    background-image: inherit;
	padding: 0px;
}
.go-next .stripe-button-el span {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background: #001b3e;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    transition: 0.5s;
    padding: 6px 11px;
    height: auto;
    border: none;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
	box-shadow:none;
	text-shadow:none;
}
.go-next .stripe-button-el span:hover {
    background-color: #fff;
    color: #27b35b;
}
.go-next .stripe-button-el.activebtn {
    display: inline;
}

 .stripe-btn-section.payBtn_section {
	width: 100%;
	float: left;
	text-align: right;
}
 .stripe-btn-section.payBtn_section .stripe-button-el {
	border: none;
	background: no-repeat;
}
 .payBtn_section .stripe-button-el span {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background: #001b3e;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    transition: 0.5s;
    padding: 6px 11px;
    height: auto;
    border: none;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
	box-shadow:none;
	text-shadow:none;
}
.payBtn_section .stripe-button-el span:hover {
    background-color:#27b35b;
    color: #fff;
}
 
/*** membership-plan end  ***/

.stripe-button-el  .Header-logoImage{
    background-size: 55px !important;
    background-repeat: no-repeat !important;
}


/***   10-08-2019   ***/

.my_plan_full_section .package_full {
    width: 30%;
    float: none;
    margin: 30px auto 0;
}
.my_plan_full_section .box_red .select-plan-box {
    background-color: rgb(202, 91, 91);
}
.my_plan_full_section .select-plan-box {
    margin: 0 0 10px;
	width:100%;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.my_plan_full_section .plan_date  {
    width:100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.start_date, .end_date {
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}
.my_plan_full_section .plan_date .end_date p {
    background-color: rgb(245, 89, 89);
}
.my_plan_full_section .plan_date p {
    color:#fff;
	padding: 0 10px;
    text-transform: capitalize;
    background-color: #54ce68;
}

.my_plan_full_section .plan_date .date_box {
    padding: 10px 10px;
}
.my_plan_full_section .plan_date b {
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}
.my_plan_full_section .package_full .plan_btn a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background-color: #27b35b;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
    padding: 8px 11px;
    text-align: center;
    text-transform: capitalize;
}
.my_plan_full_section .package_full .plan_btn a:hover {
    background-color: #001b3e;
}
.add_btn_full {
	width:100%;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.add_btn_full a {
    background-color: #001b3e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
    text-transform: capitalize;
}
.add_btn_full a:hover {
    background-color: #27b35b;
}
/***   10-08-2019  end  ***/


/***  22-08-2019  ***/

.upload-image-sec {
    width: 100%;
    display: grid;
	grid-gap: 30px;
    grid-template-columns: repeat(1,1fr 2fr);
	margin:0;
}
.upload-image-sec .upload-image-rhs {
    border: 1px solid #27b35b;
    padding: 15px;
}
.upload-image-rhs .upload-img-detail {
    width: 56%;
    float: left;
}
.upload-image-rhs .upload-img-box {
    width: 40%;
    float: right;
}
.upload-image-rhs .upload-img-detail .form-group {
    margin-top: 40px;
}
.upload-image-rhs ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
}
.upload-image-rhs ul li:before {
    position: absolute;
    content:'';
    top:8px;
	left:0;
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:#27b35b;
}
.upload-image-rhs .show-more-btn {
    text-align: left;
    padding: 5px 0 10px;
}
.custom-file-btn {
	width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.file-btn {
    background-color: #27b35b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
	text-transform:capitalize;
}
.custom-file-btn input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 10px 15px;
}
.form-part {
    width: 100%;
    display: inline-block;
    background-color: #27b35b;
    padding: 20px;
}
.form-part {
    width: 100%;
    display: grid;
    background-color: #27b35b;
    padding: 20px;
    grid-gap:0 30px;
    grid-template-columns: repeat(3, 1fr);
	margin:30px 0
}
.addAds .form-part input[type="text"] {
    margin-bottom: 0;
}
.form-part  label {
    color:#fff;
}
.form-part input[type="submit"] {
    background-color: #001b3e;
}
.form-part input[type="submit"]:hover {
    background-color: #fff;
	color: #27b35b;
}

.upload-img-box {
	background-image: url('../images/ads-layout.jpg');
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.upload-img-box #changeimage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
/***  22-08-2019 end ***/


/***   23-08-2019  ***/

.set-ads-spaces-sec {
	text-align:center;
}
.set-ads-spaces-sec .title {
    margin-bottom: 10px;
}
/***   23-08-2019 end ***/

/***  27-08-2019  ***/

.go-next.box-icon a {
    color: #fff;
    margin: 0;
}
.go-next.box-icon a:hover {
    color: #fff;
}

/***  popup save-search ***/

.fancybox-inner #hidden-content {
    background-color: #27b35b;
}
.fancybox-inner #hidden-content label {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.fancybox-inner #hidden-content .fancybox-button svg path {
    fill: #fff;
}
.fancybox-inner #hidden-content input[type="text"] {
    height: 40px;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    color: #111;
    font-weight: 400;
	outline: none;
	border-radius: 5px;
}
.fancybox-inner #hidden-content input[type="button"] {
    background-color: #fff;
    color: #27b35b;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
}
.fancybox-inner #hidden-content input[type="button"]:hover {
    background-color: #001b3e;
	color: #fff;
}
/***  popup  save-search end  ***/

/***  27-08-2019 end ***/

/***   07-10-2019  ***/

.add_3boxRow .select-plan-box {
    width: 30%;
}

/***   07-10-2019  ***/


/***   24-10-2019  ***/


.qut_box_full {
    width: auto;
    display: flex;
    justify-content: right;
    margin-top: 30px;
    float: right;
    align-items: center;
}
.qut_box_full .qut_box input.download-btn {
    margin: 0;
}
.qut_box_left {
    text-align: left;
	margin-right: 20px;
}
.qut_box_left .qty_field {
    margin: 10px 0px 0;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 5px;
    font-size: 14px;
    outline: none;
}
.qut_box_left p {
    font-size: 10px;
}
/***   24-10-2019 end ***/

/***   19-12-2019   ***/
.free_box  .go-next {
    text-align:center;
}
.free_box input[type="submit"] {
    width: 145px;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #01081d;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
}
.free_box input[type="submit"]:hover {
    background-color: #27b35b;
}

/***   19-12-2019  end   ***/

/***  20-12-2019  ***/

.price_sec .d_sign {
	font-size:30px;
}

.price_sec.actived .cross_line , .price_sec.actived .d_sign{
    position: relative;
    font-size: 16px;
}
.price_sec.actived .cross_line:before , .price_sec.actived .d_sign:before  {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff0000;
    content: '';
    transform: translate(-0%, -50%);
}

/***   18-05-2020 start  ***/


.contact-detail ul li textarea {
    line-height: inherit;
}

/***   18-05-2020 end  ***/

/***   04-06-2020 start  ***/

.choose-loan h4 {
    line-height: normal;
}
.choose-loan h4 span {
    font-size: inherit;
    color: inherit;
}

/***   04-06-2020 end  ***/

/***   07-28-2020   ***/

.how-it-works-services-sec {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.how-it-works-services-sec .how-it-works-services-item {
    flex: 1;
}
.how-it-works-services-left ul li p {
    text-align: right !important;
}
.how-it-works-services-right ul li p {
    text-align: left !important;
}

/***   07-28-2020 end  ***/


.header.sticky {
    position: fixed;
    animation: slide-down 0.7s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
	background-color:#fff;
	z-index:999;
}
.header.sticky .logo a img {
    max-width: 150px;
}
.header.sticky .navigation {
    padding: 20px 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/***********  28.05.2019  media- query **********/

@media screen and (max-width:1170px) {
.container {
	width: 900px;
}
.banner-cont {
    width: 80%;
}
.request-your-found ul li label {
    font-size: 15px;
}
}
@media screen and (max-width:980px) {
.container {
	width: 750px;
}
.banner-cont {
    width: 85%;
}
.request-your-found ul li label {
    font-size: 14px;
}
}
@media screen and (max-width:840px) {
.container {
	width: 700px;
}
.banner-cont {
    width: 88%;
}
.request-your-found ul li label {
    font-size: 13px;
}
}
@media screen and (max-width:767px) {
.container {
	/* width: 600px; */
	width:100%;
	padding:0 15px;
}

h3 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

.title {
    margin-bottom: 5px;
}
.header_top .container-fluid {
    padding: 0 15px;
}
.header .container-fluid {
    padding: 0 15px;
}
.logo a img {
    max-width: inherit;
}
.header {
    position: relative;
}
.mobile-menu-btn {
    float: right;
    display: block;
    font-size: 30px;
    margin-top: -67px;
	position: relative;
}
.header.sticky .navigation {
    padding: 0 30px;
}
.header.sticky .logo a img {
    max-width: 120px;
}
.navigation {
    width: 100%;
    float: left;
    top: 100%;
    left: 0;
    position: absolute;
    padding: 0 30px;
    z-index: 999;
    background-color: #1f57a2;
}

.navigation ul {
    width: 100%;
	display: none;
}

.navigation ul li {
	width: 100%;
    padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.navigation ul li:last-child {
	border-bottom: none;
}

.navigation ul li a {
    font-size: 16px;
    margin-left: 0;
	color: #fff;
	border-bottom: none;
}
.navigation ul li.active a {
    border-bottom: none;
}
.banner {
    height: 700px;
}

.banner-cont h1 {
    font-size: 35px;
}

.request-your-found {
    padding: 30px 30px 15px;
    margin-top: 35px;
}

.request-your-found h3 {
    font-size: 22px;
	margin-bottom: 0px; 
}

.request-your-found ul li .text-form-left {
    width: 100%;
}

.request-your-found ul li .text-form-right {
    width: 100%;
}

.request-your-found ul li{
    margin-bottom: 0;
}

.request-your-found ul li label {
    font-size: 16px;
    margin-bottom: 6px;
	margin-top: 15px;
}

.request-your-found ul li input[type="text"], .request-your-found ul li select, .request-your-found ul li input[type="email"] {
    height: 40px;
    font-size: 14px;
}

.request-your-found ul li .select-option::after {
    top: 7px;
}

.fast-way {
    padding: 40px 0;
}

.fast-way p {
    padding: 5px 0; 
}

.fast-way-now ul li {
	width: 100%;
	border-right: none;
    border-bottom: 1px solid #27b35b;
}

.choose-your {
    padding: 40px 0;
}

.top-fast-left {
    width: 100%;
	margin-bottom: 25px;
}

.top-fast-right {
    width: 100%;
}

.cont-sec h4 {
    font-size: 21px;
}

.go-next a {
    margin-top: 20px;
}

.why-choose-approved {
	padding: 50px 0 0;
}

.why-choose-approved ul {
    padding: 0 0px; 
}

.top-fast-right ul li .imgs {
    height: 78px;
}

.top-fast-right ul li h6 {
    font-size: 16px;
}

.why-choose-approved .title {
    margin-bottom: 20px;
}

.why-choose-approved-left {
    width: 100%;
}

.why-choose-approved-right {
    width: 100%;
    margin-top: 30px;
    text-align: inherit;
}

.counting-counter {
    padding: 40px 0;
}

.counting-counter ul li {
    width: 50%;
    margin: 0 0 15px;
}

.counting-counter ul li h2 {
    font-size: 35px;
}

.counting-counter ul li h5 {
    font-size: 16px;
}

.what-does {
    padding: 40px 0;
}

.what-does-left {
    width: 100%;
}

.what-does-right {
    width: 100%;
}

.footer-box {
    width: 100%;
    padding: 0 0 20px;
}

.footer-box-2 {
    padding-left: 0;
}

.footer h5 {
    margin-bottom: 10px;
}

.footer .footer-box-1 ul {
    margin-top: 5px;
}

.footer ul li a {
    font-size: 14px;
}

/*** about ***/

.banner.inner-banner {
    height: 350px;
}

.about-page {
    padding: 40px 0;
}

.fast-way-to-left {
    width: 100%;
}

.fast-way-to-right {
    width: 100%;
}

.about-page img {
    width: 100%;
    float: left;
    height: auto;
}

.get-your-cash {
    padding: 50px 0;
}

.get-your-cash-left {
    width: 100%;
}

.get-your-cash-right {
    width: 100%;
}

.get-your-cash-right ul {
    width: calc(100% - 330px);
}

.choose-loan h4 {
    font-size: 30px;
}

/*** how-its-works ***/

.work-cont-left {
    width: 100%;
}

.work-cont-right {
    width: 100%;
}

.fast-way.hows-it-work p {
    padding: 5px 0px;
}

.circle {
    width: auto;
}

.work-cont ul li:after {
    left: 34px;
}

.layout-img img {
    height: 187px;
}

.layout-in h4 {
    line-height: 35px;
    font-size: 25px !important;
}

.fast-way-now.fast-and-simple {
    padding: 40px;
    margin-top: 40px;
}

.faq-sec .title {
    margin-bottom: 5px;
}

.faq-sec {
    padding: 40px 0;
}

.faq-pannel {
    padding: 40px 0 0;
}

.faq-pannel .accordion {
    font-size: 20px;
}

.contact {
    padding: 40px 0;
}

.contact .title {
    margin-bottom: 20px;
}

.contact .text-form-left {
    width: 100%;
}

.contact .text-form-right {
    width: 100%;
}

/*** Registration-for-Agent ***/

.registration-for-agent {
    padding: 40px 0;
}

.registration-form .text-form-left {
    width: 100%;
}

.registration-form .text-form-right {
    width: 100%;
}

.login-form {
    width: 100%;
}

.collect-your .fast-way-now li {
    width: 100%;
}

.loan-register {
    flex-wrap: wrap
}

.loan-register-left {
    width: 100%;
}

.loan-register-right {
    width: 100%;
	padding: 20px;
}

.thankyou {
    width: 100%;
}

.thankyou-cont {
    padding: 22px;
}

.offer-sec {
    margin-top: 45px;
}

.offer-sec ul li {
    width: 100%;
}
.fast-way-now.fast-and-simple ul li img {
    width: auto;
    float: none;
}
.select-plan-box {
    width: 100%;
	margin: 0 0px 30px;
}
.payment-page {
    padding: 40px 0;
}
.payment-now {
	width: 100%;
}


.navigation ul > .sub-menu > .dropdown{
    display: none !important;   
    position: relative;
    top: 0;
    left:0;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation ul > .sub-menu.open .dropdown{
    display: block !important;
}
.navigation ul > .sub-menu > .dropdown > li > a:hover {
    border: 0;
}
.navigation ul > .sub-menu:before {
    position: absolute;
    content: '+';
    right: 10px;
    top: 50%;
    font-size: 24px;
    color: #fff;
    transform: translateY(-50%);
}
.navigation ul > li.sub-menu.open:before {
    position: absolute;
    content: '-';
    transform: translateY(0);
    top: 8px;
}
.how-it-works-services-sec {
    flex-direction: column;
}
.how-it-works-services-left ul li p {
    text-align: center !important;
}
.how-it-works-services-right ul li p {
    text-align: center !important;
}
.how-it-works-services-center.how-it-works-services-item {
    order: 1;
    margin-top: 20px;
}
.work-cont .work-cont-left .cont-text {
    width: calc(100% - 90px);
	padding: 0;
}
}

@media screen and (max-width:640px) {
/*.container {
	width: 400px;
}*/

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

p {
    line-height: 22px;
    font-size: 15px;
}

.banner {
    height: 600px;
}

.banner-cont h1 {
    font-size: 29px;
}

.request-your-found {
    margin-top: 25px;
}

.request-your-found h3 {
    font-size: 20px;
}

.request-your-found ul li label {
    font-size: 15px;
}

.cont-sec h4 {
    font-size: 19px;
}

.top-fast-right ul {
    grid-template-columns: inherit;
}

.top-fast-right ul li .imgs {
    height: auto;
}

.why-choose-approved-left a {
    margin-top: 5px;
}

/*** about ***/

.banner.inner-banner {
    height: 180px;
}

.get-your-cash-right ul {
    width: calc(100% - 310px);
}

.choose-loan h4 {
    font-size: 22px;
}

/*** how-its-works ***/

.cont-text {
    padding: 0;
}

.work-cont {
    padding-top: 40px;
}

.layout-in h4 {
    font-size: 22px !important;
}

.simple-secure {
    padding-top: 0;
}

.faq-pannel .accordion {
    font-size: 18px;
}

.registration-form form label {
    font-size: 15px;
}

.loan-register-right h3 {
    font-size: 20px;
}

.thankyou-cont .title h3 {
    line-height: 30px;
    margin-bottom: 15px;
}
}
@media screen and (max-width:575px) {
.header_top .header_top_left ul li a {
    font-size: 13px;
}
.header_top .header_top_right ul li {
    margin-left: 8px;
}
.header_top .header_top_right ul li a {
    font-size: 13px;
}

}
@media screen and (max-width:480px) {
/*.container {
	width: 320px;
}*/
.header_top .header_top_left {
    width: 100%;
    text-align: center;
}
.header_top ul li a {
    font-size: 12px;
}
.header_top .header_top_left ul li span {
    margin-right: 3px;
}
.header_top .header_top_right {
    width: 100%;
    text-align: center;
}
.header_top .header_top_right ul li {
    margin-left: 6px;
}
.header_top .header_top_right ul li:first-child {
    margin-left: 0;
}

h3 {
    font-size: 19px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

.mobile-menu-btn {
    font-size: 25px;
}

.banner {
    height: 500px;
}

.banner-cont {
    width: 80%;
}

.banner-cont h1 {
    font-size: 20px;
}

.request-your-found h3 {
    font-size: 18px;
}

.request-your-found ul li label {
    font-size: 12px;
}

.request-your-found {
    margin-top: 15px;
    padding: 20px 20px 15px;
}

.request-your-found ul li .select-option::after {
    top: 10px;
    font-size: 16px;
}

.request-your-found ul li input[type="text"], .request-your-found ul li select, .request-your-found ul li input[type="email"] {
    height: 35px;
    font-size: 12px;
}

.cont-sec h4 {
    font-size: 17px;
}

.top-fast-right ul li h6 {
    font-size: 15px;
}

.counting-counter {
    padding: 30px 0;
}

.counting-counter ul li {
    width: 100%;
    padding: 5px 0 10px;
}

.footer ul li input[type="text"] {
    height: 40px;
    font-size: 14px;
}

.footer-bottom p {
    font-size: 12px;
}

/*** about ***/

.banner.inner-banner {
    height: 150px;
}

.get-your-cash-right .imgs {
    width: 100%;
}

.get-your-cash-right ul {
    width: 100%;
	margin-top: 30px;
}

.choose-loan h4 {
    font-size: 18px;
}

/*** how-it-work ***/

.layout-in h4 {
    font-size: 18px !important;
    line-height: 30px;
}

.faq-sec {
    padding: 30px 0;
}

.faq-pannel {
    padding: 30px 0 0;
}

.faq-pannel .accordion {
    font-size: 16px;
}

.contact ul li input[type="text"], .contact ul li textarea {
    height: 45px;
    font-size: 14px;
}

.contact ul li textarea {
    height: 140px;
}

.registration-for-agent {
    padding: 30px 0;
}

.registration-form form label {
    font-size: 14px;
}

.registration-form ul li input[type="text"], .registration-form ul li select, .registration-form ul li input[type="email"] {
    height: 45px;
    margin-bottom: 15px;
}

.loan-register-right h3 {
    font-size: 19px;
}

.thankyou-cont .title h3 {
    line-height: 24px;
    margin-bottom: 12px;
}

.collect-your .fast-way-now li {
    margin: 10px 0;
}
}

@media screen and (max-width:360px) {
/*.container {
	width: 280px;
}*/

h3 {
    font-size: 17px;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 13px;
	line-height: 20px;
}



.header_top .header_top_right ul li a {
    font-size: 12px;
}

.logo a img {
    max-width: 145px ;
}
.mobile-menu-btn {
    margin-top: -68px;
}
.navigation ul li {
    padding: 5px 0;
}

.navigation ul li a {
    font-size: 15px;
}

.banner {
    height: 440px;
}

.banner-cont {
    width: 90%;
}

.banner-cont h1 {
    font-size: 16px;
}

.request-your-found {
    margin-top: 10px;
    padding: 15px 15px 15px;
}

.request-your-found h3 {
    font-size: 16px;
}

.request-your-found ul li label {
    font-size: 12px;
	margin-top: 10px;
	font-weight: 600;
}

.cont-sec h4 {
    font-size: 15px;
}

.top-fast-right ul li h6 {
    font-size: 14px;
}

.why-choose-approved {
    padding: 30px 0 0;
}

.footer ul li input[type="text"] {
    height: 35px;
    font-size: 13px;
}

.footer ul li a {
    font-size: 13px;
}

.footer-bottom p {
    font-size: 10px;
}

/*** about ***/

.banner.inner-banner {
    height: 100px;
}

.choose-loan h4 {
    font-size: 16px;
}

/*** how-it-work ***/

.layout-in h4 {
    font-size: 16px !important;
    line-height: 26px;
}

.fast-way-now.fast-and-simple {
    padding: 40px 0;
}



.work-cont ul li h3:before {
    width: 55px;
    height: 55px;
	line-height: 55px;
}
.work-cont .work-cont-left .cont-text {
    width: calc(100% - 75px);
}
.contact ul li input[type="text"], .contact ul li textarea {
    height: 35px;
    font-size: 13px;
}

.contact ul li textarea {
    height: 130px;;
}

.registration-form ul li input[type="text"], .registration-form ul li select, .registration-form ul li input[type="email"] {
    height: 40px;
}

.registration-form form label {
    font-size: 13px;
}

.loan-register-right h3 {
    font-size: 17px;
}
.navigation ul > li.sub-menu.open:before {
    position: absolute;
    content: '-';
    transform: translateY(0);
    top: 2px;
}
}

/**28.05.2019  media- query end ****/



.navigation ul li.logged a{
    background-color: #001b3e;
    color: #fff;
    float: left;
    border-radius: 5px;
    margin-top: 0;
    transition: 0.5s;
    border: none;
    padding: 4px 15px;
}
.navigation ul li.logged a:hover{
   background-color: #27b35b;
}

.dashboard-rightbar input.download-btn {
    background-color: #27b35b;
    color: #fff;
    float: right !important;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    float: left;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
    margin-top: 18px;
    margin-right: 5px;
}
.dashboard-rightbar input.download-btn:hover {
    background-color: #001b3e;
}
.cart-icon {
    float: left;
    width: 100%;
}
.check-form {
    width: 100%;
    float: left;
}
.cart-icon i {
    float: left;
    font-size: 37px;
    width: 100%;
    margin-bottom: 20px;
}
.check-form ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    border: 1px solid #ccc;
}
.check-form ul li {
    width: 100%;
    padding: 8px 32px;
    border-right: 1px solid #ccc;
}
.check-form input{
    background-color: #27b35b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    float: left;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
    margin-top: 4px;
    margin-right: 5px;
}


.check-form input {
    background-color: #27b35b;
    color: #fff;
    float: right !important;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    float: left;
    border-radius: 5px;
    transition: 0.5s;
    border: none;
    margin-top: 18px;
    margin-right: 5px;
}
.check-form input:hover {
    background-color: #001b3e;
}


#buynow {
    width: 50%;
    margin: auto;
    border: 1px solid #ccc;
    padding: 50px 60px;
    margin-bottom: 50px;
}
#buynow label {
   width: 100%;
    font-size: 20px;
    margin: 10px 0;
}
div#buynow input {
    width: 70%;
    height: 45px;
    padding-left: 10px;
}
#buynow a.sub_btn {
        height: 45px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #27b35b;
    color: #fff;
    border-radius: 0;
    margin-top: 0;
    transition: 0.5s;
	line-height: 44px;
    float: right;
}
#buynow a.sub_btn:hover {
    background-color: #1f58a2;
}
h4#showDic {
    color: #1b8a45;
    background: transparent;
}
span.green_msg{
    color: #1b8a45;
    background: transparent;
}
span.red_msg {
    color: #ff0000;
}

/***  16-12-2019  ***/

.app_promo_section .green_msg, .app_promo_section .red_msg {
    margin-top: 10px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 14px;
}
.app_promo_msg h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.app_promo_msg h4 {
    font-weight: 400;
}
.app_promo_msg h4 strong{
    color: #27b35b;
}

/***  20-05-2020   ***/

.contact-detail ul li input[type="submit"]{
	margin-top:20px;
}


/***  20-05-2020   ***/


/***  18-07-2020   ***/

.fast-way .choose-your .why-choose-approved ul {
    padding: 0;
}
.fast-way .choose-your .why-choose-approved ul li p {
    padding: 5px 0;
}

.fast-way .choose-your .why-choose-approved ul li .why-choose-approved-left {
    text-align: left;
}
.howitsworks-cont {
    width: 30%;
    display: inline-block;
}
.howitsworks-cont ul {
    text-align: left;
}
.howitsworks-cont ul li a {
    color: #000;
    font-weight: 600;
    transition: 0.5s;
}
.howitsworks-cont ul li a:hover {
    color: #27b35b;
}
.howitsworks-img {
    width: 30%;
    display: inline-block;
}


.choose-loan.choose-loan-align {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.whyapprovedcase {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.whyapprovedcase ul {
    width: 100%;
    float: left;
}
.whyapprovedcase ul li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 80px;
    padding-bottom: 50px;
}
.whyapprovedcase ul li:last-child {
    padding-bottom: 0px;
}
.whyapprovedcase ul li .fa {
    position: absolute;
    content: '';
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #27b35b;
    border-radius: 100%;
    color: #fff;
    z-index: 1;
	left: 0;
	font-size: 28px;
	display: none;
}
.whyapprovedcase ul li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #27b35b;
    border-radius: 100%;
    color: #fff;
    z-index: 1;
	left: 0;
	font-size: 28px;
	font-weight:600;
}
.whyapprovedcase ul li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #27b35b;
    left: 32px;
    top: 0;
}
.whyapprovedcase ul li:last-child:after {
    content: none;
}
.whyapprovedcase ul li a {
    line-height: 65px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    float: left;
    position: relative;
    transition: 0.5s;
}
.whyapprovedcase ul li a:hover {
    color: #27b35c;
}



/****   21-07-2020  ***/


.work-cont-left ul li .circle {
    position: absolute;
}
.gotopbtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #27b35b;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
	transition:0.5s;
}
.gotopbtn:hover {
    background-color: #1F57A2;
}

.question-box {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.question-box ul {
    width: 100%;
    float: left;
}
.question-box ul li{
    width: 100%;
    display:flex;
	align-items:center;
	justify-content:space-evenly;
	margin-bottom:30px;
}
.question-box ul li:last-child {
	margin-bottom:0px;
}
.question-box ul li p {
    font-size: 24px;
    font-weight: 500;
}

.faq-sec .title {
    text-align: center;
}

.faq-sec .title h3 {
    text-align: center;
}
.faq-sec .title p a {
    font-weight: 600;
    color: #000;
    transition: 0.5s;
}
.faq-sec .title p a:hover {
    color: #27b35b;
}

.approved-licensed-sec {
    width: 100%;
    float: left;
}

.approved-licensed-left {
    width: 40%;
    float: left;
    text-align: left;
}

.approved-licensed-right {
    width: 60%;
    float: right;
}

.autolead-sec {
    width: 100%;
    float: left;
	margin-top:20px;
}

.autolead-left {
    width: 60%;
    float: left;
	text-align: left;
}


.autolead-right {
    width: 40%;
    float: right;
}

.textboxcenter li p {
    text-align: center;
}
.howworklist, .our-leadsec {
    width: 100%;
    float: left;
    padding: 10px 0 30px;
}

.howworklist .numberlistsec {
    width: 100%;
    float: left;
    padding: 5px 100px;
}
.howworklist .numberlistsec li {
	width: 100%;
    float: left;
    position: relative;
    padding-bottom: 35px;
	text-align:left;
}
.howworklist .numberlistsec li:after {
    border-right: 2px solid #27b35b;
    position: absolute;
    content: '';
    top: 0;
    left: 32px;
    height: 100%;
}
.howworklist .numberlistsec li:last-child:after {
    content: none;
}
.howworklist .numberlistsec li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #27b35b;
    border-radius: 100%;
    color: #fff;
    z-index: 1;
    left: 0;
    font-size: 28px;
    font-weight: 600;
    top: 0;
}

.our-leadsec {
    padding: 30px 0 30px;
    background-color: #ebebeb;
    margin: 50px 0;
}
.our-leadsec .numberlistsec2 {
    width: 100%;
    float: left;
}
.our-leadsec .numberlistsec2 li {
	width: 33.33%;
    float: left;
	padding: 20px;
    position: relative;
}
.our-leadsec .numberlistsec2 li .icon-img {
    display: inline-block;
}
.our-leadsec .numberlistsec2 li h5 a {
    color: #111;
    transition: 0.5s;
}
.our-leadsec .numberlistsec2 li h5 a:hover {
    color: #27b35b;
}
.our-leadsec .numberlistsec2 li p {
    padding: 5px 0;
}

.how_text-sec {
    width: 100%;
    float: left;
	padding: 30px 0;
}
.how_text-left {
    width: 60%;
    float: left;
}
.how_text-left ul {
    width: 100%;
    float: left;
}
.how_text-left ul li {
    width: 100%;
    float: left;
	margin-bottom:20px;
}
.how_text-left ul li strong {
    text-transform: capitalize;
}
.how_text-left ul li:last-child {
	margin-bottom:0px;
}
.how_text-right {
    width: 40%;
    float: right;
}

/****   21-07-2020 end  ***/


@media screen and (max-width: 1170px){
.navigation ul li a {
    font-size: 16px;
    margin-left: 20px;
}
.work-cont ul li h3:before {
    left: 0;
}
.work-cont ul li:after {
    left: 32px;
}
.cont-text {
    width: 85%;
}
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 991px){
.header_top .container-fluid {
    padding: 0 15px;
}
.header .container-fluid {
    padding: 0 15px;
}
.logo a img {
    max-width: 140px;
}
.navigation ul li a {
    font-size: 14px;
    margin-left: 15px;
}
.choose-loan h4 {
    font-size: 30px;
}
.question-box ul li p {
    font-size: 16px;
}
.top-fast-right ul {
    grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 840px){
.question-box ul li {
    flex-direction: column;
}
.our-leadsec .numberlistsec2 li {
    width: 100%;
}
.why-choose-approved ul {
    padding: 0 0;
}
.fast-way p {
    padding: 5px 0;
}
.footer-box {
    width: 100%;
    padding: 0 0 20px;
}
.footer-box-2 {
    padding-left: 0;
}
.howitsworks-cont {
    width: 45%;
}
.howitsworks-img {
    width: 45%;
}
}

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

.howitsworks-cont {
    width: 100%;
}
.howitsworks-cont ul {
    text-align: center;
}
.howitsworks-img {
    width: 100%;
	margin-top:30px;
}
.choose-loan.choose-loan-align {
    flex-direction: column;
}
.fast-way-now.fast-and-simple ul li {
    width: 100%;
}
.whyapprovedcase ul {
    margin-bottom: 30px;
}
.choose-loan h4 {
    font-size: 24px;
}
.howworklist .numberlistsec {
    padding: 5px 0px;
}
.howworklist .numberlistsec li {
    padding-left: 85px;
}


.autolead-sec .autolead-in {
    width: 100%;
}
.autolead-left {
    width: 100%;
}
.autolead-right {
    width: 100%;
	margin-top:20px;
}
.how_text-left {
    width: 100%;
}
.how_text-right {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
@media screen and (max-width: 575px){
.top-fast-right ul {
    grid-template-columns: repeat(1,1fr);
}
}

@media screen and (max-width: 479px){
.choose-loan h4 {
    font-size: 20px;
}
.header.sticky .mobile-menu-btn {
    margin-top: -60px;
}
}
@media screen and (max-width: 359px){
.work-cont ul li:after {
    left: 27px;
}
}
/***  18-07-2020  end  ***/


a.gotopbtn.scrollup {
    display: none;
}
.howworklist ul.numberlistsec li .numberlistiteam p {
    min-height: 62px;
}
.autolead-in {
    width: 70%;
    margin: auto;
}

