@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: lightgray;
}
body::-webkit-scrollbar-thumb {
    background: #888;
}
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.navbar_section{
    position: fixed;
    top: 0;
    background-image: url(/img/nav-bg.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.navbar-brand img{
    height: 50px;
}
.navbar ul li a{
    color: #1F1F1F !important;
    font-size: 14px;
}
.dropdown-toggle::after{
   content: url(/img/Vector.png);
   border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    vertical-align: 0em;
}
.navbar_btn_div {
    display: flex;
    gap: 10px;
    align-items: center;
}
.navbar_btn_div .btn1{
    background: #1B9BFF;
    border-radius: 12px;
    border: none;
    color: #fff;
    width: 130px;
    height: 40px;
}
.navbar_btn_div .btn1:hover{
    opacity: 0.8;
}
.navbar_btn_div .btn2{
    background: transparent;
    border-radius: 12px;
    border: 1px solid #1B9BFF;
    color: #1B9BFF;
    width: 130px;
    height: 40px;
}
.navbar-light .navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}
.dropdown-menu{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
.dropdown-item{
    color: #1F1F1F;
    /* font-weight: bold; */
}
.more_dropdowns{
    background: #F8F8F8;
}
.mainscreen_section_one{
    margin-top: 150px;
}
.main_screen_sec1_left_text_div{
    padding-top: 40px;
}
.main_screen_sec1_left_text_div h1{
    font-weight: bolder;
    color: #1F1F1F;
    font-size: 60px;
}
.main_screen_sec1_left_text_div p{
    padding: 40px 0px;
    color: #7D7D7D;
    font-size: 22px;
}
.main_screen_sec1_left_text_div button{
    background: #1B9BFF;
    box-shadow: 2px 3px 30px rgba(27, 159, 255, 0.21);
    border-radius: 12px;
    border: none;
    color: #fff;
    height: 50px;
    width: 180px;
}
.main_screen_sec1_left_text_div button img{
    height: 20px;
    margin-right: 10px;
    margin-top: -3px;
}
.mainscreen_sec1_right_main_div {
    background-image: url(/img/main1.png);
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.mainscreen_sec1_right_inner1{
    padding: 10px;
    position: absolute;
    left: -80px;
    background: rgba(255, 255, 255, 0.59);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    height: auto;
    min-height: 120px;
    width: 100%;
    max-width: 250px;
    border-radius: 12px;
}
.mainscreen_sec1_right_inner1_text .b1{
    color: #1B9FFF;
}
.mainscreen_sec1_right_inner1_text h5{
    color: #000;
}
.sec1_right_inner{
    display: flex;
    justify-content: space-between;
}
.sec1_right_inner .span1{
    background: #F9F9F9;
    padding: 5px;
    width: 110px;
    border-radius: 10px;
}
.sec1_right_inner span img{
    height: 25px;
}
.sec1_right_inner .span1 span{
    line-height: 12px;
}
.sec1_right_inner .span1 span label{
    font-size: 8px;
    color: #A6A6A6;
}
.sec1_right_inner .span1 span b{
    font-size: 10px;
    color: #000;
    font-weight: bolder;
}
.mainscreen_sec1_right_inner3 {
    position: absolute;
    bottom: -80px;
    left: -100px;
}
.mainscreen_sec1_right_inner4{
    position: absolute;
    left: -180px;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 85px;
    width: 250px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mainscreen_sec1_right_inner4 h5{
    color: #000;
}
.mainscreen_sec1_right_inner4 b{
    color: #1B9BFF;
}
.mainscreen_sec1_right_inner5 {
    position: absolute;
    top: 0;
    right: -110px;
}
.mainscreen_sec1_right_inner6{
    padding: 10px;
    background-color: #fff;
    height: 85px;
    width: 210px;
    position: absolute;
    right: -27px;
    top: 180px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.mainscreen_sec1_right_inner6 h6{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.mainscreen_sec1_right_inner6 p{
    font-size: 10px;
    color: #1B9FFF;
    margin-bottom: 2px;
}
.mainscreen_sec1_right_inner6 button{
    font-size: 10px;
    background: #2BC604;
    border-radius: 5px;
    color: #fff;
    border: none;
    width: 70px;
    padding: 4px 0px;
}
.mainscreen_sec1_right_inner6 img{
    height: 60px;
    width: auto;
}
.mainscreen_sec1_right_inner7{
    position: absolute;
    bottom: 0;
    right: -20px;
}
.mainscreen_section_two{
    margin-top: 160px;
}
.mainscreen_sec2_title_div{
    text-align: center;
}
.mainscreen_sec2_title_div p{
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.mainscreen_sec2_title_div h1{
    margin: 50px 0px;
}
.mainscreen_sec2_title_div h6{
    color: #7D7D7D;
}
.mainscreen_sec2_img_div{
    margin-top: 80px;
    margin-bottom: 40px;
    background-image: url(/img/sec2_bg.png);
    height: auto;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainscreen_sec2_img_text_div{
    color: #fff;
    padding-top: 150px;
}
.mainscreen_sec2_img_text_div h1{
    font-weight: bolder;
}
.mainscreen_sec2_img_text_div p{
    padding-top: 20px;
    line-height: 30px;
}
.mainscreen_section_three{
    margin-top: 70px;
}
.mainscreen_sec3_text_div h1{
    font-weight: bolder;
    margin-bottom: 50px;
}
.mainscreen_sec3_text_div p{
    color: #7D7D7D;
    line-height: 28px;
}
.mainscreen_sec3_text_div button{
    margin-top: 40px;
    background: #1B9BFF;
    box-shadow: 2px 3px 30px rgba(27, 159, 255, 0.21);
    border-radius: 10px;
    border: none;
    color: #fff;
    width: 180px;
    height: 45px;
}
.mainscreen_sec3_img_div img{
    height: 350px;
    width: 100%;
}
.mainscreen_section_four{
    margin-top: 80px;
}
.mainscreen_sec4_img_text_div{
    text-align: center;
    padding-top: 70px;
}
.mainscreen_sec4_img_text_div p{
    letter-spacing: 0.86em;
    color: #D6CBFF;
    margin-top: 30px;
}
.mainscreen_sec4_img_text_div h1{
    color: #fff;
    margin-top: 50px;
    font-size: 33px;
}
.mainscreen_sec4_img_text_div h6{
    color: #fff;
    margin-top: 50px;
    font-size: 20px;
}
.mainscreen_sec4_img_div{
    background-image: url(/img/banner.png);
    height: auto;
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.mainscreen_section_five{
    margin-bottom: 50px;
}
.mainscreen_sec5_card1_body_div{
    padding: 40px;
    margin-top: 20px;
    background-image: url(/img/sec5img1.png);
    background-repeat: no-repeat;
    height: auto;
    min-height: 573px;
    background-size: cover;
    background-position: bottom;
    position: relative;
    overflow: hidden;
}
.mainscreen_sec5_card2_text_div h1{
    font-weight: bolder;
    padding-top: 20px;
    color: #fff;
}
.mainscreen_sec5_card2_text_div p{
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
}
.mainscreen_sec5_card2_body_div{
    position: relative;
    padding: 40px;
    margin-top: 20px;
    background-image: url(/img/again2.png);
    background-repeat: no-repeat;
    height: auto;
    min-height: 573px;
    background-size: cover;
    background-position: left;
}
.mainscreen_sec5_card1_text_div h1{
    font-weight: bolder;
    padding-top: 20px;
}
.mainscreen_sec5_card1_text_div p{
    padding-top: 40px;
}
.mainscreen_sec5_card1_inner_card_main{
    position: absolute;
    right: -92px;
    bottom: 157px;
    width: 100%;
}
.mainscreen_sec5_card1_inner_card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px !important;
    padding: 6px 7px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 7px 33px 2px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(4px);
    border-radius: 9px;
    max-width: 100%;
    width: 217px;
    /* height: auto;
    min-height: 90px; */
    height: 63px;
    margin: auto;
}
.mainscreen_sec5_card1_inner_card h5{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.mainscreen_sec5_card1_inner_card b{
    color: #1B9FFF;
    font-size: 12px;
}
.mainscreen_sec5_card2_inner_card{
    position: absolute;
    background: rgba(255, 255, 255, 0.63);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    max-width: 312px;
    right: 40px;
    bottom: 36px;
    height: auto;
}
.mainscreen_sec2_img2_top3_div{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 7px;
    height: auto;
    min-height: 80px;
    border-radius: 10px;
}
.mainscreen_sec2_img2_top3_div img{
    height: 20px;
    width: 20px;
}
.mainscreen_sec2_img2_top3_div label{
    padding-top: 10px;
    color: #A6A6A6;
    font-size: 8px;
}
.mainscreen_sec2_img2_top3_div b{
    color: #1B9BFF;
    font-size: 11px;
}
.mainscreen_sec2_bottom_card_div{
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    padding: 7px;
    height: auto;
    min-height: 86px;
    border-radius: 10px;
    margin-top: 4px;
}
.mainscreen_sec2_bottom_card_div label{
    color: #A6A6A6;
    font-size: 12px;
}
.mainscreen_sec2_bottom_card_div b{
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.mainscreen_sec2_bottom_card_div img{
    height: 36px;
    width: 36px;
    object-fit: cover;
}
.performance_wallet_text{
    text-align: center;
    position: relative;
    top: 80px;
    left: 80px;
    color: #fff;
}
.footer_section{
    margin-top: 120px;
    background-color: #15203C;
    padding: 60px 0px;
    height: auto;
    min-height: 500px;
}
.footer_phone_img_div img{
    height: auto;
    width: 100%;
}
.footer_right_text_div h1{
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
}
.footer_social_imgs_div{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.footer_social_imgs_div img{
    margin-top: 20px;
    height: 60px;
    width: 200px;
}
.footer_border_div{
    border: 1px solid rgba(255, 255, 255, 0.49);
    margin: 40px 0px;
}
.footer_last_img_div{
    text-align: center;
    margin: 80px 0px 50px 0px;
}
.footer_last_img_div img{
    height: auto;
    width: 100%;
    max-width: 300px;
}
.debit_card_section_one{
    margin-top: 150px;
}
.debit_sec1_text_div{
    text-align: center;
}
.debit_sec1_text_div p{
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.debit_sec1_text_div h1{
    font-weight: bold;
    color: #000;
    margin-top: 70px;
    line-height: 50px;
    font-size: 50px;
}
.debit_sec1_text_div button{
    background: #1B9BFF;
    box-shadow: 2px 3px 30px rgba(27, 159, 255, 0.21);
    color: #fff;
    padding: 7px 0px;
    width: 140px;
    border: none;
    border-radius: 10px;
    margin-top: 60px;
}
.debit_sec1_img_div{
    margin-top: 130px;
    background-image: url(/img/banner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: auto;
    min-height: 420px;
    width: 100%;
    padding: 40px 0px;
}
.debit_sec1_img_text_div{
    text-align: center;
}
.debit_sec1_img_text_div p{
    padding-top: 30px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    color: #D6CBFF;
}
.debit_sec1_img_text_div h1{
    padding-top: 60px;
    color: #FFFFFF;
    font-weight: bold;
}
.debit_sec1_img_text_div h5{
    color: #ffffff;
    padding-top: 60px;
    letter-spacing: 1px;
    font-size: 21px;
}
.debit_section_two{
    margin-top: 150px;
}
.debit_sec2_left_text_div h1{
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
.debit_sec2_left_text_div p{
    letter-spacing: 0.705em;
    color: #1F1F1F;
}
.debit_sec2_img_div img{
    width: 100%;
}
.debit_sec2_card1_div{
    background: #1BF8FF;
    height: auto;
    padding: 60px 30px;
}
.debit_sec2_card2_div{
    background: linear-gradient(99.22deg, #1B9FFF 0.94%, #0F70B6 130.01%);
    height: auto;
    min-height: 300px;
    padding: 60px 30px;
}
.debit_sec2_card2_div h4{
    color: #fff;
}
.debit_sec2_card2_inner_text_div{
    padding-top: 10px;
    display: flex;
    gap: 15px;
}
.debit_sec2_card2_inner_text_div img{
    padding-top: 5px;
    height: 20px;
    width: 20xp;  
}
.debit_sec2_card2_inner_text_div p{
    font-size: 19px;
    color: #fff;
}
.saving_section_one{
    margin-top: 150px;
}
.saving_sec1_text_div{
    text-align: center;
}
.saving_sec1_text_div p{
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.saving_sec1_text_div h1{
    padding-top: 60px;
    font-weight: bold;
    color: #000;
    font-size: 50px;
}
.saving_sec1_text_div button{
    background: #1B9BFF;
    box-shadow: 2px 3px 30px rgba(27, 159, 255, 0.21);
    color: #fff;
    padding: 9px 0px;
    width: 180px;
    border: none;
    border-radius: 10px;
    margin-top: 60px;
}
.saving_sec1_img_div{
    margin-top: 130px;
    background-image: url(/img/saving1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 420px;
    width: 100%;
    padding: 40px 0px;
}
.saving_sec1_img_text_div{
    text-align: center;
}
.saving_sec1_img_text_div p{
    padding-top: 30px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    color: #D6CBFF;
}
.saving_sec1_img_text_div h1{
    padding-top: 60px;
    color: #FFFFFF;
    font-weight: bold;
}
.saving_sec1_img_text_div h5{
    color: #ffffff;
    padding-top: 60px;
    letter-spacing: 1px;
}
.saving_section_two{
    margin-top: 100px;
}
.saving_title_div h1{
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.saving_sec2_circle_div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}
.saving_sec2_card_body_div{
    margin-top: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: linear-gradient(90deg, #1BF2FF 1.41%, #1BB3FF 81.98%);
    border-radius: 84.5px;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 5px;
}
.saving_sec2_text_div {
    padding: 0px 20px;
    color: #fff;
}
.saving_sec2_text_div h5{
    margin-bottom: 0;
}
.saving_sec3_img_div{
    margin-top: 130px;
    background-image: url(/img/saving3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 500px;
    width: 100%;
    padding: 40px 0px;
    background-position: left;
}
.saving_sec3_text_div {
    padding: 50px;
}
.saving_sec3_text_div h1{
    color: #000;
    font-weight: bold;
    padding-bottom: 50px;
}
.saving_sec3_option_div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.saving_sec3_option_div label{
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.contact_section_one{
    margin-top: 150px;
}
.contact_sec1_text_div{
    text-align: center;
}
.contact_sec1_text_div p{
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.contact_sec1_text_div h1{
    color: #000;
    font-weight: bold;
    padding-top: 60px;
    font-size: 50px;
}
.contact_sec1_img_div{
    background-image: url(/img/contact1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: auto;
    min-height: 550px;
    width: 100%;
    padding: 30px 30px;
    margin-top: 30px;
}
.contact_sec1_img_div h1{
    padding-top: 40px;
    color: #000;
    font-weight: bold;
}
.contact_sec1_img_div p{
    padding-top: 50px;
    color: #000;
    font-weight: 600;
}
.contact_card_body_div{
    box-shadow: 0px 3px 21px 0px #0000000D;
    background: #FFFFFF;
    padding: 30px 30px;
    height: auto;
    min-height: 500px;
    margin-top: 30px;
}
.contact_card_input_div input{
    height: 50px;
    outline: none !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6CBFF;
    margin-top: 20px;
    padding: 8px;
}
.contact_card_input_div textarea{
    outline: none !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6CBFF;
    margin-top: 30px;
    padding: 8px;
}
.contact_card_input_div input::placeholder{
    color: #3e3e3e;
}
.contact_card_input_div textarea::placeholder{
    color: #3e3e3e;
}
.contact_card_btn_div button{
    margin-top: 30px;
    background: #1B9BFF;
    box-shadow: 2px 3px 30px rgba(27, 159, 255, 0.21);
    border-radius: 10px;
    padding: 9px;
    width: 100%;
    color: #fff;
    border: none;
}
.contact_social_main_div {
    display: flex;
    margin-top: 50px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.contact_social_main_div h4{
    color: #7D7D7D;
    margin-bottom: 0;
}
.contact_social_icons_div{
    display: flex;
    gap: 10px;
}
.contact_social_icons_div img{
    height: 35px;
    width: 35px;
}
.register_section_one{
    margin-top: 150px;
}
.register_sec1_text_div{
    text-align: center;
}
.register_sec1_text_div p{
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.register_sec1_text_div h1{
    color: #000;
    font-weight: bold;
    padding-top: 60px;
    font-size: 50px;
}
.register_card_body_div{
    box-shadow: 21px 43px 62px 0px #1B9FFF3B;
    background: #FFFFFF;
    padding: 30px 30px;
    height: auto;
    min-height: 500px;
    margin-top: 30px;
}
.register_card_input_div input{
    height: 50px;
    outline: none !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6CBFF;
    margin-top: 20px;
    padding: 8px;
}
.register_card_input_div textarea{
    outline: none !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6CBFF;
    margin-top: 30px;
    padding: 8px;
}
.register_card_input_div select{
    height: 50px;
    outline: none !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6CBFF;
    margin-top: 20px;
    padding: 8px;
    color: #3e3e3e;
}
.register_card_input_div input::placeholder{
    color: #3e3e3e;
}
.register_card_input_div textarea::placeholder{
    color: #3e3e3e;
}
.register_card_input_div select::placeholder{
    color: #3e3e3e;
}
.register_card_text p{
    padding-top: 40px;
    letter-spacing: 0.5px;
    color: #000;
}
.register_border_div{
    border-top: 1px solid #D6CBFF;
    margin: 30px 0px;
}
.register_term_div {
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    align-self: center;
}
.register_card_btn_div{
    text-align: center;
}
.register_card_btn_div button{
    margin-top: 30px;
    background: #1B9BFF;
    box-shadow: 2px 3px 30px rgba(27, 159, 255, 0.21);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    color: #fff;
    border: none;
}
.blog_section_one{
    margin-top: 150px;
}
.blog_sec1_text_div{
    text-align: center;
}
.blog_sec1_text_div p{
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.blog_sec1_text_div h1{
    color: #000;
    font-weight: bold;
    padding-top: 60px;
    font-size: 50px;
}
.blog_left_card_body_div{
    margin-top: 70px;
    box-shadow: 0px 3px 21px 0px #0000000D;
    background: #FFFFFF;
    padding: 20px 20px 1px 20px;;
    height: auto;
    min-height: 400px;
}
.blog_left_card_text_div h1{
    color: #000;
    font-weight: bold;
    font-size: 30px;
}
.blog_left_card_text_div p{
    padding-top: 10px;
    color: #7D7D7D;
    font-size: 20px;
}
.blog_left_card_text_div p a{
    text-decoration: none;
}
.blog_left_card_text_div button{
    border: 1px solid #1B9BFF;
    background-color: transparent;
    border-radius: 6px; 
    color: #1B9BFF;
    padding: 5px;
    width: 120px;
}
.blog_left_card_img_div{
    text-align: center;
    margin-top: 30px;
}
.blog_left_card_img_div img{
    width: 100%;
    height: 440px;
    margin-bottom: 10px;
    /* object-fit: cover; */
}
.blog_right_card_body_div{
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.05);   
    padding: 20px;

}
.blog_right_card_img_div img{
    height: 150px;
    width: 150px;
}
.blog_right_card_text_div h5{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.blog_right_card_text_div p{
    font-size: 13px;
    color: #7D7D7D;
}
.blog_right_card_text_div p a{
    text-decoration: none;
}
.blog_right_card_text_div button{
    border: 1px solid #1B9BFF;
    background-color: transparent;
    border-radius: 6px; 
    color: #1B9BFF;
    padding: 2px;
    width: 110px;
}
.digiwal_section_one{
    margin-top: 150px;
}
.digiwal_sec1_text_div{
    text-align: center;
}
.digiwal_sec1_text_div p{
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.digiwal_sec1_text_div h1{
    color: #000;
    font-weight: bold;
    padding-top: 60px;
    font-size: 50px;
}
.digiwal_sec1_img_div{
    background-image: url(/img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: auto;
    min-height: 400px;
    width: 100%;
    padding: 30px 20px;
    margin-top: 100px;
}
.digiwal_sec1_img_text_div{
    text-align: center;
}
.digiwal_sec1_img_text_div p{
    padding-top: 20px;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    color: #D6CBFF;
}
.digiwal_sec1_img_text_div h1{
    padding-top: 60px;
    color: #fff;
    font-weight: bold;
}
.digiwal_sec1_img_text_div h5{
    padding-top: 60px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.6px;
}
.digiwal_section_two{
    margin-top: 100px;
}
.digiwal_sec2_card_main_div{
    background: #1BF8FF;
    padding: 40px 30px 0px 30px;
}
.digiwal_sec2_text1_div h1{
    color: #000;
    font-weight: bold;
}
.digiwal_sec2_text1_div h5{
    padding-top: 30px;
    color: #000;
    line-height: 35px;
    letter-spacing: 0.6px;
}
.digiwal_sec2_img2_div{
    position: relative;
    background-image: url(/img/digital2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 100%;
    padding: 30px 20px;
    margin-top: 30px;
}
.digiwallet_title_div{
    text-align: center;
    position: relative;
    width: 100%;
    left: -15px;
    top: 100px;
    color: #fff;
    font-size: 20px;
}
.digiwal_sec2_img2_uper_card_main_div{
    position: absolute;
    background: rgba(255, 255, 255, 0.63);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    left: 95px;
    bottom: 120px;
    height: auto;
    /* min-height: 200px; */
}
.digiwal_sec2_img2_top3_div{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 7px;
    height: auto;
    min-height: 80px;
    border-radius: 10px;
}
.digiwal_sec2_img2_top3_div img{
    height: 20px;
    width: 20px;
}
.digiwal_sec2_img2_top3_div label{
    padding-top: 10px;
    color: #A6A6A6;
    font-size: 8px;
}
.digiwal_sec2_img2_top3_div b{
    color: #1B9BFF;
    font-size: 11px;
}
.digiwal_sec2_bottom_card_div{
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    padding: 7px;
    height: auto;
    min-height: 60px;
    border-radius: 10px;
    margin-top: 4px;
}
.digiwal_sec2_bottom_card_div label{
    color: #A6A6A6;
    font-size: 12px;
}
.digiwal_sec2_bottom_card_div b{
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.digiwal_sec2_bottom_card_div img{
    height: 36px;
    width: 36px;
    object-fit: cover;
}
.jobs_section_one{
    margin-top: 150px;
}
.jobs_sec1_text_div{
    text-align: center;
}
.jobs_sec1_text_div p{
    letter-spacing: 0.86em;
    color: #D6CBFF;
    font-size: 20px;
}
.jobs_sec1_text_div h1{
    color: #000;
    font-weight: bolder;
    margin-top: 80px;
}
.jobs_border_div{
    border-top: 1px solid #D6CBFF;
    margin-top: 70px;
}
.jobs_sec1_left_card_div{
    margin-top: 30px;
}
.jobs_sec1_left_card_div h5{
    color: #000;
    font-weight: bold;
}
.jobs_sec1_left_card_div p{
    color: #7D7D7D;
    font-weight: bold;
}
.job_sec1_right_card_div{
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 21px 43px 62px rgba(27, 159, 255, 0.23);
    padding: 25px;
    height: auto;
    min-height: 180px
}
.job_sec1_right_card_div h4{
    color: #1F1F1F;
    font-weight: bold;
}
.job_sec1_right_card_div h5{
    color: #7D7D7D;
}
.job_sec1_right_time_div{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job_sec1_right_time_div h6{
    margin-bottom: 0;
}
.job_sec1_right_time_div button{
    color: #1B9BFF;
    border: 1px solid #1B9BFF;
    border-radius: 6px;
    background: transparent;
    font-size: 12px;
}
.jobs_inner_border_div{
    border-top: 2px solid #505050;
    margin: 70px 0px;
}
.coins_section_one{
    margin-top: 150px;
}
.coins_sec1_text_div{
    text-align: center;
}
.coins_sec1_text_div p{
    letter-spacing: 0.86em;
    color: #D6CBFF;
    font-size: 20px;
}
.coins_sec1_text_div h1{
    color: #000;
    font-weight: bolder;
    margin-top: 80px;
}
.coins_sec1_img_div{
    background-image: url(/img/digital1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: auto;
    min-height: 450px;
    width: 100%;
    padding: 30px 20px;
    margin-top: 80px;
}
.coins_sec1_img_text_div{
    text-align: center;
}
.coins_sec1_img_text_div p{
    color: #D6CBFF;
    padding-top: 30px;
    font-size: 22px;
    letter-spacing: 0.225em;
}
.coins_sec1_img_text_div h1{
    color: #fff;
    font-weight: bold;
    padding-top: 50px;
    font-size: 33px;
}
.coins_sec1_img_text_div h5{
    padding-top: 50px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 20px;
}
.coins_section_two{
    margin-top: 100px;
}
.coins_sec2_card_body_div{
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 21px 43px 62px rgba(27, 159, 255, 0.23);
    height: auto;
    min-height: 500px;
    padding: 40px;
}
.coins_sec2_card_body_div h1{
    padding-top: 30px;
    font-weight: bolder;
    color: #000;
}
.coins_sec2_card_inner_text_main{
    width: 100%;
    max-width: 450px;
}
.coins_sec2_card_inner_text{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    text-align: start;
}
.coins_sec2_card_inner_text h5{
    text-align: start;
    color: #1F1F1F;
    font-weight: bold;
}
.coins_sec2_card_inner_text2 h5{
    color: #1B9BFF;
    text-align: end;
}
.coins_sec2_card_img_div img{
    width: 100%;
}
.coins_sec2_card_last_text_div {
    padding-top: 70px;
}
.coins_sec2_card_last_text_div h5{
    color: #7D7D7D;
    padding-top: 5px;
}
.Staking_section_one{
    margin-top: 150px;
}
.Staking_sec1_text_div{
    text-align: center;
}
.Staking_sec1_text_div p{
    letter-spacing: 0.86em;
    color: #D6CBFF;
    font-size: 20px;
}
.Staking_sec1_text_div h1{
    color: #000;
    font-weight: bolder;
    margin-top: 80px;
}
.Staking_sec1_img_div{
    background-image: url(/img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: auto;
    min-height: 450px;
    width: 100%;
    padding: 30px 20px;
    margin-top: 80px;
}
.Staking_sec1_img_text_div{
    text-align: center;
}
.Staking_sec1_img_text_div p{
    color: #D6CBFF;
    padding-top: 30px;
    font-size: 22px;
    letter-spacing: 0.225em;
}
.Staking_sec1_img_text_div h1{
    color: #fff;
    font-weight: bold;
    padding-top: 50px;
    font-size: 40px;
}
.Staking_sec1_img_text_div h5{
    padding-top: 50px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 20px;
}
.Staking_section_two{
    margin-top: 100px;
}
.Staking_sec2_card_body_div{
    background: #FFFFFF;
    box-shadow: 0px 14px 62px 0px #1B9FFF1A;
    padding: 35px 20px;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin-top: 30px !important;
    margin: auto;
}
.Staking_sec2_card_body_div img{
    height: auto;
    width: 100%;
    max-width: 100px;
    margin: auto;
}
.Staking_sec2_card_body_div .img1{
    margin-top: 55px;
}
.Staking_sec2_card_body_div .img2{
    margin-top: 40px;
}
.Staking_sec2_card_body_div h4{
    padding-top: 20px;
    font-weight: bold;
    width: 100px;
    text-align: left;
    margin: auto;
    font-size: 20px;
}
.Staking_sec2_card_body_div button{
    box-shadow: 2px 3px 30px 0px #1B9FFF36;
    background: #1B9BFF;
    border-radius: 8px;
    border: none;
    margin-top: 40px;
    width: 140px;
    padding: 5px 0px;
    color: #fff;
}
.footer_last_links_section{
    background-color: #181828;
    padding: 40px 0px;
}
.last_footer_inner_links_div{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.last_footer_inner_links_div  h4{
    color: #fff;
    letter-spacing: 1px;
}
.last_footer_inner_links_div a{
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.last_footer_inner_social_div{
    margin-top: 20px;
}
.last_footer_form{
    display: flex;
}
.last_footer_form input{
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #D6CBFF;
    outline: none;
    padding: 5px;
    width: 100%;
    max-width: 300px;
}
.last_footer_form input::placeholder{
    font-size: 15px;
}
.last_footer_form button{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #D6CBFF;
    outline: none;
    padding: 5px 10px;
}
.footer_last_links_social_icons_div{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer_last_links_social_icons_div svg{
    height: 20px;
    fill: #fff;
    margin-top: -8px;
}
.footer_last_links_social_icons_div i{
    font-size: 17px;
    color: #fff ;
}
.last_footer_inner_language {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.last_footer_inner_address_div .div{
    padding-top: 20px;
    display: flex;
    gap: 5px;
}
.last_footer_inner_address_div{
    color: #FFF;
    margin-top: 20px;
}
.last_footer_inner_address_div a{
    text-decoration: none;
    color: #fff;
}
.privacy_text_main_div{
    font-family: 'Montserrat', sans-serif;
    margin-top: 150px;
}
.privacy_text_main_div h1{
    font-weight: bolder;
    color: #1F1F1F;
    font-size: 30px;
    margin-bottom: 40px;
}
.privacy_text_main_div p{
    color: #7D7D7D;
}
.privacy_detail_div h4{
    padding-top: 20px;
    font-size: 22px;
}
.privacy_detail_div p{
    color: #7D7D7D;
}
.ecosystem_section_one{
    margin-top: 150px;
}
.eco_sec1_title_div p{
    letter-spacing: 0.86em;
    color: #D6CBFF;
    font-size: 20px;
    text-align: center;
}
.eco_sec1_title_div h1{
    color: #000;
    font-weight: bolder;
    margin-top: 80px;
    text-align: center;
}
.ecosystem_links_main_div{
    margin-top: 90px;
    width: 100%;
}
.ecosystem_links_main_div ul{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.ecosystem_links_main_div ul li{
    list-style: none;
}
.ecosystem_links_main_div ul li a{
    text-decoration: none;
    color: #1F1F1F;
}
.ecosystem_links_main_div ul li .active{
    color: #1B9BFF;
}
.swiper {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    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;
}
.ecosystem_sec1_card_img{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 30px 15px;
}
.ecosystem_sec1_card_img img{
    height: 80px;
    width: 100%;
    max-width: 230px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px;
}
/* Ecotechno */
.ecotechno_section_one{
    margin-top: 150px;
}
.ecotechno_sec1_text_div{
    text-align: center;
}
.ecotechno_sec1_text_div p{
    letter-spacing: 0.86em;
    color: #D6CBFF;
    font-size: 20px;
}
.ecotechno_sec1_text_div h1{
    color: #000;
    font-weight: bolder;
    margin-top: 80px;
}
.ecotechno_sec1_img_div{
    background-image: url(/img/digital1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: auto;
    min-height: 450px;
    width: 100%;
    padding: 30px 20px;
    margin-top: 80px;
}
.ecotechno_sec1_img_text_div{
    text-align: center;
}
.ecotechno_sec1_img_text_div p{
    color: #D6CBFF;
    padding-top: 30px;
    font-size: 22px;
    letter-spacing: 0.225em;
}
.ecotechno_sec1_img_text_div h1{
    color: #fff;
    font-weight: bold;
    padding-top: 50px;
    font-size: 33px;
}
.ecotechno_sec1_img_text_div h5{
    padding-top: 50px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 20px;
}
.ecotechno_section_two{
    margin-top: 100px;
}
.ecotechno_sec2_card_body_div{
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 21px 43px 62px rgba(27, 159, 255, 0.23);
    height: auto;
    min-height: 500px;
    padding: 40px;
}
.ecotechno_sec2_card_body_div h1{
    padding-top: 30px;
    font-weight: bolder;
    color: #000;
}
.ecotechno_sec2_card_inner_text_main{
    width: 100%;
    max-width: 450px;
}
.ecotechno_sec2_card_inner_text{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    text-align: start;
}
.ecotechno_sec2_card_inner_text h5{
    text-align: start;
    color: #1F1F1F;
    font-weight: bold;
}
.ecotechno_sec2_card_inner_text2 h5{
    color: #1B9BFF;
    text-align: end;
}
.ecotechno_sec2_card_img_div img{
    width: 100%;
}
.ecotechno_sec2_card_last_text_div {
    padding-top: 70px;
}
.ecotechno_sec2_card_last_text_div h5{
    color: #7D7D7D;
    padding-top: 5px;
}
.ecotechno_extra_card_body_div{
    margin-top: 50px;
    box-shadow: 21px 43px 62px 0px #1B9FFF3B;
    padding: 20px 20px 30px 20px;
}
.ecotechno_extra_card_text_div{
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ecotechno_extra_card_text_div p{
    margin-bottom: 0;
}
.ecotechno_extra_card_text_div .primary_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1B9BFF;
}
.ecotechno_extra_card_text_div .pink_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FF88B3;
}
.ecotechno_extra_card_text_div .darkblue_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #422D7C;
}
.ecotechno_extra_card_text_div .yellow_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #D5E14E;  
}
.ecotechno_extra_card_text_div .pink_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #8ACCFF;
}
.ecotechno_extra_card_text_div .black_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: black ;
}
.ecotechno_extra_card_text_div .lightblue_dot{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #8ACCFF;
}
.ecotechno_extra_graph_main_div{
    margin-top: 50px;
    text-align: center;
}
.ecotechno_extra_graph_main_div img{
    width: 100%;
    max-width: 450px;
    height: 450px;
}
.faq_section_one{
    margin-top: 150px;
}
.faq_sec1_text_div p{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.86em;
    color: #D6CBFF;
}
.faq_sec1_text_div h1{
    margin-top: 70px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 100px;
}
.accordion-button::after{
    transition: 0.3s;
    background-image: url(/img/plus.png);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(/img/Polygon.png);
    transform: rotate(0deg);
}
.accordion-item{
    margin-top: 30px;
    box-shadow: 0px 4px 10px 0px #1B9FFF3B;
    background: #FFFFFF;
}
.accordion-flush .accordion-item .accordion-button{
    box-shadow: 0px 4px 10px 0px #1B9FFF3B !important;
}
.accordion-button{
    padding: 20px 20px;
    background: #FFFFFF;
    color: #000;
    font-weight: bold;
}
.accordion-button:focus{
    box-shadow: none !important;
    background: #FFFFFF;
}
.accordion-button:not(.collapsed){
    color: #000;
    font-weight: bold;
    background: #FFFFFF;
}
.accordion-body{
    background: #F1F1F1;
}
/* Extra  */
h1{
    font-weight: bold !important;
}
h2{
    font-weight: bold !important;
}
h3{
    font-weight: bold !important;
}
h4{
    font-weight: normal !important;
}
h5{
    font-weight: normal !important;
}
h6{
    font-weight: normal !important;
}
p{
    font-weight: normal !important;
}
b{
    font-weight: bold !important;
}
label{
    font-weight: normal !important;
}
a{
    font-weight: normal !important;
}
.pdf_section{
    margin-top: 50px;
    padding: 80px 14px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pdf_text{
    color: white;
    font-family: system-ui;
    letter-spacing: 10px;
    font-weight: bolder;
}
.coin_text{
    display: flex;
    justify-content: center;
}
.coin_input{
    border: 1px solid sienna;
    padding: 12px 9px;
}
@media (min-width:1370px){
    .mainscreen_sec5_card2_inner_card {
        position: absolute;
        background: rgba(255, 255, 255, 0.63);
        backdrop-filter: blur(5px);
        border-radius: 20px;
        padding: 10px;
        width: 100%;
        max-width: 312px;
        right: 70px;
        bottom: 36px;
        height: auto;
    }
    .blog_left_card_img_div img {
        width: 100%;
        height: 400px;
        margin-bottom: 10px;
        /* object-fit: cover; */
    }
}
@media (max-width:1400px){
    .blog_left_card_img_div img{
        height: 400px;
    }
    .pdf_text {
        font-size: 70px;
    }
}
@media (max-width:1200px){
    .mainscreen_sec5_card1_inner_card_main {
        right: -87px;
        bottom: 130px;
    }
}
@media(max-width:1150px){
    .digiwal_sec2_img2_uper_card_main_div{
        left: 46px;
    }
    .mainscreen_sec5_card2_body_div{
        background-position: right;
    }
    .pdf_text {
        font-size: 70px;
    }
}
@media (min-width:992px){
    body{
        overflow-x: hidden;
    }
}
@media (max-width:992px){
    .footer_last_links_social_icons_div{
        justify-content: start;
    }
    .footer_last_links_tabs{
        justify-content: start;
        margin-top: 10px;
    }
    .digiwal_sec2_img2_uper_card_main_div {
        left: 150px;
    }
    .ecosystem_links_main_div ul{
        display: flex;
        justify-content: start;
        gap: 30px;
        flex-wrap: wrap;
    }
    .digiwal_sec2_img2_uper_card_main_div{
        bottom: 7px;
    }
    .mainscreen_sec5_card2_inner_card{
        right: 92px;
    }
    .mainscreen_sec5_card1_inner_card_main{
        right: -122px;
        bottom: 170px;
    }
    .pdf_text {
        font-size: 50px;
    }
    .mainscreen_sec1_right_main_div{
        margin-top: 50px;
    }
    .mainscreen_sec1_right_inner3 {
        position: absolute;
        bottom: -100px;
        left: -40px;
    }
    .mainscreen_sec1_right_inner4 {
        position: absolute;
        left: -30px;
    }
}
@media(max-width:768px){
    .mainscreen_sec5_card2_inner_card {
        right: 35px;
        bottom: 0;
    }
    .navbar_btn_div {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_right_text_div h1 {
        font-size: 32px;
        font-weight: bolder;
        color: #fff;
    }
    .footer_right_text_div h1 br{
        display: none;
    }
    .main_screen_sec1_left_text_div h1 br{
        display: none;
    }
    .mainscreen_section_one {
        margin-top: 90px;
    }
    .mainscreen_sec4_img_text_div {
        padding: 0px 20px;
    }
    .mainscreen_sec4_img_text_div h6 br{
        display: none;
    }
    .mainscreen_sec4_img_div{
        padding-top: 50px;
    }
    .mainscreen_sec2_img_text_div{
        padding-left: 20px;
    }
    .saving_sec2_text_div h5{
        font-size: 12px;
    }
    .saving_sec3_img_div{
        background-position: right;
    }
    .saving_sec3_option_div label {
        font-weight: bold;
        color: #000;
        font-size: 13px;
    }
    .saving_sec3_option_div img{
        height: 15px;
    }
    .contact_sec1_img_div{
        background-position: right;
        min-height: 410px;
    }
    .digiwal_sec2_img2_uper_card_main_div{
        left: 55px;
    }
    .digiwal_sec2_text1_div h5{
        font-size: 15px;
        line-height: 25px;
    }
    .digiwal_sec2_text1_div h1{
        font-size: 20px;
    }
    .digiwal_sec2_img2_top3_div{
        margin-top: 5px;
    }
    .mainscreen_sec5_card1_inner_card_main {
        right: -85px;
        bottom: 120px;
    }
    .ecotechno_extra_graph_main_div img{
        width: 100%;
        max-width: 280px;
        height: 280px;
    }
    .mainscreen_sec1_right_main_div{
        margin-top: 50px;
    }

}
@media(max-width:650px){
    .mainscreen_sec1_right_inner1 {
        padding: 10px;
        position: absolute;
        left: 30px;
    }
    .mainscreen_sec1_right_inner3 {
        position: absolute;
        bottom: -100px;
        left: 0px;
    }
    .mainscreen_sec1_right_inner4 {
        position: absolute;
        left: 0px;
    }
}
@media (max-width:550px){
    .footer_right_text_div h1 {
        font-size: 22px;
        font-weight: bolder;
        color: #fff;
    }
    .digiwal_sec2_img2_uper_card_main_div{
        left: 5px;
    }
    .mainscreen_sec5_card2_body_div{
        background-image: url(/img/again_mobile.png);
        background-position: center;
    }
    .performance_wallet_text{
        left: 0;
    }
    .mainscreen_sec5_card2_inner_card{
        right: 110px;
        bottom: 4px;
    }
    .mainscreen_sec5_card1_inner_card {
        max-width: 300px;
    }
    .mainscreen_sec5_card1_body_div{
        overflow-x: hidden;
    }
    .mainscreen_sec5_card1_inner_card_main{
        right: -70px;
    }
    .mainscreen_sec5_card1_inner_card{
        max-width: 280px !important;
    }
    .pdf_text {
        font-size: 29px;
        letter-spacing: 5px;
    }
    .white_paper_img{
        width: 80%;
    }
    .mainscreen_sec1_right_inner1 {
        left: -9px;
        min-height: 105px;
        max-width: 242px;
    }
    .mainscreen_sec1_right_inner3 {
        left: 9px;
    bottom: 8px;
    }
    .mainscreen_sec1_right_inner3 img {
        max-width: 100%;
        width: 55%;
    }
    .mainscreen_sec1_right_inner4 {
        left: 48px;
        bottom: 14px;
        height: 70px;
        width: 221px;
        gap: 5px;
    }
    .mainscreen_sec1_right_inner2 img{
        width: 230px;
    }
    .mainscreen_sec1_right_inner5 {
        top: 25px;
        right: 1px;
    }
    .mainscreen_sec1_right_inner5 img{
        max-width: 100%;
        width: 200px;
    }
    .mainscreen_sec1_right_inner6 {
        height: 77px;
        width: 188px;
        top: 141px;
    }
    .mainscreen_sec1_right_inner7 {
        bottom: 26px;
        right: 52px;
    }
    .mainscreen_sec1_right_inner2{
        position: absolute;
        top: 105px;
        left: -18px;
    }
    .mainscreen_sec1_right_inner7 img {
        width: 142px;
    }
    .debit_sec1_img_text_div{
        padding: 0px 10px;
    }
    .saving_sec1_img_div{
        background-position: bottom;
    }
}
@media (max-width:450px) {
    .mainscreen_sec1_right_inner5 img {
        max-width: 100%;
        width: 173px;
    }
    .mainscreen_sec1_right_inner2{
        position: absolute;
        top: 111px;
        left: -18px;
    }
    .mainscreen_sec1_right_inner2 img {
        width: 172px;
    }
    .mainscreen_sec1_right_inner6 {
        top: 100px;
    }
    .mainscreen_sec1_right_inner7 {
        bottom: 102px;
    }
    .mainscreen_sec1_right_inner7 img{
        width: 122px;
    }
    .mainscreen_sec1_right_inner3 img {
        max-width: 100%;
        width: 47%;
    }
    .mainscreen_sec1_right_inner3 {
        left: -3px;
        bottom: 66px;
    }
    .mainscreen_sec1_right_inner4 {
        bottom: 49px;
    }
    .mainscreen_sec1_right_inner5 {
        top: -13px;

    }
    .mainscreen_sec1_right_inner6 {
        top: 97px;
    }
    .mainscreen_sec1_right_inner6{
        display: none;
    }
    .mainscreen_sec5_card2_inner_card{
        right: 60px;
    }
    .mainscreen_sec2_img2_top3_div{
        margin-top: 5px;
    }
    .mainscreen_sec5_card1_inner_card_main{
        right: 0;
    }
    .saving_sec1_text_div h1 {
        padding-top: 60px;
        font-weight: bold;
        color: #000;
        font-size: 25px;
    }
    .saving_sec3_img_div {
        margin-top: 130px;
        background-image: url(/img/saving3.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        min-height: 400px;
        width: 100%;
        padding: 40px 0px;
        background-position: left;
    }
    .saving_sec3_text_div{
        padding: 20px;
    }
}
@media (max-width:395px) {
    .mainscreen_sec5_card2_inner_card {
        right: 30px;
    }
    .mainscreen_sec5_card1_inner_card_main{
        right: -45px;
    }
    .col_1{
        padding: 0px 2px !important;
    }
    .col_2{
        padding: 0px 2px !important;
    }
    .col_3{
        padding: 0px 2px !important;
    }
    .col_4{
        padding: 0px 2px !important;
    }
    .col_5{
        padding: 0px 2px !important;
    }
    .col_6{
        padding: 0px 2px !important;
    }
}
@media (max-width:370px) {
    .mainscreen_sec1_right_inner5 img {
        max-width: 100%;
        width: 129px;
    }
    .mainscreen_sec1_right_inner2{
        position: absolute;
        top: 111px;
        left: -18px;
    }
    .mainscreen_sec1_right_inner2 img {
        width: 135px;
    }
    .mainscreen_sec1_right_inner6 {
        top: 100px;
    }
    .mainscreen_sec1_right_inner7 {
        bottom: 200px;
        right: 2px;
    }
    .mainscreen_sec1_right_inner7 img{
        width: 86px;
    }
    .mainscreen_sec1_right_inner3 img {
        max-width: 100%;
        width: 39%;
    }
    .mainscreen_sec1_right_inner3 {
        left: 13px;
        bottom: 180px;
    }
    .mainscreen_sec1_right_inner4 {
        bottom: 126px;
        left: 20px;
    }
    .mainscreen_sec1_right_inner5 {
        top: 113px;
        right: -4px;
    }
    .mainscreen_sec1_right_inner6 {
        top: 97px;
    }
    .mainscreen_sec1_right_inner6{
        display: none;
    }
    .ecotechno_extra_graph_main_div img{
        width: 100%;
        max-width: 230px;
        height: 220px;
    }
    .mainscreen_sec5_card2_inner_card{
        max-width: 270px;
    }
    .mainscreen_sec5_card1_inner_card_main{
        right: 0;
    }
    .mainscreen_sec1_right_inner1 {
        left: 7px;
        min-height: 105px;
        max-width: 242px;
    }
    .main_screen_sec1_left_text_div h1 {
        font-weight: bolder;
        color: #1F1F1F;
        font-size: 44px;
    }
    .mainscreen_section_two{
        margin-top: 0;
    }
}
@media (max-width:350px) {
    .mainscreen_sec5_card2_inner_card {
        max-width: 240px;
        right: 10px;
    }
    .mainscreen_sec4_img_text_div p{
        font-size: 12px;
    }
    .mainscreen_sec4_img_text_div h1 {
        color: #fff;
        margin-top: 50px;
        font-size: 19px;
    }
    .mainscreen_sec4_img_text_div h6 {
        color: #fff;
        margin-top: 50px;
        font-size: 15px;
    }
}
@media (min-width:1430px){
    .digiwal_sec2_img2_uper_card_main_div{
        left: 135px;
    }
}