body {
    overflow-x: hidden;
    background: #000;
}

ul.roadmap3-list.liststyl li {
    color: var(--text-light4);
}

.contact_letter {
    max-width: 660px;
}

.banner2-content .section-title-lg.section_generation h2 {
    font-size: 3rem;
}

button.btn_web {
    padding: 3px 5px;
}

.banner-section2 .banner-bottom .circle-text-banner2 {
    position: absolute;
    top: -323px;
    right: 24%;
}

.rare-feature-content p {
    text-align: justify;
}

.rare-list li {
    margin-right: 44px;
}

/* .input-with-btn::before
{
    background-color: none !important;
} */
.input-with-btn {
    position: revert;
}

.parralax-image.banner1-bg {
    height: inherit;
    padding-top: 20px;
}

.contact-section .circel-tex-area3 {
    position: absolute;
    bottom: -33px;
    left: 53%;
    transform: translateX(-50%);
    z-index: 2;
}

.btn_map {
    margin: 15px auto 0px auto;
    border: none;
}

.cmn-btn {
    padding: 12px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--primary-color1);
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000000;
}

.map-custom-embed {
    display: none;
    width: 100%;
}

.contact-section .circel-tex-area3 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.map_container .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
}

.map-custom-embed iframe {
    height: 400px;
    width: 100%;
}

.banner3-image {
    padding: 80px 0;
    margin-left: -20px;
}

.section-title1 h2 {
    text-transform: uppercase;
}

.parralax-image {
    height: 500px;
    width: 100%;
}

.banner2-image.impactimg img {
    width: 100%;
}

.banner-section2 .banner-bottom .banner2-image.impactimg {
    position: absolute;
    top: -245px;
    right: 20%;
    border-radius: 280px;
    overflow: hidden;
    z-index: 9;
    height: 555px;
    max-width: 420px;
}

.bannn_img .simpleParallax {
    overflow: unset !important;
}

.road_web.parralax-image {
    transform: unset !important;
}

.future_rare {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
}

.section-title2 .cont_para {
    font-size: 21px;
    text-align: justify;
}

.section-title-lg h2 {
    font-size: 2.688rem;
}

.star_img {
    width: 7%;
}

.text-lg-start.intel_section {
    text-align: center !important;
}

.banner-top.banner_padd {
    padding-top: 85px;
}

.modern_head {
    font-size: 2rem !important;
}

.section-title3 h2 {
    font-size: 2rem !important;
    text-align: center;
}

.banner-section1 {
    padding-top: 44px !important;
}

.btn_map.submit-btn {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 35px;
    color: var(--primary-color1);
    border-radius: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    font-family: var(--font-xfinity);
    border: 1px solid var(--primary-color1);
    background-color: transparent;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.45s ease-in-out;
    transform: skewX(4deg);
    width: 20%;
}

.btn_map.submit-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--primary-color1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.55s ease-in-out;
}

#clickone .popup-box {
    padding: 10px 19px 47px;
}

#clickone .popup-box {
    background-color: #fff;
    padding: 10px;
}

p.popup-text.text-center.mt-3 {
    margin: 15px 0;
}

.rare-feature-content ul.rare-list li .rare-title .rare_letter {
    margin-right: -10px;
}

.btn.popup-btn {
    background-color: #4d8c5e;
}

.modal-content.content_bg {
    border: 3px solid #4d8c5e;
}

/* for Banking subdropdown */
.bank_dropbtn {
    background-color: #f9f9f9;
    color: #0f0f0f;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.bank_dropdown {
    position: relative;
    display: inline-block;
}

.bank_dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 98;
    max-height: 0;
    min-width: 160px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    left: 185px;
    top: 10px;
}

.bank_dropdown-content a {
    color: black;
    background-color: #f9f9f9;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.bank_dropdown-content a:hover {
    background-color: #e2e2e2;
}

.bank_dropdown:hover .bank_dropdown-content {
    max-height: 500px;
    min-width: 160px;
    transition: max-height 0.25s ease-in;
}

.bank_dropdown:hover .bank_dropbtn {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    transition: max-height 0.25s ease-in;
}

/* Changes by pushpam start */
/* .author-details {
    padding-left: 151px;
} */
/* Changes by pushpam end */

/* Payment Section */
.feature-area {
    position: relative;
}

.feature-text {
    margin-top: 50px;
}

.feature-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.feature-text h3 {
    font-size: 40px;
    line-height: 46px;
}

.feature-text li {
    display: block;
    position: relative;
}

.feature-text ul li a {
    font-size: 15px;
    color: #888;
    padding: 6px 0px 6px 25px;
    display: block;
}

.feature-text li::after {
    position: absolute;
    left: 0px;
    top: 11px;
    content: "";
    font-family: themify;
    width: 14px;
    height: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #4d8c5e;
}

.feature-btn {
    padding: 10px 20px;
    border: 1px solid #4d8c5e;
    background: #4d8c5e;
    color: #fff;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.feature-btn:hover {
    border: 1px solid #4d8c5e;
    background: #fff;
    color: #4d8c5e;
    transition: 0.4s;
}

.margin-row {
    margin-top: 60px;
}

.feature-images img {
    width: 100%;
}

.feature-text h3 {
    color: #fff;
}

.feature-text p {
    color: #fff;
}

.feature-area.bg-color {
    background-color: #000000;
}

#more {
    display: none;
}

.btn-more {
    color: #fff;
}

/* about area */
.about-area {
    position: relative;
    background-color: #000;
}

.support-services {
    background: #000;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}

.support-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4c8b5e;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.support-services::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/about/ab2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.support-images {
    float: left;
    font-size: 50px;
    color: #4c8b5e;
    line-height: 50px;
}

.support-content {
    padding-left: 70px;
}

.support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
}

.support-content p {
    margin-bottom: 0px;
}

.support-services:hover::before {
    transition: 0.4s;
    opacity: 1;
}

.support-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}

.support-services:hover .support-images {
    transition: 0.4s;
    color: #fff;
}

.support-services:hover .support-content h4,
.support-services:hover .support-content p {
    color: #fff;
}

.ab-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 10px;
}

.section-headline h3 {
    color: #fff;
}

.section-headline p {
    color: #fff;
}

.support-content h4 {
    color: #fff;
}

.support-content p {
    color: #fff;
}

.about-area.bg-color {
    padding-top: 100px;
}

.payment_bg {
    background-color: #000;
}

.payment_bg.payment_padd {
    padding-top: 30px;
}

.collection-section1.drop_setup {
    padding-top: 56px;
    padding-bottom: 59px;
}

/* Bank for better tomorrow */
.features-style1-area {
    position: relative;
    display: block;
    background-color: #000;
    padding: 10px 0 40px;
}

