/* New Responsive Menu */
.lendzi-mobile-hdr-sidebar {
    float: left;
    width: 100%;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.primary-menu ul.sub-menu li a {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.with-icon a i {
    color: #20c58a;
    font-size: 25px;
    margin-right: 12px;
}
button.close-nav-toggle {
    float: right;
    width: 10%;
    padding: 0px;
    color: #fff;
    outline: none;
}
.lendzi-sidebar-navigation {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.child-navitms-opner {
    float: right;
    padding: 0px 16px 0px 16px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.lendzi-mobile-navbar li.active > .child-navitms-opner {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.lendzi-mobile-navbar > li.active > .child-navitms-opner {
    color: #ffffff; }
button.close-nav-toggle svg {
    height: 3rem;
    width: 3rem;
}
.toggle-inner i {
    font-size: 36px;
}
.lendzi-mobile-navbar {
    list-style: none;
    height: 100%;
    margin: 0px;
}
  .lendzi-mobile-navbar li {
    position: relative;
    list-style: none;
    margin: 0px 0px 23px 0px;
}
.lendzi-mobile-navbar > li > a i {
    font-size: 30px;
    float: left;
    margin: 0px 17px 0px 0px;
}
.lendzi-mobile-navbar > li > a {
    padding: 2px 0px 2px 0px;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.lendzi-mobile-navbar > li.active > a {
    color: #20c58a;
}
.lendzi-mobile-navbar li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226;
}
.lendzi-mobile-navbar li.active > .sidebar-submenu {
    display: block; }
.lendzi-mobile-navbar a {
    color: #000;
    text-decoration: none;
}
.lendzi-mobile-navbar .sidebar-submenu {
    display: none;
    list-style: none;
    padding: 8px 8px 0px 42px;
    margin: 0px;
}
.sidebar-submenu li {
    margin: 0px;
}
.lendzi-mobile-navbar .sidebar-submenu .sidebar-submenu {
    padding: 0px;
    margin: 0px;
}
.lendzi-mobile-navbar .sidebar-submenu > li > a {
    padding: 4px 18px 4px 18px;
    display: block;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
.lendzi-mobile-navbar .sidebar-submenu > li > a i {
    margin-right: 8px;
}
.lendzi-popup-logo {
    float: left;
    width: 154px;
}
.lendzi-popup-logo img {
    float: left;
    width: 100%;
}
.lendzi-hdr-mobile-search {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 27px 0px;
}
.lendzi-hdr-search-form input[type="search"] {
    float: left;
    width: 100%;
    height: 46px;
    border-radius: 8px;
    padding: 5px 58px;
}
.lendzi-hdr-search-form input[type="submit"] {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 46px;
    width: 50px;
    background-color: transparent;
    border: none;
    z-index: 5;
    padding: 0px;
}
.lendzi-hdr-search-form i {
    position: absolute;
    left: 16px;
    top: 13px;
    z-index: 1;
    font-size: 16px;
    border-right: 1px solid #b7b7b7;
    padding: 2px 10px 3px 0px;
    color: #434343;
}
.lendzi-hdr-mobile-second-menu-main {
    float: left;
    width: 100%;
}
.lendzi-hdr-mobile-second-menu-main h2 {
    float: left;
    width: 100%;
    margin: 18px 0px 17px 0px;
    border-top: 2px dashed #fff;
    padding-top: 36px;
    font-size: 16px;
    color: #20C58A;
}
.lendzi-hdr-mobile-second-menu-main .lendzi-mobile-navbar > li {
    float: left;
    width: 50%;
    margin: 0px 0px 15px 0px;
}
.lendzi-hdr-mobile-second-menu-main .lendzi-mobile-navbar > li > a {
    font-size: 16px;
    padding: 0px;
}
.menu-modal .menu-top {
    padding: 25px 0px 0px 0px;
}
.lendzi-hdr-mobile-signup-login {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.lendzi-hdr-mobile-loginreg-btns {
    display: inline-block;
    padding: 11px 25px;
    color: #fff;
    line-height: 1;
    height: 56px;
    background-color: #ff9340;
    font-size: 13px;
}
.lendzi-hdr-mobile-loginreg-btns:hover {
    background-color: #E38239;
}
.lendzi-hdr-mobile-loginreg-btns a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

/* Header Logo */
.lendzi-inner-page .lendzi-sticky-site-logo {
    display: inline-block;
    width: 127px;
    margin: 10px 70px 0px 0px;
}
.lendzi-inner-page .primary-menu a {
    color: #ffffff; }
.lendzi-inner-page .primary-menu .sub-menu a {
    color: #333; }
.site-logo-main {
    margin: 10px 70px 0px 0px;
    width: 127px;
    display: inline-block;
}
.lendzi-mobilehder-strip .site-logo-main {
    margin: 0px;
}
.mobile-hder-topcon > div {
    align-items: center;
    align-self: center;
    line-height: 1;
}
.lendzi-sticky-site-logo,
.lendzi-sticky-header .site-logo-main,
.lendzi-inner-page .site-logo-main {
    display: none; }
.lendzi-sticky-header .lendzi-sticky-site-logo {
    width: 127px;
    display: inline-block;
    margin: 10px 70px 0px 0px;
}
/* Header Search */
.lendzi-header-search {
    display: inline-block;
    max-width: 150px;
    min-width: 150px;
}
.lendzi-header-search form {
	float: left;
	width: 100%;
	position: relative;
}
.lendzi-header-search input[type="search"] {
	height: 37px;
	width: 100%;
	float: left;
	padding: 5px 20px;
	border: 1px solid #e9ebeb;
	border-radius: 8px;
	outline: none;
	font-size: 12px;
	color: #C8C8C8;
}
.lendzi-header-search input[type="submit"] {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: transparent;
	border: none;
	padding: 0px;
    width: 30px;
    height: 37px;
    z-index: 4;
}
.lendzi-header-search i {
	position: absolute;
	right: 11px;
	top: 12px;
	color: #8e8e8e;
    font-weight: normal;
	font-size: 13px;
	z-index: 1;
}
.lendzi-loginreg-btns {
    margin: 0px 0px 0px 30px;
    padding: 4px 20px;
    color: #fff;
    line-height: 1;
    height: 42px;
    background-color: #20c58a;
    font-size: 13px;
}
.lendzi-loginreg-btns a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}


/* Modal Box */
.left-panel {
    background: #ffffff;
    padding: 20px 20px 30px 20px;
    text-align: center;
    border-radius: 0px 0px 12px 12px;
}
body.modal-open {
    padding-right: 0px !important;
    overflow-x: hidden !important;
}
.lendzi-cuspopup-modal-form .modal-dialog {
    max-width: 660px;
}
.lendzi-cuspopup-modal-form .forgt-pass-con {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 8px;
}
.lendzi-cuspopup-modal-form .forgt-pass-con a.fromlogn-to-forgotslide {
    font-size: 12px;
    line-height: 18px;
    color: #20C58A;
    font-weight: bold;
    font-family: "Noto Sans JP", Sans-serif;
}
.reg-link-leadcon {
    font-size: 12px;
    line-height: 18px;
    color: #011013;
    font-weight: normal;
}
.reg-link-leadcon a {
    color: #20C58A;
    text-decoration: underline;
    font-weight: bold;
}
.modal .modal-close {
    cursor: pointer;
    float: right;
    color: #d1d1d1;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.modal .modal-close i {
    float: right; }
.lendzi-modal-title-box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.lendzi-modal-title-box h2 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1;
}
.lendzi-cuspopup-modal-form .modal-box-area {
    padding: 0px;
}
.lendzi-cuspopup-modal-form .lendzi-modal-title-box {
    padding: 15px 20px 13px 20px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 0px;
}
.lendzi-cuspopup-modal-form .lendzi-modal-title-box h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 24px;
    color: #011013;
}
#Lendzi-Popup-Login-Modal-Center .modal-dialog {
    max-width: 342px; }
#Lendzi-Popup-Login-Modal-Center .ssl-bedge ul li {
    width: 18%;
    padding: 0px 7px;
}
#Lendzi-Popup-Login-Modal-Center .filled .login-btn {
    width: 100%;
}
.lendzi-cuspopup-modal-form .filled {
    float: left;
    width: 100%;
    position: relative;
    padding: 12px 0px;
}
.lendzi-cuspopup-modal-form .filled span.form-field-label {
    position: absolute;
    left: 17px;
    top: 50%;
    color: #C8C8C8;
    font-size: 16px;
    margin-top: -14px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.lendzi-cuspopup-modal-form .filled.lendzi-typin-field span.form-field-label {
    font-size: 10px;
    top: 30px;
    color: #C8C8C8;
}
.lendzi-cuspopup-modal-form .filled input:focus {
    box-shadow: 0px 0px 8px #00000014;
    border-color: #003945;
}
.lendzi-cuspopup-modal-form .filled input.input-error-land {
    border-color: #003945;
}
#Lendzi-Popup-register-Modal-Center .iti--separate-dial-code input,
#Lendzi-Popup-register-Modal-Center .iti--separate-dial-code input[type=text] {
    padding-top: 0px !important;
    padding-left: 75px !important;
}
#Lendzi-Popup-register-Modal-Center .iti__flag-container {
    border-right: 1px solid #DDDDDD;
}
#Lendzi-Popup-register-Modal-Center .iti--separate-dial-code input::placeholder {
  color: #C8C8C8;
  opacity: 1;
}
#Lendzi-Popup-register-Modal-Center .iti--separate-dial-code input:-ms-input-placeholder {
  color: #C8C8C8; }
#Lendzi-Popup-register-Modal-Center .iti--separate-dial-code input::-ms-input-placeholder { 
  color: #C8C8C8; }
.lendzi-cuspopup-modal-form .filled input {
    border: 1px solid #DDDDDD;
    padding: 5px 0px 0px 16px;
    line-height: normal;
    height: 48px;
    z-index: 3;
    position: relative;
    background-color: transparent;
    font-size: 16px;
    color: #011013;
    border-radius: 12px;
}
.lendzi-cuspopup-modal-form .filled input:focus {
    outline: none;
}
.lendzi-cuspopup-modal-form .filled.submit-btns-con {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
}
.lendzi-cuspopup-modal-form .filled .login-btn {
    width: 50%;
    display: inline-block;
    float: none;
    border-radius: 0px;
    text-shadow: 0px 1px 2px #109967;
    text-transform: capitalize;
    text-decoration: none;
    padding: 17px 10px;
    border: none;
    color: #fff;
    background-color: #20c58a;
    font-size: 16px;
    box-shadow: 0px 0px 4px #00000014;
    font-family: "Noto Sans JP", Sans-serif;
}
.lendzi-cuspopup-modal-form .ssl-bedge ul li {
    width: 10%; }
.lendzi-cuspopup-modal-form .ssl-bedge {
    margin-top: 4px; }
.lendzi-cuspopup-modal-form a.fromlogn-to-forgotslide,
.lendzi-cuspopup-modal-form a.fromforgot-to-lognslide {
    float: right;
    font-size: 14px;
    text-decoration: underline;
    color: #70778b;
}
.lendzi-cuspopup-modal-form .lendzi-form-msg .error,
.lendzi-cuspopup-modal-form .lendzi-form-msg {
    display: inline-block;
    width: 100%;
}
.lendzi-cuspopup-modal-form span.lendzi-form-loder {
    float: left;
    color: #70778b;
    font-size: 13px;
    margin-top: 10px;
}
.lendzi-cuspopup-modal-form .mo-openid-app-icons>p {
    display: none;
}
.navbar-light li.lendzi-loginreg-btns a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    padding: 14px 0px 0px 0px;
}
.navbar-light li.lendzi-loginreg-btns {
    margin: 4px 0px 0px 10px;
    background-color: #13ab75;
    padding: 0px 20px;
    color: #fff;
    line-height: 1;
    height: 42px;
}
#Lendzi-Popup-register-Modal-Center .form-step {
    padding: 0px 27px 32px 27px;
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.lendzi-cuspopup-modal-form .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
}
.lendzi-cuspopup-modal-form .modal-content {
    box-shadow: 0px 2px 24px #11111126;
    border-radius: 12px;
}
#Lendzi-Popup-register-Modal-Center h3 {
    font-size: 16px;
    color: #011013;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
    margin: 0px 0px 12px 0px;
    line-height: 18px;
}
#Lendzi-Popup-register-Modal-Center h3 a {
    color: #20C58A;
    text-decoration: underline;
}
.lendzi-cuspopup-modal-form a.lendzi-showpass-btn {
    position: absolute;
    right: 16px;
    top: 20px;
    z-index: 9;
    font-size: 16px;
    color: #C8C8C8;
}
.popmobile-field .form-field-label {
    display: none;
}
.lendzi-cuspopup-modal-form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-radius: 40px 0px 0px 40px;
}
.lendzi-or-title-sub {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px 0px 20px 0px;
    line-height: 25px;
}
.lendzi-or-title-sub span:before,
.lendzi-or-title-sub span:after {
    background-color: #e5e5e5;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 8px;
    position: absolute;
    top: 12px;
    width: 999em;
}
.lendzi-or-title-sub span:after {
    left: auto;
    right: 100%;
    margin-left: 0px;
    margin-right: 8px;
}
.lendzi-or-title-sub span {
    display: inline-block;
    font-size: 13px;
    color: #70778b;
    position: relative;
}
.lendzi-cuspopup-modal-form .filled input[type="checkbox"] {
    float: left;
    margin: 4px 10px 0px 0px;
    height: 16px;
    border: 1px solid #e7e7ed;
    padding: 0px;
    display: none;
}
.lendzi-cuspopup-modal-form p.registr-terms-text {
    font-size: 9px;
    color: #011013;
    font-style: normal;
    margin: 0px;
    line-height: 13.5px;
}
.lendzi-login-facebook {
	display: inline-block;
	padding: 10px 18px 10px 50px;
	position: relative;
	text-decoration: none;
	background-color: #4267B2;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	font-size: 14px;
	border: 1px solid #4267B2;
}
.lendzi-login-facebook i {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	color: #4267B2;
	height: 100%;
	padding: 7px 12px;
	border-radius: 4px 0px 0px 4px;
	font-size: 18px;
}
.lendzi-login-google {
	display: inline-block;
    padding: 10px 10px 10px 45px;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    color: #7d7575;
    border-radius: 4px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #cccccc;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    box-shadow: 0px 1px 0px 0px #dfdfdf;
}
.lendzi-login-google svg {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	color: #4285f4;
	height: 100%;
	padding: 7px 8px 7px 9px;
	border-radius: 4px 0px 0px 4px;
	font-size: 19px;
}
.ssl-bedge {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.ssl-bedge ul {
	padding: 0px;
	margin: 0px;
}
.ssl-bedge ul li {
	list-style: none;
	line-height: normal;
	display: inline-block;
	padding: 0px 13px;
	margin: 0px;
	width: 20%;
}
.filled em {
    font-size: 16px;
    color: #011013;
    font-style: normal;
    padding: 0;
}
.lendzi-social-login-wrapper {
	float: left;
	width: 100%;
	text-align: center;
}
.iti {
    width: 100%; }
.lendzi-cuspopup-modal-form .filled.popmobile-field .form-field-label {
    left: auto;
    right: 0px;
}
#Lendzi-Popup-Login-Modal-Center .ssl-bedge {
    margin-top: 20px;
}
.signin-box-title-sub {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 24px 0px 12px 0px;
    line-height: 25px;
}
.signin-box-title-sub span:before,
.signin-box-title-sub span:after {
    background-color: #c8c8c8;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 8px;
    position: absolute;
    top: 12px;
    width: 999em;
}
.signin-box-title-sub span:after {
    left: auto;
    right: 100%;
    margin-left: 0px;
    margin-right: 8px;
}
.signin-box-title-sub span {
    display: inline-block;
    font-size: 12px;
    color: #C8C8C8;
    position: relative;
    line-height: 21px;
}

