html{
    scroll-behavior: smooth;
}
body{
    color: #002D49;
    overflow-x: hidden;
    background: linear-gradient(156.09deg, #EBEDFF 15.59%, #EDEFFA 26.29%, #DEFBFF 39.76%);
}
body, html {
  max-width: 100vw;
  overflow-x: hidden;
}
body, html {
  height: auto !important;
}
 /****** Banner ******/

.b-content-align {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.ul-decimal{
  list-style: decimal;  
  padding-left: 30px;

}
.emar-btn-sec-align {
  padding-left: 0.2rem !important;
}

.container-fluid.blue-bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: linear-gradient(360deg, #17A7CC 0%, rgb(227, 252, 255) 90%);
  /* background: rgb(227,252,255); */
  /* background: linear-gradient(180deg, rgba(227,252,255,1) 0%, rgba(127,210,230,1) 51%, rgba(227,252,255,1) 100%); */
    padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.emar-bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.emar-bg02 {
    position: absolute;
    right: 0;
    bottom: 0;
}

 /****** Banner Ends ******/


 .icon-inside i {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #565757;
}

.user-reg i {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #565757;
}

.modal-body.reset-pwd-sec {
    padding-left: 2rem;
    padding-right: 2rem;
}

.emar-blog a img {
    width: 100%;
}

.emar-blog {
    border-radius: 10px;
    padding: 15px;
}

.emar-blog h4 {
    padding-top: 10px;
    font-weight: 600;
}

.emar-blog p a {
    color: #2e30bb !important;
    text-decoration: underline !important;
  cursor: pointer;
}

.fw-bolder {
  color:#000;
}

.fw-normal {
    font-weight: 400 !important;
    color: #000;
}


.page1{
    background: linear-gradient(180deg, #17A7CC 0%, rgba(255, 255, 255, 0) 100%);
    /* min-height: 100vh; */
}
.gradient{
    background: linear-gradient(156.09deg, #EBEDFF 15.59%, #EDEFFA 26.29%, #DEFBFF 39.76%);    
}
.gradient2{
    background: linear-gradient(180deg, #DFFCFF 0%, rgba(255, 255, 255, 0) 100%);
}
.btn-primary{
    transition: all 1s;
    background-color:#003B68;
    color: #fff !important;
    font-size: 16px;
}
.border-50{
    border-radius: 50px;
    padding: 9px 15px 10px;
}
.btn-primary:hover{
    background-color: #432B8B;
}

.White-paper-btn {
    border: 1px solid #003b68;
    border-radius: 25px;
    padding: 9px 10px 12px 0px;
    color: #003b68;
}

.btn.White-paper-btn img {
    width: 25%;
}

.h5.echo-head {
    color: #432B8B;
    font-weight: 600;
}

.form-control.check-balance {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 10px;
}

.btn-balance {
    padding: 12px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
}

.balance-head {
    color: #432B8B;
    font-weight: 600;
    margin-bottom: 15px;
}
.balance-label {
    font-weight: 600;
}
.balance-label-right {
    padding-left: 1.3rem;
}

.hr-single-timeline {
    position: relative;
    z-index: 1;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hr-timeline-group [class^=col-]:first-child .hr-single-timeline {
    margin-top: -40px;
}

.hr-single-timeline .number-count {
    position: absolute;
    bottom: calc(100% - 45px);
    left: 60px;
    z-index: -1;
}

.number-count {
    font-size: 6.5rem;
    font-weight: 600;
    color: rgba(85, 114, 215, 0.7);
    display: block;
    line-height: 1;
    opacity: .4;
}

.hr-timeline-content-wraper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hr-timeline-content-wraper .hr-timeline-content {
    width: 100%;
    color: #a1a1a1;
}

.step-text {
    left: 28%;
    position: absolute;
    top: 33%;
    font-size: 20px;
    max-width: 340px;
}

.step-text p {
    color: #1e1e1e;
    font-size: 1.1rem;
}

.v-line {
    border-right: 1px dashed #959595;
    height: 100px;
    width: 10px;
    margin-left: 40px;
}

.emar-sub-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #432B8B;
}

.emar-youtube a img {
    width: 100%;
}


a{
    color: #4BA2E3;
}

.image-box.raffle-img img {
    width: 46%;
}

.emarcard.l-pool:hover .image-box img {
    width: 15%;
    transition: .5s ease-in-out;
}

.emarcard.l-pool.emar-nav .image-box img {
    width: 20%;
}

#counter-bg {
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(6, 138, 217, 0.73)), url('../images/sp-bg.png'); */
    background-attachment: fixed;
    background-size: contain;
    background-image:url('../images/sp-bg.png');
}

.counter-bg-2 {
    background: linear-gradient(to bottom, rgb(227, 252, 255,.9),rgba(23, 167, 204, 0.3), rgba(23, 167, 204, 0.9));
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.get-btn {
    padding: 11px 30px 15px;
    border-radius: 25px;
    border: 0;
    font-size: 16px;
}
.navbar-brand{
    padding:10px 0px;
}
.navbar-brand img.logo{
    height: 70px;
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}


.navbar-expand-md .navbar-nav.main-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}


.login-sub-head.welcome-head {
    color: #003b68;
    font-weight: 600;
}

.notify-date {
    text-align: right;
    margin-top: 10px;
    color: #7d7d7d;
}

.welcome-sec h4 {
    text-align: center;
    padding-bottom: 15px;
}

.welcome-sec h4 span {
    padding-left: 20px;
    color: #003b68;
}

.container.banner-top {
padding-bottom: 1.2rem;
min-height: 70vh;
display: flex;
width: 100%;
align-items: center;
}

.get-emar {
    display: block;
}

.counter-sec {
  z-index: 9;
  position: relative;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  display: none;
  z-index: 999999;
  background-color: #000;
  text-align: center;
  transition: all .3s;
  padding: 0px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}
#btn-back-to-top img{
  transition: all .3s;
}
#btn-back-to-top:hover {
  background-color: #111;
}
#btn-back-to-top:hover img{
  transform: translateY(-10px);
}

.d-flex.notify-sec {
    border-radius: 10px;
    padding: 15px 15px 0px;
}

.download-icon {
    font-size: 20px;
    font-weight: bold;
    background: #e6e6e6;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 2rem;
}

.download-icon.d2 {
    float: right;
    font-size: 14px;
    font-weight: 400;
    background: #e6e6e6;
    padding: 6px 12px;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 2rem;
    display: flex;
    margin-bottom: 10px;
}

.download-icon.d2 i {
  padding-left: 10px;
}

.notify-btn {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #1192ac;
}

.notify-head h5{
  font-weight: 600;
}

@media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }

        .login_illustration img {
            
        }

        .login-head {
          font-size: 2rem !important;
        }
    }
    