.features-style1-content {
    position: relative;
    display: block;
}

.features-style1-content ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.features-style1-content ul li {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 24%;
    padding: 0 20px;
    margin: 0 auto 15px;
}

.single-features-style1-box {
    position: relative;
    display: block;
    text-align: center;
}

.single-features-style1-box .shape-left {
    position: absolute;
    left: 2px;
    bottom: 15px;
}

.single-features-style1-box .shape-bottom {
    position: absolute;
    left: 50px;
    bottom: -33px;
}

.single-features-style1-box .counting-box {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: transparent;
    z-index: 1;
}

.single-features-style1-box .counting-box .counting-box-bg {
    position: absolute;
    top: 7px;
    bottom: -17px;
    left: 7px;
    right: -16px;
    z-index: -1;
}

.single-features-style1-box .counting-box h3 {
    position: relative;
    display: block;
    padding-top: 32px;
    color: #a5a2a0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.single-features-style1-box .text-box {
    position: relative;
    display: block;
    padding-top: 25px;
}

.single-features-style1-box .text-box h4 {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.single-features-style1-box .text-box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin: 14px 0 16px;
}

.single-features-style1-box .text-box p {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
}

.single-features-style1-box .text-box .btn-box {
    position: relative;
    display: block;
    padding-top: 54px;
    line-height: 0;
}

.single-features-style1-box .text-box .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style1-box .text-box .btn-box a:hover {
    color: var(--thm-base);
}

.single-features-style1-box .text-box .btn-box a i {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    background-color: transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-features-style1-box .text-box .btn-box a i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(138, 15, 61) 0%,
        rgb(207, 23, 60) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(138, 15, 61) 0%,
        rgb(207, 23, 60) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(138, 15, 61) 0%,
        rgb(207, 23, 60) 100%
    );
    border-radius: 50%;
    z-index: -1;
}

.single-features-style1-box .text-box .btn-box a:hover i:after {
    transform: scale(1);
}

.single-features-style1-box .text-box .btn-box a:hover i {
    color: #ffffff;
}

.sec-title h2 {
    color: #fff;
}

.sub-title p {
    color: #fff;
}

.text-box h4,
.text-box h3,
.text-box p {
    color: #fff !important;
}

.btn-box {
    color: #fff;
}

.account-creation-step .single-step .text-box .quickly_add_head,
.account-creation-step .single-step .text-box .quickly_add_para {
    color: #000 !important;
}

/* Fin tracker section */
.benefits-area {
    position: relative;
    display: block;
    background: #f0f5f6;
    padding: 100px 0 93px;
}

ul.row.benefits-content {
    --bs-gutter-x: 0px;
}

.benefits-content li {
    list-style-type: none;
}

li.single-benefits-box-colum {
    position: relative;
    padding: 0 30px 39px;
}

li.single-benefits-box-colum:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(247, 241, 235) 5%,
        rgb(15, 180, 195) 50%,
        rgb(247, 241, 235) 95%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(247, 241, 235) 5%,
        rgb(15, 180, 195) 50%,
        rgb(247, 241, 235) 95%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(247, 241, 235) 5%,
        rgb(15, 180, 195) 50%,
        rgb(247, 241, 235) 95%
    );
}

li.single-benefits-box-colum:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-image: -moz-linear-gradient(
        180deg,
        rgb(247, 241, 235) 10%,
        rgb(15, 180, 195) 50%,
        rgb(247, 241, 235) 90%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(247, 241, 235) 10%,
        rgb(15, 180, 195) 50%,
        rgb(247, 241, 235) 90%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(247, 241, 235) 10%,
        rgb(15, 180, 195) 50%,
        rgb(247, 241, 235) 90%
    );
}

li.single-benefits-box-colum:last-child:before {
    display: none;
}

li.single-benefits-box-colum:nth-child(3):before {
    display: none;
}

li.single-benefits-box-colum:nth-child(4):after {
    display: none;
}

li.single-benefits-box-colum:nth-child(5):after {
    display: none;
}

li.single-benefits-box-colum:nth-child(6):after {
    display: none;
}

li.single-benefits-box-colum:nth-child(2) .single-benefits-box .icon {
    background: linear-gradient(to right, #0f76a2 0%, #1297c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(3) .single-benefits-box .icon {
    background: linear-gradient(to right, #2159a7 0%, #327dc8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(4) .single-benefits-box .icon {
    background: linear-gradient(to right, #3e3389 0%, #515bbd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(5) .single-benefits-box .icon {
    background: linear-gradient(to right, #649519 0%, #96c723 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(6) .single-benefits-box .icon {
    background: linear-gradient(to right, #ff9238 0%, #ffc22c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-benefits-box {
    position: relative;
    display: block;
}

.single-benefits-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #e0e6e7;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to right, #018795 0%, #0eced3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    z-index: 1;
}

.single-benefits-box .icon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    bottom: 0px;
    right: 0px;
    border: 1px solid #e0e6e7;
    transform: rotate(45deg);
}

.single-benefits-box .text {
    position: relative;
    display: block;
    padding-top: 26px;
}

.single-benefits-box .text h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 13px;
}

.single-benefits-box .text p {
    color: #757c7d;
}

/*** 
  =============================================
      Benefits Style2 Area Css
  =============================================
  ***/
.benefits-style2-area {
    position: relative;
    display: block;
    background: #000;
    padding: 100px 0 0px;
}

.benefits-style2-area li.single-benefits-box-colum:before {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(247, 241, 235) 5%,
        rgb(207, 23, 60) 50%,
        rgb(247, 241, 235) 95%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(247, 241, 235) 5%,
        rgb(207, 23, 60) 50%,
        rgb(247, 241, 235) 95%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(247, 241, 235) 5%,
        rgb(207, 23, 60) 50%,
        rgb(247, 241, 235) 95%
    );
}

.benefits-style2-area li.single-benefits-box-colum:after {
    background-image: -moz-linear-gradient(
        180deg,
        rgb(247, 241, 235) 10%,
        rgb(207, 23, 60) 50%,
        rgb(247, 241, 235) 90%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(247, 241, 235) 10%,
        rgb(207, 23, 60) 50%,
        rgb(247, 241, 235) 90%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(247, 241, 235) 10%,
        rgb(207, 23, 60) 50%,
        rgb(247, 241, 235) 90%
    );
}

.single-benefits-box .text h3 {
    color: #fff;
}

.single-benefits-box .text p {
    color: #fff;
}

.payout_section {
    max-width: 900px;
}

/* wealth secure area */
.wealth-secure-area {
    position: relative;
    display: block;
    background-color: #000;
    padding: 100px 0 100px;
    z-index: 10;
}

.single-wealth-secure-box {
    position: relative;
    display: block;
}

.single-wealth-secure-box .img-box {
    position: relative;
    display: block;
}

.single-wealth-secure-box .img-box-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #646464;
}