/* How It Works */
.lendzi-how-it-works,
.lendzi-how-it-works-inner-steps,
.lendzi-how-it-works-main-inner,
.lendzi-how-it-works-main-inner span {
    float: left;
    width: 100%;
}
.lendzi-how-it-works-inner-steps {
    padding-left: 60px;
    position: relative;
}
.lendzi-how-it-works-inner-steps:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 57%;
    border-left: 2px dashed #20c58a;
    width: 2px;
    height: 102%;
}
.lendzi-how-it-works-inner-steps.last:before {
    display: none; }
.lendzi-how-it-works-inner-steps.last:after {
    content: '';
    position: absolute;
    left: 0;
    top: 37%;
    background-color: #fff;
    width: 2px;
    height: 45%;
    z-index: 0;
}
.lendzi-how-it-works-row {
    display: flex;
    align-items: center;
}
.lendzi-how-it-works-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.lendzi-how-it-works-col.right {
    order: 2;
}
span.lendzi-how-it-works-step {
    position: absolute;
    left: -81px;
    top: 0px;
    background-color: #20c58a;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 12px;
    margin: 0px 0px 0px 0px;
    line-height: 1;
    z-index: 5;
}
.left span.lendzi-how-it-works-step {
    left: -21px;
    top: 30%;
}
body .lendzi-how-it-works-col h2 {
    font-size: 32px;
    margin: 0px 0px 6px 0px;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 600;
}
body .lendzi-how-it-works-col p {
    font-size: 18px;
    margin: 0px 0px 6px 0px;
    font-weight: normal;
}
body a.lendzi-how-it-works-link {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
	color: #20c58a;
}
.lendzi-how-it-works-mobile-sec { display: none; }
body a.lendzi-how-it-works-btn {
    display: inline-block;
    background-color: #ff9340;
    color: #fff;
    font-weight: bold;
    padding: 9px 18px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
}
a.lendzi-how-it-works-btn:hover {
    background-color: #E38239;
}
.lendzi-how-it-works-main-inner {
    margin-bottom: 95px;
}
body .lendzi-how-it-works-main-inner h2 {
    margin: 0px;
    font-size: 48px;
}
body .lendzi-how-it-works-main-inner span {
    font-size: 24px;
    font-weight: bold;
    color: #20C58A;
}
.lendzi-how-it-works-col.first {
    padding-right: 40px;
}
.lendzi-how-it-works-col.left {
    padding-right: 60px;
}

