fs-25.container-fluid {
    max-width: 1600px;
}

.bg-lightgray {
    background-color: #F8F8F8;
}

.bg-green {
    background-color: #89BA2B;
}

.bg-darkgreen {
    background-color: #45A735;
}

.bg-yellow {
    background-color: #FFE04B;
}

.bg-off-green{
  background-color:#39b54a;
}
.bg-dargyellow {
    background-color: #FFD300;
}

.bg-blue {
    background-color: #1CA5B6;
}

.bg-dark-green {
    background-color: #1C9A8A;
}

.bg-lightgreen {
    background-color: #DADF5B;
}

.bg-shadowgreen {
    background-color: #CAD215;
}

.bg-gray {
    background-color: #5B5C5E;
}

.bg-graydark {
    background-color: #E8E8E8;
}

.bg-darkgray {
    background-color: #444;
}
.text-blue {
    color: #1C9A8A;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #5B5C5E;
}

.text-dardgray {
    color: #333;
}

.text-lightgray {
    color: #959595;
}

.text-green {
    color: #45A735;
}

.text-yellow {
    color: #FFD300;
}

.overflow-hidden {
    overflow: hidden;
}

a[href],
.cursor-pointer {
    cursor: pointer;
}

.form-control:focus {
    border: 1px solid rgba(137, 186, 43, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(137, 186, 43, 0.2);
}

.line-height-18 {
    line-height: 18px;
}

iframe {
    width: 100%;
}

#navbarPageContent ul > li > a.loan-btn {
    border-radius: 20px;
    color: #fff;
}

#navbarPageContent ul > li > a.pay-btn {
    border-radius: 20px;
    color: #fff;
}

.bg-image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.single-stories .bg-image-cover {
    background-position: top;
}
.opening_banners.bg-image-cover {
    background-position: center;
}
.page-template-template-contact .banner-with-image,.page-template-template-faq .banner-with-image {
    background-position: 100% 70%;
}
.page-template-template-social_impact .banner-with-image {
    background-position: center;
}
.aboutsubbanners.bg-image-cover {
    background-position: center;
}
.bg-position-left {
    background-position: left;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-25 {
    border-radius: 25px;
}

.border-radius-circle {
    border-radius: 50%;
}

input, button {
    height: 40px;
    line-height: 0;
}

label,
button {
    margin: 0;
    border: 0;
}

a.button {
    min-width: 160px;
    text-align: center;
}

p,
.paragraph {
    margin: 0;
    padding: 0 0 20px 0;
}

.iframe {
    height: 350px;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.columns-2-auto {
    columns: auto 2;
}

.form-group {
    margin-bottom: 10px;
}

.section {
    padding: 30px 0;
    position: relative;
}

.align-center {
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots li button:before {
    color: transparent !important;
    border: 1px solid black;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0 !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    background-color: black;
}

.header-top ul li a {
    padding: 5px 10px;
    line-height: 18px;
    font-size: 14px;
    display: block;
}

.site-branding {
    width: 150px;
}

.logo {
    width: 220px;
}

.f-italic {
    font-style: italic;
}

#navbarPageContent ul > li > a {
    padding: 13px 30px;
    display: table;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

#navbarPageContent ul > li.current-menu-item > a:before,#navbarPageContent ul > li.current-menu-parent > a:before {
    content: "";
    width: 29px;
    height: 4px;
    background: #89BA2B;
    position: absolute;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;

}

#navbarPageContent ul.sub-menu > li.current-menu-item > a:before{
 display:none
}
#navbarPageContent ul.sub-menu > li.current-menu-item > a{
    font-weight:bold;
}
.home-banner-image .slider-image {
    height: 400px;
}

.home-banner-image .slick-dots {
    /*bottom: 0px;*/
    bottom: 1px;
    z-index: 9;
}


.list-items-check > li,
.list-items-alpha > li,
.list-items-dot > li {
    position: relative;
    padding: 0px 0 0px 25px;
}

.list-items-check > li::before,
.list-items-dot > li::before {
    position: absolute;
    left: 0px;

}

.list-items-check > li::before {
    content: "✓";
    color: #fff;
}

.list-items-dot > li::before {
    content: "•";
    color: #3A3A3A;
}

.list-items-alpha,
.list-items-number {
    padding: 0 20px;
}

.list-items-number > li {
    list-style-type: decimal;
    padding: 0 0 5px 7px;
}

.list-items-alpha > li {
    list-style-type: lower-alpha;
    padding: 0 0 5px 7px;
}


.slider-content {
    top: 0;

}
.slider-content {
    top: 0;
    height: 60%;
}

.product-block .prod-image {
    width: 100px;
}

.prod-info a {
    line-height: 16px;
    display: table;
    margin: 0 auto;
}
.section.bg-green.homepage_produt_blocks{
    padding: 30px 0 10px;
}
.bg-shadow-green:before,
.slider-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    top: 0;
    opacity: 0.2;
    right: 10%;
}

