body {
  font-family: 'League Spartan', sans-serif;
  color: #000;
  font-weight: 500;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #142E43;
  font-family: 'League Spartan', sans-serif;
  font-weight: 600;
}

.errors{color:#ff7171; }

.text_clr_2 {
  color: #000;
}

.text_clr_3 {
  color: #142E43;
}

.text_clr_4 {
  color: #224D6F;
}

.lh_18 {
  line-height: 18px;
}

.lh_20 {
  line-height: 20px;
}

.lh_40 {
  line-height: 40px;
}

.lh_44 {
  line-height: 44px;
}

.lh_55 {
  line-height: 50px;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.font_24 {
  font-size: 24px;
}

.font_40 {
  font-size: 40px;
}

.font_44 {
  font-size: 44px;
}

.font_50 {
  font-size: 50px;
}


.bg_1 {
  background: linear-gradient(185deg, #f9fff7, #f4faff);
}


::-moz-selection {
  color: #fff;
  background: #224D6F;
}

::selection {
  color: #fff;
  background: #224D6F;
}

.btn {
  border-radius: 24px;
  border: none;
  background: #33a214;
  /* Elevation/Drop Shadow/Lvl - 5 */
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.16);
  line-height: 18px;
  color: #fff;
  min-height: 44px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 25px;
}

.btn:hover {
  color: #fff;
  background: #2a347a;
}

.btn:hover img {
  filter: brightness(0) invert(1);
}

.btn_1 {
  background: none;
  border: #224D6F 1px solid;
  color: #224D6F;
}

.btn_1:hover {
  background: #33a214;
  color: #fff;
}

.mn_w_145 {
  min-width: 145px;
}

.min_w_180 {
  min-width: 180px;
}

.min_w_200 {
  min-width: 200px;
}


/*========================================= Start navigation ====================================*/
.header {
  padding: 30px 0px;
  z-index: 9999 !important;
}


.navbar-light {
  background: none !important;
}

.navbar-nav>li {
  position: relative;
  padding: 0px 20px;
}

.navbar-nav>li:first-child {
  padding-left: 0px;
}

.navbar-nav>li:last-child {
  padding-right: 0px;
}

.navbar-nav>li>a {
  color: #000 !important;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  /* padding: 0px 0px 0px !important; */
  padding: 0px 0px 2px !important;
  text-decoration: none;
  position: relative;
}

.navbar-nav>li>a.active,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li:hover>a {
  color: #33a214 !important;
}
.slide_caption a.btn.btn_white {
    background: #33a214;
    color: #fff;
}
.navbar-nav>li>.dropdown-toggle:after {
  position: relative;
  bottom: -5px;
  left: 5px;
}

.navbar-nav>li>.dropdown-menu {
  border: none;
  background: #fff;
  border-radius: 0px;
  padding: 8px;

}

.navbar-nav>li>.dropdown-menu li a {
  color: #142E43;
  font-size: 16px;
  font-weight: 500;
  outline: none !important;
  background: none !important;
}

.navbar-nav>li>.dropdown-menu li a:hover,
.navbar-nav>li>.dropdown-menu li a:focus {
  color: #fff !important;
  background: none !important;
}

.top_right ul li {
  margin-left: 20px;
}

.top_right ul li .btn {
  min-height: 40px;
  font-size: 16px;
}

.top_right ul li:nth-child(1) .btn {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  align-items: center;
  display:none;
}

.top_right ul li:nth-child(1) .btn:hover {
  background: #fff;
  color: #33a214;
}

.top_right ul li:nth-child(2) .btn {
    color: #ffffff;
    background: #33a214;
    border: 1px solid #33a214;
    box-shadow: none;
    align-items: center;
}

.top_right ul li:nth-child(2) .btn:hover {
  background: none;
  color: #000;
}


/*========================================= End navigation ====================================*/

.home_slider {
  padding: 180px 0px 150px;
  background: linear-gradient(185deg, #f9fff7, #f4faff);
  background-size: cover;
}

.home_slider .carousel-indicators {
  bottom: 52px;
}

.home_slider .carousel-indicators button {
  border: none !important;
  opacity: 1;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50px;
  background: #DBDCE1;
}

.home_slider .carousel-indicators button.active {
  background: #224D6F;
}
.home_slider .carousel-control-prev svg path, .home_slider .carousel-control-next svg path {
    stroke: #fff;
}
.home_slider .carousel-control-prev,
.home_slider .carousel-control-next {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #33a214;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  bottom: inherit;
  top: 50%;
  margin-top: -22px;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home_slider .carousel-control-prev {
  left: 2%;
}

.home_slider .carousel-control-next {
  right: 2%;
}

.home_slider .carousel-control-prev:hover,
.home_slider .carousel-control-next:hover {
  background: #224D6F;
}

.home_slider .carousel-control-prev:hover svg path,
.home_slider .carousel-control-next:hover svg path {
  stroke: #fff;
}

.slide_caption h2 {
  font-size: 60px;
  line-height: 60px;
  color: #000;
}
.slide_caption p {
    color: #000 !important;
}
.btn_white {
  border-radius: 34px;
  color: #224D6F;
  border-color: #fff;
  font-weight: 500;
  background: #fff;
  /* Elevation/Drop Shadow/Lvl - 6 */
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.16);
}

.btn_white:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}

.btn_01 {
  border: 1px solid #33a214;
  color: #33a214;
  background: none;
  box-shadow: none;
}


.btn_01:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn_01:hover img {
  filter: inherit;
}

.benefits_col {
  border-radius: 30px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.benefits_col .ic_b {
  border-radius: 10px;
  border: 3px solid #2a347a;
  width: 74px;
  height: 74px;
}

.benefits_col .ic_b .ic_b_inner {
  border-radius: 10px;
  border: 2px solid #fff;
  background: #224D6F;
}

.benefits_col .ic_b .ic_b_inner img {
  height: 44px;
}

.benefits_col:hover {
  background: #33a214;
  color: #fff;
  border: 1px solid #33a214;
}

.benefits_col:hover .ic_b .ic_b_inner {
  background: #33a214;
}

.benefits_col:hover .ic_b {
  border: 3px solid #33a214;
}

.benefits_col:hover h4 {
  color: #fff;
}


.one_app_s .nav-tabs .nav-link {
  color: #4A4E69;
  font-size: 16px;
  border: none;
  border-radius: 100px;
  background: #E9EDF1;
  padding-left: 20px;
  padding-right: 20px;
}

.one_app_s .nav-tabs .nav-link.active,
.one_app_s .nav-tabs .nav-link:hover {
  background: #224D6F;
  color: #fff;
}

.wp_bdy ul li {
  width: 280px;
  margin: 50px 0px;
}

.wp_bdy ul li .bx {
  border-radius: 30px;
  background: linear-gradient(96deg, #224D6F 7.7%, #00769F 89.99%);
  /* Elevation/Drop Shadow/Lvl - 10 */
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  min-height: 84px;
  padding: 10px 30px;
}

.wp_bdy ul li .bx .number span {
  width: 32px;
  height: 32px;
  border: #fff 3px solid;
}

.iphone_pic {
  width: 500px;
  left: 50%;
  top: 0px;
  margin-left: -250px;
}

.b_n_a_cl {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  padding: 15px 14px;
  color: #2C2F3F;
  text-decoration: none;
}

.b_n_a_cl .ic {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  border: 3px solid #2a347a;
  background: #2a347a;
  position: relative;
}

.b_n_a_cl .ic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  border: #fff 3px solid;
}
.b_n_a_cl .ic img {
    filter: brightness(0) invert(1);
}
.b_n_a_cl:hover {
    border: 1px solid #2a347a;
    background: #2a347a;
    color: #fff;
}
.b_n_a_cl:hover .ic {
  background: #fff;
  border: 3px solid #2a347a;
}
.b_n_a_cl:hover .ic img {
    filter: unset;
}

.join_bx {
  border-radius: 30px;
  padding: 60px;
  background: #E5F9F1;
}

.j_btn_bx {
  width: 378px;
}

.bx_mfs {
  border-radius: 24px;
  background: #2a347a;

  /* Elevation/Drop Shadow/Lvl - 10 */
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
}

.our_p_wrappar {
  border-radius: 30px;
  background: #fff;
  padding: 50px;
}

.owl-carouselb img {
  width: auto !important;
  display: inline-block !important;
}

.owl-carouselb .owl-nav,
.owl-carouselb .owl-dots {
  display: none !important;
}

.join_now_form {
  border-radius: 20px;
  padding: 50px;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #7A94A9;
  background: #fff;
  height: 44px;
  color: #142E43;
}

.form-control::-moz-placeholder {
  color: #7A94A9;
  opacity: 1;
}

.form-control::placeholder {
  color: #7A94A9;
  opacity: 1;
}

.h_60 {
  height: 60px;
}

.select_bx {
  background: #fff url(../images/chevron-down.png) no-repeat right center;
  padding-right: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.footer {
  border-radius: 0px;
  margin-bottom: 0px !important;
  max-width: 1400px;
  background: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.footer h5 {
  padding-bottom: 8px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #33a214;
  text-decoration: none;
}


.footer_menu ul li {
  margin-bottom: 15px;
}

.footer_menu ul li a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

.footer_menu ul li a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  top: -1px;
  font-family: 'FontAwesome';
}

.contact_detail_f ul li {
  margin-bottom: 20px;
}

.contact_detail_f ul li a {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.contact_detail_f ul li a h5 {
  font-size: 16px;
  padding-bottom: 6px;
}

.contact_detail_f ul li a i {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  background: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_inner_head {
  background: linear-gradient(185deg, #f9fff7, #f4faff);
  background-size: cover;
  min-height: 400px;
}
.title_inner_head h1.text-white {
    color: #000 !important;
}

.title_inner_head .breadcrumb_inner {
  bottom: -0px !important;
}

.title_inner_head .breadcrumb_inner ol li {
  color: #33a214;
}

.title_inner_head .breadcrumb_inner ol li a {
  color: #142E43;
  text-decoration: none;
}

.what_we_do .service img {
  height: 80px;
}


.work_section .content ul {
  border-left: 1px dashed #00769F;
  padding-left: 28px;
}

.work_section .content ul li {
  margin-bottom: 27px;
  position: relative;
}

.work_section .content ul li::before {
  content: "\f111";
  color: var(--e-global-color-secondary);
  display: inline-block;
  margin-left: -36px;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 3px;
}

.get_help .col i {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #2a347a;
  border-radius: 100%;
  margin-bottom: 30px;
  margin-top: -40px;
}

.get_help .col i img {
  filter: brightness(0) invert(1);
  height: 35px;
}

.h_100 {
  height: 100px;
}

.media_cl .date_m a {
  color: #A0A0A0;
  font-size: 16px;
}

.pagination_media ul li {
  margin: 4px 4px;
}

.pagination_media ul li .page-link {
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50px !important;
  border: none;
  background: #eee;
  cursor: pointer;
}

.pagination_media ul li.active .page-link,
.pagination_media ul li .page-link:hover {
  background: linear-gradient(91deg, #224D6F 3.75%, #33a214 99.98%);
  color: #fff;
}

.ul_1 li{ padding-bottom: 15px; position: relative; padding-left: 30px;} 
.ul_1 li:before{ content:"\f00c"; position: absolute; left:0px; top:0px; font-family:'FontAwesome';}

.b_n_a_cl_2 {
    padding: 35px 25px;
    border-bottom: #224d6f 4px solid;
    color: #2C2F3F;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
}

.b_n_a_cl_2 .ic {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  border: 3px solid #224d6f;
  background: #e9f3fa;
  position: relative;
}

.b_n_a_cl_2 .ic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  border: #fff 3px solid;
}

.b_n_a_cl_2 .ic img{ height: 44px;}

.b_n_a_cl_2:hover {
 
  background: #33a214;
  color: #fff;
}

.b_n_a_cl_2:hover .ic {
  background: #fff;
  border: 3px solid #fff;
}

.b_n_a_cl_2:hover h5{ color: #fff;} 

.cs_bx figure img{ height: 80px; display: inline-block !important;} 
.cs_bx:after{ content: ""; position: absolute; width: 1px; background:#33a214 ; top: 20%; bottom: 0px; right: -5px;}

.owl-carouselc .owl-nav{ display: none !important;} 
.owl-carouselc .owl-dots{ margin-top: 50px;} 
.owl-carouselc .owl-dots .owl-dot span{ background: #33a214 !important; opacity: .3;} 
.owl-carouselc .owl-dots .owl-dot.active span{ opacity: 1;} 

.faq_section .accordion .accordion-item{ margin-bottom:15px; border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important; border-radius:30px !important;} 
.faq_section .accordion-button:after{ background-color:#33a214; width:30px; height:30px; border-radius:30px; background-position:center;} 
.faq_section .accordion-button:not(.collapsed){ background:#33a214; color:#fff;}  
.faq_section .accordion-button:not(.collapsed):after{ background-color:#fff;}
.faq_section .accordion-button{ font-weight:600; font-size:18px; padding: 15px 35px; box-shadow:none !important; border-radius:50px !important; color: #142E43;}  
.faq_section .accordion-body{ padding-left: 35px; padding-right: 35px; color: #000;font-weight: 300;}
.google_play_btn{display:none;}

.financial_row_colm {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}

.benefits_col_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}