/* Products Slider */
.lendzi-products-slider {
    float: left;
    width: 100%;
}
.lendzi-products-slider .swiper-slide {
    padding: 0px 10px; }
body .lendzi-products-slider h2 {
    font-size: 16px;
    margin: 0px 0px 7px 0px;
    color: #20C58A;
    border-left: 2px solid #20C58A;
    padding-left: 6px;
    font-weight: 500;
}
body .lendzi-products-slider p {
    font-size: 15px;
    margin: 0px 0px 10px 0px;
    color: #011013;
    padding-left: 10px;
    font-weight: normal;
}
body .lendzi-products-slider a {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding-left: 10px;
}
.lendzi-products-slider a span {
    text-decoration: underline;
    display: inline-block;
    color: #20c58a;
}
.lendzi-products-slider a i {
    display: inline-block;
    background-color: #20c58a;
    color: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    width: 12px;
    height: 12px;
    text-align: center;
    margin-left: 6px;
}
.lendzi-products-slider .swiper-pagination {
    position: static;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.lendzi-products-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #99afb4;
}
.lendzi-products-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #20c58a;
    box-shadow: 0px 0px 0px 1px #0e7462;
}

/* Blog's */
.lendzi-blog {
    float: left;
    width: 100%;
}
.lendzi-blog ul li {
    list-style: none; }
.lendzi-blog > ul > li {
    margin: 0px 0px 30px 0px; }

/* Blog Grid */
.lendzi-blog-grid figure,
.lendzi-blog-grid figure a,
.lendzi-blog-grid figure img,
.lendzi-blog-grid-text {
    float: left;
    width: 100%;
}
.lendzi-blog-grid figure img {
    border-radius: 15px 15px 0px 0px; }
.lendzi-blog-grid-text {
    background-color: #1a4d58;
    padding: 16px 25px 22px 25px;
    border-radius: 0px 0px 15px 15px;
    min-height: 170px;
}
.lendzi-blog-grid-text h2 {
    margin: 0px 0px 6px 0px;
    font-size: 18px;
    line-height: 32px;
    font-family: "Noto Sans JP", Sans-serif;
}
.lendzi-blog-grid-text h2 a {
    color: #ffffff;
}
.lendzi-blog-grid-text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
.lendzi-blog-home-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 16px;
    grid-auto-rows: minmax(24%);
    grid-auto-flow: dense;
    padding-bottom: 60px;
}

a.home-blog-img {
    width: 100%;
    display: flex;
    min-height: 176px;
    border-radius: 12px 12px 0px 0px;
}
.lendzi-blog-home {
    background-color: rgba(255,255,255,0.10);
    padding: 20px 16px 24px 16px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px 0px 12px 12px;
}
body .lendzi-blog-home h2 {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 32px;
    font-family: "Noto Sans JP", Sans-serif;
    font-weight: bold;
}
.lendzi-blog-home h2 a {
    color: #ffffff; }
body .lendzi-blog-home p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Noto Sans JP", Sans-serif;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 8px;
}
.lendzi-blog-home {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "noto sans jp", sans-serif;
    line-height: 24px;
    font-weight: 400;
}
.lendzi-blog-home-main .swiper-pagination {
    position: static;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.lendzi-blog-home-main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #99afb4;
}
.lendzi-blog-home-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #20c58a;
    box-shadow: 0px 0px 0px 1px #0e7462;
}

body .lendzi-read-more {
    margin-left: auto;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #20c58a;
}
.lendzi-read-more span,
.lendzi-blog-grid .lendzi-read-more span {
    text-decoration: underline;
    display: inline-block;
    color: #20c58a;
}
body .lendzi-read-more i {
    background-color: #20c58a;
    color: #000;
    border-radius: 100%;
    font-size: 12px;
    width: 12px;
    height: 12px;
    text-align: center;
    margin-left: 6px;
    padding-left: 2px;
}
.lendzi-blog-readmore {
    float: left;
    width: 100%;
    text-align: center;
}
.lendzi-blog-grid .swiper-container {
    margin-bottom: 40px; }
.lendzi-blog-readmore a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px 10px 20px;
    background-color: #20c58a;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
}

.lendzi-tabs-box ul {
    display: block;
}
.lendzi-tabs-box ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px 0px 8px 0px;
}
.lendzi-tabs-box ul li:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #011013;
    margin: -3px 7px 0px 0px;
    vertical-align: middle;
}
.power-box-title-wrapper h3 {
    margin: 0px 0px 8px 0px;
    padding: 0px;
}
.power-box-icon-wrapper {
    margin: 0px 0px 15px 0px; }


/* Faq */
.lendzi-faq {
    float: left;
    width: 100%;
}

.lendzi-faq .card {
    border-radius: 0px;
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
}