.loggedin_user img{
    width:30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    border:1px solid #efefef;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{
    color: #4BA2E3;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(255,255,255,.9);
}

.navbar-light .navbar-nav .nav-item.active:active .nav-link {
  color:#000;
}
.bg_full_section{
    position: relative;
    background-image:url('../images/bg_full_section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}
.bg_gradient:before{
    position: absolute;
    content: '';
    width:100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    top:0;
    left: 0;
}
.display-flex{
    display: flex;
}
.box{
    position: relative;
    cursor: pointer;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.box:before{
    background-image: linear-gradient(to right, rgba(255.255.255,1), rgba(255,255,255,1));
    transition: all .3s;
    opacity: 0;
    position: absolute;
    content: '';
    z-index: -1;
    width:100%;
    transition: all .3s;
    border-radius: 10px !important;
    height: 100%;
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    top:0;
    left: 0;
}
.box .feature{
    transition: all .3s;
}
.box .prod_img img{
    height: 250px;
    margin-top:10px;
}

/******* Flip Css*********/

.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 35px 15px;
    width: 100%;
  }
  
  @media screen and (min-width:1380px) {
    .box-container {
      flex-direction: row
    }
  }
  
  .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
  }

  /******Emar services********/

  .emarcard {
    position: relative;
    width: 100%;
    height: 350px;
    background: rgba(255,255,255,.3);
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
  }
  
  
  /* circle style */
  .emarcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    clip-path: circle(150px at 80% 20%);
    transition: .9s ease-in-out;
    opacity: .5;
  }
  .emarcard:hover::before {
    clip-path: circle(520px at 80% -20%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    opacity: 1;
  }

  .emarcard.e-gold::before {
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    clip-path: circle(109px at 30% 114%);
    opacity: .5;
  }
  .emarcard.e-gold:hover::before {
    clip-path: circle(520px at 80% -20%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    opacity: 1;
  }

  .emarcard.l-pool::before {
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    clip-path: circle(100px at 90% 20%);
    opacity: .2;
  }
  .emarcard.l-pool:hover::before {
    clip-path: circle(520px at 80% -20%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    opacity: .9;
  }

  .emarcard.e-earth::before {
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    clip-path: circle(150px at 90% 105%);
  }
  .emarcard.e-earth:hover::before {
    clip-path: circle(520px at 80% -20%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  
  /* style product */
  .emarcard .image-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
  }
.emarcard:hover .image-box {
    top: 0;
    transform: translateY(0);
    transition: .5s ease-in-out;
  }
.emarcard .image-box img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: .5s ease-in-out;
  }

  .emarcard:hover .image-box img{
      width: 25%;
      transition: .5s ease-in-out;
  }
  
  
  /* style product info */
.emarcard .content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    transition: 1s;
    z-index: 10;
  }
.emarcard:hover .content-box {
    height: 180px;
  }
.emarcard .content-box h2 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #432B8B;
    font-size: 30px;
  }
.emarcard .content-box .size {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
.emarcard:hover .content-box .size {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
  }

.emarcard .content-box a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #003B68;
    border-radius: 30px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
  }
 .emarcard:hover .content-box a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
  }

  /**************/

  .emar-social img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }



  .emar-footer {
    background: linear-gradient(180deg, rgb(222 251 255) 0%, #17A7CC 100%);
  }

  .btn-primary:hover {
    background-color: #312C1E;
  }

  .btn-primary {
    transition: all 1s;
    background-color: #222;
    color: #fff !important;
    font-size: 16px;
  }

  h5 {
    color: #000;
    font-weight: 600;
  }

  .emar-email {
    background: #25B5DB;
    border-radius: 10px;
    padding: 25px 30px 20px;
  }

  .email-head {
    color: #fff;
    margin-bottom: 1.5rem;
  }

  .form-control.email-sec {
    background: rgba(255,255,255,.3);
    padding: 12px 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
  }

  .btn.btn-primary.email-btn {
    background: rgba(255,255,255,.5);
    padding: 3px 20px 7px 15px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
  }

  .form-control.email-sec::placeholder {
    color: #fff;
  }

  .emar-menu li {
    padding-left: 0;
    font-family: 'Poppins', sans-serif;
  }

  .emar-menu li a {
    color: #000;
    text-decoration: none;
  }


  .faq {
    background: linear-gradient(180deg, #DFFCFF 0%, #DFFCFF 0%);
  }
  
  .social-sec1 {
    background: linear-gradient(180deg, #DFFCFF 0%, rgba(255, 255, 255, 0) 100%);
  }

  .social-sec {
    padding-top: 0 !important;
    margin-bottom: 3rem !important;
  }



  /**************/

.reveal.community-token.active img {
    margin-left: -30px !important;
}

.reveal.echo-token.active h2 ,.reveal.echo-token.active p {
    padding-left: 35px;
}

.reveal.echo-payment.active h2 ,.reveal.echo-payment.active p {
    padding-left: 10px;
}


.box.active:before, .box:hover:before{
   opacity: 1;
}
.box:hover .feature {
    transform: translateY(-50px) scale(1.3);
}
ul{
    list-style: none;
    padding:0px;
}
ul li{
    padding:5px 0px;
}
.bg-red {
    background: #ff7979;
}
.badge {
    font-size: 0.5em;
    transform: translate(-8px, -7px);
}
span.badge.wallet_badge {
    color: #fff;
    font-size: 12px;
    transform: translate(-3px, -4px);
}
span.badge.wallet_badge:after {
    position: absolute;
    content: 'emar';
    bottom: -5px;
    left: 9px;
    color: #ccc;
    font-weight: 500;
}
.parallax_layer{
    position: absolute;
    z-index: -2;
}
.parallax_layer img{
    width: 100%;
    opacity: .7;
}
.layer00 {
    width: 20%;
    left: 0%;
    top: 10%;
    z-index: 0;
}
.layer00 img{
    opacity: 1;
}
.layer01 {
    width: 20%;
    right: 0%;
    top: 14%;
    z-index: 0;
}
.layer02 {
    width: 10%;
    left: 10%;
    top: 28%;
}
.layer03 {
    width: 12%;
    left: 13%;
    top: 31%;
}
.layer04 {
    width: 30%;
    right: 13%;
    top: 57%;
}
.layer05 {
    width: 30%;
    left: 10%;
    top: 77%;
}
.hide{
    display: none;
}
.translateY-150 {
    transform: translateY(150px);
}
.translateY-100{
    transform: translateY(100px);
}
.marginT-130{
    margin-top: 130px;
}
.marginT-100{
    margin-top: 100px;
}
.translateY-130{
    transform: translateY(130px);
}
img.globe.img-fluid {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.z-index-0{
    z-index: 0;
}
.m-height-500{
    min-height: 500px;
}
section.wave {
    background: transparent;
    margin-top:-100px;
    position: relative;
    z-index: 0;
}
/* section.wave:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    background: #caf9ff;
    top: 100px;
    left: 0;
} */
.faq *{
    z-index: 2;
}
footer{
    z-index: 2;
}
.mt-120 {
    margin-top: 120px;
}

/*******Login*********/

.login-sec {
    padding: 1rem 3rem;
}

.login-sec2 {
  padding: 0rem 3rem;
}

.login_illustration.login-illus2 img {
    padding-top: 2rem;
}

.login-head {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-sub-head {
  color:#242424;
  margin-bottom: 30px;
}

.login-sub-head a {
    color:#2e30bb;
  font-weight: 600;
}

.icon-inside {
  position: relative;
}

.icon-inside img {
    position: absolute;
    left: 0;
    top: 9px;
    padding: 10px 19px;
}

.login-user, .login-pwd {
    padding: 17px;
    border-radius: 10px;
    padding-left: 55px;
}

.form-floating.icon-inside > label {
  padding-left: 55px;
  color:#565757;
}

.form-floating.user-reg > label {
  padding-left: 20px;
  color:#565757;
}

.form-floating > .form-control.register-user {
  padding-left: 20px !important;
}

.form-floating > .form-control.login-user, .form-floating > .form-control.login-pwd {
  padding-left: 55px !important;
}
.form-check.mb-3.login-text-align {
    text-align: right;
}

.login-text-align label {
  text-decoration: underline;
  color: #2e30bb;
}


.btn.btn-primary.login-btn {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 10px;
    border: 0;
}

.logo.login-logo {
    height: 55px !important;
}

.login_illustration img {
    text-align: left;
    float: left;
}

.login_illustration .login-illus2 img {

}

.page1.login-section {
    min-height: calc(100vh);
    position: fixed;
    width: 100%;
    overflow-y: auto;
}

.register-user {
  padding: 17px 25px;
    border-radius: 10px;
}

.check-label a {
    color:#2e30bb;
}

.otp-box {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    margin: 15px;
  text-align: center;
  font-size: 20px;
}

.input-group.otp-field {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.modal-body.otp-sec {
    text-align: center;
}

.modal-footer.otp-sec {
    justify-content: center !important;
}

.modal-header.otp-header {
    background: #003b68;
    color: #fff;
}

.otp-modal {
    margin-top: 10%;
}

.otp-modal1 {
    margin-top: 6%;
}

.modal-body.otp-sec3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.btn.btn-primary.otp-btn {
    padding: 15px 25px;
    border-radius: 30px;
    border: 0;
}

.form-check-label a {
    color: #2e30bb;
}

.text-grey {
  color: #333 !important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.overflow-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
}

li.nav-item.wallet-menu {
    position: absolute;
    right: 100%;
}

.navbar-nav {
    position: relative;
  font-family: 'Poppins', sans-serif;
}
ul.navbar-nav.w-100.justify-content-center {
  position: static;
}

li.nav-item.notification-menu {
    position: absolute;
    right: 155%;
}

span.badge.wallet_badge {
    color: #fff;
    font-size: 12px;
    transform: translate(-3px, -30px);
}

li.nav-item.notification-menu .badge {
    transform: translate(10px, -35px);
    background-color: #fc7979 !important;
    color: #002f4c;
}

span.badge.wallet_badge::after {
    position: absolute;
    content: 'emar';
    bottom: -5px;
    left: 9px;
    color: #baeaff;
    font-weight: 500;
}

li.nav-item.wallet-menu img {
    transform: translateX(-20px);
}

.loggedin_user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #efefef;
}

.emar-faq {
  padding-top:2rem;
}

.emar-faq .accordion-item {
  background: transparent !important;
}

.emar-faq .accordion-item .accordion-header .accordion-button {
  background: transparent !important;
}


/********Login Ends here********/

/********about********/
.sub-header {
    background: linear-gradient(180deg, #17A7CC 0%, rgb(75, 189, 202) 100%);
}

.sub-gradient {
  background: linear-gradient(156.09deg, #EBEDFF 15.59%, #EDEFFA 26.29%, #fff 39.76%);
}

.container.about-top {
    padding-top: 4rem;
  padding-bottom: 2rem;
}

.sub-nav {
  padding: 10px 0 !important;
}

.team-member {
    background: #ccc;
    width: 250px;
  height: 250px;
    border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}



/********about ends here********/


.product-img-2 {
    padding-top: 6rem;
}

.faq_search {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.position-relative.about-top {
  padding-top:4rem !important;
}

.form-floating.mb-3.mt-3.faq_search .form-control {
    border-radius: 10px;
  padding-left:25px;
}

.form-floating.mb-3.mt-3.faq_search label {
  padding-left:25px;
}

.faq_page .box {
    position: relative;
    cursor: pointer;
    margin: 15px 0px;
    background: rgba(255,255,255,1);
    min-height: 200px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.faq-img1 img {
    padding-top: 20px;
  width: 40%;
}

.faq-img2 img {
    padding-top: 20px;
    padding-bottom: 12px;
}

.faq-img3 img {
    padding-top: 17px;
}

.faq_page .accordion-button:not(.collapsed), .accordion-button[aria-expanded="true"] {
    color: #232062;
    background: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  font-weight: 600;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.5rem - 1px) !important;
    border-top-right-radius: calc(0.5rem - 1px) !important;
}

.accordion-button {
    padding: 1rem 1.25rem !important;
}

.position-relative.contact-top {
    padding-top: 4rem !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: none !important;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #928CFF;
    font-size: 14px;
}

#profile .form-control:disabled, #profile .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    border: none;
}
.border-10 {
    border-radius: 10px;
}
.user-img img {
    border: 3px solid #c5e1e6;
    padding: 1px;
}
.border-radius-50 {
    border-radius: 50%;
}
.text-bold {
    font-weight: 500 !important;
}
.sub-title, .text-purple {
    color: #262978 !important;
}

#profile .border-right, #edit .border-right {
    border-right: 3px dashed #c5e1e6;
}

.big_txt {
    font-size: 150%;
}
.profile-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.profile-top {
    padding-top: 4rem;
}

.position-relative.profile-top {
    padding-top: 4rem !important;
}

.nav-tabs {
  border-bottom: 3px solid #c5e1e6;
}

.height-400 {
    height: 400px;
    overflow: auto;
}

.text-blue {
    font-weight: 600;
}
.table {
    border-color: 3eb7ca;
}
.table th {
    color: #262978;
    white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-right {
    text-align: right;
}

 /****** Sub Navigation ******/


/* .emarcard.emar-nav:hover .content-box {
    height: auto;
} */

.emarcard.emar-nav:hover .image-box {
    display: block;
}

.emar-full-width {
  background-color: rgba(255,255,255,.3) !important;
    color: #fff;
    padding: 5px 10px 10px !important;
    position: absolute;
    max-width: 1140px;
    left: 0;
    right: 0;
    width: 54% !important;
    border-radius: 15px;
}

.dropdown-menu.emar-full-width[data-bs-popper] {
    margin-top: -20px !important;
}

.emarcard.emar-nav .image-box img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: .5s ease-in-out;
    width: 35%;
}

.emarcard.emar-nav:hover .image-box {
    top: 39%;
    transform: translateY(0);
    transition: .5s ease-in-out;
}

.emarcard.emar-nav {
    height: 160px;
}

.emarcard.emar-nav {
    background: #fff !important;
  border-radius: 10px;
}

.emarcard.emar-nav::before {
    clip-path: circle(100px at 80% 20%);
}
.emarcard.emar-nav:hover::before {
    clip-path: circle(235px at 80% 20%);
}

.emarcard.emar-nav.l-pool::before {
  clip-path: circle(80px at 80% 20%);
}

.emarcard.emar-nav.l-pool:hover::before {
    clip-path: circle(260px at 80% -20%);
}

.emarcard.emar-nav.e-gold::before {
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    clip-path: circle(55px at 20% 118%);
    opacity: .5;
}

.emarcard.emar-nav.e-gold:hover::before {
  clip-path: circle(230px at 80% -20%);
}

.emarcard.emar-nav.e-earth::before {
    background-image: linear-gradient(to right, rgba(1,197,182,1), rgba(77,162,228,.42));
    clip-path: circle(90px at 90% 105%);
}

.emarcard.emar-nav.e-earth:hover::before {
  clip-path: circle(242px at 80% -20%);
}

.emarcard.emar-nav .content-box h2 {
    font-size: 20px;
}

.emarcard.emar-nav .content-box {
    height: 40px;
}

.emarcard.emar-nav .image-box {
    height: auto;
  top: 42%;
}

 /****** Sub Navigation Ends ******/

.product-img-3 img {
    width: 37%;
    position: absolute;
    right: 0;
    top: 42%;
}

.product-img-4 img {
    position: absolute;
    left: 0;
    width: 38%;
}

.e-mark{
  padding-bottom: 10rem;
  padding-top: 5rem;
}

.login-btn a , .otp-btn a{
    color: #fff;
    text-decoration: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #262978;
}

.nav-item {
    position: relative;
}

a.nav-link.active::after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #1CA9CB 0%, #c8ebf0 100%);
    bottom: -3px;
    left: 0;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    border: 1px dashed #948eff;
    border-radius: 10px;
}
.file-upload-wrapper::before {
    content: "Upload";
    position: absolute;
    top: -1px;
    right: -1px;
    transition: all .3s;
    display: inline-block;
    height: 150px;
    background: #4abdca;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 150px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 10px 10px 0;
}
.fb_post{
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.followus img{
  border-radius: 10px;
}
ul.navbar-nav.w-100.justify-content-c.enter {
  position: static;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.file-upload-wrapper::after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    color: #d1cfff;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}



@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        position: relative;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: column;
    }
}


/*FAQ*/
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-button:not(.collapsed){
    color: #4BA2E3;
    box-shadow: none;
    font-weight: 500;
}
.accordion-body {
    padding: 1rem 1.2rem 1.5rem;
    color:#707070;
}

.accordion-button:not(.collapsed) {
    color: #232062;
    box-shadow: none;
    font-weight: 500;
}

.full-width-menu{
    background-color: #fff;
    color: #fff;
    padding: 20px 15px;
    position: absolute;
    max-width: 1140px;
    left: 0;
    right: 0;
    width: 100%;
}
.products_overview .box {
    width: 49%;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    background: transparent !important;
    padding: 0px !important;
    margin: .5%;
    border-radius: 10px;
}
.products_overview .box:before {
    background-image: linear-gradient(to right, rgb(206, 226, 247), rgb(0 191 174));
    border-radius: 10px;
}

.products_overview .box .h5{
    font-size: 1rem;
}



.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
  }
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }



  
  /* How to start css */

  .grid {
    list-style: none;
    margin-left: 0px;
  }
  
  .gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    vertical-align: top;
  }
  
  .gc--1-of-3 {
    width: 33.33333%;
  }
  
  .gc--2-of-3 {
    width: 66.66666%;
  }
  
  .naccs {
    position: relative;
    max-width: 100%;
    margin: 90px auto;
  }
  .naccs .menu div {
    margin-bottom: 100px;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    font-weight: 500;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 50%;
}
.naccs .menu div span {
    position: absolute;
    z-index: -1;
    font-size: 60px;
    right: -30px;
    top: -50px;
    color: rgba(88,122,240,.3);
}
.naccs .menu div p {
    position: absolute;
    width: 300px;
    left: 100px;
    font-weight: 400;
    color: #468086;
}
.naccs .menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
  
.naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    background-color: #303F9F;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .naccs .menu div.active span.light {
    background-color: #FBC02D;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
  }
  
  
  ul.nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  ul.nacc li {
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
  }
  
  ul.nacc li p {
    margin: 0;
  }

  .highlight-count{
      font-size: 34px;
      position: relative;
  }
  .highlight-count.dollar:after{
      position: absolute;
      content: '$';
    font-size: 34px;
}
  
  /* how to start css ends */

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #111; 
  }

  .home_illustration_bg{
    /* background-image: url('../images/home_illustration/map.png'); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    }

.home_illustration{
position:relative;
width: 100%;
height: 100%;
/* background-image: url('../images/home_illustration/map.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat; */
}
img.sitting_girl {
position: absolute;
bottom: 0;
width: 42%;
right: 25%;
animation: small-rotate-anim 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
img.dollar {
position: absolute;
bottom: 22%;
width: 8%;
left: 22.5%;
animation: bounce 0.5s;
animation-direction: alternate;
animation-timing-function: cubic-bezier(.5,0.05,1,.5);
animation-iteration-count: infinite;
}
img.transaction {
position: absolute;
bottom: 18%;
width: 5%;
left: 14.5%;
animation: rotate-anim 2s;
animation-direction: alternate;
animation-timing-function: cubic-bezier(.5,0.05,1,.5);
animation-iteration-count: infinite;
}
img.e1 {
position: absolute;
bottom: 52%;
width: 7%;
left: 20.5%;
-webkit-animation: bubble-anim 2s ease-out infinite;
animation: bubble-anim 2s ease-out infinite;
}
img.e2 {
position: absolute;
bottom: 72%;
width: 7%;
left: 35%;
-webkit-animation: bubble-anim 2s ease-out infinite;
animation: bubble-anim 2s ease-out infinite;
}
img.e3 {
position: absolute;
bottom: 65%;
width: 7%;
right: 35%;
-webkit-animation: bubble-anim 2s ease-out infinite;
animation: bubble-anim 2s ease-out infinite;
}
img.e4 {
position: absolute;
bottom: 52%;
width: 7%;
right: 13.5%;
-webkit-animation: bubble-anim 2s ease-out infinite;
animation: bubble-anim 2s ease-out infinite;
}
@keyframes bounce {
    from { transform: translate3d(0, 0, 0);     }
    to   { transform: translate3d(0, 20px, 0); }
  }
  
  
  @-webkit-keyframes bounce {
    from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    to   { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 200px, 0); }
  }