.single-wealth-secure-box .img-box img {
    width: 100%;
}

.single-wealth-secure-box:hover .img-box img {
    mix-blend-mode: normal;
}

.single-wealth-secure-box .inner-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 15px 17px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    background-image: -moz-linear-gradient(
        180deg,
        rgb(15, 212, 216) 0%,
        rgb(0, 127, 142) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(15, 212, 216) 0%,
        rgb(0, 127, 142) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(15, 212, 216) 0%,
        rgb(0, 127, 142) 100%
    );
}

.single-wealth-secure-box:hover .inner-title {
    justify-content: flex-start;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-wealth-secure-box.style2 .inner-title {
    background-image: -moz-linear-gradient(
        180deg,
        rgb(19, 159, 206) 0%,
        rgb(14, 113, 157) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(19, 159, 206) 0%,
        rgb(14, 113, 157) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(19, 159, 206) 0%,
        rgb(14, 113, 157) 100%
    );
}

.single-wealth-secure-box.style3 .inner-title {
    background-image: -moz-linear-gradient(
        180deg,
        rgb(51, 127, 201) 20%,
        rgb(32, 87, 166) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(51, 127, 201) 20%,
        rgb(32, 87, 166) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(51, 127, 201) 20%,
        rgb(32, 87, 166) 100%
    );
}

.single-wealth-secure-box.style4 .inner-title {
    background-image: -moz-linear-gradient(
        180deg,
        rgb(82, 93, 191) 20%,
        rgb(61, 49, 135) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(82, 93, 191) 20%,
        rgb(61, 49, 135) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(82, 93, 191) 20%,
        rgb(61, 49, 135) 100%
    );
}

.single-wealth-secure-box .inner-title h3 {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    z-index: 1;
}

.single-wealth-secure-box .inner-title h3 a {
    color: #ffffff;
}

.single-wealth-secure-box .inner-title .arrow-top {
    position: absolute;
    top: 0;
    right: 60px;
    border-top: 50px solid #ffffff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    opacity: 0.2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.single-wealth-secure-box:hover .inner-title .arrow-top {
    transform: scale(0);
}

.single-wealth-secure-box .inner-title .arrow-bottom {
    position: absolute;
    right: 90px;
    bottom: 0;
    border-bottom: 50px solid #ffffff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    opacity: 0.2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.single-wealth-secure-box:hover .inner-title .arrow-bottom {
    transform: scale(0);
}

.single-wealth-secure-box .inner-title .right-arrow-btn {
    position: relative;
    display: block;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-wealth-secure-box:hover .inner-title .right-arrow-btn {
    padding-left: 10px;
}

.single-wealth-secure-box .inner-title .right-arrow-btn a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

/* Changes by pushpam */

.single-wealth-secure-box .text-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 23px 18px 23px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    min-height: 113px;
}

.single-wealth-secure-box .text-box p {
    margin: 0px;
}

/* Changes by pushpam */

.wealth-secure-carousel-2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    display: flex;
    justify-content: space-between;
}

.wealth-secure-carousel-2 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1170px;
    height: 1px;
    background-color: #f2ece7;
    counter-reset: slides-num;
    margin-top: 0 !important;
    z-index: 9999;
}

.wealth-secure-carousel-2 .owl-dots::after {
    position: absolute;
    right: 0;
    content: counter(slides-num);
    display: inline-block;
    color: #a5a2a0;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    bottom: 0%;
}

.wealth-secure-carousel-2 .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}

.wealth-secure-carousel-2.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.wealth-secure-carousel-2 .owl-dot.active::before {
    position: absolute;
    right: 20px;
    bottom: 0;
    content: counter(slides-num) "/";
    color: #1a1c23;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-align: right;
    font-family: var(--thm-font-2);
}

.wealth-secure-carousel-2 {
    width: 1572px;
}

.wealth-secure-carousel-2.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-bottom: 90px;
}

.wealth-secure-carousel-2.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.wealth-secure-carousel-2.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.swiper.mySwiper_wealth {
    width: 100%;
    height: 100%;
}

.swiper-slide.wealth_swiper_slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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: center;
    align-items: center;
}

.wealth_swiper_slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-wealth-secure-box .text-box .slidepara {
    color: #000 !important;
    text-align: center;
}

.mySwiper_wealth .swiper-button-next.swiper_next_pos {
    right: 79px;
}

.mySwiper_wealth .swiper-button-prev.swiper_pre_pos {
    left: 86px;
}

.feature_row {
    align-items: center;
}

/*------------------------------------------
    Wealth Secure Style2 Area
  --------------------------------------------*/
.wealth-secure-style2-area {
    position: relative;
    display: block;
    background-color: #f5f8f7;
    padding: 100px 0 100px;
    border-bottom: 1px solid #e1e6e5;
    z-index: 10;
}

.single-wealth-secure-box--style2 .inner-title {
    background-color: #ffffff;
    background-image: none;
    left: 20px;
    bottom: 20px;
    right: -20px;
    padding: 17px 20px 17px;
}

.single-wealth-secure-box--style2 .inner-title h3 a {
    color: var(--thm-black);
}

.single-wealth-secure-box--style2 .text-box {
    position: relative;
    padding: 28px 20px 27px;
}

.single-wealth-secure-box--style2 .text-box p {
    color: #797c7f;
}

.single-wealth-secure-box--style2 .text-box ul {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-wealth-secure-box--style2 .text-box ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #797c7f;
    line-height: 30px;
    margin-bottom: 2px;
}

.single-wealth-secure-box--style2 .text-box ul li:last-child {
    margin-bottom: 0;
}

.single-wealth-secure-box--style2 .text-box ul li:before {
    font-family: "icomoon" !important;
    position: absolute;
    top: 10px;
    left: 0;
    content: "\ea06";
    font-size: 12px;
    line-height: 12px;
    color: #abacaf;
}

.wealth-secure-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 30px;
}

.wealth-secure-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.wealth-secure-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.wealth-secure-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.features-style4-area {
    position: relative;
    display: block;
    background-color: #000;
    padding: 100px 0 100px;
    z-index: 10;
}

.features-style4-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    background-image: -moz-linear-gradient(
        -90deg,
        rgb(248, 247) 65%,
        rgb(255, 255, 255) 100%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgb(248, 247) 65%,
        rgb(255, 255, 255) 100%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgb(248, 247) 65%,
        rgb(255, 255, 255) 100%
    );
}

