/* Font family (inter) */
@font-face {
    font-family: inter;
    src: url('../fonts/inter/Inter-Regular.ttf');
}
/* Font family (poppins) */
@font-face {
    font-family: poppins;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
 /*Font family (oswald) */
@font-face {
    font-family: oswald;
    src: url('../fonts/Poppins/Oswald-Regular.ttf');
}
body{
    background-color: #fff !important;
    
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
button{
    font-family: Poppins !important;
}
 
/* heading css */
.common-heading {
    font-family: Inter;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/*porple heading*/
.investor-head{
    color:#626ECA;
}
/*orange headng*/
.orange-heading {
    color: #EB8347 !important;
}

/* heading css */

/* BUTTON CSS START */
/* orange button css START */
.sign-button-wrap a {
    border-radius: 12px;
    border: 1px solid #EB8347;
    /*color: #EB8347 !important;*/
}
a.common-btn{
    padding: 16px 32px;
    font-size: 22px;
    font-family: 'poppins';
	border-radius: 12px;
	margin-right:5px;
}
.sign-button-wrap a:hover {
    background-color: #CE662A;
    color: #fff !important;
}
.hover-dark:hover {
    background-color: #CE662A !important;
    color: #fff !important;
}
.hover-blue:hover {
    background-color: #464F93 !important;
    color: #fff !important;
}
.hover-lt-gray:hover{
    background-color: #CCCBCB !important;
}
.btn-bg-orange {
    border-radius: 12px;
    background: #EB8347;
}
.register-btn {
    background: #EB8347 !important;
    color: #fff !important;
}
/* orange button css END */

/* white button css START */
.btn-bg-white{
    border-radius: 12px !important;
    background: #fff !important;
}
/* white button css END */

/* blue button css START */
a.blue-button {
    background: #626ECA;
}
/* white button css END */

/* BUTTON CSS END */

/* Spacing container */
.spacing-container{margin:100px;}
/* Spacing container */


/* HEADER CSS START */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* header button */

.nav-svg-icon svg:nth-child(1) {
    right: -47px;
    top: -19px;
}
.nav-svg-icon svg:nth-child(3) {
    left: -20px;
    top: -19px;
  }
  .marketplace {
    left: 34%;
    z-index: 1;
    top: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
a.navbar-brand {
    padding: 26px 0;
}
section.form_login {
    display: grid;
    align-items: center;

    height: 100vh;
}
/* HEADER CSS END */

/*########################################################################*/
/*-------------------------------Home page css------------------------------*/

/* BANNER CSS START */
select{
color: #504F4F !important;
font-family: Poppins !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
 
 
.input-cs::placeholder {
color: #504F4F !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.banner-btn-wrap {
    display: flex;
    gap: 32px;
}
.banner-section {
    background-image: url("../images/benner.png");
    background-color: #cccccc;
    border-radius: 40px;
    padding: 100px 70px;
    position: relative;
    background-position: unset;
    background-repeat: round;
    background-size: cover;
    height: max-content;
    width: 100%;
}
.banner-text-one {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
.banner-text-two {
    color: #EDEEF7;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.right-side-img-banner img {
    display: block;
    margin: auto;
    width: 100%;
}
/* BANNER CSS END */

/* The ECB Advantage CSS START */
.ecb-box-wrap {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height:100%;
}
.box-img-heading img {
    position: absolute;
    left: 26px;
    top: 26px;
    width: 28px;
}
.ecb-heading h5 {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.ecb-title {
    color: #5A5A5A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

/* four big box START*/
.big-box-wrap {
    border-radius: 30px;
    padding: 60px;
    aspect-ratio: 4/4;
}
.big-box-wrap-1{
border: 1px solid #C5C5C5;
background: linear-gradient(180deg, #626ECA 0%, #4535AF 100%);
}
.big-box-wrap-2 {
    background-image: url('../images/box-2-bgimg.png');
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    background-blend-mode: multiply, normal;
    height: max-content;
    width: 100%;
}
.big-box-wrap-3 {
    background-image: url('../images/box-3-bgimg.png');
    background-position: unset;
    background-repeat: round;
    background-size: cover;
    background-blend-mode: multiply, normal;
    height: max-content;
    width: 100%;
}
.big-box-wrap-4{
    border: 1px solid #C5C5C5;
    background: linear-gradient(149deg, #D6E1FF -4.17%, #F9FAFF 98.16%, #FFF 98.16%);
}
.accordion-button,.accordion-item {
    background: transparent !important;
    border: none !important;
}
/* White Button Icon */
.accordion-button.px-0.white-btn::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Black Button Icon */
.accordion-button.px-0.black-btn::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.big-box-wrap h5 {
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.common-title-ew {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.big-box-wrap p:nth-child(3) {
    color: #141414;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.right-side-col{
    margin-top:140px !important;
}
button.accordion-button.collapsed.px-0{
    font-family: Poppins;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 0;
}
.accordion-button {
     font-size: 26px !important;
    color:#000 !important;
        font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 16px 0 !important;
}
.accordion-button:focus {
     box-shadow:unset !important; 
}
.accordion-head-black {
    border-bottom: 1px solid rgba(67, 67, 67, 0.25) !important;
}
.accordion-head-white {
   border-bottom: 1px solid rgba(220, 222, 233, 0.40) !important;
}
    .accordion-button:not(.collapsed) {
     box-shadow:unset !important; 
}
 
.accordion-body{
  font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;  
}   
.accordion-body-white{
color:#DCDEE9;}
.white-btn{
    color:#EDEEF7 !important;
}
/* four big box END*/
/* The ECB Advantage CSS END */

/* HOW ECB WORK CSS START */
.ecb-work-wrap{
    border-radius: 40px;
    border: 8px solid #FFF;
    background: linear-gradient(254deg, rgba(255, 255, 255, 0.50) 0.25%, rgba(255, 255, 255, 0.50) 109.93%);
    box-shadow: 0px -6px 24px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    padding: 35px 0;
}
.how-ecb-work-mob{
    display:none;
}
/* HOW ECB WORK CSS END */

/* our partners CSS START */
 .containerr {
  overflow: hidden;
}

.scroll {
  white-space: nowrap;
  margin: 0 2em;
}

.scroll div {
  display: flex;
  gap: 1em;
}

.scroll p {
    opacity: 0.6;
    padding: 30px 72px;
    border-radius: 20px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.scroll p img {
    width: 100px;
}
.RightToLeft {
  animation: RightToLeft 20s infinite linear;
}

@keyframes  RightToLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.LeftToRight {
  animation: LeftToRight 20s infinite linear;
}

@keyframes  LeftToRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
/* our partners CSS END */

/*Transact with Peace of Mind CSS START*/
section.transact-with-peace {
    padding-top: 70px;
}
.transact-details img {
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 50%;
    padding: 1px;
}
.transact-contain-wrap {
    border-radius: 40px;
    border: 8px solid #FFF;
    backdrop-filter: blur(5px);
    box-shadow: #626ECA -44px -44px,     /* Outer shadow */
      rgba(240, 46, 170, 0.3) -44px -46px, 
      rgb(255 255 255 / 20%) -17px 15px, 
      rgb(255 255 255 / 10%) -19px 20px, 
      rgb(255 255 255 / 5%) -25px 25px, 
      inset #ffffff -35px -35px,   /* Inner shadow */
      0px -6px 24px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
}
.banner-text-title {
    font-family: Poppins !important;
    font-size: 18px !important;
    line-height: 28px !important;
    padding-left:50px;
}
.common-title-hw {
    font-size: 30px !important;
}
.trasact-rt-details {
    padding: 37px 48px 0;
}
.trasact-img{
    width:100%;
}
.view-all-btn-contain{
    margin-top:40px;
}
/*Transact with Peace of Mind CSS END*/

/*Our Driving Force CSS START*/
.column-wrap {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 136px 75px 0px 75px;
    height: 100%;
}
p.force-text {
    color:#5A5A5A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
p.m-0.force-name {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
p.force-titles {
    color:#5A5A5A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.flower-img{
    width:100%;
}
/*Our Driving Force CSS END*/

/*Join the ECB Community Today CSS START*/
.browser-img{
    display:none;
}
.browser-img-wrap {
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 58%;
    bottom:0;
}
.ECB-Community{
       background-image: url('../images/bg-blue.png');
    position: relative;
    background-position: unset;
    background-repeat: round;
    background-size: cover;
    background-blend-mode: multiply, normal;
    height: max-content;
    width: 100%;
    padding: 34px 100px 0px 100px;

	    border-radius: 35px;
}
.community-details-num{
border-radius: 10px;
border: 2px solid #EB8347;
background: rgba(0, 0, 0, 0.24);
backdrop-filter: blur(8px);
}
p.community-heading {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
p.community-title {
    color: #DCDEE9;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.community-details-num p {
    font-family: Oswald;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 32px 20px;
}
 .horizontal-line{
     opacity: 0.3;
background: #FFF;
 }
 
/*Join the ECB Community Today CSS END*/


/*########################################################################*/
/*-------------------------------TRANSACT PAGE CSS ------------------------------*/
.transact-title-clr{
    color:#5A5A5A;
}
.trasact-in-img{
    width:86%;
}
.transact-details-left{
        padding: 0 65px 0 0px;
}
section.ecb-advantage-section.bg-gray {
    padding: 50px 0;
}
.trasact-num-count{
    font-family: inherit !important;
    font-size: 36px !important;
    padding: 20px 15px !important;
}
.comm-dtl-wrap {
    border-radius: 8px;
    border: 1px solid rgba(246, 246, 246, 0.20);
    padding: 10px;
}
.title-count{
    font-size: 22px !important;
}
.ecb-community{
    padding: 41px 100px 35px 100px;
}
/*########################################################################*/
/*-------------------------------ASSESSMENT PAGE CSS ------------------------------*/
.bg-blue{
   border: 1px solid #C5C5C5;
   background: linear-gradient(180deg, #626ECA 0%, #4535AF 100%); 
   padding: 50px 0;
}
.ecb-risk-title p {
    font-size: 22px;
    line-height: 30px;
}
.border.rounded-3.p-5 {
    border-radius: 1.3rem !important;
}
.counter p {
    background: #626ECA;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 22px;
    width: 40px;
    text-align: center;
    height: 40px;
}
.ecb-risk-titles p {
    font-size: 18px;
    line-height: 24px;
}

/*########################################################################*/
/*-------------------------------Login paGE CSS ------------------------------*/
 

lable{
    font-family: 'inter';
    font-weight: 600;
}
.form-heading{
    font-family: 'inter';
    font-weight: 600 !important;
}
/*lable._label {*/
/*    position: relative;*/
/*    top: 12px;*/
/*    background: #fff;*/
/*    left: 16px;*/
/*    z-index: 10;*/
/*    font-family: sans-serif;*/
/*}*/
.label{
      position: relative;
    top: 12px;
        background: #fff;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;}
.input-group-text {
    background-color: #ffffff !important;
    border: 1px solid #ced4da;
    border-right: unset !important;
}
/*.form-inputs {*/

/*    border-left: unset !important;*/
/*}*/
.input-group-text {
    padding: 0 0px 0px 16px !important;
    border-radius: 8px 0px 0 8px !important;
}
.form-inputs:focus {
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: unset !important;
}

 
  span#showPass {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 16px;
    font-size: 20px;
    z-index: 10;
        display:inline-block;
    cursor: pointer;
}
  span#showPassw {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 16px;
    font-size: 20px;
    z-index: 10;
        display:inline-block;
    cursor: pointer;
}
span#showConfirmPassw {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 16px;
    font-size: 20px;
    z-index: 10;
        display:inline-block;
    cursor: pointer;
}

.form-inputs {
    border-radius:  0 8px 8px 0 !important;
}
.border-left-0 {
    border-left: none !important;
}
a {
    font-family: 'inter';
    color: #000000 !important;
    text-decoration: underline;
}
::placeholder {
color: #504F4F;
font-family: Helvetica;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
option:not(:checked) {
   background-color: #FFF;
}
.button_submit,.sign_up{
    display: block;
    margin: auto;
    width: 60%;
    padding: 16px;
    background: #EB8347;
    border: 0;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    font-family: 'inter';
    font-weight: 500;
    transition: 0.4s;
}
.sign_up_button{
    border: 2px solid #eb8347;
    background: transparent;
    transition: 0.4s;
}
.content_box {
    background-image: url(../images/login-bg-img.png);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply, normal;
    height: max-content;
    width: 100%;
    height: 100%;
}
    
    .right-img-box{
        display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
        border-radius: 0 22px 22px 0;
    padding:30px;
}
.Unlocking {
    font-size: 24px;
    padding-top: 24px;
    padding-bottom: 10px;
}
.forgot-passw {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.new_here {
    font-size: 44px;
}
.sign_up_button:hover {
      border: 0;

}
.button_submit:hover {
    background: #5e6ac7;
}
    .bg-white.col-left-form {
    padding: 100px;
    border-radius: 22px 0 0 22px;
}
/*########################################################################*/
/*-------------------------------SIGN UP paGE CSS ------------------------------*/
    .col-sign-left-form {
       padding: 40px 100px;
    border-radius: 22px 0 0 22px;
}

.check-label{
color:#5A5A5A;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 160%;   
}
.check-label-size{
    font-size: 16px !important;
}
.label{
      position: relative important;
    top: 12px important;
        background: #fff important;
    color: #000 important;
    font-family: Poppins important;
    font-size: 18px important;
    font-style: normal important;
    font-weight: 500 important;
    line-height: normal important;}
 .input-group-prepend select {
    height: 58.95px;
}
/*########################################################################*/
/*-------------------------------SIGNUP VERIFICATION paGE CSS ------------------------------*/
 /* div#otp { */
    /* width: 40%; */
    /* margin: 0 auto; */
/* } */
.verification-time{
	color:#EB8347;
}
/* FOOTER CSS START */
.bg-gray{
    background:#EDEEF7;
}
.footer-menu-heading{
    color:#131316;
font-feature-settings: 'ss06' on;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 32px */
letter-spacing: 0.1px;
}
.small-text{
    color:#717184;
font-feature-settings: 'ss06' on;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.copyright{
    color: rgba(51, 51, 51, 0.50);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
/*footer social icon*/
.social-icon-wrap svg {
    height: 32px;
    border: 1px solid #EB8347;
    padding:5px;
    width: 32px;
    padding: 5px;
    border-radius: 50%;
}
p.text-muted.text-foot {
    width: 50%;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
ul.nav.flex-column.footer-sub-menu li a {
    color: var(--neutral-500, #717184);
    font-feature-settings: 'ss06' on;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.social-icon-wrap {
    display: flex;
    gap: 8px;
}
/* FOOTER CSS END */



/*########################################################################*/
/*-------------------------------Mobile Css ------------------------------*/

/*########################################################################*/
/*media querry */

@media screen and (min-width: 0px) and (max-width: 574px) {
.register-mobile-view{
    justify-content:center;
}
button#submitButton {
    
    top: -46px !important;
}
.error,.errors {
    top:-15px !important;
    font-size: 10px;
}
.border-blnc {
 
    padding: 5px 9px !important;
}
.bid_yield {
    height: 51px !important;
}
    .col-sign-left-forms {
    padding: 40px 0px;
    border-radius:22px;
}
    h5.footer-menu-heading.mb-3 {
    margin-bottom: 5px !important;
}
    /*guri*/
.bg-white.col-left-form {
    padding: 100px;
    border-radius: 0 !important;
    padding-left: 150px;
    padding-right: 150px;
}
.button_submit, .sign_up {
    width: 45%;
    padding: 8px;
}
    /*guri*/
a.main_logo img {
    width: 130px;
}
.container-wrapper {
    padding: 0 10px !important;
}
p.text-muted.text-foot {
    width: 100% !important;
}
.footer-menu-heading {
    font-size: 15px !important;
    line-height: 27px !important;
}
.footer-sub-menu li a {
    font-size: 12px !important;
    line-height: 12px !important;
}
.right-foot-content{
	margin-top:10px !important;
}
.row.py-5.mt-5.justify-content-between.align-items-center {
    padding-top: 15px !important;
}
.scroll p img {
    width: 70px !important;
}
.scroll p {
    padding: 14px 35px !important;
    border-radius: 10px !important;
}
section.transact-with-peace {
    padding-top: 32px !important;
}
.bg-white.col-left-form {
    padding: 10px 14px !important;
}
.right-img-box {
    padding: 24px !important;
}
.Unlocking {
    font-size: 20px !important;
}
.new_here {
    font-size: 36px !important;
}
.col-sign-left-form {
    padding: 10px 14px !important;
}
.check-label {
    font-size: 12px !important;
}
button.btn-close.closed {
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 1;
    padding: 5px !important;
    font-size: 10px;
}
.modal-dialog.modal-xl {
    margin: 0 20px;
}
}

 
/* For screens smaller than 576px (max-width: 575px) */
@media (max-width: 575px) {
.banner-section {
    padding: 30px 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 28px;
}
.common-heading {
    font-size: 24px;
}
.banner-text-one {
    font-size: 15px;
    line-height: 24px;
}
.banner-btn-wrap {
    gap: 15px !important;
}
.banner-text-two {
    font-size: 11px;
    line-height: 18px;
}
.ecb-four-container.mt-5 {
    margin-top: 35px !important;
}
.big-box-wrap {
    padding: 16px;
    border-radius: 12px;
}
.big-box-wrap-3 {
    width: 100%;
}
.right-side-col {
    margin-top: 15px !important;
}
.navbar-nav.m-auto.position-relative.nav-svg-icon {
    display: none;
}
.container-gap {
    margin: 0 10px;
}
.trasact-rt-details {
     padding: 0; 
}
.common-title-hw {
    font-size: 14px !important;
        margin-bottom: 0px;
}
.banner-text-title {
    font-family: Poppins !important;
    font-size: 12px !important;
    padding-left: 38px;
    line-height: 17px !important;
}
.container-wrapper {
    width: 100%;
    margin: 0 auto;
    padding:0 20px;
}
.common-title-ew {
    font-size: 15px;
    line-height: 20px;
}
.big-box-wrap p:nth-child(3) {
    font-size: 14px;
}
.big-box-wrap h5 {
    font-size: 22px;
}
.trasact-img {
    width: 75%;
    margin: 0 auto;
}
.transact-contain-wrap {
    box-shadow: #626EC8 -18px -18px, /* Outer shadow */
 rgba(240, 46, 170, -0.7) -22px -44px, 
 rgb(255 255 255 / 20%) -17px 15px, rgb(255 255 255 / 10%) -19px 20px,
 rgb(255 255 255 / 5%) -25px 24px, inset #ffffff -8px -10px, 
 /* Inner shadow */
 0px -6px 24px 0px rgba(0, 0, 0, 0.25);
    padding: 18px;
    margin: 0 0 0 16px;
    border-radius: 12px;
}
.transact-details img {
    height: 24px;
    width: 24px;
}
.view-all-btn-contain{
    margin-top:10px;
}
button.accordion-button.collapsed.px-0 {
    font-size: 15px !important;
}
.accordion-button {
     font-size: 15px !important;
}
.accordion-body {
    font-size: 10px;
}
a.common-btn {
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px !important;
}
section.our-driving-force {
    background: #ffff;
        border-radius: 16px;
}
.force-row{
        flex-direction: column-reverse !important;
}
.flower-img {
    width: 46%;
    margin-top: 22px;
}
.column-wrap {
    border-radius:0px;
    box-shadow:none;
    padding: 15px;
}
p.force-text {
    font-size: 14px;
    line-height: 27px;
}
p.m-0.force-name {
    font-size: 18px;
}
p.force-titles {
    font-size: 11px;
}
 
.banner-sec-row{
    flex-direction: column-reverse !important;
    gap:15px;
}
.right-side-img-banner img {
    width: 72%;
}
.banner-btn-wrap a svg {
    width: 21px;
}
.spacing-container {
    margin: 35px;
}
.ecb-title {
    font-size: 10px;
}
.ecb-heading h5 {
    font-size: 14px;
}
.ecb-box-wrap {
    gap: 6px;
}
.ecb-box-img-heading svg {
    width: 38px;
}
.box-img-heading img {
    left: 22px;
    top: 30px;
    width: 22px;
}
.ECB-Community {
    background-image: url(../images/bg-blue.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 120px 10px 10px 10px;
}
p.community-title {
    font-size: 10px;
    line-height: 15px;
}
.community-details-num p {
    font-size: 32px;
    line-height: 20px;
    padding: 20px 12px;
    font-family: unset;
}
p.community-heading {
    font-size: 15px;
    line-height: 24px;
}
.footer-col{
    width:50% !important;
}
br{
   display:none;
}
.how-ecb-work-mob {
    display: flex;
    background-image: url(../images/ecb-work-mob.png) !important;
    height: 551px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
}
   .how-ecb-work{
    display: none;
}
h1.common-heading-mob {
    position: absolute;
    top: 3rem;
    right: 6rem;
}
.browser-img{
    display:block;
}
.browser-img img {
    width: 60%;
    transform: rotate(180deg);
    position: absolute;
    z-index: 1;
    right: 5rem;
    top: 2px;
    margin: 0 auto;
}
.title-count {
    font-size: 12px !important;
    line-height: 19px !important;
}
.trasact-num-count {
    font-size: 30px !important;
    padding: 16px 12px !important;
}
.common-heading.my-5 {
    margin: 8px 0 20px 0px  !important;
}
.col-md-5.text-end {
    text-align: center !important;
}
.transact-details-left {
    padding: 0;
}
.border.rounded-3.p-5 {
    border-radius: 1.3rem !important;
    padding: 15px !important;
}
.ecb-risk-title p {
    font-size: 14px;
    line-height: 24px;
}
.ecb-risk-titles p {
    font-size: 10px;
    line-height: 16px;
}
.counter p {
    font-size: 16px;
    width: 30px;
    height: 30px;
}
.bg-white.col-left-form {
    padding: 10px 24px;
}
.right-img-box {
    padding: 35px;
    border-radius: 20px 20px 0 0;
}
.bg-white.col-left-form {
    border-radius: 0 0 20px 20px !important;
}
.form-row{
    flex-direction:column-reverse;
}
.scroll p img {
    width: 45px;
}
section.transact-with-peace {
    padding-top: 32px;
}
.box_form_main {
    height:unset;
}
.col-sign-left-form {
    padding: 10px 24px;
    border-radius:0;
}
section.our-driving-force {
margin:0 10px;
}
.browser-img-wrap {
    display: none;
}
}

/* For screens between 576px and 767px (min-width: 576px and max-width: 767px) */
@media (min-width: 576px) and (max-width: 767px) {
   .banner-section {
    padding: 30px 0px;
    background-position: center;
}

.container-gap {
    margin: 0 10px;
}
.navbar-nav.m-auto.position-relative.nav-svg-icon {
    display: none;
}
.common-heading {
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-text-one {
    font-size: 18px;
    line-height: 32px;
}
.banner-btn-wrap {
    gap: 15px;
}
.banner-text-two {
    font-size: 14px;
    line-height: 14px;
}
.spacing-container {
    margin: 40px;
}
.ecb-four-container.mt-5 {
    margin-top: 35px !important;
}
.big-box-wrap {
    padding: 16px;
}
.big-box-wrap-3 {
    width: 100%;
}
.right-side-col {
    margin-top: 15px !important;
}
.trasact-rt-details {
     padding: 0; 
}
.common-title-hw {
    font-size: 16px !important;
}
.banner-text-title {
    font-family: Poppins !important;
    font-size: 12px !important;

}
.container-wrapper {
    width: 100%;
    margin: 0 auto;
}
.common-title-ew {
    font-size: 12px;
}
.big-box-wrap p:nth-child(3) {
    font-size: 14px;
}
main.main-container {
    padding: 0 20px;
}
.trasact-img {
    width: 75%;
    margin: 0 auto;
}
.footer-col{
    width:50%;
}

}

/* For screens between 768px and 991px (min-width: 768px and max-width: 991px) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Your CSS styles for screens between 768px and 991px */
  .container-wrapper {
    width: 809px !important;
}
.common-heading {
    font-size: 23px !important;
}
.navbar-nav.m-auto.position-relative.nav-svg-icon {
    display: none;
}
.banner-section {
   padding: 28px;
}
.banner-text-one {
    font-size: 18px;
    line-height: 28px;
}
.banner-text-two {
    font-size: 12px;
    line-height: 21px;
}
a.common-btn {
    padding: 12px 24px;
    font-size: 14px;
}
.ecb-title {
    font-size: 10px;
    line-height: 18px;
}
.ecb-heading h5 {
    font-size: 14px;
}
.big-box-wrap p:nth-child(3) {
    font-size: 17px;
}

.big-box-wrap h5 {
    font-size: 27px;
}
.common-title-ew {
    font-size: 15px;
    margin-bottom: 12px;
}
button.accordion-button.collapsed.px-0 {
    font-size: 18px !important;
}
.big-box-wrap {
    border-radius: 16px;
    padding: 20px;
}
div#mynavbar {
    justify-content: end;
}
.common-title-hw {
    font-size: 18px !important;
}
.common-title-hw {
    font-size: 18px !important;
    line-height: 25px;
}
.banner-text-title {
    font-size: 12px !important;
    line-height: 17px !important;
}
.transact-contain-wrap {
    border-radius: 22px;
    border: 8px solid #FFF;
    backdrop-filter: blur(5px);
    box-shadow: #626ECA -10px -26px,     /* Outer shadow */
      rgba(240, 46, 170, 0.3) -10px -26px, 
      rgb(255 255 255 / 20%) -17px 15px, 
      rgb(255 255 255 / 10%) -19px 20px, 
      rgb(255 255 255 / 5%) -25px 25px, 
      inset #ffffff -6px -6px,   /* Inner shadow */
      0px -6px 24px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}
.view-all-btn-contain {
    margin-top: 20px;
    margin-bottom: 20px;
}
.column-wrap {
    border-radius: 18px;
    padding: 22px 23px 0px 23px;
}
.col-lg-3.wid-one {
    margin-bottom: 24px;
    width: 50%;
}
}
/* For screens between 992px and 1199px (min-width: 992px and max-width: 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Your CSS styles for screens between 992px and 1199px */
     .container-wrapper{
     width:1200px;
     margin:0 auto;
 }
 
 .banner-text-one {
    font-size: 23px;
}
.common-heading {
    font-size: 42px;
}
.banner-text-two {
    font-size: 13px;
}
a.common-btn {
    padding: 10px 24px;
    font-size: 16px;
}
.banner-section {
    padding: 64px 70px;
}
.ecb-title {
    font-size: 12px;
}
.ecb-heading h5 {
    font-size: 16px;
}
.common-title-ew {
    font-size: 16px;
    line-height: 30px;
}
button.accordion-button.collapsed.px-0 {
    font-size: 18px !important;
}
.big-box-wrap p:nth-child(3) {
    font-size: 22px;
}
.common-title-hw {
    font-size: 22px !important;
}
.trasact-rt-details {
    padding: 20px 12px 0;
}
.banner-text-title {
    font-size: 15px !important;
}
p.force-text {
    font-size: 16px;
    line-height: 34px;
}
p.community-title {
    font-size: 13px;
}
p.community-heading {
    font-size: 20px;
}
.community-details-num p {
    font-size: 38px;
}

}

/* For screens between 1200px and 1399px (min-width: 1200px and max-width: 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Your CSS styles for screens between 1200px and 1399px */
   .container-wrapper{
     width:1200px;
     margin:0 auto;
 }
 .banner-text-one {
    font-size: 23px;
}
.common-heading {
    font-size: 42px;
}
.banner-text-two {
    font-size: 13px;
}
a.common-btn {
    padding: 10px 24px;
    font-size: 16px;
}
.banner-section {
    padding: 64px 70px;
}
.ecb-title {
    font-size: 12px;
}
.ecb-heading h5 {
    font-size: 16px;
}
.common-title-ew {
    font-size: 16px;
    line-height: 30px;
}
button.accordion-button.collapsed.px-0 {
    font-size: 18px !important;
}
.big-box-wrap p:nth-child(3) {
    font-size: 22px;
}
.common-title-hw {
    font-size: 22px !important;
}
.trasact-rt-details {
    padding: 20px 12px 0;
}
.banner-text-title {
    font-size: 15px !important;
}
p.force-text {
    font-size: 16px;
    line-height: 34px;
}
p.community-title {
    font-size: 13px;
}
p.community-heading {
    font-size: 20px;
}
.community-details-num p {
    font-size: 38px;
}
.accordion-button {
     font-size: 18px !important;
}
.trasact-num-count {
    font-size: 23px !important;
    padding: 14px 10px !important;
}
.title-count {
    font-size: 14px !important;
    line-height: 19px !important;
}
}

/* For screens larger than or equal to 1400px (min-width: 1400px) */
@media (min-width: 1400px) {
  /* Your CSS styles for screens larger than or equal to 1400px */
   .container-wrapper{
     width:1300px;
     margin:0 auto;
 }
}
@media screen and (min-width: 923px) and (max-width: 1024px) {

 
}

@media (min-width: 1500px) and (max-width: 1919px) {
  /* Your CSS rules for screens between 1500px and 1919px wide go here */
    .common-heading {
    font-size: 30px;
}
 .banner-text-one {
    font-size: 23px;
}
.common-heading {
    font-size: 42px;
}
.banner-text-two {
    font-size: 13px;
}
a.common-btn {
    padding: 10px 24px;
    font-size: 16px;
}
.banner-section {
    padding: 64px 70px;
}
.ecb-title {
    font-size: 12px;
}
.ecb-heading h5 {
    font-size: 16px;
}
.common-title-ew {
    font-size: 16px;
    line-height: 30px;
}
button.accordion-button.collapsed.px-0 {
    font-size: 18px !important;
}
.big-box-wrap p:nth-child(3) {
    font-size: 22px;
}
.common-title-hw {
    font-size: 22px !important;
}
.trasact-rt-details {
    padding: 20px 12px 0;
}
.banner-text-title {
    font-size: 15px !important;
}
p.force-text {
    font-size: 16px;
    line-height: 34px;
}
p.community-title {
    font-size: 13px;
}
p.community-heading {
    font-size: 20px;
}
.community-details-num p {
    font-size: 38px;
}
.accordion-button {
     font-size: 18px !important;
}
 
}


@media screen and (min-width: 1920px) {
  /* Your CSS styles for screens with a width of 1920px or wider go here */
  /* For example, you can add styles to make your website look good on larger screens */
     .container-wrapper{
     width:1500px;
     margin:0 auto;
 }
}


/*guri css*/
a.main_logo {
    border: 0;
    text-decoration: none;
}
a.main_logo:hover {

    background: unset;
}
button.btn-close.closed {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 1;
}
.btn-close {
    padding: 10px !important;

}
.btn-close.closed {
    background-color: white;
    border-radius: 20px;
    top: 10px;
}
.modal-body.one {
    padding: 0;
}
.btn-close.closed {
    background-color: white;
}

/* Change the close button color to black */
.btn-close.closed::before {
    color: black;
}
.modal-content {
    border-radius: 26px !important;
    border:unset !important;
}
.modal-dialog.modal-xl {
    padding-top: 82px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0000001c !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}
.bg-white.col-left-form {
    padding: 100px;
    border-radius: 22px 0 0 22px;
    padding-left: 150px;
    padding-right: 150px;
}
/*guri css*/
button#submitButton {
    position: relative;
    top: -62px;
}
.error {
    position: absolute;
    right: 2px;
    top: -22px;
    color: red;
}
.errors {
    position: absolute;
    left: 2px;
    top: -22px;
    color: red;
}
 .error-border {
      border: 1px solid red;
    }
.select-boder:after {
    border: 1px solid #bababa;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    z-index: 0;
    top: 14px;
    right: 0;
}
.select-left-br {
    border-radius: 8px 0 0 8px !important;
}
.rounded-radius {
    border-radius: 8px !important;
}
lable._label {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    top: 12px;
    background: #fff;
    z-index: 10;
    left: 18px;
}





































.block {
    position: absolute;
    left: 0;
    top: 0;
}
.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
        top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
        position: absolute;
    left: 0;
    top: 0;
    height: 40px;
 
       background: rgba(235, 131, 71, 0.56);
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider:hover {
    background: #eb8347;
    color: #fff;
    border-color: #eb8347;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
}

.sliderIcon {
}

.refreshIcon {
    position: absolute;
    right: -0px;
    top: -40px;
    cursor: pointer;
    padding: 6px;
    color: #9b9b9b;
    font-size: 32px;
    border-radius: 50px;
}
.refreshIcon:hover {
    color: #fff;
}
.confirm-span{
        color: #6D7281;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
    .pass-show-hide{position: absolute;
    right: 14px;
    top: 14px;
        z-index:5;
    }