@-webkit-keyframes bubble-anim {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
  
    20% {
      -webkit-transform: scaleY(0.95) scaleX(1.05);
      transform: scaleY(0.9) scaleX(1.10); }
  
    48% {
      -webkit-transform: scaleY(1.1) scaleX(0.9);
      transform: scaleY(1.1) scaleX(0.9); }
  
    68% {
      -webkit-transform: scaleY(0.98) scaleX(1.02);
      transform: scaleY(0.96) scaleX(1.04); }
  
    80% {
      -webkit-transform: scaleY(1.02) scaleX(0.98);
      transform: scaleY(1.04) scaleX(0.96); }
  
    97%, 100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  
  @keyframes bubble-anim {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
  
    20% {
      -webkit-transform: scaleY(0.95) scaleX(1.05);
      transform: scaleY(0.9) scaleX(1.10); }
  
    48% {
      -webkit-transform: scaleY(1.1) scaleX(0.9);
      transform: scaleY(1.1) scaleX(0.9); }
  
    68% {
      -webkit-transform: scaleY(0.98) scaleX(1.02);
      transform: scaleY(0.96) scaleX(1.04); }
  
    80% {
      -webkit-transform: scaleY(1.02) scaleX(0.98);
      transform: scaleY(1.04) scaleX(0.96); }
  
    97%, 100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }

@keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); 
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); 
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); 
    }

}
@keyframes small-rotate-anim {
    0% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg); 
    }
    100% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg); 
    }

}