.bg-shadow-yellow:before,
.bg-image-white-shadow:before {
    content: "";
    position: absolute;
    background-image: url('../images/neoimg-yellow.png');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

.bg-shadow-green:before,
.bg-shadow-yellow:before {
    left: 0;
    background-position: right;
}

.card-view-block .card-image {
    background: #89BA2B;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 17px;
}
.product_content_Sections .card-view-block .text-black{
 height:65px;

}
.client-testimonial .client-image {
    width: 220px;
    margin: 0 auto;
}
.client-testimonial .client-image img{
    border-radius:50%;
}
.blog-image {
    height: 250px;
}
.homepage_blogs.blog-image {
    height: 200px;
}
.box-shadow {
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
}

.box-shadow-2 {
    box-shadow: 0 1px 20px rgba(0,0,0,.2);
}

.border-shadow {
    box-shadow: 0 0 0 2px #dcd9d9a8;
}

.blog-post {
    display: inline-block;
}

.border-bottom-style-after:after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    margin: 7px 0 10px 0 !important;
    width: 20%;
}

.quicklink-block li {
    padding: 5px 0;
}

.center .slider-item {
    margin: 0 15px;
}

.shadowbox {
    top: 0;
    bottom: 0;
    background: linear-gradient(228.06deg, rgba(0, 0, 0, 0.44) 13.81%, rgba(0, 0, 0, 0.19) 81.34%);
    width: 100%;
}

.videoplayer-button span.play-btn {
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    display: none;
}

.slick-active.slick-center .videoplayer-button span.play-btn {
    display: block;
}

.w-50px {
    width: 50px;
}

.center .slider-item {
    max-width: 800px !important;
}

.banner-with-image {
    height: 350px;
}
.banner-with-news{
  height:250px;
}

.background-image {
    height: 400px;
}
.background-imageabouts{
  background-position: left;
}

.banner-with-image.bg-image-cover.position-relative>div, .bg-block > div {
    z-index: 1;
    position: relative;
}

.page-breadcrumbs {
    position: absolute;
    bottom: 25px;
}

.banner-with-image h1 {
    font-weight: bold;
}


.w-80px {
    width: 80px;
}
.w-100px{
    width: 100px;
}
.product-nav li {
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
}

.product-nav li.active {
    color: #000;
    font-size: 28px;
}

.product-nav li.active:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #000;
    margin: auto;
    top: 0;
    bottom: 0;
    margin-left: 20px;
}

.product-block .row {
    padding: 20px 0;
}


/* breadcrumbs */
.readmore:after,
.breadcrumbs-menu li:after {
    content:"\e906";
    font-family: 'icomoon' !important;
    padding: 0 7px;
    font-size: 12px;
}

.breadcrumbs-menu > li:last-of-type:after {
    content: "";
}

.stories-list a {
    font-size: 11px;
    right: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.banner-with-image.bg-image-cover.position-relative:after, .bg-block:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

.bg-block:after {
    background: rgba(0, 0, 0, 0.8);
}

.banner-with-image.bg-image-cover.position-relative::after {
    background: rgba(0, 0, 0, 0.1);
}

.h-170 {
    height: 170px;
}

.h-260 {
    height: 260px;
}

.h-400 {
    height: 400px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.post-tag li {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom:10px;
}

.post-tag li:last-child {
    margin-right: 0;
}

.post-info .readmore:after {
    /*content: "\f054";*/
    padding-left: 8px;
    padding-top: 2px;
    display: table-cell;
    vertical-align: middle;
}

.post-highlight .highlight-image span {
    padding: 2px 0;
}

.highlights .post-highlight:nth-of-type(n+2) {
    border-top: 2px dotted #b5a9a9;
}

.border-after-100:after {
    content: '';
    display: block;
    border-bottom: 2px solid;
    margin: 7px 0 10px 0 !important;
    width: 100%;
}

.mh-500 {
    min-height: 310px;
}

.member-photo {
    width: 285px;
    height: 285px;
}
.simpleborder {
    width: 6%;
    border-bottom: 2px solid #000;
    padding-top: 15px;
}
.object-cover {
    object-fit: cover;
}

.offering-details .btn-link{
	color: #000;
}
.offering-details .btn-link:hover,.offering-details .btn-link:focus{
	text-decoration: none;
}
.offering-details .card-header,.offering-details .card-body{
	width:100%;
}
.social_imapactsolution li a{
    text-align: center;
    border: 1px solid;
}

.offering-details .card-body{
	padding: 0.8rem 2.5rem;
}
.offering-details .card-body p{
	padding: 0;
}
.offering-details .card-header{
	position: relative;
}
.offering-details .card-header i{
	position:absolute;
	right:2%;
}

.social-slider .slick-arrow,.home_productslider .slick-arrow ,.media_slider .slick-arrow,.client_sliders .slick-arrow{
    width: 50px;
    height: 50px;
    z-index: 999;
}

.social-slider .slick-arrow:before,.home_productslider .slick-arrow:before,.media_slider .slick-arrow:before,.client_sliders .slick-arrow:before{
    width: 50px;
    height: 50px;
    position: absolute;
/*     content: " "; */
    background-size: cover;
    opacity: 1;
    top: 0;
}
.home_productslider .slick-arrow:before,.media_slider .slick-arrow:before,.client_sliders .slick-arrow:before{
    /*background-color:#fff;*/

    color: #89BA2B;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
/*     font-family: fontawesome; */
}

.home_productslider  .slick-prev,.media_slider .slick-prev,.client_sliders .slick-prev{
    left: -54px;
}
.home_productslider  .slick-next,.media_slider  .slick-next,.client_sliders .slick-next {
    right: -53px;
}
.social-slider .slick-prev:before {
    background-image: url('../images/mdi-light_arrow-left.png');
    left: 0;
}
.social-slider .slick-next:before {
    background-image: url('../images/mdi-light_arrow-right.png');
    right: 0;
}
.home_productslider .slick-prev:before,.media_slider .slick-prev:before,.client_sliders .slick-prev:before{
    content:"\e901";
    left: 0;
    font-family: 'icomoon' !important;
}
.home_productslider .slick-next:before,.media_slider .slick-next:before,.client_sliders .slick-next:before{
    content:"\e906";
    right: 0;
    font-family: 'icomoon' !important;
}
.social-slider .play-btn:before {
    content: '\f167';
    color: #dedbdb;
    font: normal normal normal 48px/1 'FontAwesome';
}
.media_slider .slick-arrow:before{
    background-color: #89BA2B;
    color: #fff;
}
.social-slider .slick-dots {
    bottom: -45px;
}

.news-image:hover {
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
}

footer .quicklink-block a {
    opacity: 0.7;
}

.desktop-header {
    display: block;
}

.mobile-visible,
.mobile-header {
    display: none;
}


/* menu */
body.menu_active {
    position: fixed;
}

.mobile-menu {
    position: absolute;
    background-color: #89BA2B;
    width: 100%;
    padding: 20px 0  0;
    color: #fff;
    font-size: 18px;
    overflow-y: auto;
    left: 0;
    height: calc(100vh - 80px);
    top: 80px;
    z-index: 9999;
    overflow: auto;
    display: none;
    padding-bottom: 110px;
}

.mobile-header .header-block {
    height: 80px;
}

.mobile-header .header-image img {
    width: 180px;
    height: auto;
    vertical-align: middle;
}

/* .menu_active .icon-mobile-open i:before {
    content: "\f00d";
} */

#navbarMobileContent > ul > li .sub-menu {
    display: none;
}

#navbarMobileContent > ul > li a {
    padding: 7px 25px;
    position: relative;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

#navbarMobileContent .menu-icon {
    display: table;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto 0;
    font-size: 12px;
    line-height: 11px;
}

