@import url("../fonts/stylesheet.css");

html {
  scroll-behavior: smooth;
}

:root {
  --white: #fff;
  --black: #000;
  --grey: #475467;
  --green: #1e5340;
  --drk-grey: #101828;
}

body {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
}

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

a {
  display: inline-block;
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

a {
  color: #475467;
}

li {
  list-style: none;
}

.gilroy {
  font-family: "Gilroy";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy";
  color: var(--drk-grey);
  line-height: 1.2;
}

h1 {
  font-weight: 500;
  font-size: 64px;
}

h2 {
  font-weight: 600;
  font-size: 36px;
}

h6 {
  font-weight: 500;
  font-size: 24px;
}

h5 {
  font-size: 48px;
  font-weight: 600;
}

.cta {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 8px;
  color: var(--grey) !important;
  padding: 9px 16px;
  transition: all 0.3s ease-in-out;
}

.cta:hover {
  background-color: var(--green);
  color: var(--white) !important;
}

.green-cta {
  color: var(--white) !important;
  background-color: var(--green);
  border-color: var(--green);
  padding: 20px;
}

.green-cta:hover {
  color: var(--green) !important;
  background-color: var(--white);
}

.h5_44 {
  font-size: 44px;
}

.h6_20 {
  font-size: 20px;
}

.p-200 {
  padding: 200px 0;
}

.p-64 {
  padding: 64px 0;
}

.p-100 {
  padding: 100px 0;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}

.cta-green {
  background-color: #0d8353;
  color: #fff !important;
  padding: 16px 50px;
  font-size: 20px !important;
}

.cta-drk-green {
  background-color: #1d4a34;
  color: #fff !important;
}

.inline-link {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
}

.inline-link:hover {
  text-decoration: underline;
}

.size20 {
  font-weight: 400;
  font-size: 20px;
}

.p_80 {
  padding-block: 80px;
}

.bg-grad {
  background: linear-gradient(180deg, #1e4236 0%, #1e5340 100%);
}

.bg-drk {
  background: #14402c;
}

.bg_lyt {
  background-color: #f6fef9;
}

.mt_64 {
  margin-top: 64px;
}

/* header */
.top-header .btm_div {
  /* background-color: var(--green); */
  padding-block: 26px;
}

.top-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.top-header .top-info {
  padding-block: 14px;
  text-align: center;
  background-color: var(--white);
}

.top-header .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.top-header .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 50px;
  background-color: var(--white);
  transition: width 0.3s ease-in-out;
}

.top-header .nav-item .nav-link:hover::before {
  width: 40%;
}

.top-header .btm_div .navbar {
  padding: 0;
}

.top-header .btm_div .navbar .navbar-brand {
  padding: 0;
}

.top-header .btm_div .navbar .navbar-nav {
  gap: 32px;
}

.top-header .btm_div .navbar .bnnr_btn a,
.csh_btn a {
  font-size: 14px;
}

.top-header .btm_div .navbar .navbar-collapse {
  gap: 32px;
  justify-content: flex-end;
  align-items: baseline;
}

/* banner_sec */
.banner_sec {
  padding-top: 220px;
  padding-bottom: 80px;
}

.banner_sec .banner_content * {
  color: var(--white);
}

.banner_sec .banner_content .row {
  align-items: center;
}

.banner_sec .banner_content .banner_txt {
  max-width: 670px;
}

.banner_sec .banner_content .para-cont {
  max-width: 634px;
  margin-block: 25px;
}

.avtar-img-cont {
  display: flex;
}

.avtar_cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.avtar-img-cont .avtar-img:not(:first-child) {
  margin-left: -13px;
}

.prgress_content .slider-btn a {
  width: 100%;
}

.progress-cont {
  max-width: 460px;
  margin-left: auto;
  border: 18px solid #ffffff40;
  border-radius: 19px;
  box-shadow: inset 0 0 0 10px #567e70;
}

.prgress_content {
  background: #fff;
  border-radius: 19px;
  padding: 38px 28px;
}

.prgress_content .slider-container {
  /* width: 300px; */
  margin: 0 auto;
  margin-bottom: 32px;
}

.prgress_content .slider-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--green);
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: none;
  position: absolute;
  top: -10px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--green);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--green);
  cursor: pointer;
}