.lendzi-faq .card-header {
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding: 0px;
}

.lendzi-faq .card-header a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #011013;
}
.lendzi-faq .card-header a {
    border-top: 1px dashed #b8b8b8;
}
.lendzi-faq .card-body a {
    text-decoration: underline;
}
.lendzi-faq .accordion > .card {
    overflow: inherit;
}
.lendzi-faq .card:last-child a {
    border-bottom: 1px dashed #b8b8b8; }
.lendzi-faq .card:first-child a {
    border-top: none;
}
.lendzi-faq .card-header a.collapsed:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    align-self: baseline;
    padding-left: 20px;
}
.lendzi-faq .card-header a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #20c589;
    align-self: baseline;
}

.lendzi-faq .card-body {
    display: inline-block;
    width: 100%;
    padding: 10px 15px 15px 30px;
    border: none;
}

.lendzi-faq .card-body h2 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 17px;
}
.lendzi-faq .card-body p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.lendzi-faq .card-body ul li,
.lendzi-faq .card-body ul {
    float: left;
    width: 100%;
}

.lendzi-faq .card-body ul {
    margin: 0px 0px 0px 15px;
}

.lendzi-faq .card-body ul li {
    padding-left: 7px;
    font-size: 16px;
    margin-bottom: 4px;

}
/* Testimonial Slider */
.lendzi-testimonial-slider {
    text-align: center;
    position: relative;
}
.lendzi-testimonial-slider .swiper-container {
    width: 75%;
    position: static;
}
body .lendzi-testimonial-slider p {
    color: #20C58A;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
    font-family: 'Sansation';
    font-weight: normal;
    white-space: normal;
}
.lendzitestimonial-rating {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
.lendzitestimonial-rating i {
    color: #FF8D1F;
    font-size: 30px;
    margin: 0px 5px;
}
body .lendzi-testimonial-slider h2 {
    color: #011013;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    display: block;
}
body .lendzi-testimonial-slider span {
    font-size: 16px;
    line-height: 24px;
    color: #8e8e8e;
    font-weight: normal;
}
.lendzi-testimonial-slider .swiper-next,
.lendzi-testimonial-slider .swiper-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 2px 24px #11111126;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 1.8;
    margin-top: -40px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.lendzi-testimonial-slider .swiper-next:hover,
.lendzi-testimonial-slider .swiper-prev:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.lendzi-testimonial-slider .swiper-next {
    left: auto;
    right: 5%;
}

.archive #site-content {
    padding: 50px 0px 0px 0px;
}

/* Single */
.single #site-header {
    background-color: #003945;
}
.single .site-logo-main {
    display: none; }
.single .lendzi-sticky-site-logo {
    width: 127px;
    display: inline-block;
    margin: 10px 70px 0px 0px;
}
.single .header-inner {
    padding-top: 2rem;
}
.single .primary-menu >li > a,
.single .primary-menu .icon {
    color: #ffffff;
}
/* Blog Detail Header */
.lendzi-blog-detail-header {
    display: flex;
    background-color: #003945;
    margin: 76px 0px 0px 0px;
    border-bottom: 8px solid #20c58a;
}
.lendizi-blog-header-img {
    flex-basis: 35%;
    min-height: 500px;
    background-size: cover !important;
    background-position: center center !important;
}
.lendizi-blog-header-img a,
.lendizi-blog-header-img a img {
    width: 100%;
    display: block;
}
.lendizi-blog-header-text h1 {
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    font-size: 48px;
    line-height: 55px;
}
.lendizi-blog-header-text h1:after {
    content: '';
    display: flex;
    border-bottom: 4px solid #20c58a;
    width: 80px;
    margin-top: 29px;
}
.lendizi-blog-header-text {
    padding: 0px 10rem 0px 4rem;
    align-self: center;
    max-width: 65%;
    width: 1200px;
    margin: 0 auto;
}
.lendizi-blog-header-text > span {
    display: flex;
    margin-bottom: 13px;
}
.lendizi-blog-header-text > span,
.lendizi-blog-header-text > span a {
    font-size: 24px;
    line-height: 28px;
    color: #20C58A;
    font-weight: 500;
    font-family: 'Sansation';
}
.lendizi-blog-header-text a {
    display: block;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 24px;
}
.lendizi-blog-header-text a span {
    font-weight: 500;
    text-decoration: underline;
}
.lendizi-blog-header-text small {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: normal;
    margin-bottom: 26px;
    display: flex;
}
.lendizi-blog-header-text ul {
    margin: 0px;
    display: flex;
}
.lendizi-blog-header-text ul li {
    list-style: none;
    padding: 0px 10px 0px 0px;
    margin: 0px;
}
.lendizi-blog-header-text ul li a {
    color: #ffffff;
    font-size: 16px;
}
.lendizi-blog-header-text ul li span {
    display: none; }
.blog-detail-tags {
    display: flex;
    border-bottom: 8px solid #20c58a;
    padding-bottom: 20px;
    margin-bottom: 33px;
    flex-wrap: wrap;
}
.blog-detail-tags span {
    font-size: 16px;
    color: #20C58A;
    margin-right: 60px;
    text-transform: uppercase;
    font-weight: normal;
}
.blog-detail-tags a {
    font-size: 14px;
    color: #011013;
    margin-left: 3px;
    font-weight: normal;
}
/* About User */
.blog-about-user {
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: inline-flex;
    flex-wrap: wrap;
}
.blog-about-user h2 {
    margin: 0px 0px 16px 0px;
    font-size: 24px;
    color: #011013;
    line-height: 28px;
}
.blog-about-user-text {
    display: flex;
    width: 100%;
    text-align: left;
    padding-bottom: 80px;
    margin-bottom: 50px;
    background-image: url(../images/line-bottom-border.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.blog-about-user-text figure {
    flex-basis: 10%;
}
.blog-about-user-text figure img {
    border-radius: 100%; }
.blog-about-user-detail {
    flex-basis: 90%;
    padding: 0px 16px;
    text-align: right;
}
.blog-about-user-detail h2 {
    font-size: 16px;
    color: #011013;
    margin: 0px;
    text-align: left;
}
.blog-about-user-detail p {
    font-size: 16px;
    color: #011013;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 400;
}
.blog-about-user-author {
    display: flex;
    justify-content: flex-end;
    padding-top: 39px;
}
.blog-about-user-author a {
    font-size: 16px;
    color: #20C58A;
    font-weight: bold;
}
.blog-about-user-author span {
    text-decoration: underline; }
.blog-about-user-author i {
    margin-left: 10px;
}
.comment-respond .comment-notes {
    display: none;
}
.lendzi-blog-detail-sec-one .container {
    max-width: 1065px; }
.lendzi-blog-detail-related-posts .col-md-8 {
    padding-right: 80px; }
.comment-respond h2 {
    font-size: 24px;
    margin: 0px 0px 13px 0px;
}
.lendzi-comments-wrapper .section-inner.thin {
    max-width: 100%;
}
.lendzi-comments-wrapper.section-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
}
.comment-respond {
    width: 100%;
}
.comment-respond p {
    margin: 0px;
}
.comment-respond p {
    max-width: 100% !important;
    flex-basis: 33.333%;
    padding: 0px 8px 16px 8px;
}
.comment-respond p.lendzi-theme-full-form, .comment-respond p.comment-form-cookies-consent, .comment-respond p.form-submit {
    flex-basis: 100%;
}
.comment-respond form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px -8px;
}
.comment-respond input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: normal;
    padding: 3px 15px 2px 15px;
}
.comment-respond textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: normal;
    padding: 9px 15px 2px 15px;
}
.comment-respond textarea::-webkit-scrollbar {
   display: none;
 }