.social-slider .play-btn:before {
    content: '\f167';
    color: #dedbdb;
    font: normal normal normal 48px/1 'FontAwesome';
}
.gallery_views {
    text-align:center;
    font-size: 16px;
    position: relative;
    color:#fff;
    margin-top: 28px;
    margin-bottom: 30px;
}
.gallery_views .loadmore {
    padding: 10px 27px!important;
    cursor: pointer;
    border-radius: 30px;
    font-size: 18px;
}
.news_gallery {
    margin-top: 1em;
}
.blog-with-image {
    height: 250px;
}
.news_gallery   .paragraph {
    letter-spacing: 0.5px;
    padding-bottom: 0;
}
.social_icons a{
    border-radius: 50%;
    color: #000;
    font-size: 18px;
}
.contact_social a{
    display:block;
}
.contact_social a.facebooks {
    color: #3B5998;
}
.contact_social a.twitters {
    color: #1DA1F2;
}
hr {
    width:90%;
    margin:0 auto;
    margin-bottom:15px;
}
.contact_contents{
padding-left: 40px;
    margin: 10px 0 29px;
}
.entry-content {
    margin: 30px 0;
    line-height: 30px;
}
.search-results  .entry-content {
    margin: 0px 0;
    line-height: initial;
}
.contact_contents li{
  margin-bottom:15px;
}
.contact_contents li {
    margin-bottom: 10px;
    list-style-type: disc;
    color: red;
}
.contact_contents li span {
    color: #000;
}
.single svg.icon.icon-folder-open {
    display: none;
}
#navbarMobileContent > ul > li.menu-item-has-children .menu-icon:before {
    display: flex;
    text-align: center;
    background:#FFE04B;
    color: #fff;
    cursor: pointer;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
h2.screen-reader-text{
    width: 100%;
    display: flex;
    flex: 0 0 100%;
}
.page-numbers {
    display: flex!important;
    flex-wrap: wrap!important;
}
.page-numbers li {
    margin: 0 5px;
}
nav.navigation.pagination {
    flex: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.nav-links{
    width: 100%;
    display: flex;
    flex: 0 0 100%;
}
h2.entry-title {
    margin-bottom: 0px;
}
.search-result article {
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
    margin: 20px 0;
}
.footer_sectons {
    margin-bottom:50px;
}
#navbarMobileContent > ul > li.menu-item-has-children .sub-menu {
    position: relative;
    top: inherit;
    left: inherit;
    visibility: visible;
}
.mobile-header .sub-menu {
    padding: 10px 15px;
    font-size: 15px;
    background: #FFD300;
}
/************search page*******/
.search-form{
   margin-bottom:40px;
   margin-top:30px;
}
.search-field{
    border: none;
    background-color: #ddd;
}
.post_tags a{
  text-transform: capitalize;
}
.career_buttons {
    padding: 12px 27px!important;
    border-radius: 30px;
}
.tags_categorys {
    padding: 0;
    top: -4px;
}
.post-highlight .highlight-image span.tags_categorys{padding:0;}
#navbarPageContent ul > li > a.pay-btn{}