.home_illustration {
  width: auto;
  display: inline-block;
}
.emar_logo{
  position: absolute;
  left: 50%;
  top:45%;
  transform: translate(-50%, -50%);
  
}

/* .emar-logo-img{
  animation: updown 1s cubic-bezier(0.71, 0.16, 0.89, 0.43) 0s infinite alternate
    both running;
} */

@keyframes updown {
  from {
    transform: translateY(-24px);
  }
  to {
    transform: translateY(24px);
  }
}

 .c-circlet {
  position: relative;
  width: 25rem;
  height: 25rem;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  transform: rotate(270deg);
}
.c-circlet > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5em;
  height: 5em;
  margin: -2.5em;
}
.c-circlet > :nth-of-type(1) {
  transform: rotate(0deg) translate(12.5rem) rotate(-270deg);
}
.c-circlet > :nth-of-type(2) {
  transform: rotate(60deg) translate(12.5rem) rotate(-330deg);
}
.c-circlet > :nth-of-type(3) {
  transform: rotate(120deg) translate(12.5rem) rotate(-390deg);
}
.c-circlet > :nth-of-type(4) {
  transform: rotate(180deg) translate(12.5rem) rotate(-450deg);
}
.c-circlet > :nth-of-type(5) {
  transform: rotate(240deg) translate(12.5rem) rotate(-510deg);
}
.c-circlet > :nth-of-type(6) {
  transform: rotate(300deg) translate(12.5rem) rotate(-570deg);
}