.comment-respond ::-webkit-input-placeholder {
    color: #8e8e8e;
    font-weight: normal; }
.comment-respond :-ms-input-placeholder {
    color: #8e8e8e;
    font-weight: normal; }
.comment-respond ::placeholder {
    color: #8e8e8e;
    font-weight: normal; }
.comment-respond p.form-submit {
    justify-content: center;
    display: flex;
}
.comment-respond input[type="submit"] {
    background-color: #20c58a;
    padding: 20px 25px 22px 25px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
}
.comment-respond input[type="submit"]:hover {
    text-decoration: none; }
.comment-meta .avatar {
    border-radius: 100%;
}
.comments .fn {
    font-size: 16px;
    color: #011013;
}
.comments .comment-metadata a {
    text-decoration: none;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: normal;
}
.comments .entry-content {
    font-size: 16px;
    color: #011013;
    font-weight: 400;
    line-height: 28px;
}
.comments .comment-meta-main {
    display: flex;
    justify-content: space-between;
}
.div-comment-report {
    position: relative;
    padding: 0px 10px 0px 10px;
}
.div-comment-report a {
    font-size: 16px;
    color: #8e8e8e;
    font-weight: normal;
}
.div-comment-report:hover .div-comment-report-text {
    opacity: 1; }
.div-comment-report-text {
    position: absolute;
    left: 31px;
    top: 0;
    min-width: 190px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.div-comment-report-text a {
    padding: 16px 12px;
    line-height: 1;
    display: flex;
    box-shadow: 0px 2px 6px #11111112;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    color: #011013;
    font-size: 14px;
    justify-content: center;
    font-weight: 400;
    background-color: #ffffff;
}
.comments {
    width: 100%; }
.comments .entry-content p {
    margin: 0px;
    max-width: 100% !important;
}
p.comment-awaiting-moderation {
    color: #FF9340; }
.div-comment-reply-actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.div-comment-reply-actions a {
    margin: 0px 0px 0px 18px;
    font-size: 16px;
    color: #C8C8C8;
    font-weight: normal;
    font-weight: 300;
}
.div-comment-reply-actions a.lendzi-comment-disliked,
.div-comment-reply-actions a.lendzi-comment-liked {
    color: #065fd4;
}
.lendzi-comment-morecontent span {
    display: none; }
.lendzi-comment-morelink {
    display: block; }
.div-comment-reply-actions a i {
    margin-right: 5px; }
.comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
}
.div-comment-readmore {
    color: #20C58A;
    font-size: 14px;
    text-decoration: underline;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin: 20px 0px 0px 0px;
    max-width: 100%;
}
.lendzi-related-blog-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 38px;
    padding-right: 95px;
}
.lendzi-related-blog-text h2 {
    margin: 0px;
    font-size: 32px;
    line-height: 37px;
    color: #011013;
}
section.lendzi-related-blog-main {
    display: flex;
    flex-wrap: wrap;
    background-image: url("../images/shape-related.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 90px 0rem;
    background-position: top center;
    justify-content: flex-end;
}
.lendzi-slider-wrapper {
    max-width: 82.50%;
    width: 100%;
}
section.lendzi-related-blog-main .lendzi-blog-grid-text-style4-inner {
    text-align: left;
}
.lendzi-related-blog-view {
    display: inline-flex;
    justify-content: flex-end;
    align-self: center;
}
.lendzi-related-blog-view a {
    font-size: 16px;
    color: #20C58A;
    font-weight: 500;
}
.lendzi-related-blog-view span {
    text-decoration: underline; }
.lendzi-related-blog-view i {
    margin-left: 10px;
}
.lendzi-related-blog-main .lendzi-blog-grid-style-4 .swiper-slide {
    background-color: #f6f9f9;
}
.lendzi-related-blog-main .lendzi-blog.lendzi-blog-grid-style-4 {
    align-self: baseline;
}
.lendzi-blog-categories-main {
    background-color: #f6f9f9;
    padding: 0px 0px 110px 0rem;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.lendzi-blog-categories-main .swiper-for-catgories {
    width: 100%;
    min-height: 176px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
}
.lendzi-blog-categories-main .swiper-slide a {
    font-size: 24px;
    color: #011013;
    font-weight: 500;
    align-self: center;
}
.lendzi-blog-grid-style-slider .lendzi-slider-wrapper {
    float: right; }
/* Call To Action */
.lendzi-call-to-action {
    display: flex;
    justify-content: center;
    padding: 100px 0px 230px 0px;
    background-color: #20C58A;
    text-align: center;
}
.lendzi-call-to-action h2 {
    margin: 0px 0px 10px 0px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}
.lendzi-call-to-action p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 17px;
}
.lendzi-call-to-action a {
    color: #20C58A;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    line-height: 1;
}
.lendzi-category-title {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15rem 0rem 0rem 0rem;
}
.lendzi-category-title h2 {
    margin: 0px 0px 30px 0px;
    font-size: 48px;
    line-height: 45px;
    font-weight: 600;
}
.lendzi-guide-section-main {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    background-color: #839EA5;
    padding: 22px 50px;
    z-index: 995;
    text-align: center;
    display: none;
}
.logged-in.admin-bar .lendzi-guide-section-main {
    top: 106px; }
.logged-in.admin-bar .main-btn-guide {
    top: 180px; }
.lendzi-guide-section-main a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.lendzi-guide-section-main a i {
    margin-left: 50px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
.is-open.lendzi-guide-section-main a i,
.lendzi-guide-section-mobile .is-open.lendzi-guide-section-main a i {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.main-btn-guide {
    position: fixed;
    top: 148px;
    left: 0;
    z-index: 995;
    height: 90%;
    width: 100%;
    display: none;
    background-position: bottom center;
    background-size: cover;
}
.lendzi-guide-section-mobile .lendzi-guide-section-main {
    top: 0px !important;
    background-color: #003845;
    padding: 0px;
}
.lendzi-guide-section-mobile .lendzi-guide-section-main a i {
    margin: 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.main-btn-guide-mob {
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
    overflow: scroll;
    background-color: #F5F9FA;
}
.lendzi-guide-section-mobile { display: none; }
.lendzi-guide-section-mobile .lendzi-guide-section-main a {
    display: flex;
    justify-content: space-between;
    padding: 14px 24px 16px 24px;
    font-size: 16px;
    line-height: 1;
}


.lendzi-table-main {
    position:relative;
    margin:auto;
    overflow:hidden;
}
.lendzi-table-inner {
    width:100%;
    overflow: auto;
}
.lendzi-table-main table {
    width:100%;
    margin:auto;
}
.lendzi-table-main th, .lendzi-table-main td {
    vertical-align:top;
}
.tafe-table.clone {
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
    display: none;
}
.clone th, .clone td {
    visibility:hidden
}
.clone tbody th {
    visibility:visible;
    color:red;
}
.clone tr td:first-child,
.clone tr th:first-child {
    visibility:visible;
}
table.tafe-table.clone tr td:first-child,
table.tafe-table.clone tr th:first-child {
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.24);
}
.tafe-table.clone td {
    border-width: 2px 0px 2px 0px !important; }

.list-mlt-colors ul li,
.list-sngl-color ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 17px;
    margin-bottom: 20px;
}
.list-mlt-colors ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border: 2px solid #20c58a;
    border-radius: 100%;
}
.list-sngl-color ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border: 2px solid #011013;
    border-radius: 100%;
}
.list-mlt-colors ul,
.list-sngl-color ul {
    margin-left: 2rem;
    margin-bottom: 0px;
}
.tafe-table li {
    margin: 0px 0px 5px 5px;
    line-height: 1.5; }
.tafe-table ul {
    margin: 0px; }