.features-style4-title-box {
    position: relative;
    display: block;
}

.features-style4-title-box .sec-title {
    padding-bottom: 34px;
}

.features-style4-title-box .sec-title h2 {
    text-transform: none;
}

.features-style4-title-box .sec-title .sub-title {
    padding-top: 23px;
}

.features-style4-title-box .btns-box {
    position: relative;
    display: block;
    line-height: 0;
}

.features-style4-title-box .btns-box .btn-one {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.app-screen {
    position: relative;
    display: block;
}

.app-screen img {
    width: 100%;
}

.account-creation-step {
    position: relative;
    display: block;
    margin-top: 10px;
}

.account-creation-step ul {
    position: relative;
    display: block;
}

.account-creation-step ul li {
    position: relative;
    display: block;
    margin-bottom: 51px;
}

.account-creation-step ul li:last-child {
    margin-bottom: 0;
}

.account-creation-step .single-step {
    position: relative;
    display: block;
    padding-left: 100px;
}

.account-creation-step .single-step .counting {
    position: absolute;
    top: -10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #e6ebe9;
    background-color: #ffffff;
    color: #a8a8a8;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 300ms linear;
    transition-delay: 0.2s;
    z-index: 1;
}

.account-creation-step .single-step .counting::after {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: -110px;
    width: 1px;
    background: #e6ebe9;
    content: "";
    margin: 0 auto;
    z-index: 1;
}

.account-creation-step .single-step .lnone.counting::after {
    display: none;
}

.account-creation-step .single-step:hover .counting {
    color: #ffffff;
}

.account-creation-step .single-step .counting::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(
        180deg,
        rgb(37, 184, 93) 0%,
        rgb(2, 136, 53) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(37, 184, 93) 0%,
        rgb(2, 136, 53) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgb(37, 184, 93) 0%,
        rgb(2, 136, 53) 100%
    );
    border-radius: 50%;
    transition: all 300ms linear;
    transition-delay: 0.2s;
    transform: scale(0.7);
    opacity: 0;
    z-index: -1;
    content: "";
}

.account-creation-step .single-step:hover .counting::before {
    transform: scale(1);
    opacity: 1;
}

.account-creation-step .single-step .text-box {
    position: relative;
    display: block;
    background: #f5f8f7;
    padding: 22px 30px 23px;
}

.account-creation-step .single-step .text-box::before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background: #f5f8f7;
    height: 5px;
    content: "";
}

.account-creation-step .single-step .text-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 9px;
}

.account-creation-step .single-step .text-box p {
    margin: 0;
}

.benefits_row {
    align-items: center;
}

.main-nav-wrapper .main-nav .sidebar-menu-area > ul > li > .bi.bi_plus {
    position: absolute;
    top: 26px;
    left: 292px;
}

.counter_letter {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter_icon {
    margin-right: 10px;
}

.feature_bank {
    align-items: center;
}

.showpanel {
    display: inline-block;
}

.rgthdng:first-child {
    margin-top: 5%;
}

.rgthdng.eat {
    background: #000;
}

.rgthdng {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 20px 20px;
    color: #fff;
}

.rgthdng h4 {
    margin-top: 0px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 25px;
}

.btn-more.toggleHolder {
    margin-top: 10px;
    color: #fff;
    background: #4d8c5e;
    padding: 10px;
    border-radius: 5px;
}

.showpanel {
    display: none;
}

.sub_plan {
    font-size: 1.5rem !important;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-xfinity);
}

.toggler {
    cursor: pointer;
    font-size: 15px;
}

.toggler span {
    display: inline-block;
    margin-right: 5px;
}

.read_more {
    display: inline-flex !important;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.para_styl {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-light);
    font-family: var(--font-Jost);
}

.para_stylee {
    font-size: 17px;
    font-weight: 400;
    color: var(--text-light);
    font-family: var(--font-Jost);
}

.feature-text.payment_feature {
    padding-left: 71px;
}

.subtagg {
    font-size: 30px !important;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-Jost);
}

.para_style {
    font-family: var(--font-Jost) !important;
}

.subtag_bank {
    font-size: 1.4rem !important;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-Jost);
}

.subtagg_debit {
    font-size: 1.75rem !important;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-Jost);
}

.footer-section .section-star {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    z-index: 98;
}

.flex_gap {
    gap: 20px;
}

.head_style {
    font-size: 2rem !important;
    font-weight: 600 !important;
    font-family: var(--font-kanit) !important;
    text-transform: capitalize !important;
    color: #fff !important;
    text-align: center;
}

.banner1-content h1 {
    font-size: 4.5rem;
}

ul.roadmap3-list.liststyl .privacy_list {
    font-family: var(--font-Jost) !important;
}

.footer-section .background-text ul li {
    font-size: 5.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    font-family: var(--font-prompt);
    white-space: nowrap;
}

.footer-section .background-text ul li:nth-child(odd) {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
    -webkit-text-fill-color: transparent;
}

.contact_heaad {
    line-height: 1.6 !important;
}

.about-me-section.pt-120 {
    padding-top: 52px;
    padding-bottom: 52px;
}

.feature-section3.pt-120 {
    padding-top: 52px;
    padding-bottom: 52px;
}

.counter-section.pb-120 {
    padding-top: 52px;
    padding-bottom: 52px;
}