.c-circlet {
  transform: rotate(0deg);
  animation: circlet-rotate 30s linear infinite both;
}

@keyframes circlet-rotate {
  to {
    transform: rotate(360deg);
  }
}
.c-circlet > :nth-of-type(1) {
  transform: rotate(420deg) translate(12.5rem) rotate(-420deg);
  animation: circlet-rotate-child-1 30s linear infinite both;
}

@keyframes circlet-rotate-child-1 {
  to {
    transform: rotate(420deg) translate(12.5rem) rotate(-780deg);
  }
}
.c-circlet > :nth-of-type(2) {
  transform: rotate(480deg) translate(12.5rem) rotate(-480deg);
  animation: circlet-rotate-child-2 30s linear infinite both;
}

@keyframes circlet-rotate-child-2 {
  to {
    transform: rotate(480deg) translate(12.5rem) rotate(-840deg);
  }
}
.c-circlet > :nth-of-type(3) {
  transform: rotate(540deg) translate(12.5rem) rotate(-540deg);
  animation: circlet-rotate-child-3 30s linear infinite both;
}

@keyframes circlet-rotate-child-3 {
  to {
    transform: rotate(540deg) translate(12.5rem) rotate(-900deg);
  }
}
.c-circlet > :nth-of-type(4) {
  transform: rotate(600deg) translate(12.5rem) rotate(-600deg);
  animation: circlet-rotate-child-4 30s linear infinite both;
}