.news_blogs p{
  padding:0;
}
/************mobile responsive*********/
ul.mobile_menu_customer {
    padding: 13px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0 25px;
}
.mobile_socialicons a{
    background: #000;
    width: 30px;
    height: 31px;
    border-radius: 50%;
    color: #89BA2B;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.pay_loan li
{
    display:inline-block;
}
.pay_now_buttons.bg-white.text-center
{
    padding: 17px 0px;

}
.tag .page-header{
    display:none;
}
.tag_pages {
    display: inline-block;
}
[type=submit]{border:none;}
.footer_socila_icons{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0px;
    z-index: 999;
}
.tabbable strong{
  font-weight: 600;
}
.footer_socila_icons .social_sections{
    background-color: #fff;
    padding: 5px 5px;
    box-shadow: 0 0 3px 7px rgba(0,0,0,.15);
}
.footer_socila_icons li a{
    border-radius: 50%;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}
.footer_socila_icons li a.facebook,a.fab.fa-facebook-f.mr-3{
    color: #3B5998;
}
.footer_socila_icons li a.twitter,a.fab.fa-twitter{
    color: #1DA1F2;
}
.footer_socila_icons li a.linkein{
    color: #0077B5;
}
.footer_socila_icons li a.youtube{
    color: #c4302b;
}
.heade_socila_icons li a.facebook,a.fab.fa-facebook-f.mr-3{
    color: #3B5998; font-size: 20px !important;
}
.heade_socila_icons li a.twitter,a.fab.fa-twitter{
    color: #1DA1F2; font-size: 20px !important;
}
.heade_socila_icons li a.linkein{
    color: #0077B5; font-size: 20px !important;
}
.heade_socila_icons li a.youtube{
    color: #c4302b; font-size: 20px !important;
}

.heade_socila_icons span a.facebook,a.fab.fa-facebook-f.mr-3{
    color: #3B5998; font-size: 20px !important;
}
.heade_socila_icons span a.twitter,a.fab.fa-twitter{
    color: #1DA1F2; font-size: 20px !important;
}
.heade_socila_icons span a.linkein{
    color: #0077B5; font-size: 20px !important;
}
.heade_socila_icons span a.youtube{
    color: #c4302b; font-size: 20px !important;
}
.footer_socila_icons li{
    display:block;
    text-align: center;
}
.footer_custom_icons{
    position: absolute;
    left: 8px;
    top: 60%;
    transform: translateY(-50%);
    padding-right: 0px;
    z-index: 999;
}
.footer_custom_icons .customes_contacts{
    background-color: #fff;
    padding: 0px 5px;
    box-shadow: 0 0 3px 7px rgba(0,0,0,.15);
}
.footer_custom_icons   li a{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.footer_custom_icons li a span {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 2px;
    right: 25px;
    width: 150px;
    text-align: right;
}
.footer_custom_icons li a.our_presence:hover span{
  opacity: 1;
}
.call_us[title]:hover:after {
  content: 'Call Us';
  position: fixed;
  color: green;
  width: 75px;
}
.our_presence[title]:hover:after {
  content: 'Locations We Serve';
  position: absolute;
  color: green;
  width: 167px;
}
.calculator_dv[title]:hover:after {
  content: 'Loan Calculator';
  position: absolute;
  color: green;
  width: 140px;
}
.footer_custom_icons li a.call_us:hover span{
  opacity: 1;
}
.footer_custom_icons li a.calculator_dv:hover span{
  opacity: 1;
}

/* .customes_contacts:after {
    content: "";
    background: #000;
    width: 2px;
    height: 100px;
    display: block;
    text-align: center;
    margin-left: 8px;
} */
.footer_custom_icons li{
    display:block;
    displat:block;
    text-align: center;
}
/* .social_sections:before {
    content: "";
    background: #000;
    width: 2px;
    height: 100px;
    display: block;
    text-align: center;
    margin-left: 8px;
} */
footer.site-footer{
    position:relative;
}
footer.site-footer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

.div-padding-left{
    padding-left: 0px;
}

.fs-50 {
    font-size: 50px;
    line-height: 50px;
}
/*************homepage products************/
.product-block.section{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
}
.my-3.d-block {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 15px;
}
.business_loain {
    height: 450px;
    vertical-align: middle;
    display: table-cell;
}
input[type=radio]{
    height:15px;
}
.register_form_details label{
   font-weight:normal;
}
/*input[type="radio"]:checked,
input[type="radio"]:not(:checked),.register_details_forms input[type="checkbox"]:checked,.register_details_forms input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label,.register_details_forms input[type="checkbox"]:checked + label,.register_details_forms input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before,.register_details_forms input[type="checkbox"]:checked + label:before,
.register_details_forms input[type="checkbox"]:not(:checked) + label:before  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #5B5C5E;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after,.register_details_forms input[type="checkbox"]:checked + label:after,
.register_details_forms input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #89BA2B;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.register_details_forms input[type="checkbox"]:checked + label:before,
.register_details_forms input[type="checkbox"]:not(:checked) + label:before,.register_details_forms input[type="checkbox"]:checked + label:after,
.register_details_forms input[type="checkbox"]:not(:checked) + label:after{

    border-radius:initial;

}
input[type="radio"]:not(:checked) + label:after,.register_details_forms input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:after,.register_details_forms input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
input[type=checkbox].register-forms {
    position: relative;
      cursor: pointer;
    -webkit-appearance: none;
}
input[type=checkbox].register-forms:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    border: 2px solid #89BA2B;
    border-radius: 1px;
    background-color: #89BA2B;
}
input[type=checkbox].register-forms:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 10px;
}
.terms_blocks.accept_terms,.terms_blocks.contions_terms{
    position: absolute;
    cursor: pointer;
}
em#agree-error,em#terms-error {
    margin-top: 0px!important;
    display: block!important;
    font-size: 14px;
}

/* Hide the browser's default checkbox */
.terms_blocks {
    padding-left:35px;
    padding-top: 3px;
}
.terms_blocks.accept_terms{
    padding-top: 0px;
}
.terms_blocks input,.terms_checkbox input  {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #89BA2B;
  }

  /* On mouse-over, add a grey background color */
.terms_blocks:hover input ~ .checkmark,.terms_checkbox:hover input ~ .checkmark {
    background-color: #89BA2B;
  }

  /* When the checkbox is checked, add a blue background */
  .terms_blocks input:checked ~ .checkmark,.terms_checkbox input:checked ~ .checkmark {
    background-color: #89BA2B;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .terms_blocks input:checked ~ .checkmark:after, .terms_checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .terms_blocks .checkmark:after,.terms_checkbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  span.checkmark.radio_buttons {
    border-radius: 50%;
}
 .terms_checkbox .checkmark:after {
    top: 9px;
    width: auto;
    height: auto;
    border-width: 3px;
    border-radius: 50%;
    left: 10px;
}
.form-check {
    margin-bottom: 10px;
}
 /******form end****/
 button.bg-green.regsister.border-radius-25.text-right.px-3.py-2.fs-18.d-table.ml-auto.text-white {
    outline: initial;
    cursor: pointer;
}
.register_form_details .form-control{
    background-color:#f2f2f2;
}
.regis_details_form {
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}
.register-forms.empty {
    border: 1px solid red;
}
.section.product_content_Sections {
    padding-bottom: 0;
}
.register_details_forms {
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
}
.prod-info p {
    height: 90px;
    letter-spacing: 0.1px;
}
.section.bg-lightgray >.container{
    position: relative;
}
.section.bg-lightgray >.container:before {
    content: "";
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    display: block;
    opacity: 0.3;
    left:0;
}
.section.bg-lightgray.alignement_background >.container:before{
    background-size: 60%;
}
.section.bg-lightblue >.container{
    position: relative;
}
.section.bg-lightblue >.container:before {
    content: "";
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    display: block;
    opacity: 0.2;
    left:0;
    z-index:-1;
}
.page-template-template-neogrowth_news .section.bg-lightgray >.container:before,.section.loaning_calculatorpage.bg-lightblue >.container:before,.post-template-default .section.bg-lightblue >.container:before,.newspost-template-default .section.bg-lightblue >.container:before,.archive  .section.bg-lightblue >.container:before,  .section.bg-lightgray.mercental_pages >.container:before {
    background-size: contain;
}
.tems_condtions{
    position: relative;
    z-index:9;
}
.tems_condtions:before {
    content: "";
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    display: block;
    opacity: 0.5;
    left:0;
    z-index:-1;
}
.term_contions li{
     list-style-type: decimal;
     margin-bottom: 15px;
}
.list_type li{
    list-style-type: lower-alpha;
}
input#termsc{
    height:auto;
}
.terms_blocks{
    display:inline-block;
}
.social_impactsections{
    position: relative;
}
.social_impactsections:before {
    content: "";
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    display: block;
    left: 0;
    left:0;
}
.social_impactone:before{
/* opacity: 0.2; */
}
.social_impacttwo:before{
 /*   opacity: 0.2; */
}
.social_impactthree:before{
    /* background-image: url(../images/growth-yellow.png);
    opacity: 0.2; */
}
.social_impactsections .paragraph{
    vertical-align: middle;
    height: 200px;
    display: table-cell;
}
.social_impactpage{
    background-image: url(../images/impact.png);
}
.social_page_section{
background-size: 100% 100%;
background-position: right;
background-repeat: no-repeat;
height: 200px;
width: 100%;
}
.social_page_section .d-block {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
}
.social_page_section .paragraph.text-center.pb-0 {
    height: 84px;
}
.social_impactfour .paragraph.text-center.pb-0{
    width: 177px;
    margin: 0 auto;
    padding-left: 24px;

}
.social_impactones .paragraph.text-center.pb-0{
width: 140px;
margin: 0 auto;
}
.social_impactpage .paragraph.text-center.pb-0{
    padding-right: 21px;
}
.social_impac_tthree .paragraph.text-center.pb-0{
    width: 140px;
    margin: 0 auto;
}
.social_impactfour{
    background-image: url(../images/impact-four.png);
    background-position: left;
}
.social_impactones{
    background-image: url(../images/impact-two.png);
}
.social_impac_tthree{
    background-image: url(../images/impact-three.png);

}
.homepage_produt_blocks .container{
max-width: 1000px;
}
.map-addr{
    max-width: 193px;
}
.page_loading{
    display: none;
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: url('../images/G2.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size:7% 13%;
}
.scrollup {
    width: 30px;
    height: 35px;
    position: fixed;
    bottom: 15px;
    right: 25px;
    border-radius: 6px;
    display: none;
    background-color: #89BA2B;
    font-size: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}
.form_popups{
    background-color: rgba(0, 0, 0, 0.5);
}
.form_popups  .closes_buttons{
    position: absolute;
    top: -10px;
    right: -2px;
}
.modal-backdrop{
    background:none;
}
.model_paragraph{
line-height: 36px;
letter-spacing: 0.4px;
}
.form_popups .tems_condtions:before{
    background-size: contain;
    opacity:0.5;
}
.form_popups .tems_condtions{
    background:none;
    border:none;

}
/**********desktop header*******/
.desktop-header .sub-menu {
    background-color: rgb(137, 186, 43);
    padding: 15px 0px 0px;
    font-size: 15px;
    position: absolute;
    top: 67px;
    z-index: 9;
}
.desktop-header .menu-item-object-custom .sub-menu
{
    left: 0px;
    top: 0px;
    background: #FFD300;
}
#navbarPageContent > ul > li .sub-menu {
    display: none;
}
#navbarPageContent .menu-icon {
    display: table;
    position: absolute;
    top: 11px;
    right: 10px;
    margin: auto 0;
    font-size: 12px;
    line-height: 11px;

}
#navbarPageContent > ul > li.menu-item-has-children .menu-icon:before {
    display: flex;
    text-align: center;
    background: #FFE04B;
    color: #fff;
    cursor: pointer;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.tab_heading li a{
    border:2px solid;
    display:block;
    margin-bottom: 20px !important;
}
.tab_heading li a.active {
    border:2px solid #89BA2B;
}
.financial_states.social_imapactsolution li a{
    height: 80px;
    font-size: 14px;
}
.company_policies.social_imapactsolution li a{
    height: 60px;
    font-size: 14px;
}
p.fs-28.text-gray.font-italic {
    font-size: 20px;
}
/***************keystats page***********/
.keystats_pages{
    border-right: 7px solid #000;
}
.keystats_pages.key_stat_last{
    border-right: 0px solid #000;
}
.keystats_pages .f-large {
    font-size: 20px;
}
.keystats_pages h3{
    font-size:50px;
}
.home-banner-image .slider-image.slider_image_one{
    background-position:100% 0%;
}
#customeleadershipone,#customeleadershiptwo,.customeleadership {
    display: none;
}
p.open,.less_read {
    cursor: pointer;
}
.partner_states img {
    max-height: 115px;
    width: auto;
    margin: 0 auto;
}
.partner_states .news-image,.alience_states  .news-image{
        transition: all 0.4s ease-in-out;
        border:1px solid;
}
/*.partner_states .news-image:hover,.alience_states .news-image:hover  {
    border:1px solid transparent;
}*/
.alience_states img {
    /* max-height: 75px; */
    max-height: 55px;
    width: auto;
    margin: 0 auto;
}
.mobile_footers{
    display:none;
}
.about_bannersections {
    height: 480px;
    background-color: red;
    position: relative;
}
.about_bannersections:before {
    content: "";
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    display: block;
    z-index: 999999;
}
.form_group_two{
    display: none;
}
.corporate_ship_box img {
    max-height: 120px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.corporate_brochure .container{
  max-width: 800px;
}
.corporate_ship_box{
    height: 150px;
}
.alignleft,.alignright,.aligncenter,img.alignnone   {
    width:auto;
}

.h-80{
    height:70px;
}
.h-90{
    height:90px;
}
.blog_news{
    background-color: hsla(0, 0%, 100%, 0.22);
}
.blog_news .news_gallery .paragraph{
    height: 190px;
    overflow: hidden;
}
img.so-widget-image {
    width: auto;
}
.single .entry-content a{
    color:#89BA2B;
}
.modal-header{
    border:none
}
.model_paragraph .box-shadow {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.71);
}
.model_paragraph img{
    max-width: 100px;
}
.h-250{
    height:250px;
}
.blog-overview .bg-image-cover{
    background-position: center;
}
/*******Latest fontsize change********/
h4, .title-h4, .fs-24 {
    font-size: 18px;
}
h6, .fs-18{
    font-size: 16px;
}
h2, .title-h2, .fs-36{
    font-size:30px;
}