/* Authore Archive */
.author-detail-main-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 100px 0px 0px 0px;
}
.author-detail-main {
    max-width: 80rem;
    display: flex;
}
.author-detail-image {
    align-self: flex-start;
    min-width: 166px;
    max-width: 166px;
}
.author-detail-text {
    padding-left: 32px;
}
.author-detail-image img {
    border-radius: 100%;
    width: 100%;
}
.author-detail-text h2 {
    margin: 0px 0px 12px 0px;
    font-size: 48px;
    line-height: 55px;
    color: #011013;
    font-weight: bold;
}
.author-detail-text span {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #20C58A;
    font-family: 'Sansation';
    margin: 0px 0px 9px 0px;
    display: block;
}
.author-detail-text p {
    font-size: 16px;
    line-height: 28px;
    color: #011013;
    margin: 0px 0px 28px 0px;
    font-weight: normal;
}
.author-detail-social-links a {
    font-size: 16px;
    line-height: 19px;
    color: #003945;
    margin-right: 3px;
}
.author-posts-maincon {
    margin-top: 130px;
    background-color: #F6F9F9;
    position: relative;
}
.author-posts-maincon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -100px;
    width: 100%;
    height: 200px;
    background-image: url(../images/archive-fullbg.png);
    background-size: cover !important;
    background-position: center top !important;
}
.author-posts-maincon .lendzi-category-title {
    padding-top: 2.5rem; }
.author-posts-maincon .lendzi-category-title h2 {
    font-size: 32px;
    line-height: 37px;
    color: #011013;
}




/* Blog Grid Style2 */
.lendzi-blog-grid-style-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 16px;
    grid-auto-rows: minmax(380px);
    grid-auto-flow: dense;
    float: none;
}
.archive .lendzi-blog-grid-style-2 {
    margin-bottom: 120px; }
.lendzi-blog-grid-text-style2.lendzi-blog-featured {
    grid-column-end: span 2;
    grid-row-end: span 2;
    background-color: #003945;
    border-radius: 12px;
}
.lendzi-blog-grid-text-style2.lendzi-blog-featured .blog-style2-img {
    min-height: 418px;
    max-height: 418px;
}
.blog-style2-img {
    display: flex;
    min-height: 190px;
    max-height: 190px;
    border-radius: 12px 12px 0px 0px;
    background-color: #003945 !important;
}
.lendzi-blog-grid-text-style2 {
    display: grid;
    cursor: pointer;
    align-content: space-between;
}
.lendzi-blog-grid-text-style2-inner {
    background-color: #003945;
    align-self: flex-end;
    line-height: 1;
    width: 100%;
    padding: 24px 16px;
    border-radius: 0px 0px 12px 12px;    
}
.lendzi-blog-featured .lendzi-blog-grid-text-style2 {
    padding: 30px; }
.lendzi-blog-grid-text-style2-inner span a,
.lendzi-blog-grid-text-style2-inner h2 a,
.lendzi-blog-grid-text-style2-inner p {
    color: #ffffff !important; }
body .lendzi-blog-grid-text-style2-inner h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
body .lendzi-blog-grid-text-style2-inner span {
    margin-bottom: 20px;
    display: block;
    color: #8e8e8e;
    font-weight: normal;
    font-size: 12px;
}
body .lendzi-blog-grid-text-style2-inner p {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: normal;
}
body .lendzi-blog-featured .lendzi-blog-grid-text-style2-inner h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
body .lendzi-blog-categories-title h2 {
    font-size: 32px;
    line-height: 37px;
    color: #011013;
    font-weight: bold;
}
/* Blog Grid Style3 */
.lendzi-blog-grid-text-style3 a {
    display: flex;
    border-bottom: 2px dotted #b3b4b4;
    padding: 13px 17px 15px 17px;
}
.lendzi-blog-grid-text-style3 * {
    align-self: baseline;
}
.lendzi-blog-grid-text-style3 span {
    font-size: 16px;
    color: #20C58A;
    font-weight: 500;
    flex: 0 0 6%;
}
.lendzi-blog-grid-text-style3 small {
    font-size: 14px;
    color: #011013;
    padding-left: 9px;
}
.lendzi-blog-readmore-style3 {
    display: flex;
    justify-content: flex-end;
    padding-top: 39px;
}
.lendzi-blog-readmore-style3 a {
    font-size: 14px;
    color: #20C58A;
    font-weight: 400;
}
.lendzi-blog-readmore-style3 span {
    text-decoration: underline; }
.lendzi-blog-readmore-style3 i {
    margin-left: 8px;
}

/* Search Result Not Found */
.lendzi-archive-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15rem 0rem 0rem 0rem;
    width: 100%;
}
.lendzi-archive-title h2 {
    margin: 0px 0px 13px 0px;
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    color: #011013;
}
.lendzi-archive-title p {
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0px 33px 0px;
}
.search-no-results #site-content .lendzi-header-search {
    max-width: 350px;
    min-width: 350px;
    margin: 0rem 0rem 11rem 0rem;
}
.search-no-results #site-content .lendzi-header-search input[type="search"] {
    height: 48px;
    border-color: #dddddd;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: normal;
}
.search-no-results #site-content .lendzi-header-search input[type="submit"] {
    height: 48px;
}
.search-no-results #site-content .lendzi-header-search i {
    right: 15px;
    top: 14px;
    font-size: 18px;
    color: #C8C8C8;
}

/* Blog Load More */
.lendzi-blog-load-more {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}
.lendzi-blog-load-more a {
    padding: 17px 23px 19px 23px;
    border: 2px solid #31c993;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #31c993;
}
.lendzi-blog-load-more a:hover {
    background-color: #31c993;
    color: #ffffff;
}

/* Blog Grid */
.sub-container {
    padding: 1rem 0rem 0rem 0rem;
    max-width: 117.2rem;
    margin: 0 auto;
    position: relative;
}
.lendzi-blog-grid-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 16px;
    grid-auto-rows: minmax(380px);
    grid-auto-flow: dense;
    padding-bottom: 60px;
}
.lendzi-blog-grid {
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    align-content: start;
}
.lendzi-blog-grid .grid-image {
    max-height: 176px;
    min-height: 176px;
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}
.lendzi-blog-grid .grid-text {
    align-self: flex-start;
    line-height: 1;
    width: 100%;
    padding: 20px 16px 34px 16px;
}
body .lendzi-blog-grid span {
    color: #8e8e8e;
    font-size: 12px;
    line-height: 18px;
    font-family: "Noto Sans JP", Sans-serif;
    font-weight: normal;
    margin-bottom: 13px;
    display: block;
}
.lendzi-blog-grid span a {
    color: #8e8e8e; }
body .lendzi-blog-grid h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #011013;
    font-family: "Noto Sans JP", Sans-serif;
    margin: 0px 0px 13px 0px;
    white-space: normal;
}
body .lendzi-blog-grid p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #011013;
    margin-bottom: 0px;
    white-space: normal;
    word-break: break-all;
}
.no-image .grid-text {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #00000014;
    border: 1px solid #BBEEDC;
    border-radius: 12px;
    padding: 20px 16px;
    min-height: 410px;
}