.prgress_content .slider-container .value,
.prgress_content .slider-container p {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  color: #212529;
}

.prgress_content .slider-container p {
  margin-bottom: 32px;
  font-weight: 500;
}

.prgress_content .slider_para * {
  color: #000000;
  font-weight: 500;
  text-align: center;
}

.prgress_content .slider_para {
  margin-top: 38px;
}

.prgress_content .estimated-val {
  margin-top: 20px;
}

.prgress_content .estimated-val p {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prgress_content .estimated-val p span {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #828282;
}

/* access_sec */

.access_sec .access_content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.access_sec .access_content .access_para .para_cont {
  margin-top: 16px;
  margin-bottom: 64px;
}

.access_btn a {
  max-width: 343px;
  width: 100%;
}

/* work_sec */

.work_sec .work_hd {
  text-align: center;
  margin-bottom: 64px;
}

.work_sec .work_hd .work_para {
  margin-top: 10px;
}

.work_sec .card_cntainer {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 64px;
}

.work_content .card_cntainer .cards {
  max-width: 370px;
  text-align: center;
  padding: 32px;
  background: #f7fffa;
  border: 1px solid #b6e4c7;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 16px -4px #10182814;
  /* opacity: 0;
  transform: translateY(100px); */
}

.work_content .card_cntainer .cards .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card_btn {
  margin-top: 64px;
  text-align: center;
}

/* cash-xpress  */
.cash-xpress * {
  color: var(--white);
}

.cash-features {
  max-width: 364px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}

.cash-features .cash-dv .csh-hd p {
  font-weight: 600;
}

.cash_txt {
  max-width: 360px;
  margin: auto;
}

.cash-xpress {
  position: relative;
}

    .csh_btn {
    justify-content: end;
    display: flex;
    margin-top: 10px;
    }

/* feature_sec */

.feature_content .features-dv .feature_hd-sm p {
  color: var(--drk-grey);
  font-weight: 600;
  margin-bottom: 5px;
}

.feature_content .features-dv .feature_txt p span {
  color: var(--green);
  font-weight: 600;
}

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

.feature_content .features_cont .row {
  row-gap: 88px;
}

.feature_content .features-dv {
  max-width: 384px;
}

/* review sec */
.review_box {
  padding: 24px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
}

.review_box p {
  margin-bottom: 32px;
  margin-top: 16px;
  color: var(--drk-grey);
}

.about_author {
  display: flex;
  align-items: center;
  gap: 24px;
}

.author_name h6 {
  color: var(--drk-grey);
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
}

.author_name {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* review_slider */
/* .slide_main_inner .wrapper{
  } */

.slide_main_inner .slick-initialized .slick-slide {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
}

.slide_main_inner .slick-next,
.slick-prev {
  z-index: 5;
}

.slide_main_inner .slick-next {
  right: 15px;
}

.slide_main_inner .slick-prev {
  left: 15px;
}

.slide_main_inner .slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slide_main_inner .slick-list.draggable {
  padding: 0px 13%;
}

.review_title.text-center {
  margin-bottom: 48px;
}

/* faq css */
.faq_custom {
  margin: auto;
}

/* .faq-item {
    border-bottom: 1px solid #ddd;
  } */

.faq-question {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: var(--drk-grey) !important;
}

.faq-item {
  border: 0px solid #2c363d14;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 16px;
  background: #fff;
}

.faq-answer {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.faq-item.active img {
  transform: rotate(180deg);
}

.faq-item.active .faq-question {
  color: #095c37;
}

.faq_title {
  margin-bottom: 64px;
}

.faq-item.active {
  background: #edfcf2 !important;
}

.faq_block {
  max-width: 810px;
  margin: auto;
}

.cards {
  flex: 1;
}

/* footer css */
footer.footer_wrapper {
  background: #052e1c;
  margin-top: 15px;
}

.footer_logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.btn_footer a {
  width: 100%;
}

.footer_menu ul li {
  list-style: none;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
}

.footer_menu ul li:first-child {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}

.footer_menu ul li a {
  color: #d0d5dd;
  font-weight: 400;
}

.footer_menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.foote_logo_menu {
  display: flex;
  gap: 40px;
}

.foote_logo_menu {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #ffffff7a;
}

.footer_below_content p,
span {
  color: #d0d5dd;
}

.footer_below_content span {
  font-weight: 600;
}

.footer_below_content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}

.bold_content_ftr p {
  color: #d0d5dd;
  font-weight: 600;
}

.bold_content_ftr {
  color: #d0d5dd;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.click_get_loan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
}

.click_get_loan p {
  color: #101828;
  font-weight: 500;
}

.author_name span {
  color: #475467;
}

/* loan type page css */
.about_who_eligible {
  margin-right: 35px;
}

.eligible_image {
  margin-left: 35px;
}

.eligible_image img {
  border-radius: 12px;
}

.mtop_16 {
  margin-top: 16px;
  margin-bottom: 30px;
}

.loanwork .about_who_eligible {
  margin-left: 35px;
}

.loanwork .eligible_image {
  margin-right: 35px;
}

.loanwork .faq-item {
  border-top: 1px solid #d0d5dd;
  border-radius: 0px;
  background-color: transparent;
}

.loanwork .faq-item:last-child {
  border-bottom: 1px solid #d0d5dd;
}

.loan_box {
  background: linear-gradient(135deg, #215a3e 50%, #10432c 50%);
  padding: 80px 20px;
  border-radius: 16px;
  text-align: center;
}

.three_line {
  font-size: 42px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
}

.three_line span {
  color: #95e0b9;
}

.three_line::after {
  position: absolute;
  background: url("../img/three_line.png");
  width: 45px;
  height: 50px;
  top: -26px;
  content: "";
  right: -33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.deatails_cont .size20 {
  color: #101828;
  font-weight: 500;
  margin-bottom: 8px;
}

.loan_block:hover .deatails_cont .size20 {
  font-weight: 600;
}

.loan_block:hover .loan_btn a {
  font-weight: 600;
}

.loan_btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #095c37;
  font-weight: 500;
  margin-top: 18px;
}

.deatails_cont {
  margin-top: 20px;
}

.title_loan_feature {
  margin-bottom: 48px;
}

.loan_type_block {
  display: flex;
  gap: 32px;
}

.loan_block {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.deatails_cont {
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.loan_btn {
  margin-top: auto;
}

.lets_block {
  background: #1e5340;
  color: #fff;
  border-radius: 16px;
}

.lets_block {
  background: #1e5340;
  color: #fff;
  border-radius: 16px;
  padding: 64px 20px;
}

.inner_block_lets {
  text-align: center;
  max-width: 768px;
  margin: auto;
}

.inner_block_lets h2 {
  margin-bottom: 20px;
  color: #fff;
}

.btn_letds {
  margin-top: 32px;
}

/*loans by  city_page */
.button_inne_cty a:first-child {
  background: #1d4a34;
  color: #fff !important;
}

.button_inne_cty a.cta:last-child:hover {
  color: #1d4a34 !important;
  border: 1px solid #1d4a34;
  background: #fff;
}

.button_inne_cty a:last-child:hover {
  /* color: #ffffff !important; */
  border: 1px solid #1d4a34;
}

/* rupali */

.inner-bnner {
  background-color: #1e4236;
}

.top-header.header-white {
  position: relative;
}

.top-header.header-white .nav-item .nav-link {
  color: #000;
}

.header-white .top-info {
  background-color: #f2f4f7;
}

/* short term loan css */
.cash-loan-inner h5 {
  text-align: center;
}

.cash-hlp-img {
  background-color: #1e5340;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 24px;
}

.cash-col {
  background-color: #f7fffa;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #b6e4c7;
  height: 100%;
  max-width: 280px;
  margin-inline: auto;
}

.work_content .card_cntainer.shrt-trm-wrk .cards {
  border: unset;
  /* border-radius: unset; */
  background-color: #f9fafb;
  box-shadow: unset;
  justify-content: start;
  gap: 0;
}

.card_cntainer.shrt-trm-wrk .card-hd h6 {
  margin: 10px 0;
  margin-top: 20px;
  font-weight: 500;
}

.card_cntainer.shrt-trm-wrk .step {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.us-hd {
  max-width: 944px;
  margin: auto;
}

.us-need-table {
  max-width: 800px;
  margin: 48px auto;
  box-shadow: 0px 12px 16px -4px #10182814;
}

.us-need-table thead {
  background-color: #1e5340;
  color: #fff;
}

.us-need-table table td,
.us-need-table table th {
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
  border: 0.8px solid #e4e7ec;
}

.us-need-table table {
  width: 100%;
}

.note {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.note span {
  color: inherit;
  font-weight: 700;
}

.qualify-list li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}

.qualify-list {
  background-color: #effaf3;
  padding: 24px;
}

.qualify-list li:not(:last-child) {
  padding-bottom: 18px;
}

.qualify-list li::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("../img/qualify-lst.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

.eli-quyalify p {
  margin-bottom: 35px;
  margin-top: 15px;
}

/* about page css */
.banner-max {
  text-align: center;
  max-width: 638px;
  margin: auto;
}

.field-wrap {
  display: flex;
  flex-direction: column;
}

.para-cont p {
  font-size: 24px;
}

.card-content h6 {
  font-size: 24px;
  margin: 17px 0;
  margin-bottom: 9px;
}

.csh_btn {
  margin-top: 10px;
}

.csh-hd {
  margin-bottom: 7px;
}

.prgress_content .slider-container .value,
.prgress_content .slider-container p {
  color: #000;
}

.mob-text,
.foot-mob-cntnt {
  display: none;
}

.work_sec {
  overflow: hidden;
}

.foot-mob-cntnt p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 32px;
}

.card_cntainer {
  display: flex;
  gap: 20px;
}

.footer_menu li a {
  position: relative;
}

.footer_menu li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60%;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in;
  transform-origin: left;
}

.footer_menu li a:hover::after {
  transform: scaleX(1);
}

.top-header.header-white .nav-item .nav-link::before {
  background-color: #052e1c;
}

/* Contact-page css */
.cntct-form {
  padding: 24px 32px;
  background: #fcfcfd;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  box-shadow: 0px 12px 16px -4px #10182814;
}

.cntct-form label {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #344054;
}

.cntct-form .form-control {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  padding-block: 8px;
}

.cntct-form textarea {
  resize: unset;
}

.cntct-form .form_cta button {
  max-width: 180px;
  width: 100%;
}

.cntnct-lft .contct_hd {
  max-width: 464px;
}

.cntnct-lft .contct_hd h6 {
  color: #475467;
}

.cntnct-lft .cntct-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.cntnct-lft .cntct-list li a span,
.cntnct-lft .cntct-list li span {
  display: inline-block;
  margin-right: 10px;
}

.cntnct-lft .cntct-list li {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.cntnct-lft .cntct-list li a {
  transition: all 0.3s ease-in;
}

.cntnct-lft .cntct-list li a:hover {
  text-decoration: underline;
  color: #1d4a34;
  -webkit-text-stroke: 0.2px;
}

/* remove arrows from input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.cta-drk-green:hover {
  color: #1e5340 !important;
  background-color: #fff;
  border-color: #1e5340;
}

.top-header.header-white .nav-item .nav-link:hover {
  color: #052e1c !important;
  -webkit-text-stroke: 0.2px;
}

.cntnct-lft .cntct-list li,
.cntnct-lft .cntct-list li a {
  display: flex;
  align-items: baseline;
}

/* blog_detail page */
.blog-detail .blog-bcrumb {
  padding-top: 24px;
}

.blog-detail .blog-bcrumb a {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1e5340;
}

.blog-detail .blog-bcrumb a .breadcrumb-item.active {
  font-weight: 500;
  color: #344054;
}

.blog-dsply {
  padding: 32px;
  background: #effaf3;
  border-radius: 16px;
  max-width: 1240px;
  margin: auto;
}

.blog-dsply > .row {
  align-items: flex-end;
}

.blog-dsply .blo-detail-txt .blog-hd {
  margin-bottom: 16px;
}

.blog-dsply .blo-detail-txt .blog-hd p {
  color: #667085;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-dsply .blo-detail-txt .blog_title {
  max-width: 474px;
}

.blog-dsply .blo-detail-txt .blog_title h5 {
  color: #344054;
  font-weight: 600;
}

.blogger_detail {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.blogger_detail .blogger-name h6 {
  color: #1e5340;
  font-weight: 500;
  margin: 0;
}

.published_on p {
  color: #667085;
  font-weight: 500;
}

.txt-detail {
  max-width: 900px;
  margin: auto;
  /* border-top: 1px solid #E4E7EC; */
}

.text-cont {
  padding-top: 0px !important;
}

.hd_div {
  margin-bottom: 48px;
}

.sub_dv:not(:last-child) {
  margin-bottom: 24px;
}

.sub_dv h6 {
  font-weight: 500;
  color: #101828;
}

.blog-detail .blog-bcrumb a:hover {
  text-decoration: underline;
}

.blog-main-txt {
  margin-top: 48px;
}

.blo-detail-img {
  border-radius: 16px;
  overflow: hidden;
}

.blo-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_dv ul li {
  list-style-type: disc;
}

.sub_dv ul {
  margin-top: 16px;
}

.sub_dv ul li::marker {
  font-size: 30px;
}

/* .author_bio.mob-text {
  display: block;
} */

.author_detail {
  margin-bottom: 16px;
}

.author_detail .blogger_detail {
  align-items: center;
  margin-bottom: 16px;
}

.author_detail .blogger_detail h6 {
  color: #475467;
}

.author_detail .blogger_detail p {
  color: #98a2b3;
  font-size: 14px;
}

.author_hd {
  margin-bottom: 16px;
}

.author_hd p {
  font-size: 16px;
  color: #2a8f5b;
  font-weight: 500;
}

.author_bio {
  margin-top: 48px;
}

.top-header.cntred-txt .navbar-nav {
  margin-inline: auto;
}

/* loan-type */
.who_eligible_sect.loanwork .row,
.who_eligible_sect .row {
  align-items: center;
}

.who_eligible_sect.loanwork {
  background: #f9fafb;
}

/* (13/9) */
.same-blog_sec.blog-sec {
  margin-top: 0px !important;
}

.blog-container .load-btn {
  margin-top: 32px;
  text-align: center;
}

/* .loan_block {
  opacity: 0;
  transform: translateY(100px);
} */

.ctities_sect .titlee_cities h2 {
  text-align: center;
  text-transform: capitalize;
}

.ctities_sect .titlee_cities {
  margin-bottom: 64px;
}

.sec.desktop-cntnt {
  display: block;
}

.sec.mob-text {
  display: none;
}

/* (16/9) */
.button_inne_cty {
  display: flex;
  gap: 16px;
}
.loantype_faq .faq-item.active {
  background: transparent !important;
}
.faq_block .accordion-button::after {
  background-image: url("https://sagmeticinfotech.com/html/2025/cle-seo/img/plus.png");
  background-size: contain;
}
.faq_block .accordion-button {
  background-color: transparent !important;
  box-shadow: unset !important;
}
.faq_block .accordion-item {
  border: unset;
}
.faq_block .accordion-button {
  padding: 28px 32px;
}
.faq_block .accordion-body {
  padding: 28px;
  padding-top: 0;
}
.faq_block .accordion-button:not(.collapsed) {
  padding-bottom: 0px;
}
.faq_block .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #edfcf2;
  margin-bottom: 5px;
  border-radius: 10px !important;
}
.faq_block .accordion-button:not(.collapsed)::after {
  background-image: url("https://sagmeticinfotech.com/html/2025/cle-seo/img/minus.png");
}

.get-loan-wrp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.click_get_loan {
  position: relative;
}

.get-loan-dropdwn {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.get-loan-dropdwn {
  display: none;
}

.drop-dwn-list {
  padding: 0;
  background-color: #14402c;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.drop-dwn-list li a {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.drop-dwn-list li:last-child a {
  margin: 0;
}
.btn_clr span {
    color: #fff !important;
}
.bx_shdow {
    box-shadow: 0px 12px 16px -4px #10182814;
}
.cash-xpress::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 520px;
    height: 300px;
    background: url("https://sagmeticinfotech.com/wp/2025/missapa_farms/wp-content/uploads/2025/09/bg-grup.png") no-repeat center;
    background-size: cover;
}
.cash-xpress::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 190px;
    height: 99px;
    background: url("https://sagmeticinfotech.com/wp/2025/missapa_farms/wp-content/uploads/2025/09/circle.png") no-repeat center;
    background-size: contain;
}
.icon-plus {
    cursor: pointer;
}
.breakdance .bde-post-list-730-101 .bde-posts-navigation-numbers-prev-next ul{
	margin-bottom: 0px;
}