/****************form popu*****************/
.popup_models_sucess .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    max-width: 400px;
    margin: 0 auto;
    top: 50%;
    background-color: #fff;
    padding: 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.popup_models_sucess{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
}
.popup_models_sucess button.close {
    position: absolute;
    right: 20px;
    top: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none!Important;
  margin: 0;
}

#callback-form button[disabled="disabled"],
#crm-form button[disabled="disabled"] {
    background-color: rgba(137, 186, 43, 0.4);
    cursor: auto;
}

.fa-loancalutor:before {
    content: "";
    background-image: url(../images/management.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
}

.single-newspost strong {
 font-weight:600;
}


.menu-item-has-children.menu-item-object-custom>.sub-menu{
    left: 220px;
    width: 100%;
    top: 0px;
}
.catgory_title.border-bottom
{
    border-bottom: 3px solid #1C9A8A!important;
}
#navbarPageContent  ul li.menu-item-has-children.menu-item-object-custom .menu-icon,#navbarMobileContent  ul li.menu-item-has-children.menu-item-object-custom .menu-icon{
   display:none;
}
/* #navbarPageContent  ul li.menu-item-has-children.menu-item-object-custom .sub-menu-icon:before{
    content: "\f054";
} */
#navbarPageContent  ul li.menu-item-has-children.menu-item-object-custom .sub-menu-icon:before,#navbarMobileContent  ul li.menu-item-has-children.menu-item-object-custom .sub-menu-icon:before {
    display: flex;
    text-align: center;
    background: #FFE04B;
    color: #fff;
    cursor: pointer;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