.swiper-for-blogs .swiper-slide {
    width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.swiper-for-blogs .no-image .grid-text {
    min-height: 310px; }




/* DashBoard */
.dash-top {
    width: 100%;
    float: left;
    text-align: center;
}
.lendzi-dashprofile-tophdr,
.lendzi-dashprofile-hdinginer figure {
    float: left;
    width: 100%;
}
.lendzi-dashprofile-tophdr {
    text-align: center; }
.lendzi-dashprofile-hdinginer {
    display: inline-block; }
.lendzi-dashprofile-hdinginer figure {
    margin: 0px;
    position: relative;
}
.lendzi-dashprofile-hdinginer .member-dashboard-thumb {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
}
.lendzi-dashprofile-hdinginer .member-dashboard-thumb img {
    border-radius: 100%;
}
.lendzi-dashprofile-hdinginer .user-dashthumb-remove {
    position: absolute;
    left: 11px;
    top: 8px;
    z-index: 999;
    background: #fe3d6c;
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    font-size: 12px;
    padding-top: 3px;
}
.lendzi-dashprofile-hdinginer figure figcaption {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}
.lendzi-file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.lendzi-file-upload button {
    float: left;
    padding: 11px 18px;
    line-height: 1;
    font-size: 12px;
    border: 1px solid #20C58A;
    background-color: #20C58A;
    color: #ffffff;
    border-radius: 7px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.lendzi-file-upload button i {
    font-size: 13px;
    margin-right: 3px;
}
.lendzi-file-upload:hover button {
    color: #20C58A;
    background-color: #ffffff;
}
.lendzi-file-upload input.lendzi-upload-imgfile {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.lendzi-dashprofile-hdinginer strong {
    display: block;
    font-size: 24px;
    padding: 0px 0px 12px 0px;
}
.dash-top p {
    font-size: 18px;
    color: #011013;
    font-weight: 400;
    margin-bottom: 1em;
}
.dash-top p span {
    color: #FF6F00;
    text-transform: uppercase;
}
.lendzi_progressbar {
    margin-bottom: 17px;
    float: left;
    width: 100%;
    position: relative;
}
.lendzi_progressbar .bar-container {
    position: relative;
    height: 15px;
    border-radius: 40px;
    float: right;
    width: 100%;
    margin-top: 3px;
}
.lendzi_progressbar_wrap {
    float: left;
    width: 100%;
    margin-bottom: 22px; }
.lendzi_progressbar .backgroundBar {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.lendzi_progressbar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 40px;

    background: #c33538;
    background: -moz-linear-gradient(left,  #c33538 5%, #fff002 49%, #6bbf74 95%);
    background: -webkit-linear-gradient(left,  #c33538 5%,#fff002 49%,#6bbf74 95%);
    background: linear-gradient(to right,  #c33538 5%,#fff002 49%,#6bbf74 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33538', endColorstr='#6bbf74',GradientType=1 );
}
.lendzi_progressbar .title {
    float: left;
    font-size: 12px;
    color: #333333;
    line-height: 1;
}
.lendzi_progressbar .progress-percent,.lendzi_progressbar .progress-percent-inner {
    display: none; }
h2.lendzi-profilesettin-hding {
    margin: 0px 0px 20px 0px;
}
.dash-mid h2 {
    font-size: 26px;
    font-weight: bold;
}
ul.dash-profile-fields {
    margin-bottom: 10px;
}
.lendzi-profile-settings ul li {
    list-style: none;
    margin: 0px 0px 20px 0px;
    float: left;
}
.lendzi-profile-settings ul li label {
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #333333;
    float: left;
    width: 100%;
    line-height: 1;
}
.lendzi-profile-settings ul li input[type="text"] {
    float: left;
    width: 100%;
    height: 41px;
    border: 1px solid #eceeef;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 6px 13px;
    margin: 0px;
    font-size: 12px;
    color: #777777;
    outline: none;
}
.lendzi-profile-settings .login-btn {
    font-size: 18px;
    padding: 18px 40px;
    background: #20C58A;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 2px #109967;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.lendzi-profile-settings .login-btn:focus {
    outline: none; }
.lendzi-profile-settings .login-btn:hover {
    opacity: 0.85;
}

.dash-mid {
    background: #ffffff;
    width: 100%;
    float: left;
    border-radius: 3px;
    margin: 20px 0 0 0;
    border-radius: 5px;
    border: solid 1px #EBEBEB;
    padding: 55px 45px;
}
.input-error-land {
    border: #F00 1px solid !important;
}
.input-success-land {
    border: #063 1px solid !important;
}
.lendzi-profile-form .lendzi-form-msg {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.success {
    width: 100%;
    border: solid 1px #20C58A;
    border-radius: 3px;
    font-size: 16px;
    color: #20C58A;
    padding: 5px 15px;
    margin-bottom: 15px;
    background: #e9fdf5;
}
.widget_footer_contact .success, .widget_footer_contact .error {
    display: flex;
}
.error {
    width: 100%;
    border: solid 1px #FF3D32;
    border-radius: 3px;
    font-size: 16px;
    color: #FF3D32;
    padding: 5px 15px;
    margin-bottom: 15px;
    background: #ffe8e3;
}
.dash-top h1 {
    font-family: "Sansation";
    font-weight: bold;
    margin: 0px;
    padding-bottom: 20px;
    font-size: 40px;
}
.dash-mid .lendzi-advapplyloan-inner .step-form-fields {
    max-width: 100%; }
.dash-mid .lendzi-advapplyloan-inner .login-btn {
    width: 40%; }
.dash-mid .applyform-footer-links {
    display: none; }
.dash-mid .aplyloan-form-hding h3 {
    font-size: 25px;
    margin: 0px 0px 20px 0px;
}
.dash-mid .lendzi-advapplyloan-inner,
.equi-sec {
    text-align: center;
}
.equi-sec i {
    margin-bottom: 10px;
    display: inline-block;
}
.equi-sec h2 {
    margin: 0px;
}
.dash-mid p {
    font-size: 15px;
    color: #666666;
    padding-bottom: 15px;
}
.info-loop {
    border-top: solid 1px #F2F2F2;
    padding: 20px 0;
    text-align: left;
}
.info-loop p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #666666;
    padding-bottom: 0px;
}
.info-loop span {
    font-size: 17px;
    color: #011013;
}
.filled.text-center,
.dash-btn.text-center {
    text-align: left !important;
    margin-top: 20px;
}
.dash-btn .next-btn,
.chng-pwd-btn {
    background: #20C58A;
    border-radius: 8px;
    border: solid 2px #20C58A;
    color: #ffffff;
    margin: 0px;
    line-height: 46px;
    margin-right: 5px;
    font-size: 18px;
    padding: 0 35px;
    display: inline-block;
    text-decoration: none !important;
}
.change-password .filled {
    margin-bottom: 10px;
}
.change-password input {
    height: 50px;
    margin: 10px 0px;
}
.dash-bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 15px 0;
}
.dash-bottom p {
    font-size: 16px;
    color: #011013;
    background: #ffffff;
    border-radius: 3px;
    padding: 12px 15px;
    border: solid 1px #EBEBEB;
}
.dash-bottom p a {
    color: #20C58A;
    text-decoration: none;
}
.dash-bottom span {
    font-size: 14px;
    color: #9A9A9A;
    display: block;
    padding-top: 5px;
}
.dash-bottom .foot-social,
.dash-bottom .foot-social ul {
    display: flex; }
.dash-bottom .foot-social ul {
    margin: 0px;
    justify-content: center;
    width: 100%;
}
.dash-bottom .foot-social ul li {
    list-style: none; }
.dash-bottom .foot-social ul li a.facebook {
    color: #0d87ee; }
.dash-bottom .foot-social ul li a.linkedin {
    color: #007bb5; }
.dash-bottom .foot-social ul li a.twitter {
    color: #1da1f2; }





/* DropDwon */
#site-header .dropdown {
    margin: 0px 0px 0px 15px; }
#site-header .dash-drop {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #011013;
    font-family: "Noto Sans JP", Sans-serif;
}
#site-header .dropdown button {
    outline: none;
    padding: 0px;
    text-transform: capitalize;
    text-decoration: none;
}
#site-header .dash-drop-menu {
    width: 200px;
    border-radius: 30px;
    padding: 17px 30px 20px 30px;
    margin: 18px 0 0 0px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border: none;
}
#site-header .dash-drop-menu:before {
    content: '';
    border: 1.3rem solid transparent;
    border-bottom-color: #fff;
    right: 20%;
    top: -25px;
    position: absolute;
}
#site-header .dash-drop i {
    float: left;
    margin: -4px 10px 0 0;
    background: #20C58A;
    width: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
}
#site-header .dash-drop-menu a.active,
#site-header .dash-drop-menu .dropdown-item:hover {
    background: none;
    color: #20C58A;
}
#site-header .primary-menu a.dropdown-item {
    margin: 0px;
}
#site-header .dropdown-item.active,
#site-header .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
#site-header .dropdown-item:hover,
#site-header .dropdown-item:focus {
    background-color: transparent;
}
#site-header .dash-drop-menu a {
    font-size: 18px;
    padding: 0px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 32px;
}
.lendzi-sticky-header #site-header .dropdown button {
    color: #fff; }
