@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


  .text-yellow{
    color: #f58634;
  }

  .text-blue{
    color: #0d6efd;
  }

  .applynow-block .applynow-usp{
    box-shadow: 0 0 5px #e0e0e0;
    padding: 0.7rem 1rem;
    border-radius: 0.3rem;
    background: #FFF;
  }
  .applynow-block .applynow-usp figure{
    margin-bottom: 0px;
  }
  .applynow-block .applynow-usp figure img{
      max-width: 50px;
  }
  .applynow-block .applynow-usp p{
    margin-bottom: 0px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .applynow-box{
    box-shadow: 0 0 5px #999 !important;
    padding: 1.8rem 2.2rem;
    border-radius: 0.6rem;
    margin-top: -8rem;
    background: #FFF;
    margin-left: 1.6rem;
  }
   .otp-txt{
    font-size: 15px;
  }
  .terms{
    font-size: 13px;
  }
  .input-txt{
      border: solid 1px #616161;
      height: 44px;
      border-radius: 5px;
      font-size: 14px;
  }
  .textarea-filed{
    border: solid 1px #616161;
    height: 100px;
    border-radius: 5px;
  }
  .custom-floating > .form-select{
    padding-top: 10px !important;
    border: solid 1px #616161;
    height: 44px;
  }
  .btn-redeem{
    background: #00144f;
    border: #00144f;
    color: #FFF;
    height: 44px;
  }

  /* Sell with us */

  .sellbanner{
    background:#fe9901;
    position: relative;
  }
  .sellbanner::after{
    background: url(../images/bgleft1.png) no-repeat;
    content: '';
    position: absolute;
    z-index: 22;
    left: 0px;
    bottom: 0px;
    width: 193px;
    height: 198px;
  }
  .sellbanner::before{
    background: url(../images/bgleft1.png) no-repeat;
    content: '';
    position: absolute;
    z-index: 22;
    right: 0px;
    top: 0px;
    width: 193px;
    height: 198px;
    transform: rotate(180deg);
  }

  .sellbanner > .container{
    position: relative;
    z-index: 99;
  }
  .sellbanner h1{
    font-weight: 800;
    font-size: 48px;
    color: #FFF;
  }
  .sellbanner ul{
    font-weight: 200;
    font-size: 22px;
    color: #FFF;
  }
  .sellbanner .btn-black{
    background: #181818 !important;
    border: solid 1px #181818 !important;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
  }
  .sellbanner .btn-black:hover{
    background: #f58634 !important;
    border: solid 1px #f58634 !important;
    color: #FFF !important;
  }
  .sellbanner .btn-white{
    background: #FFF !important;
    border: solid 1px #181818 !important;
    color: #181818;
    font-weight: 700;
    font-size: 20px;
  }
  .sellbanner .btn-white:hover{
    background: #f58634 !important;
    border: solid 1px #f58634 !important;
    color: #FFF !important;
  }
  .bg-shopping{
      background: url(../images/bg-shopping.jpg) no-repeat;
      background-size: cover;
      padding: 5rem 0;
      margin: 2rem 0;
  }
  .bg-shopping .shopping-box-first{
    background: #4d0087;
    border-radius: 10px;
    padding: 2rem;
    max-width: 420px;
  }
  .bg-shopping .bg-blue{
    background: #7e2fba;
  }

  .bg-shopping .shopping-box-first h2{
    font-weight: 700 !important;
    font-size: 42px;
    color: #fffc00 !important;
    margin-bottom: 1.6rem;
  }
  .bg-shopping .shopping-box-first .btn{
    color: #4d0087 !important;
    font-weight: 800;
    font-size: 20px;
    background: #FFF;
    border-color: #FFF;
    padding: 0.7rem 1rem;
    border-radius: 10px;
  }
  .bg-shopping .shopping-box-first .btn:hover{
    background: #f58634;
    border: solid 1px #f58634;
    color: #FFF !important;
  }
  .bg-shopping .shopping-box-first h4{
    font-weight: 700 !important;
    font-size: 30px;
  }
  .bg-shopping .shopping-box-first ul {
    margin-top: 2rem;
  }
  .bg-shopping .shopping-box-first ul li{
    list-style-image: url(../images/checkwhite.png);
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
  }
  .bg-shopping .shopping-box-first ul li{
    margin-bottom: 1rem;
  }
  .customer-experience {
    margin: 3rem 0;
  }
  .customer-experience .customer-experience-box{
      padding: 1rem;
      margin-top: 2rem;
      border-radius: 10px;
      border: solid 1px #FFF;
  }
  .experices-video{
    position: relative;
  }
  .experices-video a{
      max-width: 40px;
      position: absolute;
      bottom: -0.3rem;
      left: 0.4rem;
  }
  .customer-experience .customer-experience-box:hover{
    border-style: solid;
    border-width: 1px;
    border-color: #f0effc;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 4%);
    border-radius: 15px;
  }
  .customer-experience .customer-experience-box h4{
    margin-top: 2rem;
    font-weight: 500;
  }
  .customer-experience .customer-experience-box p{
    font-size: 14px;
    line-height: 1.6;
    color: #494949;
  }

  .customer-experience .customer-experience-box figure {
    overflow: hidden;
    border-radius: 10px;
  }
  .customer-experience .customer-experience-box figure img{
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
.customer-experience .customer-experience-box:hover figure img{                
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
}

.sellatyour-bg{
  background: url(../images/sellatyour-bg.jpg) no-repeat;
  background-size: cover;
}
.sell-form{
  padding: 2.6rem !important;
}
.sell-form h4{
  font-size: 24px;
  font-weight: 500;
}
.sell-form .input{
  background: #232a31 !important;
  border: none;
  height: 50px;
  color: #aaadaf;
}
.sell-form .textarea{
  background: #232a31 !important;
  border: none;
  min-height: 100px;
  color: #aaadaf;
}
.selectdropdown{
  background:#232a31;
  border: none;
  height: 50px !important;
  margin-bottom: 0.6rem;
  color: #FFF;
  padding: 0.6rem;
  width: 14px;
  height: 8px;
  width: 100%;
  border-radius: 5px !important; 
}
.greenbox{
  background:#bdd022; border-radius:10px; padding: 1rem; text-align: center; margin-top: 1rem;
}
.required-docs{
  position: absolute;
  bottom: 1.2rem;
  right: 1rem;
  font-size: 13px;
}

.file-upload{
  display: flex;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px;
  background: #232a31;
  border: none;
  min-width: 150px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #141c27;
}
#uploadFile{
  background: #141c27;
  height: 50px;
  border-radius: 0 5px 5px 0;
  border: none;
  width: 100%;
  padding-left: 1rem;
}
.sell-form label{
  margin-bottom: 0.3rem;
  color: #FFF;
}

.sell-form .nxt-btn{
  background: #0d6efd;
  padding: 0.6666rem 0 !important;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
}
.sell-form .nxt-btn:hover{
  background: #f58634DD;
}
.sell-listveiw{
  padding-left: 1.5rem;
}
.sell-listveiw li{
  list-style-image: url(../images/checkgreen.png);
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.sellbg{
  background:#111418; 
  margin: 3rem 0; 
  padding: 0rem; 
  border-radius: 10px;
}

.sell-info{
  background: url(../images/bgleft2.jpg) no-repeat; background-size: cover; border-radius: 0 10px 10px 0; 
  padding: 2rem 2rem 0.8rem 2rem; 
  position: relative;
}
.sell-info .sellbox{
  padding-top: 6rem; padding-bottom: 2rem;
}
.sell-info .sellbox h2{
  margin-bottom: 0px;
}
.sell-onlline{
  border-radius: 10px 0 0 10px !important;
}


.custom-file-input{
  background: #232A31;
  border-radius: 5px;
  height: 44px;
  width: 100%;
  line-height: 2.4;
}

/*.sellbg .form-check-input[type=checkbox] {
  border-radius: 0.25em;
  background: #232a31;
}

.sellbg .form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd;
}

.sellbg .form-check-input:checked[type=checkbox] {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e) !important;
}*/


.giftvoucher h1{
  font-size: 28px;
  font-weight: 600;
  color: #081b4b;
}

.offer-labels ul {
  padding: 0px;
}

.offer-labels ul li {
  background: url(https://discountelo.com/images/label.png) no-repeat left top;
  list-style: none;
  padding-left: 2.3rem;
  padding-bottom: 0.6rem;
  font-size: 15px;
  font-weight: 500;
  color: #081b4b;
}

.cardvalues li {
  border: solid 1px #616161;
  padding: 0.5rem 1.2rem;
  font-size: 14px;
  border-radius: 6px;
  background: #FFF;
  color: #616161;
  margin: 0 0.2rem 0.6rem 0rem;
  min-width: 75px;
  text-align: center;
}
.cardvalues .active{
	background: #081b4b !important;
	border: solid 1px #081b4b !important;
	color: #FFF;
}
.selectdenomination{
  font-size: 16px;
  color: #081b4b;
  font-weight: 600;
}
.inputbox{
  border: solid 1px #616161;
  padding: 0.5rem 1.2rem;
  font-size: 14px;
  border-radius: 6px;
  background: #FFF !important;
  color: #616161;
}

.gift-body{
  position: relative;
  min-height: 800px;
}
.gift-body::after{
  background: #f5f5f5;
  border-bottom: solid 1px #ededed;
  content: '';
  width: 100%;
  height: 400px;
  left: 0px;
  top: 0px;
  z-index: 2;
  position: absolute;
}
.gift-body .container{
  position: relative;
  z-index: 33;
} 

.gift-form h4{
  font-weight: 600;
  color: #081b4b;
}

.gift-form {
  box-shadow: 0 0 5px #999 !important;
  padding: 1.8rem 2.2rem;
  border-radius: 0.6rem;
  margin-top: 0rem;
  background: #FFF;
  margin-left: 1.6rem;
}
.gift-form .otp-txt{
  font-size: 15px;
}
.gift-form .terms{
  font-size: 13px;
}
.gift-form .input-txt{
    border: solid 1px #616161;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
}
.gift-form label{
  text-align: right;
  font-size: 12px;
  margin-top: 0.3rem;
  width: 100%;
  color: #383838;
}
.gift-form .totaltext{
  font-size: 15px;
  font-weight: 500;
  color: #484848;  
}
.gift-form .input-disble{
  background: #dfdfdf;
}

.gift-view{
  margin-top: 3rem;
  position: relative;
}
.gift-view h3{
  font-size: 24px;
  color: #081b4b !important;
  font-weight: 500;
}

.gift-view ul {
  margin-top: 1rem;
  padding-left: 1.4rem;
}
.gift-view ul li{
  list-style-image: url(../images/checkblue.png);
  color: #414141;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.loginbg{
  /* background: url(../images/loginbg.jpg) no-repeat;
  background-size: cover;  */
  background: #e8ebf2;
}
.loginboxs{
  /* padding: 2.5rem;
  margin: 6rem 0;
  background: #FFF;
  border-radius: 10px; */
  background: #FFF;
  box-shadow: 0 0 10px #DDD;
  padding: 2rem 3rem;
  margin: 2rem 0;
}
.paymensucc-bg{
  background: #3d5699;
  padding: 3rem 0;
}
.paymensucc-bg h1{
    font-size: 31px;
    font-weight: 300;
    color: #2ba851;
}
.paymensucc-bg h4{
  font-size: 31px;
  font-weight: 700;
  color: #f58634;
}
.paymensucc-bg h2{
  font-size: 28px;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 1rem;
}
.paymensucc-bg  .btn-white{
  background: #FFF;
  border: #FFFF;
  padding: 0.6rem 1.6rem;
  font-weight: 400;
}

.paymensucc-bg .btn-blue{
  background: #00144f;
  border: #00144f;
  padding: 0.6rem 1.6rem;
  font-weight: 400;
  color: #FFFF !important;
}

  @media(max-width:1080px){
    .applynow-block .applynow-usp{
      padding: 0.4rem 0.2rem;
    }
    .applynow-block .applynow-usp p{
      margin-right: 0rem !important;
    }
    .sell-form {
      padding: 1.4rem !important;
    }
    .sell-info .sellbox h2 {
      margin-bottom: 0px;
      font-size: 23px;
    }
    .gift-view {
      margin-top: 3rem;
      position: relative;
    }
  }
  @media(max-width:767px){
    .applynow-box{
        box-shadow: 0 0 10px #d2d2d2 !important;
        padding: 1.6rem;
        border-radius: 0.4rem;
        margin-top: 1rem;
        background: #FFF;
        margin-left: 0.4rem;
        margin-right: 0.4rem;
        margin-bottom: 2rem;
      }
    .applynow-block .applynow-usp{
        display: block !important;
        text-align: center;
        padding: 0.6rem 1rem;
        min-height: 150px;
    }
    .applynow-block .applynow-usp p{
        margin: 0px;
    }
    .applynow-block{
      padding-bottom: 8rem;
    }
    .sellbanner .btn-black{
      font-size: 16px;
      padding: 0.4rem 0.8rem !important;
    }
    .sellbanner .btn-white{
      font-size: 16px;
      padding: 0.4rem 0.8rem !important;
    }
    .sellbanner{
      padding-bottom: 2rem;
    }
    .sellbanner h1{
      font-weight: 800;
      font-size: 28px;
      color: #FFF;
    }
    .sellbanner .girl{
      margin-bottom: 1rem;
    }
    .sellbanner ul{
      font-size: 18px !important;
    }
    .bg-shopping .shopping-box-first{
      margin-bottom: 1rem;
    }
    .bg-shopping .shopping-box-first h2{
      font-size: 34px;
    }
    .applynow-block{
      padding-bottom: 0rem;
    }
    .bg-shopping{
      padding: 2rem 0 !important;
    }
    .customer-experience .customer-experience-box{
      margin-top: 0rem;
    }
    .sell-info{
      padding: 1rem;
      border-radius: 0 0 10px 10px !important;
    }
    .sell-info .sellbox {
      padding-top: 3rem;
      padding-bottom: 2rem;
    }
    .sell-form {
      padding: 1.6rem !important;
    }
    .required-docs{
      position: relative;
      bottom: 0;
      left: 0.4rem;
    }
    .sell-info {
      border-radius: 10px 10px 0 0 !important;
    }
    .gift-body::after{
      background: #f5f5f5;
      border-bottom: solid 1px #ededed;
      content: '';
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 2;
      position: relative;
    }
    .gift-view {
      margin-top: 3rem;
      position: relative;
      display: none;
    }
    .gift-form{
      margin-left: 0rem;
      padding: 1.6rem !important;
    }
  }

.waves {
  position:relative;
  width: 100%;
  min-height:100px;
  max-height: 150px;
  margin-top: -2rem;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

@media(max-width:767px){
  .loginboxs{
    padding: 1.4rem 2rem;
    margin: 1rem 0;
  }
}