#navbarPageContent  ul li.menu-item-has-children.menu-item-object-custom .sub-menu-icon:before {
    display: flex;
    text-align: center;
    background: #FFE04B;
    color: #fff;
    cursor: pointer;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    margin: auto;
    align-items: center;
    justify-content: center;
}


#navbarMobileContent  ul li.menu-item-has-children.menu-item-object-custom .sub-menu-icon:before {
    display: flex;
    text-align: center;
    background: #89BA2B;
    color: #000;
    cursor: pointer;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
#navbarPageContent ul.sub-menu > li.menu-item-has-children.current-menu-item > a{
 font-weight: normal;
 margin-bottom: 13px;
}
#navbarPageContent .sub-menu-icon
{
    position: absolute;
    top: 8px;
    right: 8px;
    margin: auto 0;
    font-size: 14px;
}
#navbarPageContent > ul > li .sub-menu li a {
    /* padding-right: 33px; */
}
.page-template-template-product #navbarPageContent .menu-item-type-custom a .sub-menu-icon{
    display: none;
}
.page-template-template-product #navbarPageContent .menu-item-type-custom{
    position: relative;
}
.desktop-header .menu-item-object-custom{
    position: relative;
}
.desktop-header .menu-item-object-custom .sub-menu {
    left: 0px;
    top: 0px;
    background: #FFD300;
    position: inherit;
    padding: 5px 15px;
}
#navbarPageContent ul > li.menu-item-has-children > a{
    width: 100%;
}
#navbarMobileContent .sub-menu-icon{
    display: table;
    position: absolute;
    top: 17px;
    right: 25px;
    bottom: 0;
    margin: auto 0;
    font-size: 12px;
    line-height: 11px;
}
/*#navbarMobileContent  ul li.menu-item-has-children.menu-item-object-custom .sub-menu-icon:before{
    content: "\f078";
}*/