#site-header .dash-drop-menu .dropdown-item {
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: calc(14px/2);
    margin-top: calc(14px/2);
}
.lendzi-fieldblnk-err {
    color: red; }





















/* Footer */
.lendzi-footer {
    float: left;
    width: 100%;
    background: #003945;
    padding: 20px 0px 75px 0px;
    position: relative;
}
.lendzi-footer:before {
    content: '';
    background-image: url("../images/footer-shape.png");
    position: absolute;
    left: 0px;
    top: -160px;
    width: 100%;
    height: 160px;
}
.footer-logo .textwidget {
    display: inline-block;
    background-color: #fff;
    padding: 46px 18px 15px 18px;
    border-radius: 100%;
    width: 104px;
    height: 104px;
}
.footer-logo {
    position: absolute;
    left: 50%;
    top: 0px;
    text-align: center;
    margin: -55px 0px 0px -60px;
}
.footer-logo p {
    margin: 0px; }
/* Footer Widget */
.lendzi-footer-widget,
.footer-widget-title {
    float: left;
    width: 100%;
}
.footer-widget-title h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #20C58A;
    margin: 0px;
}
.lendzi-footer-widget .widget_archive a,
.lendzi-footer-widget .widget_archive a,
.lendzi-footer-widget .widget_categories a,
.lendzi-footer-widget .widget_categories a,
.lendzi-footer-widget .widget_pages a,
.lendzi-footer-widget .widget_pages a,
.lendzi-footer-widget .widget_meta a,
.lendzi-footer-widget .widget_meta a,
.lendzi-footer-widget .widget_nav_menu a,
.lendzi-footer-widget .widget_nav_menu a {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    font-weight: normal;
}
.lendzi-footer-widget .widget_nav_menu a:hover {
    color: #20C58A; }
.emaillist label {
    margin-bottom: 0.9rem; }
.lendzi-footer-widget .textwidget p {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: normal;
}
.lendzi-footer-widget .textwidget p a {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    margin-top: 20px;
    display: block;
}
.widget_footer_contact input[type="text"],
.widget_footer_contact input[type="Email"] {
    height: 36px;
    width: 100%;
    border: none;
    padding: 10px;
    color: #000;
    font-size: 15px;
    max-width: 450px;
    border-radius: 8px;
    padding: 2px 20px;
}
.widget_footer_contact input[type="submit"] {
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 11px 20px 12px 20px;
    background-color: #20c58a;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    margin-top: 4px;
}
.widget_footer_contact input[type="submit"]:hover {
    background: #13ab75;
    text-decoration: none;
}
.lendzi-footer-social-links {
    float: left;
    width: 100%;
}
.lendzi-footer-social-links a {
    color: #ffffff;
    font-size: 18px;
    float: left;
    margin: 0px 14px 5px 0px;
}
/* Footer Responsive */
.lendzi-footer-widget.lendzi-mobile-footer {
    display: none; }
.lendzi-mobile-footer .textwidget p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    align-self: baseline;
}
#site-footer .lendzi-mobile-footer .lendzi-footer-social-links a {
    font-size: 20px;
}
.lendzi-mobile-footer .widget.widget_text {
    margin-top: 0; }
#site-footer .lendzi-mobile-footer a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 0px;
}
.lendzi-mobile-footer .textwidget {
    display: flex;
    justify-content: space-between;
}
.lendzi-mobile-footer .widget_footer_contact input[type="text"], .lendzi-mobile-footer .widget_footer_contact input[type="Email"] {
    height: 48px; }
.lendzi-mobile-footer .widget_footer_contact input[type="submit"] {
    padding: 16px 20px 17px 20px; }

.lendzi-mobile-footer.lendzi-footer-widget .col-md-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
    align-self: baseline;
}
.lendzi-mob-section-1 {
    margin-bottom: 20px; }
/* Tabs Style */
.lendzi-tabs-box .elementor-tab-desktop-title {
    padding: 0px 8px 0px 0px;
    border: none;
    background-color: transparent !important;
}
.lendzi-tabs-box .elementor-tab-desktop-title a {
    padding: 10px 7px;
    border: none;
    float: left;
}
.lendzi-tabs-box  .elementor-active a {
    border-bottom: 3px solid #20c58a !important; }
.widget_footer_contact .emaillist {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.lendzi-blog-detail-content .elementor-text-editor {
    font-size: 16px;
    color: #011013;
    line-height: 28px;
    letter-spacing: 0px;
}
.lendzi-blog-grid-text-style4 figure img {
    border-radius: 12px 12px 0px 0px; }
.cat-itm-imag img {
    border-radius: 12px 12px 0px 0px; }
.lendzi-calc-slider .swiper-pagination {
    display: none; }
.lendzi-calc-slider.lendzi-products-slider a {
    position: static; }
.lendzi-calc-slider.lendzi-products-slider .swiper-slide {
    min-height: auto; }

/* pretty radio */
span.elementor-field-option > input[type="radio"] {
  display: none !important;
}
span.elementor-field-option > input[type="radio"] + *::before {
    content: "";
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #20C58A;
}
span.elementor-field-option > input[type="radio"]:checked + *::before {
  background: radial-gradient(#20c58a 0%, #20c58a 40%, transparent 50%, transparent);
  border-color: #20C58A;
}



.lendzi-butns-listcon ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.lendzi-butns-listcon ul li {
    list-style: none;
    margin: 0px 7px 7px 0px;
}
.lendzi-butns-listcon ul li a {
    background-color: #BBEEDC;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 24px 24px 24px 24px;
    padding: 6px;
    display: inline-flex;
    color: #020202;
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.lendzi-pros-listcon,
.lendzi-cons-listcon {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(17 17 17 / 15%);
}
.listhld-itm-label h4 {
    margin: 0px;
    color: #FFFFFF;
    font-family: "Sansation", Sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0px;
}
.listhld-itm-label {
    padding: 10px 0px 10px 0px;
    background-color: #20C58A;
    border-radius: 12px 12px 0px 0px;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.lendzi-cons-listcon .listhld-itm-label {
    background-color: #F60A20;
}
.lendzi-proscons-listitms ul {
    margin: 0px;
    padding: 17px 32px;
}
.lendzi-proscons-listitms ul li {
    list-style: none;
    margin: 15px 0px;
    color: #050505;
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-basis: 100%;
}
.lendzi-proscons-listitms ul li i {
    color: #20C58A; }
.lendzi-cons-listcon ul li i {
    color: #F60A20; }
.lendzi-butns-listcon {
    display: flex;
    width: 100%;
    flex-basis: 100%;
    overflow: hidden;
}

.lendzi-butns-listcon .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.lendzi-butns-listcon .swiper-slide {
  display: flex;
  align-items: flex-end;
  width: auto;
  margin-right: 8px;
}
.swiper-container-proscons {
    overflow: hidden;
    display: flex;
    width: 100%;
}