html, body {
    overflow-x: hidden;
}
header {
    background: #f3f1e1;
}
.icon_image {
    display: table;
    padding: 24px 24px;
    border-radius: 100px;
    margin: 0 auto;
    background: linear-gradient(90deg, #1b442e 0%, hsl(122.42deg 36.79% 46.51%) 100%);
}
.navbar-nav a:hover:after {
    opacity: 1;
}
.navbar-nav a:after {
    content: "";
    border-bottom: 3px solid #05a951;
    display: block;
    opacity: 0;
}
ul.cnt_info li {
    padding-left: 36px;
    position: relative;
    margin-bottom: 19px;
}
ul.cnt_info li img {
    width: 19px;
    filter: invert(1);
    position: absolute;
    left: 0;
    top: 3px;
}
.banner_help_wrapper:before {
    content: "";
    background: linear-gradient(90deg, #1b442e 0%, hsl(122.42deg 36.79% 46.51%) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.9;
}
#footer input::placeholder {
    color: #fff;
}
#footer textarea::placeholder {
    color: #fff !important;
}
#footer button {
    border: 0;
    text-transform: uppercase;
    color: #fff;
    background: #05a951;
    padding: 9px 37px;
    font-family: 'Poppins';
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
}
#footer input, select, textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff47;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 26px;
}
a.nav-link.getting {
    background: #05a951 !important;
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
}
a.navbar-brand img {
    max-width: 233px;
    object-fit: cover;
}
ul.navbar-nav a {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: uppercase;
    color: #412c59 !important;
}
ul.navbar-nav li:last-child {
    margin: 0;
}
ul.navbar-nav li {
    margin-right: 12px;
}
a.nav-link.getting {
    padding: 9px 24px !important;
    color: #fff !important;
    background: #67567a;
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
}
.banner-wrapper .item img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.banner-wrapper .slick-next {
    right: 30px;
}
.banner-wrapper .slick-prev {
    left: 30px;
    z-index: 999;
}
.contact_form_banner {
    max-width: 400px;
}
.contact_form_banner input, select {
    width: 100%;
    border: 0;
    font-family: 'Poppins';
    font-weight: 300;
    border-bottom: 1px solid #d4d2d2;
    margin-bottom: 23px;
}
.contact_form_banner {
    max-width: 450px;
    float: right;
    background: #ffffff;
    padding: 25px 34px;
    box-shadow: 3px 5px 3px 5px #00000014;
    margin-bottom: 38px;
}
.contact_form_banner input, select {
    width: 100%;
    border: 0;
    font-family: 'Poppins';
    font-weight: 300;
    border-bottom: 1px solid #d4d2d2;
    margin-bottom: 17px;
    height: 42px;
    padding-left: 14px;
    background: transparent;
}
.contact_form_banner select {
    color: #8c8c8c;
}
.main_baner {
    position: relative;
}
.contact_banner_wraper {
    position: absolute;
    top: 0;
    right: 204px;
}
.contact_form_banner textarea {
    width: 100%;
    border: 0;
    font-family: 'Poppins';
    font-weight: 300;
    border-bottom: 1px solid #d4d2d2;
    margin-bottom: 23px;
    height: 100px;
    padding-left: 14px;
    background: transparent;
}
.contact_form_banner button {
    background: -webkit-linear-gradient(90deg, hsla(360, 100%, 67%, 1) 0%, hsla(287, 59%, 46%, 1) 100%);
    border: 0;
    padding: 8px 23px;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
}
.contact_form_banner h1 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    font-size: 33px;
    text-align: center;
}
.contact_form_banner h1:after {
    content: "";
    background: #ff5758;
    width: 80px;
    height: 6px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 22px;
}
.buildcard_wrapper {
    background: linear-gradient(90deg, #1b442e 0%, hsl(122.42deg 36.79% 46.51%) 100%);
    padding: 85px 0px;
}
.icon_image img {
    filter: invert(1);
    max-width: 62px;
}
.three_icons_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.icon_box {
    text-align: center;
}
.icon_box h2 {
    color: #37373a;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 12px;
}
p.white_txt {
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins';
}
.banner-wrapper .slick-slide {
    padding: 0;
}
#footer h3.widget_title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Poppins';
}
h3.widget_title:after {
    content: "";
    background: #fff;
    width: 60px;
    height: 3px;
    display: block;
    margin-top: 10px;
}
ul.cnt_info li {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    list-style: none;
    margin-bottom: 11px;
}
.banner_help_wrapper {
    background-size: cover;
    background-position: center center;
    position: relative;
}
ul.cnt_info {
    padding: 0;
}
ul.footer_nav {
    padding: 0;
}
ul.footer_nav li {
    list-style: none;
    margin-bottom: 9px;
}
ul.footer_nav li a {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
}
footer#footer p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
footer#footer {
    background: #1f1f1f;
    border-color: rgba(233, 234, 238, 0);
    border-top-width: 0px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.card_img img {
    width: 100%;
}
.onestop_wrapper ul {
    padding: 0;
}
.loan_app_wrapper .apply_now {
    margin-top: 29px !important;
}
.loan_app_wrapper .apply_now a {
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 34px !important;
    color: #fff !important;
    background: #05a951;
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
    display: table;
    margin: 0 auto;
}
.loan_app_wrapper .main_heading span {
    font-weight: 800;
}
.loan_app_wrapper .apply_now {
    margin-top: 110px;
    text-align: center;
}
.loan_app_wrapper {
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 3px;
}
.loan_app_wrapper p {
    text-align: center;
    font-family: 'Poppins';
    font-size: 17px;
    color: #fff;
    max-width: 879px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.loan_app_wrapper .apply_now {
    position: relative;
    z-index: 9;
}
.icon_box p {
    font-family: 'Poppins';
    font-size: 15px;
    max-width: 320px;
    margin: 0 auto;
}
.banner_help_wrapper {
    padding-top: 170px;
    padding-bottom: 145px;
    clip-path: polygon(0 8%, 100% 0, 100% 91%, 0 100%);
}
.banner_help_wrapper h2 span {
    display: block;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
}
.banner_help_wrapper h2 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 40px;
}
.banner_help_wrapper h2:after {
    content: "";
    background: #fff;
    height: 5px;
    width: 130px;
    display: block;
    margin-top: 10px;
    margin-bottom: 38px;
}
.banner_help_wrapper li img {
    max-width: 20px;
    filter: invert(1);
    margin-right: 9px;
}
.banner_help_wrapper li {
    list-style: none;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 30px;
    font-size: 19px;
}
.banner_help_wrapper ul {
    padding: 0;
}
.banner_help_wrapper p {
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 30px;
    font-size: 19px;
}
.icons_slider .item img {
    margin: 0 auto;
    filter: invert();
}
.icons_slider {
    margin-top: 80px;
}
.icons_slider  h4 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 15px;
}
body .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    font-size: 12px;
}
body .slick-dots li button:before {
    font-size: 12px;
    background-color: : #666;
}
.testimonials_wrapper .main_heading {
    padding-bottom: 0px !important;
}
.buildcard_wrapper .main_heading:after {
    margin: inherit;
    margin-top: 10px;
    background: #fff;
}
.buildcard_wrapper .main_heading {
    text-align: left;
    color: #fff;
    padding: 0;
    padding-bottom: 38px;
}
.buildcard_wrapper  .main_heading span {
    font-weight: 700;
    color: #fff;
}
.apply_now {
    margin-top: 43px;
}
.apply_now a {
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 34px !important;
    color: #05a951 !important;
    background: #ffffff;
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
    display: table;
}
.buildcard_wrapper .main_heading:after {
    margin: inherit;
    margin-top: 10px;
}
.slick-dots {
    bottom: -43px;
}
.slick-slide {
    display: block;
    padding: 31px 0px;
}
.right_mg img {
    width: 100%;
    border-radius: 6px;
}
.onestop_wrapper li {
    margin-bottom: 23px;
    font-family: 'Poppins';
    font-size: 17px;
    list-style: none;
}
.onestop_wrapper li img {
    max-width: 18px;
    margin-right: 10px;
}
.main_heading {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 55px;
    padding-top: 47px;
    font-size: 40px;
    color: #37373a;
    font-family: 'Poppins';
    font-weight: 600;
}
.main_heading span {
    font-size: 50px;
    color: #05a951;
}
.main_heading:after {
    content: "";
    background: #05a951;
    height: 6px;
    display: block;
    max-width: 83px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 20px;
}
.onestop_wrapper h3 {
    font-weight: 600;
    font-size: 40px;
    color: #37373a;
    font-family: 'Poppins';
    padding-bottom: 32px;
}
.onestop_wrapper h3 span {
    color: #05a951;
}
.onestop_wrapper {
    padding-bottom: 80px;
}
.testimonials_box h2 {
    color: #1a442e;
    font-family: 'Poppins';
    font-size: 19px;
    margin-top: 21px;
    margin-bottom: 0px;
}
.testimonials_wrapper {
    padding-bottom: 100px;
    padding-top: 30px;
}
.testimonials_box {
    position: relative;
}
.testimonials_box p {
    text-align: left;
    font-size: 15px;
    color: #3d3b3b;
    line-height: 21px;
    font-weight: 400;
    margin-top: 15px;
}
.designation {
    font-size: 15px;
    color: #67567a;
    font-family: 'Poppins';
}
.firstquote {
    position: absolute;
    top: -18px;
    left: 0;
    width: 25px;
}
.last_qouot {
    position: absolute;
    right: 0;
    top: 33px;
    width: 25px;
    display: none !important;
}
.testimonials_box p {
    max-width: 882px;
}
.page_title_wrapper {
    background-size: cover;
    background-position: center center;
    margin-bottom: 90px;
}
.page_title_wrapper h1 {
    color: #fff;
    padding: 130px 0px;
    font-weight: bold;
    font-size: 46px;
}
.main_content_wrapper {
    padding-bottom: 70px;
}
.main_content_wrapper p {
    font-family: 'Poppins';
}
ul.contact_info li {
    list-style: none;
}
ul.contact_info li h4 {
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 15px;
}
li.address {
    margin-bottom: 51px;
}
.contact_info h4 {
    padding-left: 62px;
}
.contact_info p {
    padding-left: 62px;
}
.icon_info img {
    max-width: 45px;
    filter: invert(1);
}
.icon_info {
    position: absolute;
    left: 0;
    background: #05a951;
    padding: 16px 16px;
    border-radius: 132px;
}
ul.contact_info {
    position: relative;
    left: 38px;
}
.contact_form_main_wrapper label {
    width: 100%;
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 19px;
}
.contact_form_main_wrapper input {
    width: 100%;
    height: 45px;
    padding-left: 18px;
    background: #eeeeee5e;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.contact_form_main_wrapper textarea {
    width: 100%;
    height: 145px;
    padding-left: 18px;
    background: #eeeeee5e;
    border: 1px solid #ccc;
    padding-top: 8px;
}
.contact_form_main_wrapper button {
    background: #05a951;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    font-family: 'Poppins';
}