@keyframes circlet-rotate-child-4 {
  to {
    transform: rotate(600deg) translate(12.5rem) rotate(-960deg);
  }
}
.c-circlet > :nth-of-type(5) {
  transform: rotate(660deg) translate(12.5rem) rotate(-660deg);
  animation: circlet-rotate-child-5 30s linear infinite both;
}

@keyframes circlet-rotate-child-5 {
  to {
    transform: rotate(660deg) translate(12.5rem) rotate(-1020deg);
  }
}
.c-circlet > :nth-of-type(6) {
  transform: rotate(720deg) translate(12.5rem) rotate(-720deg);
  animation: circlet-rotate-child-6 30s linear infinite both;
}

@keyframes circlet-rotate-child-6 {
  to {
    transform: rotate(720deg) translate(12.5rem) rotate(-1080deg);
  }
}


.c-circlet {
  border: 0.25em dotted #BBDEFB;
}

.c-circlet_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

.echo-payment.active img, .echo-token.echo-mob.active img,
.echo-safe.active img {
    width: 100%;
  }

.echo-safe.active img {
  width: 66%;
  margin-top: 26px;
}

.community-token.active img {
  width: 150%;
}

.step-text p {
    font-size: 1rem;
}

.number-count {
    font-size: 6rem;
}

