@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root {
  --baseFont: 'Lato', sans-serif;
  --darkprimaryColor: #14137b;
  --primaryColor: #1CBBEE;
  --gradientColor1: #16A0F9;
  --gradientColor2: #00D1FF;
  --black: #000;
  --white: #fff;
  --gray: #333333;
  --lightBg: #F0F6FB;
  --lightBg2: #F0F3F5;
  --footerBg: #0C101B;
}
body {
    font-family: 'Lato', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
body {
    padding-top: 146px;
}
.headerSection {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blogCardStyle span.posted-on time {
    text-transform: capitalize;
    color: #4F4F4F;
    font-size: 16px;
    letter-spacing: initial;
    opacity: 1;
}
.blogCardStyle span.posted-on {
    position: relative;
    padding-left: 32px;
    display: inline-block;
}
.category .blogCardStyle .post-taxonomies {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    margin-left: 15px;
}
.blogCardStyle span.edit-link {
    display: inline-block;
}
.blogCardStyle footer.entry-footer.default-max-width {
    margin-bottom: 24px;
}
.blogCardStyle footer.entry-footer br {
    display: none;
}
.blogCardStyle span.posted-on:before {
    content: "";
    background-image: url('../images/calendaricon.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.blogCardStyle .post-taxonomies:before {
    content: "";
    background-image: url('../images/guideicon.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.dateShedule span.shareCol::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-image: url('../images/shareicon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blogCardStyle .post-taxonomies span.cat-links a {
    font-size: 16px;
    color: #4F4F4F;
    font-weight: 400;
}
.blogCardStyle .post-taxonomies span.cat-links {
    font-size: 0;
}
.headerBtn  a {
  background: var(--gradientColor1);
  background: -moz-linear-gradient(left, var(--gradientColor1) 0%, var(--gradientColor2) 50%, var(--gradientColor1) 100%);
  background: -webkit-linear-gradient(left, var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%);
  background: linear-gradient(to right, var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradientColor1)', endColorstr='var(--gradientColor1)',GradientType=1 );
  color: var(--white);
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-position: left top;
  -webkit-transition: background-position 300ms ease-in-out 0s;
  -o-transition: background-position 300ms ease-in-out 0s;
  transition: background-position 300ms ease-in-out 0s;
  padding: 15px 30px 17px;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.headerBtn  a:hover {
  color: var(--white) !important;
  background-position: right top;
}
html[lang="en-US"] .engText {
display: block;
}
html[lang="en-US"] .indText {
display: none;
}
html[lang="id-ID"] .indText {
display: block;
}
html[lang="id-ID"] .engText {
display: none;
}
.headerSection.fixed {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
/*    transform: translateY(-47px);*/
}
.headerBtmCol {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerSection.fixed .headerBtmCol {
    padding: 15px 0;
}
.btn, .elementor-widget-button.primaryBtnStyle .elementor-button {
  padding: 15px 30px 17px;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.btnPrimary, .elementor-widget-button.primaryBtnStyle .elementor-button {
  background: var(--gradientColor1);
  background: -moz-linear-gradient(left,  var(--gradientColor1) 0%,  var(--gradientColor2) 50%, var(--gradientColor1) 100%);
  background: -webkit-linear-gradient(left,  var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%);
  background: linear-gradient(to right,  var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradientColor1)', endColorstr='var(--gradientColor1)',GradientType=1 );
  color: var(--white);
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-position: left top;
  -webkit-transition: background-position 300ms ease-in-out 0s;
  -o-transition: background-position 300ms ease-in-out 0s;
  transition: background-position 300ms ease-in-out 0s;
}
.btnPrimary:hover, .elementor-widget-button.primaryBtnStyle .elementor-button:hover {
  color: var(--white);
  background-position: right top;
}
.headerTopCol {
  padding: 8px 0 12px;
  background-color: var(--lightBg);
  text-align: right;
}
.headerTopLinks > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.headerTopLinks > ul > li + li {
  padding-left: 45px;
}
.headerTopLinks a {
  color: var(--gray);
}
/********** Blog Single Css Start ***********/
.sidebarCol {
    /*     width: 320px; */
    width: 400px;
    margin-top: 30px;
}
.postSingle figure.post-thumbnail img {
    max-width: initial !important;
    border-radius: 10px;
    /*     height: 630px !important; */
    height: 540px !important;
    object-fit: cover;
    margin-top: 30px;
}
.postSingle h1.entry-title {
    text-transform: uppercase;
    font-weight: 700;
}
.postSingle .post-taxonomies span.cat-links a {
    color: #14a5fa;
    font-weight: 500;
}
.sidebarCol .widget_search label , .sidebarCol .widget-title {
    display: block;
    font-weight: 700;
    font-size: 22px;
}
.sidebarCol .widget_search form.search-form {
    position: relative;
}
.sidebarCol .widget_search form.search-form::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 17px;
    height: 17px;
    background-image: url('https://ezycash.net/wp-content/uploads/2023/09/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bannerBtnApp .elementor-widget-wrap.elementor-element-populated .elementor-widget.elementor-widget-image {
    width: auto;
    margin: 0;
}
.bannerBtnApp
 .elementor-widget-wrap.elementor-element-populated {
    gap: 20px;
}
.sidebarCol .widget_search input.search-submit {
    position: absolute;
    right: 0;
    bottom: 7px;
    background: var(--gradientColor1);
    background: -moz-linear-gradient(left, var(--gradientColor1) 0%, var(--gradientColor2) 50%, var(--gradientColor1) 100%);
    background: -webkit-linear-gradient(left, var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%);
    background: linear-gradient(to right, var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradientColor1)', endColorstr='var(--gradientColor1)',GradientType=1 );
    color: var(--white);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-position: left top;
    -webkit-transition: background-position 300ms ease-in-out 0s;
    -o-transition: background-position 300ms ease-in-out 0s;
    transition: background-position 300ms ease-in-out 0s;
    border: 0;
    border-radius: 50px;
    padding: 12px 20px;
    min-width: 116px;
    font-size: 16px;
}
.sidebarCol .widget_search input.search-field {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 30px;
    border: 0;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFE8;
    border-radius: 0;
    width: 100%;
}
.sidebarCol .widget_search input.search-field:focus-visible {
  outline: none;
}
.sidebarCol .widget_search {
  margin-bottom: 30px;
}
.sidebarCol .widget_recent_entries ul li + li {
  margin-top: 10px;
}
.sidebarCol .widget_recent_entries ul li a {
    font-size: 16px;
    font-weight: 600;
}
.sidebarCol .rpwwt-widget ul li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 150px;
    min-height: 130px;
    position: relative;
    overflow: inherit;
}
.sidebarCol .rpwwt-widget ul li a {
    order: 2;
}
.sidebarCol .rpwwt-post-author {
    order: 1;
    width: 100%;
    padding-bottom: 10px;
    color: #008CE7;
    font-size: 16px;
    font-weight: 600;
}
.sidebarCol .rpwwt-post-categories {
    order: 3;
    width: 100%;
    padding-top: 10px;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 600;
}
.sidebarCol .rpwwt-widget ul li a img.wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    float: none;
    height: 130px !important;
    object-fit: cover;
    max-width: 135px !important;
    width: 100% !important;
    margin: 0;
}
.sidebarCol .rpwwt-post-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.dateShedule .posted-by span {
    margin-left: 30px;
    padding-left: 23px;
    position: relative;
    font-size: 16px;
    color: #4F4F4F;
}
.dateShedule footer.entry-footer.default-max-width {
    display: flex;
}
.dateShedule .post-taxonomies {
    font-size: 0;
    margin-left: 30px;
    padding-left: 26px;
    position: relative;
}
.socialShareDiv {
    position: relative;
}
.dateShedule .posted-by span.posted-on {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    font-size: 0;
}
.postSingle .entry-content h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
}
.dateShedule .posted-by span.posted-on::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    height: 20px;
    width: 15px;
    background-image: url('https://ezycash.net/wp-content/uploads/2023/09/calender-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dateShedule time.entry-date.published.updated {
    font-size: 16px;
    color: #4F4F4F;
    opacity: 1;
    text-transform: capitalize;
}
.dateShedule span.byline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 15px;
    background-image: url('https://ezycash.net/wp-content/uploads/2023/09/user-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dateShedule .post-taxonomies::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 18px;
    background-image: url('https://ezycash.net/wp-content/uploads/2023/09/guide-tips-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.socialShareDiv .heateor_sss_sharing_container {
    display: none;
    position: absolute;
    left: 25px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    z-index: 9;
}
.socialShareDiv .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
}
.postSingle .dateShedule .post-taxonomies span.cat-links a {
    font-size: 16px;
    color: #4F4F4F;
}
.dateShedule .posted-by span.shareCol {
    padding-left: 32px;
    cursor: pointer;
}
.dateShedule .socialShareDiv {
    padding-top: 0;
}
.dateShedule .posted-by span span.screen-reader-text {
    display: none;
}
.dateShedule {
    margin-bottom: 30px;
    padding-top: 15px;
}


/********** Blog Single Css End ***********/

/********** Accordion Css Start ***********/

.accordionStyle .elementor-tab-title {
    position: relative;
}
.accordionStyle span.eael-advanced-accordion-icon-closed, .accordionStyle span.eael-advanced-accordion-icon-opened {
    position: absolute;
    right: 35px;
    top: 32px;
    margin: 0 !important;
}
.accordionStyle span.eael-advanced-accordion-icon-closed i, .accordionStyle span.eael-advanced-accordion-icon-opened i {
    margin: 0;
}
.accordionStyle .eael-accordion-list .eael-accordion-content {
    color: #4F4F4F !important;
    font-size: 18px;
    line-height: 28px;
    padding: 0 30px 30px;
    border: 0;
}
.callActionbtn {
  margin-top: 40px;
}
.innerPageBanner.callAction {
    padding: 110px 0;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover i {
    color: #222 !important;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    padding: 30px 50px 30px 30px;
    background-color: #fff;
    border: 0;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
    background: #fff;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active span i.fa-accordion-icon {
    color: #222 !important;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    background-color: #fff;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
    font-size: 24px;
    font-weight: 700;
    color: #1A55A1 !important;
}
.accordionStyle .eael-accordion-list {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
/********** Accordion Css End ***********/
/********** Contact Card Css Start ***********/
.contactCard {
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
}
.contactCard.active {
  background-color: #1A55A1;
}
.contactCard .infobox-icon.eael-icon-only {
    margin-bottom: 20px;
}
.contactCard .infobox-content h4.title {
    font-size: 24px;
    font-weight: 500;
    color: #000000 !important;
}
.contactCard .infobox-content p:empty {
    display: none;
}
.contactCard .infobox-content p {
  font-size: 20px;
    font-weight: 500;
    color: #000000 !important;
}
.contactCard .infobox-content .infobox-button a.eael-infobox-button {
    background-color: transparent !important;
    color: #1A55A1 !important;
    font-size: 22px;
    font-weight: 700;
}
.contactCard .infobox-icon.eael-icon-only path {
    fill: #fff;
}
.contactCard.active .infobox-content h4.title ,
.contactCard.active .infobox-content p ,
.contactCard .infobox-content .infobox-button a.eael-infobox-button {
  color: #ffffff !important;
}
.contCardOuter {
  margin-top: 40px;
}
/********** Contact Card Css End ***********/
/********** Accordion style 2 Css Start ***********/
.accordionStyle.accordionStyle2 .eael-accordion-list {
    box-shadow: none;
}
.accordionStyle.accordionStyle2 .eael-accordion-list {
    box-shadow: none;
    border-bottom: 1px solid #000000;
}
.accordionStyle.accordionStyle2 .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    padding: 0;
}
.accordionStyle.accordionStyle2 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
    color: #4F4F4F !important;
    font-size: 22px;
    font-weight: 500;
    padding-right: 25px;
}
.accordionStyle.accordionStyle2 .eael-accordion-list {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
}
.accordionStyle.accordionStyle2 span.eael-advanced-accordion-icon-closed,
.accordionStyle.accordionStyle2 span.eael-advanced-accordion-icon-opened {
    top: 3px;
    right: 0;
}
.accordionStyle.accordionStyle2 .eael-accordion-list .eael-accordion-content {
    border: 0 !important;
    padding: 0;
}
.accordionStyle.accordionStyle2 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    margin-bottom: 20px;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    border: 0px solid #eee;
    padding: 0 30px 30px;
}
.accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-content .eael-accordion-content {
    padding: 0 10px;
}
.accordionOuterCol .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
/********** Accordion style 2 Css End ***********/
/********** Language Switcher Style Css Start ***********/
h2.widget-title {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.languageSwitcher ul li a:hover {
    background-color: transparent !important;
    border: 0;
}
.languageSwitcher ul li a {
  background-color: transparent;
  border:0;
}
.languageSwitcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.languageSwitcher .wpml-ls-legacy-dropdown a:focus,
.languageSwitcher .wpml-ls-legacy-dropdown a:hover {
    background-color: transparent;
}
.languageSwitcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 20px;
}
.languageSwitcher .wpml-ls-legacy-dropdown {
    width: auto;
}
.languageSwitcher ul li a:after {
  display: none !important;
}
.languageSwitcher .wpml-ls-legacy-dropdown .wpml-ls-item {
    text-align: left;
}
.languageSwitcher .wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0 10px 0 0px;
    margin: 0;
    list-style-type: none;
}
.languageSwitcher ul li a.wpml-ls-item-toggle:before {
  content: "";
  background-image: url('../images/arrowdd.svg');
  width: 9px;
  height: 5px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.languageSwitcher .wpml-ls-legacy-dropdown ul ul.wpml-ls-sub-menu {
  white-space: nowrap;
  background-color: #fff;
  left: auto;
  box-shadow: 0 0 40px rgb(0 0 0 / 15%);
  border: 0;
  border-radius: 5px;
  min-width: 200px;
  padding: 10px;
}
/********** Language Switcher Style Css End ***********/
.selectedLang {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.selectedLang::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 8px;
  background-image: url('../images/angle-down.svg');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.referalCard {
    margin-top: 40px;
}
.referalCard .elementor-widget-text-editor p {
    margin: 0;
}
.accordionOuter {
  margin-top: 40px;
}
.listHorizontal .elementor-icon-list-icon svg {
    fill: transparent;
}
.referalCard .elementor-icon-box-title {
    color: #1A55A1;
    font-size: 24px;
    font-weight: 700;
}
.referalCard .elementor-widget-text-editor {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.referalCard .elementor-icon-box-description {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.flagIcon img {
  display: block;
  width: 27px;
  height: auto;
  border: 1px solid rgba(0,0,0,0.2);
}
.langText {
  line-height: 1;
}
.langDd .langText {
  display: block;
}
.langDd {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  padding: 15px 10px;
  border-radius: 4px;
  min-width: 90px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  z-index: 5;
  min-width: 130px;
}
.langDdCol.actLang .langDd {
  opacity: 1;
    pointer-events: initial;
}
.langDdCol {
  position: relative;
  text-align: left;
}
.langDd a {
  display: block;
  padding: 8px 5px;
}
.langDd a:hover {
    opacity: 0.7;
}
.langDd .flagIcon img {
  width: 24px;
  border: 1px solid rgba(0,0,0,0.2);
}
.headerBtmCol {
  padding: 20px 0;
}
.navigationCol {
  font-size: 18px;
}
.navigationCol > ul > li {
  display: inline-block;
  position: relative;
}
.navigationCol > ul > li + li {
  padding-left: 30px;
}
.navigationCol > ul > li a {
    position: relative;
}
.navigationCol > ul > li a:hover {
    color: #008CE7;
}
.navigationCol > ul > li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #008CE7;
    height: 2px;
    bottom: -3px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 300ms ease-in-out 0s;
    -o-transition: transform 300ms ease-in-out 0s;
    transition: transform 300ms ease-in-out 0s;
}
.navigationCol > ul > li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.navigationCol > ul > li.headerBtn a::before {
    display: none;
}
.headerBtn {
  margin-left: 0;
}
.logoCol .easylogo {
  margin-bottom: 0;
}
/* Menu toggle */
.menuToggle {
  position: relative;
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  max-width: 100%;
    z-index: 5;
}
.menuToggle span {
  position: absolute;
  width: 18px;
  left: 5px;
  height: 3px;
  background-color: var(--primaryColor);
  border-radius: 10px;
  transition: 0.5s;
}
.menuToggle span:nth-child(1) {
  -webkit-transform:  translateY(-10px);
  -ms-transform:  translateY(-10px);
  transform:  translateY(-10px);
  width: 28px;
}
.activeMenu .menuToggle span:nth-child(1) {
  width: 30px;
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.menuToggle span:nth-child(2) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  width: 30px;
  left: 5px;
}
.activeMenu .menuToggle span:nth-child(2) {
  width: 30px;
  -webkit-transform: translateY(0) rotate(315deg);
  -ms-transform: translateY(0) rotate(315deg);
  transform: translateY(0) rotate(315deg);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.activeMenu .menuToggle span:nth-child(3) {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}
.activeMenu .menuToggle span {
  background-color: #fff;
}
/* /Menu toggle */
.lgTitle  .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 51px;
}
.contentCol {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.callAction .titleCol .elementor-heading-title {
    font-size: 60px;
}
.aboutImg .elementor-widget-container {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}
.aboutImg .elementor-widget-container img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    max-width: 100% !important;
}
.subText.themeWhite {
    color: #fff;
}
.aboutDescMain .elementor-widget-wrap.elementor-element-populated {
    max-width: 710px;
}
.goalInner {
  margin-top: 40px;
}
.listStyle3 li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 6px;
}
.listStyle3 li.elementor-icon-list-item {
    align-items: flex-start;
}
/* /Loan Css Start */
.loanCalc {
    padding: 70px 60px 65px 60px;
    border-radius: 25px;
    border:1px solid #DAE4E8;
    box-shadow: 10px 30px 60px rgba(81, 77, 149, 0.12);
}
.whiteBox {
    padding: 30px;
    border-radius: 8px;
    border:1px solid #DAE4E8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.loanCalc  .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.loanBoxOuter {
    padding-bottom: 60px;
    border-bottom: 1px solid #DAE4E8;
    margin-bottom: 40px !important;
}
.cstmRadio input {
    display: none;
}
.cstmRadio label {
    background-color: rgba(93, 84, 163, 0.3);
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.cstmRadio input:checked + label {
    background-color: rgba(93, 84, 163, 1);
}
.boxLabel {
    font-size: 24px;
    font-weight: 600;
    color: #231F20;
}
.boxAmount {
    font-size: 24px;
    font-weight: 600;
    color: #808184;
}
.boxAmount span {
    color: #1CBBEE;
}
.rangeStyle .irs--round {
    height: 90px;
}
.rangeStyle .irs--round .irs-min, .rangeStyle .irs--round .irs-max {
    color: #808184;
    background-color: transparent;
    font-size: 16px;
    top: auto;
    bottom: -80px;
}
.rangeStyle .irs--round .irs-from,
.rangeStyle .irs--round .irs-to,
.rangeStyle .irs--round .irs-single {
    line-height: 1;
    text-shadow: none;
    padding: 8px 18px;
    border-radius: 8px;
    color: #808184;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #E0E0E0;
}
.rangeStyle .irs-from ,
.rangeStyle .irs-to ,
.rangeStyle .irs-single {
    position: absolute;
    display: block;
    top: -20px;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.rangeStyle .irs--round .irs-line {
    height: 5px;
    background-color: #BDBDBD;
    border-radius: 10px;
}
.rangeStyle .irs--round .irs-bar {
    height: 5px;
    background-color: #1CBBEE;
}
.rangeStyle .irs--round .irs-handle {
    top: 30px;
    width: 16px;
    height: 16px;
    background-color: #1CBBEE;
    border-radius: 24px;
    box-shadow: none;
    border: 0;
}
.rangeStyle .irs--round .irs-handle:before {
    background-color: rgba(28, 187, 238, 0.3);
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
}
.rangeStyle .irs--round .irs-from:before,
.rangeStyle .irs--round .irs-to:before,
.rangeStyle .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 7px solid transparent;
    border-top-color: #E0E0E0;
    transform: translate(-50%,0);
    margin-bottom: 1px;
    z-index: 8;
}
.rangeStyle .irs--round .irs-from:after,
.rangeStyle .irs--round .irs-to:after,
.rangeStyle .irs--round .irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -11px;
    left: 50%;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #fff;
    transform: translate(-50%,0);
    margin-left: -3px;
    margin-bottom: 1px;
    z-index: 9;
}
/* /Loan Css End */
/* /About Css Start */
.aboutDesc {
  padding-right: 50px;
}
.contentCol p + p {
    margin-top: 1rem;
}
.contentCol p {
    margin: 0;
}
.subText {
  font-size: 22px;
  line-height: 32px;
  color: #000;
}
.subText p {
  margin: 0;
}
.secSpace {
  padding: 100px 0;
}
.successCard {
  margin-top: 40px;
}
.cardStyle1 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 25px;
  box-shadow: 0 5px 70px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cardStyle1:before {
  content: "";
  background-image: url('../images/logshape.svg');
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.cardStyle1 .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.cardStyle1 .cardTop {
    display: inline-block;
    width: auto;
    background-color: #1CBBEE;
    border-radius: 0 0 50px 0;
    margin-bottom: 60px;
}
.cardStyle1 .cardDesc {
    padding: 0 40px 0px 30px;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 60px;
}
.cardStyle1 .cardDesc:before {
  content: "";
  background-image: url('../images/quotetop.svg');
    width: 18px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    left: 30px;
}
.cardStyle1 .cardDesc:after {
    content: "";
    background-image: url('../images/quotebtm.svg');
    width: 18px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 100%;
    margin-bottom: 10px;
    right: 30px;
}
.cardStyle1 .cardDesc p {
  margin:0;
}
.cardStyle1 .cardTop figure.elementor-image-box-img {
  width: 110px !important;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    min-width: 110px;
    margin: -10px 15px -10px -25px !important;
    background-color: #fff;
    padding: 4px;
}
.successCard .elementor-container.elementor-column-gap-default {
    gap: 45px;
}
.cardStyle1 .cardTop figure.elementor-image-box-img img {
    border-radius: 50%;
    object-fit: cover;
    max-width: 100% !important;
}
.cardStyle1 .cardTop .elementor-image-box-content {
    padding: 12px 70px 12px 0px;
}
.cardStyle1 .cardTop .elementor-image-box-content h3.elementor-image-box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cardStyle1 .cardTop .elementor-image-box-content p.elementor-image-box-description {
    color: #fff;
    font-size: 16px;
}
/* /About Css End */
/************ Contact Css Start ***************/
.featureCol {
  margin-top: 40px;
}
.cardStyle4 {
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 30px 10px 10px;
}
.cardStyle4 .elementor-image-box-wrapper figure.elementor-image-box-img {
    overflow: hidden;
    border-radius: 10px;
}
.cardStyle4 .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s;
}
.cardStyle4 .elementor-image-box-wrapper figure.elementor-image-box-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cardStyle4 .elementor-image-box-content h3.elementor-image-box-title {
    color: #1A55A1;
    font-size: 22px;
    font-weight: 700;
}
.cardStyle4 .elementor-image-box-content p.elementor-image-box-description {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.contactInfo {
    background-color: #1A55A1;
    border-radius: 10px;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}
.formStyle .form-group br {
    display: none;
}
.formStyle .form-group label {
    display: block;
    font-size: 16px;
    color: #666791;
    font-weight: 400;
    margin-bottom: 15px;
}
.contactBtn p input {
    width: 100%;
    max-width: 245px;
}
.form-control {
  color: #000;
  font-size: 16px;
  padding: 0;
  border:0;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFE8;
  border-radius: 0;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control::placeholder {
  color: rgba(102, 103, 145, 0.4);
}
textarea.form-control {
  height: 80px;
}
.contactBtn p {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.formStyle .form-group input {
    width: 100%;
}
.contactBtn {
    padding: 24px 0 30px;
}
.contactDesc  h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contactListStyle li.elementor-icon-list-item span.elementor-icon-list-icon i {
    font-size: 17px;
}
.contactInfo .elementor-widget-wrap.elementor-element-populated,
.formCol .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.formCol {
    padding: 60px 65px;
}
.contactDesc p , .contactDesc {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
.contactOuter {
  margin-top: 60px;
  box-shadow: 0 5px 70px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #fff;
}
.contactInfo:before {
  content: "";
  position: absolute;
  background-image: url('../images/contactshape.svg');
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.contactListStyle {
  margin-top: 35px;
}
.contactListStyle li.elementor-icon-list-item span.elementor-icon-list-icon {
    position: absolute;
    left: 0;
    top: 4px;
}
.contactListStyle li.elementor-icon-list-item {
    position: relative;
    padding-left: 30px;
}
.contactListStyle li .elementor-icon-list-text {
    font-size: 20px !important;
}
.contactListStyle li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    fill: transparent;
}
/************ Contact Css End ***************/
.titleCol .elementor-heading-title {
    font-size: 90px;
    color: #fff;
    font-weight: 900;
}
.innerPageBanner {
  position: relative;
  padding: 190px 0;
}
.innerPageBanner:before{
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #14137B 0%, #16A0F9 100%);
    opacity: 0.6;
}
.bannerBgSlider {
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 750px;
    padding: 40px 0;
    position: relative;
}
.bannerBgSlider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #14137B 0%, #16A0F9 100%);
    opacity: 0.6;
}
.bannerContant {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 15px;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 836px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 90px;
    font-weight: 900;
}
.bannerContant h2 {
  font-size: 90px;
  font-weight: 900;
}
.bannerContant > p {
    font-size: 26px;
    font-weight: 500;
    max-width: 400px;
    margin: 0 auto;
}
.bannerContant a.btn.btnPrimary.headerBtn {
    margin: 0 !important;
}
.bannerSec .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
}
.bannerSec span.swiper-pagination-bullet {
    background-color: #9FD2EB;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.bannerSec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
.bannerContant a.btn.btnPrimary.headerBtn {
    margin: 0 !important;
    padding: 19px 15px;
    min-width: 172px;
}
.bannerSec .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.servicesMainCol {
    background-color: #F0F3F5;
    padding: 25px 0;
}
.servicesMainCol .elementor-widget-icon-box .elementor-icon-box-title {
    color: #000000;
    font-size: 17px;
    margin: 0;
}
.blogSection {
    padding: 100px 0;
}
.maxWidLg {
  max-width: 760px;
  margin: 0 auto;
}
.maxWidXl {
  max-width: 840px;
  margin: 0 auto;
}
.maxWidSm {
  max-width: 610px;
  margin: 0 auto;
}
.subTitle h2.elementor-heading-title {
    color: #008CE7 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.documentCol {
    margin-top: 20px;
}
.listStyle ul li.elementor-icon-list-item {
    background: #F2F2F2;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    align-items: flex-start;
}
.listStyle ul li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 2px;
}
.listStyle ul li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.listStyle ul {
    column-count: 2;
}
.lgTitle.themeWhite h2.elementor-heading-title {
    color: #ffffff;
}
.eligibilityMain {
  margin-top: 40px;
}
.cardStyle2 {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}
.cardStyle2 .elementor-icon-box-content p.elementor-icon-box-description {
    font-size: 18px;
    color: #231F20;
}
.cardStyle2 .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.blogCol {
    margin-top: 28px;
}
.blogSection .lgTitle.elementor-widget.elementor-widget-heading {
    max-width: 750px;
    margin: 0 auto;
}
.blogCardSection {
    margin-top: 25px;
}
.blogCardStyle {
    background-color: #FFFFFF;
    box-shadow: 0px 5px 70px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px 15px 40px;
    height: 100%;
    position: relative;
}
.blogCardImg {
    height: 280px;
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
}
.blogCardImg > img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    max-width: 100% !important;
    -webkit-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s;
}
.blogCardStyle:hover .blogCardImg > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blogContent {
    padding: 20px 0;
}
.blogTag {
    border: 1px solid #1CBBEE;
    color: #1CBBEE;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
    cursor: pointer;
}
.blogCardStyle:hover .blogTag {
    background-color: #1CBBEE;
    color: #fff;
}
.blogTitle {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 20px;
    min-height: 80px;
}
.themeBlue {
  color: #1A55A1;
}
.readMore {
    position: absolute;
    left: 15px;
    bottom: 25px;
}
.blogDesc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.blogDesc p {
  margin: 0;
}
.readMore > a {
    color: #5D54A3;
    font-size: 16px;
    font-weight: 600;
}
.readMore > a > span {
    display: inline-block;
    vertical-align: middle;
}
.readMore > a > span + span {
    margin-left: 10px;
}
.viewBtn {
    text-align: center;
    margin-top: 60px;
}
.viewBtn .btnPrimary {
    min-width: 170px;
    padding: 19px 15px;
}
.appSection {
    background: linear-gradient(90deg, #16A0F9 0.18%, #00D1FF 100.18%) !important;
    position: relative;
}
.appSection::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://www.ezycash.net/wp-content/uploads/2023/01/app-bg.svg');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.appImg img.attachment-full.size-full {
    width: 800px !important;
    margin-top: -90px;
}
.googlePlayBtn, .appStoreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 238px !important;
    margin: 0 !important;
    height: 77px;
}
.googlePlayBtn img, .appStoreBtn img {
    width: 100% !important;
    display: block;
    max-width: 100% !important;
    height: 77px !important;
}
.appStoreBtn {
    margin-left: 40px !important;
}
.appContent h2.elementor-heading-title.elementor-size-default {
    font-size: 80px;
    font-weight: 400 !important;
    padding-bottom: 40px;
}
.appContent {
    padding: 50px 0;
}
.appContent p.elementor-heading-title.elementor-size-default {
    font-weight: 400 !important;
    padding-bottom: 20px;
}
.appContent h2.elementor-heading-title.elementor-size-default > span {
    font-weight: 700;
}
/* about col */
.homeAboutText {
  max-width: 648px;
  margin-left: auto;
}
.homeAboutCol {
  overflow: hidden;
}
.aboutImgColRight > .elementor-element-populated {
  padding: 0 !important;
}
.aboutImgColRight img {
  max-width: 100% !important;
  height: auto !important;
}
/* footer */
.footerLogo {
  padding-bottom: 50px;
}
.footerSection {
  background-color: var(--footerBg);
  color: var(--white);
  padding: 90px 0 50px;
}
.footerLeftCol {
  width: 480px;
}
.footerLinksColMain {
    max-width: 385px;
}
.footerLinks li + li {
  margin-top: 15px;
}
.footerLinks a {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}
.footerLinks a:hover {
  opacity: 0.7;
}
.footerLinks a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('https://www.ezycash.net/wp-content/uploads/2023/01/primary-link-arrow.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 8px;
  height: 14px;
}
.followLinks {
  padding-top: 40px;
}
.footerTitle {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.socialLinksCol li {
  display: inline-block;
}
.socialLinksCol li + li {
  padding-left: 6px;
}
.footerRightCol {
  width: 230px;
}
.footerLeftCol, .footerLinksColMain, .footerRightCol {
  padding-bottom: 40px;
}
.footerLogo img {
    max-width: 310px !important;
}
.copyrightCol {
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.pageMenu ul {
    display: flex;
    justify-content: space-around;
}
.pageMenu ul li a span.menu-image-title-below.menu-image-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 5px;
}
.pageMenu ul li a span.menu-image-title-below.menu-image-title:hover {
    color: #008ce7;
}
.subHeading h3.elementor-heading-title {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
}
.callAction .eael-call-to-action.cta-basic.bg-lite {
    background-color: transparent;
    padding: 0;
}
.callAction .eael-call-to-action.cta-basic.bg-lite .cta-button {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 40px;
}
.callAction .eael-call-to-action.cta-basic.bg-lite .cta-button:not(.cta-secondary-button) {
    background: var(--gradientColor1) !important;
    background: -moz-linear-gradient(left, var(--gradientColor1) 0%, var(--gradientColor2) 50%, var(--gradientColor1) 100%) !important;
    background: -webkit-linear-gradient(left, var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%) !important;
    background: linear-gradient(to right, var(--gradientColor1) 0%, var(--gradientColor2) 50%,var(--gradientColor1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradientColor1)', endColorstr='var(--gradientColor1)',GradientType=1 ) !important;
    color: var(--white) !important;
    -webkit-background-size: 200% auto !important;
    background-size: 200% auto !important;
    background-position: left top !important;
    -webkit-transition: background-position 300ms ease-in-out 0s !important;
    -o-transition: background-position 300ms ease-in-out 0s !important;
    transition: background-position 300ms ease-in-out 0s !important;
}
.callAction .eael-call-to-action.cta-basic.bg-lite .cta-button:not(.cta-secondary-button):hover {
    color: var(--white);
    background-position: right top !important;
}
.callAction .eael-call-to-action.cta-basic.bg-lite .cta-button.cta-secondary-button {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff !important;
    padding: 14px 40px;
}
.callAction .eael-call-to-action.cta-basic.bg-lite .cta-button.cta-secondary-button:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #222 !important;
}
.cardStyle5 .elementor-icon-box-wrapper {
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
}
.cardStyle5 .elementor-icon-box-wrapper span.elementor-icon.elementor-animation- {
    background-color: #E7EEF2;
    border-radius: 15px;
}
.cardStyle5 .elementor-icon-box-wrapper .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 22px;
    color: #1A55A1;
    font-weight: 600;
}
.cardStyle5 .elementor-icon-box-wrapper .elementor-icon-box-content p.elementor-icon-box-description {
    font-size: 18px;
    color: #000000;
}
.cardStyle2 .elementor-widget-container a {
    color: #1CBBEE;
}
.cardStyle2 .elementor-widget-container p {
  margin: 0;
}
.cardStyle2 .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.cardStyle2 .listStyle3 ul.elementor-icon-list-items li.elementor-icon-list-item + li.elementor-icon-list-item {
    margin-top: 10px;
}
.cardStyle2 .listStyle3 ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    width: 25px;
}
.cardStyle2 .elementor-widget-container {
    color: #666791;
    font-size: 14px;
}
.featureCol .cardStyle2 {
    height: auto;
}
.cardStyle2 .listStyle3 ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 18px;
    color: #000;
}
.featureCol .cardStyle2 h2.elementor-heading-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.featureCol .elementor-container.elementor-column-gap-default {
    gap: 35px;
}
.listStyle2 ul.elementor-icon-list-items li.elementor-icon-list-item {
    background-color: #fff;
    padding: 12px 20px !important;
    border-radius: 5px;
    align-items: flex-start;
    font-size: 18px;
}
.listStyle2 ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    color: #1A55A1;
}
.glanceOuter {
  margin-top: 30px;
}
.cardStyle6 .elementor-icon-box-content h3.elementor-icon-box-title {
    color: #1A55A1;
    font-size: 24px;
    font-weight: 700;
}
.cardStyle6 .elementor-icon-box-wrapper {
    max-width: 300px;
    margin: 0 auto;
}
.cardStyle6 .elementor-icon-box-content p.elementor-icon-box-description {
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
.bgStyle {
    background-color: #F0F6FB;
    padding: 110px 0;
    position: relative;
}
.bgStyle:before {
    content: "";
    background-color: #F0F6FB;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
}
.bgBefore:before {
     right: 100%;
}
.bgAfter:before {
     left: 100%;
}
.overflowHidden {
  overflow: hidden;
}
.contentColOuter {
    padding: 20px 80px;
}
.copyrightCol p {
  margin: 0;
}


/*  */
.accordionStyle ul > li {
  padding-left: 15px;
  position: relative;
}
.accordionStyle ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  aspect-ratio: 1;
  background-color: #16a0f9;
  border-radius: 50%;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p + ul {
  margin-top: 10px;
}
.accordionStyle ul > li + li {
  margin-top: 5px;
}
div.heateor_sss_bottom_sharing {
  display: none;
}
.socialShareDiv {
padding-top: 20px;
}

.listHorizontal ul.elementor-icon-list-items.elementor-inline-items {
	justify-content: center;
}
.thankYouSec {
    padding: 80px 0;
}
.thankCol {
    max-width: 800px;
    margin: 0 auto;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none!important;
}
html[lang="en-US"] .indoLogo, html[lang="en-US"] .footerLogoCol {
    display: none;
}
html[lang="id-ID"] .indoLogo {
    display: block;
}
html[lang="id-ID"] h2.easylogo, .footerLogo >section#media_image-2 {
    display: none;
}
html[lang="id-ID"] .footerLogo > img {
    display: none;
}
.instandBtn {
    text-align: right;
    margin-top: 20px;
}
.category .post-taxonomies {
    padding: 8px 0;
}
.category  .cat-links a {
    color: #00a6f7;
    font-weight: 600;
}
span.posted-on > time {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}
span.posted-on {
    font-size: 0;
}
.category  h1.page-title.titleCol.elementor-heading-title {
    font-size: 90px;
    font-weight: 900;
    position: relative;
    color: #fff;
    text-align: center;
}
.phnColor .active  .infobox-content .infobox-button a.eael-infobox-button {
    color: #fff!important;
}
.phnColor .infobox-content .infobox-button a.eael-infobox-button {
    color: #333333!important;
}


.blogCardStyle figure.post-thumbnail a.post-thumbnail-inner {
    position: relative;
    display: block;
    padding-top: 70%;
    border-radius: 10px;
    overflow: hidden;
}
.blogCardStyle figure.post-thumbnail img.attachment-post-thumbnail {
    max-width: 100% !important;
    position: absolute;
    height: 100% !important;
    top: 0;
    object-fit: cover;
}
.formInfo {
	color: #666791;
	font-size: 14px;
}
.formInfo h5 {
	color: #666791;
	font-size: 17px;
	font-weight: 600;
  padding-bottom: 2px;
}
.formInfo p {
	margin-bottom: 12px;
}
.checkStyle .wpcf7-list-item {
	margin-left: 0;
}
.checkStyle label {
	position: relative;
	padding-left: 20px;
}
.checkStyle label [type="checkbox"] {
	position: absolute;
	left: 0;
	top: 3px;
}
.blogCardStyle .more-link {
	display: inline-block;
}
/* .blogCardStyle > article {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	height: 100%;
}
.blogCardStyle > article > .entry-header {
	margin-bottom: auto;
} */
html:not([lang="en-US"]) .footerLogo > a {
	display: none;
}

/*  */
.headerBtn a, .btn, .elementor-widget-button.primaryBtnStyle .elementor-button {
  border-radius: 25px 0;
}
.blogTag {
  border-radius: 20px 0;
  transition: all 300ms ease-in-out 0s;
}
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    border-radius: 20px 0;
}
.headerBtn a,
.btnPrimary,
.elementor-widget-button.primaryBtnStyle .elementor-button {
    background: #16a1f9;
    transition: all 300ms ease-in-out 0s;
}
.btnPrimary:hover,
.elementor-widget-button.primaryBtnStyle .elementor-button:hover,
.headerBtn a:hover {
    background: #dedede;
    color: #333 !important;
}
.blogCardStyle {
    border-radius: 20px 0;
}
.blogCardImg,
.blogCardImg > img {
  border-radius: 15px 0;
}
.subTitle  h3.elementor-heading-title.elementor-size-default {
    color: #000;
}
.whyChoosePoints .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    color: #000;
}
.whyChoosePoints .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
}
.sidebarCol #search-2 h2.widget-title {
    display: none;
}
.sidebarCol .search-form label {
    display: none;
}
.rpwwt-widget img {
    border-radius: 15px;
    max-width: 132px!important;
}
.postSingle .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}
.postSingle .entry-content ul li {
    padding-bottom: 25px;
    position: relative;
    padding-left: 35px;
}
.postSingle .entry-content ul li:before {
    position: absolute;
    content: "";
    background-image: url("https://ezycash.net/wp-content/uploads/2023/09/tick-icon.svg");
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    left: 0;
}
.postSingle .entry-content ul li {
    font-size: 18px;
    color: #4F4F4F;
}
.postSingle .entry-content p {
    padding-bottom: 25px;
    font-size: 18px;
    color: #4F4F4F;
}
.postSingle h2 span {
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    font-size: 22px;
}
html[lang="en-US"] .singlebannerSec.dNoneEng {
    display: none;
}
.rp4wp-related-posts ul {
    display: flex;
}
.rp4wp-related-posts ul li {
    padding-left: 0!important;
    padding-bottom: 0!important;
}
.rp4wp-related-post-image img {
    border-radius: 30px;
}
.rp4wp-related-posts p {
    display: none;
}
.rp4wp-related-post-content > a {
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}
.rp4wp-related-posts > h3 {
    position: relative;
    display: inline-block;
    padding-right: 30px!important;
}
.rp4wp-related-posts > h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #F5F5F5;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 150px;
}
.rp4wp-related-posts ul li {
    padding-left: 12px!important;
    padding-bottom: 0!important;
    padding-right: 12px;
}
.rp4wp-related-posts ul {
    display: flex;
    float: none!important;
    width: initial;
    margin: 0px -12px;
	flex-wrap: wrap;
}
.rp4wp-related-posts ul li:before {
    display: none;
}
.rp4wp-related-posts li {
    width: 50%;
}