/*Faq*/
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #05a951;
}
.accordion-item:hover span.accordion-title {
    color: #05a951;
}
.accordion {
    max-width: 900px;
    margin: 0 auto;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 17px 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    background: #05a951;
    color: #fff;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
span.accordion-title {
    font-family: 'Poppins';
    font-weight: 600;
    color: #383838;
    font-size: 19px;
}
.howimg img {
    width: 100%;
}

.testimonial_slider  .slick-slide {
    margin: 12px 16px;
    padding: 32px 31px;
    box-shadow: 0px 0px 10px 0px #a4a1a14f;
}
.banner-wrapper .item {
    position: relative;
}
.slider_caption h2 {
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700;
}
.slider_caption {
    position: absolute;
    top: 160px;
    left: 49px;
}
.banner-wrapper .item:after {
    content: "";
    background: linear-gradient(90deg, #1b442e 0%, hsl(122.42deg 36.79% 46.51%) 100%);
    width: 59%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    opacity: 0.9;
}
.slider_caption h2 {
    position: relative;
    z-index: 9;
}
.slider_caption h2 span {
    font-size: 38px;
    font-weight: 500;
}
.slider_caption p {
    color: #fff;
    position: relative;
    z-index: 9;
    font-family: 'Poppins';
    font-size: 17px;
}
.slider_caption a {
    background: #ffffff;
    position: absolute;
    z-index: 9;
    padding: 11px 35px;
    clip-path: polygon(9% 0%, 100% 0%, 89% 100%, 0% 100%);
    color: #1d452f;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 14px;
}
.loan_app_wrapper:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.7;
}
.loan_app_wrapper .main_heading {
    position: relative;
    z-index: 99;
    color: #fff;
}
.loan_app_wrapper {
    position: relative;
}
.page_title_wrapper {
    position: relative;
}
.page_title_wrapper:after {
    content: "";
    background: linear-gradient(90deg, #1b442e 0%, hsl(122.42deg 36.79% 46.51%) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.8;
}
.page_title_wrapper h1 {
    position: relative;
    z-index: 999;
}

footer#footer .col-md-3:nth-child(3) {
    position: relative;
    left: -84px;
}

@media (max-width: 767px) {
    footer#footer .col-md-3:nth-child(3) {
    position: relative;
    left: 0px;
}
    a.navbar-brand img {
        max-width: 140px;
    }
    .banner-wrapper .item:after {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        clip-path: none;
        opacity: 0.9;
    }
    .slider_caption {
        top: 65px;
    }
    .main_heading {
        font-size: 24px;
    }
    .loan_app_wrapper .main_heading span {
        font-weight: 800;
        font-size: 24px;
    }
    .apply_now a {
        font-size: 11px !important;
    }
}