.emar-youtube a img {
    width: 100%;
}

.emar-social a img {
    width: 100%;
}

.emarcard:hover .content-box {
  height: 200px;
}

.emarcard.emar-nav .content-box {
    height: 40px;
}

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.navbar-brand img.logo {
  height: 50px;
}

.w-50 {
    width: 26% !important;
}

.b-content-align {
    margin-top: 2rem !important;
    margin-bottom: 5rem !important;
    text-align: center;
}

.d-flex.justify-content-start.mb-3.emar-btn-sec {
    justify-content: center !important;
}

.pt-5.mob-sec {
    padding-top: 8rem !important;
}

.echo-payment.active img, .echo-token.echo-mob.active img,
.echo-safe.active img {
    width: 100%;
  }

.echo-safe.active img {
  width: 66%;
  margin-top: 26px;
}

.community-token.active img {
  width: 150%;
}
.marginT-130 {
    margin-top: 60px
}
section.wave {
    margin-top: -68px;
}

.echo-safe.echo-mob.active {
    margin-top: 0px;
}

.reveal.echo-token.active h2, .reveal.echo-token.active p {
    padding-left: 15px;
}

.echo-token.echo-mob.active {
    margin-top: 0px;
}

.m-height-500 {
    min-height: 425px;
}

.marginT-100 {
    margin-top: 55px;
}

.number-count {
    font-size: 5.5rem;
}

.step-text {
    left: 37%;
}

.step-text p {
    font-size: 1rem;
}

.emarcard:hover .image-box img {
    width: 35%;
  top: 28%;
}

.emar-full-width {
    width: 60% !important;
}

.emarcard .content-box h2 {
    font-size: 26px;
}

.emar-youtube a img {
    width: 100%;
}

.emar-social a img {
    width: auto;
  margin:0 auto;
  display: table;
}

.footer-sec {
  text-align: center;
}

.emarcard:hover .content-box {
    height: 220px;
}

.emarcard.emar-nav .content-box {
    height: 40px;
}

.abt-rev {
    flex-direction: column-reverse;
    padding-top: 0 !important;
}

}