/**** sign-up page start ***/

.signupBanner {
    background-image: url(https://ezycash.net/wp-content/uploads/2024/02/signupbanner.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}
.primaryColor {
    color: var(--darkprimaryColor) !important;
}
.xlTitle h2 {
    font-size: 60px !important;
}
.signupBanner .xlTitle h2 {
    line-height: 1.3 !important;
}
.applyNow {
    padding: 140px 0;
    background-image: url(https://ezycash.net/wp-content/uploads/2024/02/signupbg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.applyNow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1B1AA5;
    mix-blend-mode: multiply;
}
.applyNowInner {
    max-width: 978px;
    margin: 0 auto;
    line-height: 1.6;
}
.applyNowInner:before, .applyNowInner:after {
    content: "";
    width: 43px;
    height: 41px;
    position: absolute;
    background-size: 100%;
}
.applyNowInner:before {
    background-image: url('https://ezycash.net/wp-content/uploads/2024/02/topquote.svg');
    left: -60px;
    top: -30px;
}
.applyNowInner:after {
    background-image: url('https://ezycash.net/wp-content/uploads/2024/02/btmquote.svg');
    right: -30px;
    bottom: -30px;
}
.formColMain {
    padding: 100px 0 150px;
    margin-bottom: 100px;
    background: radial-gradient(circle, #1693F1, #1873DD);
    color: var(--white);
    border-radius: 0 0 70px 70px;
    box-shadow: 0 9px 20px rgba(0,0,0,0.25);
}
.formColMain::before {
    content: "";
    opacity: 0.5;
    background-image: url(https://ezycash.net/wp-content/uploads/2024/02/form-btm-shape.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 36vw;
    background-size: contain !important;
}
.lgTitle div {
    font-size: 55px !important;
    line-height: 1.127 !important;
}
.whiteColor {
    color: var(--white) !important;
}
.formColMain .formStyle .form-group {
    margin: 0 15px;
}
.formColMain .formStyle .form-group label {
    font-size: 22px;
    margin: 0 0 5px;
    color: var(--white);
    font-weight: 500;
    line-height: 1.45;
}
.formColMain .formStyle .form-group input {
    border: 2px solid #E1E1E1;
    border-radius: 10px;
    padding: 12px;
    height: 62px;
    font-size: 20px;
}
.formColMain .formStyle .form-group textarea {
    border: 2px solid #E1E1E1;
    border-radius: 10px;
    height: 135px;
    padding: 12px;
    font-size: 20px;
    resize: none;
}
.formColMain .formInfo {
    margin: 0 15px;
}
.formColMain .formInfo h5 {
    margin: 0;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: initial;
    margin-bottom: 10px;
}
.formColMain .formInfo > p {
    font-size: 22px;
    color: var(--white);
    line-height: 1.45;
    margin-bottom: 20px;
    max-width: 740px;
}
.formColMain .formStyle .wpcf7-checkbox label {
    font-size: 19px;
    color: rgba(255,255,255,0.7);
    line-height: 1.368;
    max-width: 678px;
    padding-left: 44px;
    position: relative;
}
.formColMain .formInfo .wpcf7-checkbox label [type="checkbox"] {
    width: 32px;
    height: 32px;
    border: 2px solid #E1E1E1;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 3px;
}
.formInfo span.wpcf7-list-item.first.last {
    margin: 0;
}
.bannerLogo {
    margin-left: -5px;
}
.bannerLgCard .elementor-image-box-content {
    font-size: 26px;
    line-height: 1.269;
}
.bannerLgCard .elementor-image-box-img {
    width: 80px !important;
    margin: 0 !important;
    padding-right: 15px;
    flex: 0 0 auto;
}
.bannerLgCard .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    text-align: left !important;
}
/**** sign-up page end ***/

@media (max-width:1599px) {
  .appImg img.attachment-full.size-full {
    width: 650px !important;
    margin-top: -80px;
  }
}
@media (max-width:1399px) {
  .footerLinks a {
    font-size: inherit;
  }
  .footerLinks a::before {
    top: 3px;
    width: 8px;
    height: 12px;
  }
  .footerLeftCol {
    width: 400px;
  }
  .appImg img.attachment-full.size-full {
    width: 100% !important;
    margin-top: -70px;
  }
  .appContent h2.elementor-heading-title.elementor-size-default {
    font-size: 70px;
    padding-bottom: 20px;
  }
  .appContent p.elementor-heading-title.elementor-size-default {
    padding-bottom: 20px;
    font-size: 32px !important;
  }
  .signupBanner {
    background-size: 60% !important;
  }
  .singular .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px !important;
  }
  .formColMain .formStyle .form-group input {
    height: 55px;
    font-size: 16px;
  }
  .formColMain .formStyle .form-group textarea {
    font-size: 16px;
  }
}
@media (max-width:1199px) {
  .footerLeftCol {
    width: 350px;
  }
  body {
      padding-top: 135px;
  }
  .pageMenu  ul li a span.menu-image-title-below.menu-image-title {
    font-size: 15px;
  }
  .footerTitle {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .footerLinks li + li {
    margin-top: 10px;
  }
  .footerLogo {
    padding-bottom: 40px;
    max-width: 280px;
  }
  .followLinks {
    padding-top: 30px;
  }
  .navigationCol > ul > li + li {
    padding-left: 18px;
  }
  .navigationCol > ul > li a {
    font-size: 15px;
  }
  .navigationCol, .btn {
    font-size: 16px;
  }
  .logoCol {
    max-width: 250px;
  }
  .bannerBgSlider {
    min-height: 550px;
  }
  .bannerContant {
    font-size: 80px;
  }
  .bannerContant h2 {
    font-size: 80px;
  }
  .bannerContant > p {
    font-size: 20px;
  }
  .servicesMainCol .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 15px !important;
  }
  .blogSection {
    padding: 60px 0;
  }
  .lgTitle h2.elementor-heading-title.elementor-size-default {
    font-size: 40px !important;
  }
  .blogTitle {
    font-size: 18px;
  }
  .elementor-2 .elementor-element.elementor-element-937016c {
    font-size: 20px;
    line-height: 28px;
  }
  .googlePlayBtn, .appStoreBtn {
    width: 170px !important;
  }
  .cardStyle4 .elementor-image-box-content p.elementor-image-box-description {
    font-size: 14px;
    line-height: 22px;
    color: #000;
  }
  .cardStyle4 .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 18px;
  }
  .cardStyle4 .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin-right: 15px !important;
  }
  .footerSection {
    padding: 50px 0 30px;
  }
  .footerRightCol {
    width: 210px;
  }
  .footerLinks a {
    padding-left: 15px;
  }
  .appContent h2.elementor-heading-title.elementor-size-default {
    font-size: 50px;
  }
  .xlTitle h2 {
    font-size: 50px !important;
  }
  .applyNowInner {
    max-width: 820px;
    font-size: 24px !important;
  }
  .applyNow {
    padding: 100px 0;
  }
  .singular .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 960px !important;
  }
  .lgTitle div {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
  .formColMain .formStyle .form-group {
    margin: 0;
  }
  .formColMain {
    padding: 80px 0 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .successCard .elementor-container.elementor-column-gap-default {
      justify-content: center;
  }
	.bannerLgCard .elementor-image-box-content {
    font-size: 20px;
}
	.bannerLgCard .elementor-image-box-img {
    width: 70px !important;
    padding-right: 12px;
}
	.bannerLgCard {
    margin: 15px auto;
    max-width: 410px !important;
}
}


@media (max-width:991px) {
  html.activeMenu {
    overflow: hidden;
  }
  .contentColOuter {
      padding: 20px;
  }
  .loanCalc {
      padding: 0px;
      border-radius: 0;
      border: 0px solid #DAE4E8;
      box-shadow: none;
  }
  .boxLabel , .boxAmount {
      font-size: 18px;
  }
  .whiteBox {
      padding: 15px;
  }
  .loanFeatList {
      margin-top: 24px;
  }
  body {
      padding-top: 108px;
  }
  .appSection .elementor-container.elementor-column-gap-default {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .appContent h2.elementor-heading-title.elementor-size-default br {
      display: none;
  }
  .appContent, .appDownImg {
      width: 100% !important;
  }
  .appContent .elementor-widget-wrap.elementor-element-populated {
      justify-content: center;
  }
  .appContent {
      order: 2;
      text-align: center;
      padding-top: 0;
      margin-top: -100px;
  }
  .appDownImg {
      order: 1;
  }
  .menuBackdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    pointer-events: none;
    opacity: 0;
    z-index: 5;
  }   
  .menuColMain {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: var(--white);
    width: 290px;
    padding: 10px 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .activeMenu .menuColMain {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .activeMenu .menuBackdrop {
    pointer-events: initial;
    opacity: 1;
  }
  .navigationCol > ul > li {
    display: block;
  }
  .navigationCol > ul > li + li {
    padding-left: 0;
  }
  .navigationCol > ul > li > a {
    display: block;
    padding: 6px 15px;
    font-size: 14px;
  }
  .headerBtn {
    margin-left: 15px;
    margin-top: 10px;
  }
  .headerTopCol {
    padding: 5px 0 8px;
    font-size: 14px;
  }
  .headerBtmCol {
    padding: 12px 0;
  }
  .headerSection.fixed .headerBtmCol {
    padding: 10px 0;
  }
  .navigationCol > ul > li.headerBtn a {
    padding: 15px 30px 17px;
    display: inline-block;
    margin-top: 10px;
  }
  .footerSection {
    padding: 60px 0 30px;
  }
  .copyrightCol {
    padding-top: 25px;
    margin-top: 20px;
  }
  .footerLogo {
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .footerLeftCol {
    text-align: center;
    width: 100%;
  }
  .downloadAppCol .row {
    justify-content: center;
  }
  .formCol , .contactInfo {
      padding: 20px;
  }
  .cardStyle4 .elementor-image-box-content {
      margin-top: 20px;
  }
  .cardStyle4 .elementor-image-box-wrapper {
      flex-direction: column !important;
      justify-content: center;
      align-items: center !important;
      text-align: center !important;
  }
  .cardStyle4 .elementor-image-box-wrapper figure.elementor-image-box-img {
      margin: 0 !important;
  }
	.category  h1.page-title.titleCol.elementor-heading-title {
    font-size: 60px;
    text-align: center;
  }
	.category .innerPageBanner {
      padding: 110px 0;
  }
  .singular .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 720px !important;
  }
  .signupBanner .xlTitle h2 {
    line-height: 1.1 !important;
  }
  .applyNow {
    padding: 80px 0;
  }
  .applyNowInner:before, .applyNowInner:after {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
  }
  .formColMain .elementor-column.contactDetail, .formColMain .elementor-column.formColOuter {
    width: 100%;
  }
  .lgTitle div br {
    display: none;
  }
  .lgTitle div {
    font-size: 30px !important;
  }
  .contactDetail .elementor-widget-text-editor {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .formColMain .formStyle .form-group label {
    font-size: 18px;
  }
  .formColMain .formStyle .form-group > p {
    margin-bottom: 0;
  }
  .formColMain .formStyle .form-group input {
    height: 50px;
    font-size: 14px;
  }
  .formColMain .formStyle .form-group textarea {
    height: 80px;
    font-size: 14px;
  }
  .formColMain .formInfo > p {
    font-size: 18px;
    max-width: 100%;
  }
  .formColMain .formInfo h5 {
    font-size: 26px;
  }
  .formColMain .formStyle .wpcf7-checkbox label {
    font-size: 16px;
    max-width: 100%;
    padding-left: 30px;
  }
  .formColMain .formInfo .wpcf7-checkbox label [type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .applyNowInner:before, .applyNowInner:after {
    width: 20px;
    height: 20px;
  }
  .applyNow {
    padding: 60px 0;
  }
  .applyNowInner {
    max-width: 100%;
    font-size: 20px !important;
  }
  .applyNowInner:before {
    left: -20px;
    top: -10px;
  }
  .applyNowInner:after {
    right: -20px;
    bottom: -10px;
  }
}
@media (max-width:767px) {
  .footerLinksColMain {
    margin: 0 auto;
    max-width: 370px;
  }
  .mbOrder1 {
    order: 1;
  }
  .mbOrder2 {
    order: 2;
  }
  .lgTitle h2.elementor-heading-title.elementor-size-default {
    font-size: 28px !important;
      line-height: 40px;
  }
  .subHeading h3.elementor-heading-title {
      font-size: 18px;
      line-height: 30px;
  }
  .innerPageBanner {
      padding: 80px 0;
  }
  .accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
      font-size: 18px;
  }
  .accordionStyle.accordionStyle2 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
    font-size: 16px;
  }
  .accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    padding: 0 20px 25px;
  }
  .accordionStyle .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
      padding: 15px 35px 15px 15px;
  }
  .accordionStyle.accordionStyle2 .eael-accordion-list {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
  }
  .accordionStyle span.eael-advanced-accordion-icon-closed, .accordionStyle span.eael-advanced-accordion-icon-opened {
      right: 20px;
      top: 14px;
  }
  .pageMenu ul {
        column-count: 2;
      display: block;
  }
  .pageMenu ul li {
    margin-bottom: 20px;
  }
  .cardStyle4 .elementor-image-box-content {
      margin-top: 20px;
  }
  .contactDesc  h3 {
      font-size: 28px;
  }
  .contactDesc p, .contactDesc {
      font-size: 16px;
      line-height: 26px;
  }
  .contactListStyle {
      margin-top: 5px;
  }
  .contactListStyle li.elementor-icon-list-item span.elementor-icon-list-icon {
      margin-top: 4px;
  }
  .contactListStyle  ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
      font-size: 16px !important;
  }
  .listStyle ul {
      column-count: 1;
  }
  .listStyle ul li.elementor-icon-list-item span.elementor-icon-list-text {
      font-size: 16px;
      line-height: 26px;
  }
  .secSpace {
      padding: 40px 0;
  }
  .aboutDesc {
      padding-right: 0;
  }
  .titleCol .elementor-heading-title {
      font-size: 40px;
  }
  .appStoreBtn {
      margin-left: 0px !important;
      margin: 0 10px !important;
  }
  .googlePlayBtn {
      margin: 0 10px !important;
  }
  .bannerContant > p {
      font-size: 16px;
  }
  .appContent {
      margin-top: -50px;
  }
  .bannerContant {
      font-size: 40px;
  }
  .bannerContant h2 {
    font-size: 40px;
  }
  .appContent h2.elementor-heading-title.elementor-size-default {
      font-size: 30px;
      padding-bottom: 0;
  }
  .appContent p.elementor-heading-title.elementor-size-default {
      font-size: 18px !important;
  }
  .homeAboutText {
      max-width: initial;
  }
  .cardStyle1 .cardTop.elementor-widget-image-box .elementor-image-box-wrapper {
      text-align: left;
      display: flex;
  }
  .cardStyle1 .cardDesc {
      padding: 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .cardStyle1 .cardDesc:before {
      left: 20px;
  }
  .cardStyle1 .cardDesc:before {
    right: 20px;
  }
  .footerRightCol {
    width: 100%;
    text-align: center;
  }
  .footerLinksColMain .footerTitle {
    text-align: center;
  }
  .viewBtn {
    margin-top: 30px;
  }
	.rp4wp-related-posts li {
    width: 100%;
}
	.rp4wp-related-posts ul li + li {
    margin-top: 30px;
}
	.socialShareDiv .heateor_sss_sharing_container {
    position: initial;
}
	.dateShedule footer.entry-footer.default-max-width {
    display: initial;
}
	.dateShedule .post-taxonomies {
    margin-left: 0;
	padding-bottom: 10px;
}
	.dateShedule .posted-by span {
    margin-left: 0;
}
	.dateShedule .posted-by span.posted-on {
    margin-right: 15px;
}
	.dateShedule .posted-by {
    padding-bottom: 15px;
}
	.postSingle figure.post-thumbnail img {
    height: 100%!important;
}
	.sidebarCol {
    width: 100%;
}
.formColMain .formInfo > p {
    font-size: 16px;
  }
  .formColMain .formInfo h5 {
    font-size: 24px;
  }
  .applyNowInner:before {
    left: 0;
    top: -20px;
  }
  .applyNowInner:after {
    right: 0;
    bottom: -20px;
  }
  .applyNowInner {
    font-size: 18px !important;
  }
  .signupBanner .xlTitle h2 {
    padding-top: 50px;
    font-size: 40px !important;
    text-align: center;
  }
  .signupBanner {
    background-image: url(https://ezycash.net/wp-content/uploads/2024/02/signupmbbg.png);
    background-size: 100% !important;
  }
  .signupBanner .xlTitle h2 br {
    display: none;
  }
  .signupImg {
    padding-top: 50px;
  }
}
@media(max-width: 575px){
  .category  h1.page-title.titleCol.elementor-heading-title {
    font-size: 36px;
  }
  .category .innerPageBanner {
    padding: 80px 0;
  }
  .formColMain .formInfo > p {
    font-size: 14px;
  }
  .formColMain .formInfo h5 {
    font-size: 20px;
  }
  .signupBanner .xlTitle h2 {
    padding-top: 40px;
    font-size: 30px !important;
  }
	.bannerLgCard .elementor-image-box-content {
    font-size: 11px;
}
	.bannerLgCard .elementor-image-box-img {
    width: 42px !important;
}
	.bannerLgCard {
    max-width: 230px !important;
}
}