.preloader.preloader_image::before {
    position: absolute;
    top: 0;
    background-image: url(../images/backg/elitoinno.png);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transform: scale(0.4);
    opacity: 0.15;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.preloader.active {
    display: none;
}

.section-title1.proud_title {
    margin-bottom: 0px !important;
}

.header_logo_image {
    max-width: 200px !important;
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    border-color: rgba(0, 139, 94, 1) !important;
}

.counter_letter {
    display: flex;
    align-items: center;
    gap: 5px;
}

.counter-single .coundown i {
    font-size: 23px;
}

.latest-singl2.sibling_solution::before {
    transform: skewX(2deg);
}

.section-title1.section_industry {
    margin-bottom: 17px;
}

.testimonial-section2.test_client {
    padding-top: 5px;
    padding-bottom: 100px;
}

.testi-prev3.swiper-prev-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav-wrapper .main-nav .sidebar-menu-area > ul {
    padding: 25px 0;
}

.section_about img {
    width: 80%;
}

.footer-bottom.footer_padd {
    padding-top: 52px;
}

.para_styl.bank_close {
    padding-bottom: 12px;
}

.section-title1 {
    text-align: center;
    margin-bottom: 22px;
    /* margin-top: -91px; */
}

.belowSpace {
    padding-bottom: 50px;
}
.contactSpace {
    padding-bottom: 90px;
}

/* .btn_mapN{
    display: block;
    margin: auto;
    width: 50%;
} */

@media (min-width: 768px) and (max-width: 1024px) {
    .parralax-image.banner1-bg {
        height: inherit;
        padding-top: 9px;
    }

    .support-content {
        padding-left: 11px;
    }
}

@media screen and (max-width: 991px) {
    .features-style1-content ul li {
        flex: 0 0 auto;
        width: 100%;
    }

    .main-nav-wrapper .main-nav {
        justify-content: flex-start;
    }

    .btn_submit {
        text-align: center;
        margin: 0 auto;
    }

    .about-area.bg-color {
        padding-top: 52px;
    }
}

@media (min-width: 992px) and (max-width: 2560px) {
    header.style-1 .header_image img {
        min-width: 120px;
        max-width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 2560px) {
    .input-with-btn::before {
        content: unset;
    }
}

@media screen and (max-width: 1644px) {
    .section-title-lg h2 {
        font-size: 2.688rem;
    }

    .banner1-content h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1644px) {
    .banner1-content h1 {
        font-size: 2rem;
    }

    .banner3-image {
        padding: 177px 0 30px 0;
        margin-left: -20px;
    }
}

@media (max-width: 420px) {
    .copyright.copyright_reserve {
        text-align: center;
        max-width: 303px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* .banner1-content h1 {
        font-size: 1.5rem;
    } */
    .banner1-content h1 {
        margin-right: 0;
        font-size: 1.5rem;
        max-width: 200px;
        margin-left: auto;
    }

    .banner1-content {
        position: absolute;
        top: 70px;
        bottom: 0;
        left: -3px;
    }

    .btn_map.submit-btn {
        width: 50%;
    }

    .rare-feature-image {
        min-height: initial;
    }

    .counter_letter {
        font-size: 32px;
    }

    .testimonial-section2.pt-120 {
        padding-top: 0 !important;
    }

    .about-me-section.pt-120 {
        padding-top: 0 !important;
    }

    .about-me-section.pb-120 {
        padding-bottom: 0 !important;
    }

    .section-title1.text-start {
        text-align: center !important;
    }

    .banner3-content.brandpop {
        text-align: center;
    }

    .col-12.swiperpage_content {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .main-nav-wrapper .main-nav .sidebar-menu-area > ul > li > .bi.bi_plus {
        position: absolute;
        top: 16px;
        left: 200px;
    }
}

@media (min-width: 280px) and (max-width: 556px) {
    .contact-section.contact_padd {
        padding-top: 14px;
    }

    .banner1-content h1 {
        margin-right: 0;
        font-size: 15px;
        max-width: 200px;
        margin-left: auto;
    }

    .banner1-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .section-title1.text-start {
        text-align: center !important;
    }

    .banner1-content {
        transform: translateY(16%);
    }

    .btn_map.submit-btn {
        width: 50%;
    }

    .rare-feature-image {
        min-height: 275px;
    }

    .rare-feature-image {
        margin-top: 0;
    }

    .testimonial-section2.pt-120 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .counter_letter {
        font-size: 22px;
    }

    .roadmap-section.pb-120 {
        padding-bottom: 90px;
    }

    .feature-section3.bg-color2 {
        padding-top: 3px;
    }

    .collection-section1.bg-color1 {
        padding-top: 17px;
    }

    .mt_5 {
        margin-top: 30px;
    }

    .banner-section1 {
        padding-bottom: 29px;
    }

    .about-me-section.bg-color2 {
        padding-top: 16px;
    }

    .section-title-lg.section_roi h2 {
        font-size: 2rem;
    }

    .star_img {
        width: 24% !important;
    }

    .collection-section1.bg-color1 {
        padding-top: 10px;
    }

    .head_style.head_network {
        font-size: 18px !important;
    }

    .choose-us-section.pb-120 {
        padding-bottom: 7px;
    }

    .rare-feature-image img {
        left: 18px;
    }

    .footer-section .section-star {
        position: absolute;
        left: 50%;
        transform: translateX(-22%);
        top: -6px;
    }

    .section_about img {
        width: 50%;
    }

    .footer-bottom.footer_padd {
        padding-top: 0 !important;
    }

    .counter-single .coundown i {
        font-size: 15px;
    }
}

@media screen and (max-width: 1583px) {
    .brand_img {
        width: 65%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-section2 .banner-bottom .banner2-image.impactimg {
        position: absolute;
        top: -245px;
        right: 20%;
        border-radius: 280px;
        overflow: hidden;
        z-index: 9;
        height: 525px;
        max-width: 400px;
    }
}

@media screen and (max-width: 1230px) {
    .input-with-btn::before {
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    li.single-benefits-box-colum:before {
        content: "";
        position: unset;
    }

    li.single-benefits-box-colum:after {
        content: "";
        position: unset;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner3-content {
        margin: 0 auto;
        text-align: center;
    }

    .banner-section3 {
        min-height: 0 !important;
    }

    .swiperpage_content {
        display: none;
    }

    .feature-text.payment_feature {
        text-align: left;
        padding-left: 0 !important;
    }

    .bread-crumb-section .banner-content {
        padding: 70px 0 70px 50px;
    }

    .banner-section2 .banner-bottom {
        padding: 70px 0px !important;
    }

    .roadmap-section.pt-120 {
        padding-top: 45px;
    }

    .features-style1-area {
        padding: 0px 0 40px;
    }

    .account_creation_list {
        padding-left: 0;
    }

    .wealth-secure-area {
        padding: 30px 0 67px;
    }

    .features-style4-area {
        padding: 100px 0 26px;
    }

    .feature_area_list {
        padding-left: 0;
    }

    .para_styl.feature_simply,
    .feature_area_list.feature_simply {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-section2 .banner-bottom .banner2-image.impactimg {
        position: absolute;
        top: -245px;
        right: 10%;
        border-radius: 280px;
        overflow: hidden;
        z-index: 9;
        height: 525px;
        max-width: 390px;
    }
}

@media (max-width: 991px) {
    .banner-section2 .banner-bottom .banner2-image.impactimg {
        position: absolute;
        top: -245px;
        right: 12%;
        border-radius: 100px;
        overflow: hidden;
        z-index: 9;
        height: 380px;
        max-width: 280px;
    }

    .banner-section2 .banner-bottom .banner2-image {
        display: inline-block;
    }
}

@media (max-width: 921px) {
    .banner-section2 .banner-bottom .banner2-image.impactimg {
        position: absolute;
        top: -341px;
        right: 12%;
        border-radius: 280px;
        overflow: hidden;
        z-index: 9;
        height: 530px;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .banner-section2 .banner-bottom .banner2-image.impactimg {
        position: absolute;
        top: -326px;
        right: 12%;
        border-radius: 80px;
        overflow: hidden;
        z-index: 9;
        height: 465px;
        max-width: 270px;
    }
}

@media (max-width: 736px) {
    .banner-section2 .banner-bottom .banner2-image.impactimg {
        display: none;
    }

    .banner-section2 .section_generation .head_style {
        text-align: center;
    }

    .banner-section2 .section_generation .head_style strong {
        justify-content: center;
    }
}

@media screen and (max-width: 966px) {
    .banner-section3 .mySwiper.smalll-image {
        transform: translateY(-30%) !important;
    }

    .blog-single1-content h3 a {
        font-size: 1.875rem;
        font-weight: 400;
    }

    .section-title1 h2 {
        font-size: 2.125rem;
    }

    .banner3-image {
        padding: 20px 10px;
    }

    .section-title-lg h2 {
        font-size: 2.688rem;
    }

    .star_img {
        width: 10%;
    }

    .banner-section1 .banner-img .circel-tex-area1 {
        right: 55px;
        bottom: -62px;
    }

    .pb-120 {
        padding-bottom: 56px;
    }

    .banner3-content {
        padding: 47px 60px;
    }
}

@media (min-width: 500px) and (max-width: 1078px) {
    .banner-section1 {
        padding-top: 23px !important;
    }

    .banner1-content {
        left: 10px;
        bottom: 66%;
        transform: translateY(50%);
    }
}

@media (min-width: 280px) and (max-width: 1078px) {
    .cmn-btn {
        width: 40%;
    }

    .banner3-content h2 {
        font-size: 1.9rem;
    }

    .about-me-section p {
        text-align: justify;
    }
}

@media screen and (max-width: 280px) {
    .pt-120 {
        padding-top: 55px;
    }

    .section-title2 h2 {
        font-size: 2rem;
    }

    .preloader.active {
        transform: translateY(-194vh);
    }

    .main-nav-wrapper .main-nav .menu-close-btn {
        position: absolute;
        right: 4%;
        top: 37px;
    }

    .banner-section1 {
        padding-top: 24px;
        padding-bottom: 39px;
    }

    .banner1-content h1 {
        font-size: 0.75rem;
    }

    .section-title-lg h2 {
        font-size: 1.5rem;
    }

    .pb-120 {
        padding-bottom: 8px;
    }

    .banner3-content h2 {
        font-size: 1.9rem;
    }

    .banner3-content h2 {
        margin-bottom: 26px;
    }

    .counter-single {
        padding: 10px 0;
    }

    .banner3-content {
        padding: 54px 10px;
        text-align: center;
    }

    .footer-section .section-star {
        top: 47px;
        left: 50%;
    }

    .section-star img {
        width: 45%;
    }

    .footer-section {
        padding-top: 82px;
    }

    /* .author-details {
        padding-left: 100px;
    } */
}

@media (min-width: 280px) and (max-width: 992px) {
    .future_rare {
        width: 86%;
    }

    .looktake {
        width: 70%;
        height: 400px;
    }
}

@media (min-width: 550px) and (max-width: 920px) {
    .clientSpeak {
        margin-bottom: 0px;
    }
    .banner3-content {
        padding: 0 60px;
    }
    .fNetworking {
        padding-bottom: 0px;
    }
    .starControl {
        width: 25rem;
        height: 25rem;
    }
    /* .banner-section2 .banner-bottom .banner2-image{
    display: inline-block;
 } */
    .impImg {
        padding: 5px;
        margin-left: 10px;
        margin-top: 100px;
        border-radius: 95px;
        width: 280px;
        height: 320px;
    }
    .wealth-secure-area {
        padding: 0px 0px 67px;
    }

    .single-wealth-secure-box .inner-title {
        position: absolute;
        left: 30px;
        bottom: 30px;
        right: -15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 17px 15px 17px;
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
        background-image: -moz-linear-gradient(
            180deg,
            rgb(15, 212, 216) 0%,
            rgb(0, 127, 142) 100%
        );
        background-image: -webkit-linear-gradient(
            180deg,
            rgb(15, 212, 216) 0%,
            rgb(0, 127, 142) 100%
        );
        background-image: -ms-linear-gradient(
            180deg,
            rgb(15, 212, 216) 0%,
            rgb(0, 127, 142) 100%
        );
    }
    .contact-section .contact-form-area {
        position: relative;
        padding: 50px 45px 30px 45px;
        z-index: 1;
        overflow: hidden;
        background-color: #000;
    }
    .textAlignFintracker {
        display: flex;
    }

    .textAlignFintrackerSize {
        width: 56px;
        margin-left: -12px;
        margin-top: 8px;
    }
    .textAlignFintrackerMarTop {
        margin-top: 8px;
    }
    .textAlignFintrackerMarMinus {
        margin-left: -12px;
    }

    .clientSpeak {
        margin-bottom: 0px;
    }

    .banner3-content {
        padding: 0 60px;
    }

    .fNetworking {
        padding-bottom: 0px;
    }

    .starControl {
        width: 70px;
        height: 70px;
    }

    /* .banner-section2 .banner-bottom .banner2-image {
        display: inline-block;
    } */

    .impImg {
        padding: 5px;
        margin-left: 10px;
        margin-top: 100px;
        border-radius: 95px;
        width: 280px;
        height: 360px;
    }

    .wealth-secure-area {
        padding: 0px 0px 67px;
    }

    .cardSpace {
        margin-left: 20px;
    }

    .feature-text ul li a {
        font-size: 15px;
        color: #888;
        padding: 6px 0px 6px 25px;
        display: block;
    }

    .para_styleeN {
        text-align: center;
    }
    .upimg {
        margin-top: -50px;
    }

    .exPow {
        padding-bottom: 46px;
    }

    .belowSpaceDesk {
        padding-bottom: 0px;
    }

    .tcenter {
        text-align: center;
    }
    .clientbtn {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .removetopM {
        margin-top: 35px;
    }

    .protectData {
        display: flex;
    }

    .hwIncrease {
        width: 36px;
        margin-top: 8px;
    }

    .hwIncreaseN {
        width: 86px;
        margin-top: 8px;
    }

    .protectDataN {
        display: flex;
        margin-left: 8px !important;
    }
    .protectDataFirst {
        display: flex;
        margin-left: 10px !important;
    }
    .privacyP_ThirdPoint {
        margin-left: 8px !important;
    }

    .botPad {
        padding-bottom: 0px;
    }
    .app-screenMB {
        margin-bottom: 70px;
    }
    .home_slider {
        /* border: 1px solid white; */
        min-width: 320px;
        text-align: center;
        padding: 20px;
        min-width: 280px;
    }
    .home_sliderimg {
        width: 340px;
        height: 220px;
    }
    .pt {
        padding-top: 50px;
    }
    .contact_GDirectionBtn {
        width: 180px !important;
    }
}

@media (max-width: 550px) {
    .app-screenMB {
        margin-bottom: 35px;
    }
}

@media (min-width: 550px) {
    .app-screenMB {
        margin-bottom: 70px;
    }
}

@media (min-width: 391px) and (max-width: 768px) {
    .banner-section1 {
        padding-top: 24px !important;
    }

    .parralax-image.banner1-bg {
        height: inherit;
        padding-top: 0 !important;
    }

    .rPolicy {
        padding-top: 20px;
    }

    .pPolicy {
        padding-top: 20px;
    }
    .impImg {
        width: 260px !important;
        height: 480px;
    }
}

@media (min-width: 280px) and (max-width: 390px) {
    .banner-section1 {
        padding-top: 14px !important;
    }

    .parralax-image.banner1-bg {
        height: inherit;
        padding-top: 0 !important;
    }

    .breadcrumb.gap-3 {
        gap: 1rem !important;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 280px) and (max-width: 768px) {
    .features-style1-content ul li {
        flex: unset;
        width: auto;
    }

    .feature-text.payment_feature {
        text-align: left;
        padding-left: 0;
    }

    .support-content.payment_support {
        padding-left: 15px;
    }

    .benefits-style2-area li.single-benefits-box-colum:before {
        background-image: none;
    }

    .benefits-style2-area li.single-benefits-box-colum:after {
        background-image: none;
    }

    .account-creation-step .single-step .counting {
        display: none;
    }

    .account-creation-step .single-step .counting {
        padding-left: 0;
    }

    .account_creation_list {
        padding-left: 0 !important;
    }

    .account-creation-step ul li {
        margin-top: 55px;
    }

    .account-creation-step .single-step {
        padding-left: 0;
    }

    .features-style4-area {
        padding: 100px 0 0;
    }

    .feature-text h3 {
        font-size: 27px;
    }

    .money_content.col-sm-6 {
        width: 100%;
    }

    .banner-section1 {
        min-height: 0 !important;
    }

    .btn_submit {
        text-align: center;
        margin: 0 auto;
    }

    .bread-crumb-title {
        font-size: 2rem !important;
    }

    .roadmap-prev1.swiper-prev-arrow {
        width: 20%;
    }

    .roadmap-next1.swiper-next-arrow {
        width: 20%;
    }

    .slider-arrows.road_map {
        display: flex;
        margin-top: 73px;
    }

    .feature-section3.pt-120 {
        padding-top: 56px;
    }

    .roadmap-single .roadmap-content {
        padding-right: 0px;
        padding-left: 7px;
    }

    .banner-section2 .banner-bottom {
        padding: 48px 0;
    }

    .support-services {
        padding: 20px;
        margin-bottom: 0px;
        text-align: center;
    }

    .feature3-title.head_style {
        text-align: center;
    }
    .parralax-image.banner1-bg {
        height: 90px;
    }
    .service_font {
        font-size: 16px;
    }
    .starControl {
        width: 20px;
        height: 20px;
    }
    .tcenter {
        align-items: center;
    }
    .banner3-content {
        padding: 0px 60px;
    }
    .collection-section1.drop_setup {
        padding-bottom: 0;
    }
    .contact_formHeading {
        text-align: center;
    }

    .banner-section2 .banner-bottom {
        padding-top: 100px !important;
        position: relative;
    }
    .features-style1-area {
        position: relative;
        display: block;
        background-color: #000;
        padding: 20px 50px 0 40px;
    }
    .about-area.bg-color {
        padding-top: 20px;
    }
    .service_arrows {
        max-width: none !important;
        height: auto;
        width: 100%;
        margin: auto;
    }
    .banner_Imini {
        height: auto !important;
    }
}

@media (max-width: 280px) {
    .feature-section3.pt-120 {
        padding-bottom: 12px;
    }

    .collection-section1.drop_setup {
        padding-bottom: 0;
    }

    .section-title1 {
        margin-bottom: 5px;
    }
    .service_flx {
        display: block;
        margin: auto;
        padding-left: 0;
    }
    .roadmap-single .roadmap-content > span {
        padding: 10px 15px;
    }
    .roadmap-single .roadmap-content {
        padding-left: 5px;
    }
    ol.roadmap-list li {
        font-size: 12px;
    }
    .roadmap-section.pb-120 {
        padding-bottom: 5px;
    }
    .service_webD {
        margin-left: 45px;
    }
}
@media (min-width: 280px) and (max-width: 355px) {
    .service_arrows {
        max-width: none !important;
        height: auto;
        width: 20px;
        margin-left: -10px;
    }
}
@media (min-width: 557px) and (max-width: 991px) {
    .roadmap-section.pb-120 {
        padding-bottom: 90px;
    }
}
/*  */
/* .para_styl{
    padding-bottom: 41px;
}  */
/* .roadmap-content{
     .para_styl {
        padding-bottom: 41px;
    }

    .roadmap-content {
        text-align: justify;
    }

    .roadmap3-list {
        text-align: justify;
    }

    .roadmap3-content {
        margin-top: 44px;
    }
} */

/* Changes by pushpam start */
.payment_bg .features-style1-area .sec-title {
    margin-bottom: 30px;
}

.payment_bg .features-style1-area .sec-title .sub-title .para_styl {
    text-align: center;
}

.payment_bg .section-headline .para_styl {
    text-align: center !important;
}

.payment_bg .feature-text .feature_simply .para_styl {
    text-align: justify !important;
}

.section-title4 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color1);
}

.blog-details .blog-st-wrap,
.choose-us-section .choose-us-content,
.swiper-wrapper,
.payment_bg .feature-text p {
    text-align: justify;
}

.roadmap-section .slider-arrows .roadmap-prev1::after,
.roadmap-section .slider-arrows .roadmap-next1::after {
    opacity: 1;
    border: 2px solid var(--primary-color1);
}

.faq-wrap .faq-body {
    text-align: justify;
}

.choose-us-list li::before {
    content: url(../images/icons/star-sm.svg);
    position: absolute;
    left: 0;
    top: 1px;
}

li.single-benefits-box-colum:nth-child(4) {
    padding-top: 45px;
    padding-bottom: 0;
}

li.single-benefits-box-colum:nth-child(5) {
    padding-top: 45px;
    padding-bottom: 0;
}

li.single-benefits-box-colum:nth-child(6) {
    padding-top: 45px;
    padding-bottom: 0;
}

button.slider-button {
    cursor: auto;
}

.testimonial-single2 .testimonial-author {
    padding-left: 150px;
}

.testimonial-single2 .testimonial-author {
    transform: none;
    margin-top: 0;
}

.testimonial-single2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 260px;
}

.testimonial-section2 .testi-arrow-2 {
    bottom: 7px;
}

.benefits-style2-area .sub-title .para_styl,
.benefits-style2-area .benefits-content .single-benefits-box .image,
.benefits-style2-area .benefits-content .single-benefits-box .text h3 {
    text-align: center;
}

.payment_bg .features-style1-area .clearfix {
    padding-left: 0px;
}

.sub-menu li a {
    transition: all 0.45s ease-in-out !important;
}

.sub-menu li:hover a {
    color: var(--primary-color1) !important;
}

.feature_bank .feature_area_list {
    padding-left: 30px;
}
.feature_bank .feature-text {
    padding-right: 20px;
}

.head_style.feature_simply {
    text-align: justify;
}

.roadmap3-single .roadmap3-img-group {
    margin-bottom: 20px;
}

.roadmap-section.pb-120 {
    padding-top: 35px;
}

@media (max-width: 576px) {
    .footer-section .newsletter-area .section-title2 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .roadmap-single {
        padding: 15px 0px;
    }
}

@media (max-width: 280px) {
    .roadmap-single .roadmap-content {
        padding-right: 0px;
        padding-left: 5px;
    }

    .roadmap-single .roadmap-content > span:after {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .bread-crumb-section .circel-tex-area3 {
        bottom: 3px;
    }

    .bread-crumb-section::after {
        height: 68%;
    }
}

@media (max-width: 1199px) {
    li.single-benefits-box-colum:nth-child(4) {
        padding-top: 0;
        padding-bottom: 39px;
    }

    li.single-benefits-box-colum:nth-child(5) {
        padding-top: 0;
        padding-bottom: 39px;
    }

    li.single-benefits-box-colum:nth-child(6) {
        padding-top: 0;
        padding-bottom: 39px;
    }
}

@media (max-width: 991px) {
    .testimonial-single2 .testimonial-author {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .testimonial-single2 {
        height: 225px;
    }
}

@media (max-width: 767px) {
    .testimonial-single2 {
        height: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-section2 .testimonial-slider2 {
        margin-left: -140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section2 .testimonial-slider2 {
        margin-left: -130px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .roadmap-single-alpha,
    .roadmap-single-beta {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .feature_area_list {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .benefits-content .single-benefits-box p {
        text-align: center;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .roadmap-single .roadmap-content {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 280px) and (max-width: 577px) {
    .roadmap-single .roadmap-content {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
}

@media (min-width: 550px) and (max-width: 992px) {
    .secretWepon {
        text-align: center;
    }
}

@media (min-width: 922px) and (max-width: 991px) {
    .tcenter {
        text-align: center !important;
    }
}
/* @media (max-width: 855px){
    .banner-section2 .banner-bottom .banner2-image{
        display: none !important;
    }
} */

@media (max-width: 768px) {
    .feature_bank .feature-text {
        padding-right: 0px;
    }
}

@media (min-width: 280px) and (max-width: 992px) {
    .choose-us-section .section-title4 {
        text-align: center;
    }
}

@media (min-width: 1199px) {
    .payment_bg .benefits-style2-area .benefits-content {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-title2 .cont_para {
        padding-right: 50px;
    }
}

@media (max-width: 280px) {
    .section-title1 > span:after {
        width: 90%;
    }

    .counter-section {
        padding-right: 0px;
    }
}
/* @media (min-width: 921px) and (max-width: 991px){
    .banner-section2 .banner-bottom .banner2-image{
        display: inline-block !important;
    }
    .impImg{
        width: 250px !important;
        height: 480px;
    }
} */

/* Changes by pushpam end*/
.para_styl {
    text-align: justify;
}

.exp {
    padding-top: 63px !important;
}

.text h4 {
    margin-bottom: 0px !important;
}

.blog-details p {
    text-align: justify;
}
.contact-form-area .submit-btn:hover::before {
    left: -8px;
    top: -8px;
    opacity: 1;
}
.contact-form-area .submit-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--primary-color1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.55s ease-in-out;
}
.get_direction {
    display: flex;
    justify-content: center;
}
.drop_head {
    margin-top: 10px;
}
.inspiring_ind {
    margin-top: 20px;
}
.we_speak {
    margin-top: 20px;
}
.btn-success {
    color: #ffffff;
    background-color: #161617;

    /* border-color: #494F57; */
}
.proudJ {
    padding-bottom: 20px;
    padding-top: 40px;
}
.starControl {
    width: 55px;
    height: 55px;
}

.banner-section2 .banner-bottom {
    padding-top: 13.75rem;
    position: relative;
}
.privacyP_ProtectingData {
    margin-left: 0;
}
.protectDataN {
    display: flex;
    margin-left: -10px;
}
.hwIncreaseN {
    width: 86px;
    margin-top: 8px;
}
.privacyP_ThirdPoint {
    margin-left: -10px;
}
.privacyP_heading {
    color: #ffff;
    font-size: 38px;
}
.para_styl {
    text-align: center;
}
.exPow {
    padding-top: 50px;
}
.home_arrow {
    color: #ffff !important;
}
.btn_service::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #198754;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 1;
    transition: all 0.55s ease-in-out;
    opacity: 1;
}
.btn_service {
    background-color: #198754;
}
.btn_service:hover::before {
    content: "";
    background-color: transparent;
    border: 1px solid #198754;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 0.55s ease-in-out;
    opacity: 1;
}
.fintracker_bullets {
    margin-bottom: 30px !important;
}
.footer_LetsTalk {
    margin-bottom: 0 !important;
}

.contact-section .address-area .address-list li h5 {
    font-weight: 400;
    font-size: 20px;
    color: var(--text-light4);
    margin-top: 15px;
}

.contact-section .address-area .address-list li p {
    color: var(--text-light4);
    margin-bottom: 0;
}

.blog-details h5 {
    color: var(--text-light4);
}

.blog-details p a {
    color: #008b5e;
}

/* loader */

.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px;
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #202020;
}

/* loader */

.main-btn {
    display: flex;
    justify-content: center;
}

.row-alns {
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .footer-text-area-ara {
        margin-top: 30px;
    }
}


.stl-ss{

    text-align: left;
}
/* .latest-singl2 img{

    height: 250px;
} */

.main-width{

    height: 250px;
}

@media (max-width: 420px) {
    .contact-section .address-area .address-list li h5
    {
        font-size: 17px;
    }
}