@media (max-width: 767px){
  footer{
      text-align: center;
  }
  .naccs .grid .right-side{
      display: none;
  }
.text-mob-center{
  text-align: center;
}
  .get-emar {
    display: inline-block;
  }
  .opacity-50 {
    opacity: 0.2 !important;
  }

  .b-content-align {
    margin-top: 2rem !important;
    text-align: center;
  }

  .echo-payment.active img, .echo-token.echo-mob.active img {
    width: 45%;
    margin-bottom: 30px;
  }

  .reveal.echo-token.active h2, .reveal.echo-token.active p {
    padding-left: 0;
  }
  
  .echo-safe.active img {
    width: 45%;
    margin-top: 26px;
    margin-bottom: 30px;
  }

  .reveal.community-token.active img {
    margin-bottom: 30px;
  }
  
  .pt-5.mob-sec {
    padding-top: 0 !important;
  }
  .marginT-130 {
    margin-top: 15px;
  }

  .reveal.community-token.active img {
    width: 80%;
    padding-left: 25px;
    padding-top: 20px;
  }

 /* .reveal.active img {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 40px;
  } */

  .marginT-100 {
    margin-top: 10px;
  }
  .dropdown-menu.emar-full-width[data-bs-popper] {
    margin-top: 2px !important;
  }
  section.wave {
    margin-top: -38px;
  }

  .layer00 {
    display: none;
  }

  .form-control.check-balance {
    width: 100%;
    border-radius: 10px !important;
  }

  .btn-balance {
    padding: 12px 20px;
    border-radius: 10px !important;
    margin-top: 15px;
  }

  .balance-label-right {
    padding-left: 0rem;
    font-size: 20px;
    color: #36688e;
  }

  .gc--2-of-3 {
    width: 100%;
  }

  .hr-single-timeline .number-count {
    left: 55px;
  }

  .hr-timeline-content-wraper {
    width: 80px;
    height: 80px;
  }

  .number-count {
    font-size: 5rem;
  }
  .step-text p {
    color: #959595;
    font-size: .9rem;
    font-weight: 600;
    margin-top: 10px;
  }

  .v-line {
    margin-left: 30px;
  }

  .balance-sec {
    display: block !important;
  }

  .emar-youtube a img {
    width: 100%;
  }

  .highlight-count {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .container.my-5.mob-faq {
    margin-top: 0 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 0 !important;
  }

  .social-sec {
    padding-top: 0 !important;
  }


  .faq-rev {
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }

  .accordion-flush {
    padding-top: 25px;
  }

  .container.product-sec {
    padding-top: 4rem;
  }

  .emarcard:hover .content-box {
    height: 190px;
  }

  .row.gx-5.justify-content-center.reveal.growth-sec.active img {
    width: 100%;
    padding: 0 !important;
  }

  .emar-btn-sec {
    display: block !important;
  }

  .text-center {
    margin-top: 2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .layer00 {
    width: 74%;
    top: 6.7%;
  }

  .naccs{
      margin-bottom: 0px;
  }
  .naccs .menu div p {
      position: absolute;
      width: 50vw;
      left: 100px;
      font-weight: 400;
      color: #468086;
  }
  .full-width-menu {
      width: 100%;
      margin: 0px;
      background-color: #444;
      color: #fff;
      padding: 8px;
  }
  .products_overview .box {
      width: 100%;
      float: left;
      margin: 10px 0px;
  }
  .nav-item.dropdown.position-static, .navbar-nav .dropdown-menu{
      position: relative !important;
      float: left;
  }
  ul.navbar-nav.ms-auto.mb-2.mb-lg-0.top-nav {
      display: block;
  }
  .products_overview .box {
      width: 48%;
      float: left;
      margin: 1% 1%;
  }
  ul.navbar-nav.ms-auto.mb-2.mb-lg-0.top-nav li {
      display: inline-block;
      width: 28.33%;
  }

  /****** Login section ******/

  .login_illustration img {
    display: none;
  }

  .login-sec {
    padding: 1rem 1.6rem;
  }

  .login-sec h2, .login-sec h6 {
    text-align: center;
  }
  .login-sec2 {
    padding: 1rem 1.6rem;
    text-align: center;
  }

  .login-head {
    font-size: 1.8rem;
  }

  .login-sub-head {
    font-size: 14px;
  }

  /****** Login section ends ******/
  
  /****** Sub Navigation ******/
  .emar-full-width {
    width: 100% !important;
  }

  .emarcard.emar-nav .content-box .size {
    padding: 0px 5px;
  }

  .emarcard.emar-nav:hover .content-box {
    height: 45px;
  }

  .emarcard.emar-nav .content-box .size p {
    font-size: 14px;
  }

  /****** Sub Navigation ******/

  /* .reveal.active img {
    width: 75%;
  } */

  .product-img-3 img {
    width: 100%;
    position: relative;
    top: auto;
  }

  .echo-mob {
    text-align: center !important;
  }

  .emar-social img {
    width: auto;
    margin: 0 auto;
    display: table;
    max-width: 100%;
  }

  .e-gold-align {
    margin-top: -2rem !important;
  }

  .nav-item {
    position: relative;
    text-align: center;
    width: 100%;
}

#profile .border-right, #edit .border-right {
  border-right:none;
  border-bottom: 3px dashed #ffcdcd;
}
.team-member {
margin-bottom: 20px;
}

.faq-card {
margin-bottom: 25px;
}

.text-right {
text-align: center;
}

li.nav-item.notification-menu {
position: relative;
right: auto;
}

.navbar-nav .nav-link {
font-size: 16px;
}

li.nav-item.wallet-menu {
position: relative;
right: auto;
}

span.badge.wallet_badge {
color: #fff;
font-size: 12px;
transform: translate(-3px, -6px);
}

li.nav-item.wallet-menu img {
transform: translateX(0px);
}

li.nav-item.notification-menu .badge {
transform: translate(2px, -10px);
background-color: #fc7979 !important;
color: #002f4c;
}

.navbar-nav.main-nav .nav-item a {
    font-size: 16px;
}

.emarcard .content-box h2 {
    font-size: 24px;
}

.emar-bg01, .emar-bg02 {
    top: auto;
    bottom: 0;
}
.container-fluid.blue-bg {
  padding-top: 0rem;
}
.emarcard.emar-nav .content-box {
    height: 40px;
}
.abt-rev {
    flex-direction: column-reverse;
    padding-top: 0 !important;
}

.position-relative.about-top {
    padding-top: 2rem !important;
}

}

@media screen and (max-width: 480px) {

  .emarcard.emar-nav .image-box img {
    width: 50%;
  }
  .emarcard.emar-nav .content-box h2 {
    font-size: 16px;
}
  
  .otp-modal {
    margin-top: 25%;
  }
  .otp-box {
    margin: 15px 5px;
  }

  .emar-bg01, .emar-bg02 {
    width:25%;
  }

  .container-fluid.blue-bg {
    padding-top: 0rem;
  }
  .emarcard.emar-nav .content-box {
    height: 40px;
  }
  .abt-rev {
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }

 
}