/***********cookies*********************/
.cookie-notice-container{
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}
#cn-notice-text {
    text-align: center;
    font-size: 13px;
    display: block;
    line-height: 24px;
    padding: 0 10px;
    padding-top: 14px;
    padding-bottom: 10px;
}
#cn-notice-text  a{
color: #1C9A8A;
border-bottom: 2px solid;;
}
a#cn-accept-cookie {
    font-size: 15px;
    padding: 0;
    min-width: auto;
    height: auto;
    line-height: normal;
    border: none;
    padding: 5px 20px 8px;
    background: red;
    color: #fff;
    border-radius: 21px;
    background-color: #89BA2B;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}
/* a#cn-accept-cookie:after{
    content: "X";
    display: block;
    color: #000;
    font-size: 18px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
} */

/*****************header***************/
.header-bottom{
    position: relative;
}
.awards-borders span{
 display:block
}
.awards-borders span.brands {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 11px;
    letter-spacing: .5px;
}
.awards-borders span.economics {
    color: #1CA5B6;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
    letter-spacing: .5px;
    margin-top:6px;
}
.desktop-header .container{
 max-width:1300px;
}
.awards-borders.header-logo-dl{
    left: 25px;
    /*width: 125px;
    height: 70px;*/
    width: 48px;
    height: 48px;
    top: 13px;
}
/* .awards-borders:before {
    position: absolute;
    left: -20px;
    top: -4px;
    content: '';
    background: url(../images/award/awards-border.png) left no-repeat;
    width: 18px;
    height: 125%;
}
.awards-borders:after {
    position: absolute;
    right: -20px;
    top: -3px;
    content: '';
    background: url(../images/award/awards-border.png) left no-repeat;
    width: 18px;
    height: 125%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
} */
.awards-borders {
    position: relative;
    left: 40px;
    top: -9px;
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 170px;
}
.nine_latest .form-control {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.number_nine {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
    height: 40px;
    line-height: 30px;
}


.single-post .entry-content strong{
     font-weight:bold;
}
.single-post .entry-content ol{
    padding-left: 15px;
    list-style-type: decimal;
}
.single-post .entry-content ul {
    padding-left: 15px;
    list-style-type: inherit;
}



/* .single .banner-with-image.bg-image-cover.position-relative::after {
    background: rgba(0, 0, 0, 0.41);
}

.single .banner-with-image {
    background-position: center;
    height: 500px;
} */
.section.bg-lightgreen  .blog-post {
    display: block;
}

/* .blog-post {
    display: block;
} */




.social_imapactsolution.financial-statment-content.financial_states li a {
    height: auto;
    font-size: 14px;
    border: none;
}
.social_imapactsolution.financial-statment-content.financial_states li a.text-blocks-content {
    padding: 0 !IMPORTANT;
}
.social_imapactsolution.financial-statment-content.financial_states li a span,.social_imapactsolution.financial-statment-content.financial_states li p span {
 border-bottom:1px solid;
}

.financial-statment-content .justify-content-left{
    justify-content: left!important;
}
.financial-statment-content.financial_states.social_imapactsolution li a.text-blocks-content:before,.financial-statment-content.financial_states.social_imapactsolution li  .fincai-liqu.text-blocks-content:before  {
    content: "";
    width: 10px;
    height: 10px;
    background:#89BA2B;
    border-radius: 50%;
    margin-right: 15px;
}
.financial-statment-content.financial_states.social_imapactsolution li .text-blocks-content:before,.financial-statment-content.financial_states.social_imapactsolution li  .fincai-liqu.text-blocks-content:before  {
    content: "";
    width: 25px;
    height: 15px;
    background:#45A735;
    border-radius: 50%;
    margin-right: 15px;
   list-style-type:disc;
}
.financial-statment-content.financial_states.social_imapactsolution li  .fincai-liqu.text-blocks-content:before{
    display: inline-flex;
}
.justify-content-flex-end{
    justify-content: flex-end!important;
}

.fincial-headings li a.active:before {
    content: "";
    width: 28%;
    height: 4px;
    background: #89BA2B;
    position: absolute;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.fincial-headings li a,.fincial-headings li a.active{
    border: none;
}



.download-icon {
    width: 20px;
    height: 21px;
    background-size: cover;
    background-position: center;
}

/* Sam Added Css */
#covid-19{
    background-color: rgba(0, 0, 0, 0.75);
  }
  button.close {
    color: #333;
    opacity: 1;
    font-size: 35px;
}
.bg-black{
    background-color: #000;
}
.font-45{
    font-size: 45px;
}
.font-20{
    font-size: 20px;
}
.w-200px{
    width:200px;
}
.round-corner{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.bg--light-blue{
    background-color: #dbf7f7dd;
}
.border-3{
    border:3px solid #00ab91;
    width: 25px;
    height:25px;
    border-radius:50%;
}
.border-rounded>a, .border-rounded>span{
    border:1px solid #00ab91;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.outline-none, .outline-none:focus{
	outline:none !important;
}
.border-bottom{
	border-bottom:1px solid !important;
}
.font-30{
	font-size:30px;
}
.z-index-9{
    z-index: 9;
}
.top-170px{
    top:170px;
}
.top-145px{
    top:145px;
}
.top-350px{
    top:250px;
}
.page-template-template-emi-deferment-php .section.bg-lightgray >.container:before{
height: 65%;
top:10%;
}
.success_message_emi{
    display: none;
}
.font-18{
    font-size: 18px;
}
::-webkit-input-placeholder {
    text-transform: capitalize !important;
 }

 :-moz-placeholder {
    text-transform: capitalize !important;
 }

 ::-moz-placeholder {
    text-transform: capitalize !important;
 }

 :-ms-input-placeholder {
    text-transform: capitalize !important;
 }
 .text-red{
     color:#ff0000;
 }
.blinking{animation:blinkText .8s ease-in-out infinite}
.blinking:hover{animation:blinkText}
@keyframes blinkText{
    0%{color:#ccc}
    25%{color:#ff0000}
    50%{color:#ff4500}
    75%{color:#ccc}
    100%{color:#fff}
}
.blinking_annual{animation:blinkTextAnnual .9s ease-in-out infinite}
.blinking_annual:hover{animation:blinkTextAnnual}
@keyframes blinkTextAnnual{
    0%{color:#ccc}
    25%{color:#45A735}
    60%{color:#434443}
    75%{color:#5459e1}
    100%{color:#fff}
}
.modal-dialog.modal-dialog-centered.modal-lg.shadow img{ width:auto!important;    max-height: inherit !important;
}

.center-selesction-box{}

.buss-border-shadow{
  box-shadow: 0 0 0 2px seagreen;
}
.bg-seagreen{
  background-color: seagreen;
}
.bg-shadow-green:before, .slider-content:before{
  background-image:none;
}
.bg-shadow-yellow:before, .slider-content:before{
  background-image:none;
}
.overlay-loan{
  margin-top: -35px;
  position: relative;
}

.fs-25 {
  font-size: 30px;
  line-height: inherit;
  letter-spacing: 4px;
}
.fs-25-2 {
  font-size: 30px;
  line-height: inherit;
  letter-spacing: 2px;
}
.fs-25-1{
  font-size: 40px;
  line-height: inherit;
  letter-spacing: 4px;
}

.fs-23 {
  font-size: 23px;
  line-height: inherit;
  letter-spacing: 4px;
}
.fs-23-1{
  font-size: 30px;
  line-height: inherit;
  letter-spacing: 4px;
}

.app-button:hover {
  color: white;
  transition: 0.5s;
}
.video_click{
    cursor: pointer;
}

button:disabled,
button[disabled]{
  background-color: #4c5d2b;
  color: #c3a4a4;
}

.modal { overflow: auto !important; }

.border-img-career{
    border: #ffe10c solid 2px;
    outline: 2px solid #1c9a8a;
}
