body{

  font-family: 'Roboto', sans-serif;

  background: #ffb400;

}

body:before {

    content: '';

    width: 100%;

    height: 100%;

    background: url(https://antesports.com/rewards/assets/images/background.jpg) no-repeat center;

    background-size: cover;

    position: absolute;

    top: 0;

    left: 0;

    opacity: .2;

    z-index: -1;

}

ul{

  margin: 0;

  padding: 0;

}



li{

  list-style-type: none;

}







a:hover{

  text-decoration: none;  

}

a, button{

  -webkit-transition: all .35s ease-in-out;

  -moz-transition: all .35s ease-in-out;

  -o-transition: all .35s ease-in-out;

  transition: all .35s ease-in-out;

}



.btn-comm{

  background:#f1ca00;

  color: #303030;

  text-align: center;

  font-size: 16px;

  font-weight: 400;

  border:0;

  border-radius: 25px;

  padding: 8px 25px;



}

.btn-comm i{

  margin-left: 5px;

  transform: translateX(0);

  display: inline-block;

   -webkit-transition: all 3s ease-in-out;

  -moz-transition: all 3s ease-in-out;

  -o-transition: all 3s ease-in-out;

  transition: all 3s ease-in-out;

}



.btn-comm:hover{

  background: #000;

  box-shadow: 0 5px 12px rgba(0,0,0,.6)

}

.btn-comm:hover i{

  animation: slideArrow .2s ease forwards

}



@keyframes slideArrow{

  0%{

    transform: translateX(0px);

    opacity: 1

  }

  80%{

    transform: translateX(25px);

    opacity: 0

  }

  90%{

     transform: translateX(-25px);

    opacity: 0

  }

  100%{

    transform: translateX(0px);

    opacity: 1

  }

}



.bg-slider{

  height: 100vh;

  overflow: hidden;

}





#bannerBgSlider .item img{

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: bottom;   

}



.login-sec{

  position: relative;

}



.login-box-sec{

   width: 28%;

   min-width: 450px;   

   position: absolute;

   top: 10%;

   right: 15%;

   background: rgba(255,255,255,.95);

   z-index: 5;

   border-radius: 20px;

   padding: 50px;

   box-shadow: 0 0 15px rgba(0,0,0,.5);

}



.logoImg{

  height: 25px

}



.loginBox-header{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}

.loginBox-header>div{

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

      margin-top: 25px;

}



.loginBox-img{

  position: static; 

}



.mobileOTP-sec{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  display: none;

}

.mobileOTP-sec h3{

  font-size: 14px;

  margin-bottom: 20px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 15px

}



.otpBack-btn{

  display: flex;

  align-items: center;

    font-size: 14px;

    color: #019961;

    line-height: 0;

    cursor: pointer;

}



.otpBack-btn i{

    font-size: 20px;

    margin-right: 5px

}



.mobileOTP-input{

  display: flex;

  align-items: center;

  justify-content: flex-start;

}

.mobileOTP-input input.form-control{

  flex: 0 0 20%;

  max-width: 20%;

  margin: 0 10px;

  text-align: center;

  font-size: 16px;

  font-weight: 700

}

.mobileOTP-sec .btn-comm{

  display: block;

  margin: 30px auto 0; 

}



.loginBox-heading{

  font-size: 25px;

  font-weight: 700;

  margin-top: 30px;

}

.loginBox-heading span{

  display: block;

  font-size: 14px;

  font-weight: 500;

  margin-top: 5px;

}



.form-box{

  margin-top: 70px

}



.form-light label{

  font-size: 14px;

  font-weight: 500;

  margin-bottom: 10px;

}



.form-light label i{

  /*color: #019961;*/

  margin-right: 5px;

}



.form-light .form-control{

  background:transparent;

  border-radius: 8px;

  border:1px solid #99c4b4;  

  height: auto;

  background: transparent;

  border-radius: 8px;

  border: 1px solid transparent;

  height: auto;

  box-shadow:0 5px 11px rgb(0 0 0 / 20%);

  padding: 12px 15px;

  font-size:14px;

  font-weight: 400;

  -webkit-transition: all .35s ease;

  -moz-transition: all .35s ease;

  -o-transition: all .35s ease;

  transition: all .35s ease;

}



.form-light .form-control::-webkit-input-placeholder{

  color: #9fa4a2;

  font-size: 14px;

  font-weight: 400

}



.form-light .form-control::placeholder{

  color: #9fa4a2;

  font-size: 14px;

   font-weight: 400

}



.form-light .form-group{

  margin-bottom: 30px;

}



.form-light .form-control:focus{

   box-shadow: unset;

   outline: 0;

   border-color: #019961;

   background: transparent;

}

.forgot-password{

   display: block;

   text-align: right;

   color: #019961;

   font-size: 13px;

   font-weight: 500;

   margin-top: 15px;

}



.login-with-mobile{  

  margin-top: 25px;

}



.or-sec{

  position: relative;

  display: block;

}



.or-sec:before{

  content: '';

  position: absolute;

  top: 10px;

  left: 0;

  width: 46%;

  height: 1px;

  background: #d5f1e7

}



.or-sec:after{

  content: '';

  position: absolute;

  top: 10px;

  right: 0;

  width: 46%;

  height: 1px;

  background: #d5f1e7

}



.login-mobile-heading{

  font-size: 14px;

  margin-top: 15px;

}



.login-mobile-heading i{

  color: #019961;

  margin-right: 5px;

  font-size: 20px

}



.loginMobile-formBox{

    background: transparent;

    border: 1px solid #019961;

    border-radius: 15px;

    overflow: hidden;

    margin-top: 20px;

}



.loginMobile-formBox .form-group{

  display: flex;

  margin-bottom: 0

}



.loginMobile-formBox input{

    border: 1px solid transparent;

    margin-bottom: 0;

    flex: 0 0 80%;

    background: transparent;

    -webkit-transition: all .35s ease-in-out;

    -moz-transition: all .35s ease-in-out;

    -o-transition: all .35s ease-in-out;

    transition: all .35s ease-in-out;

}



.loginMobile-formBox input:focus{

  border-color: #000

}



.loginMobile-formBox input::-webkit-input-placeholder{

  color: #9fa4a2;

  font-size: 14px;

  font-weight: 400

}



.loginMobile-formBox input::placeholder{

  color: #9fa4a2;

  font-size: 14px;

   font-weight: 400

}





.loginMobile-formBox .btn-comm{

  padding: 0;

  border-radius: 0;

  flex: 20%;

}





.login-mobile-heading{

  font-size: 20px;

  text-transform: uppercase;

  text-align: left;

  font-weight: 700

}

.login-mobile-heading span{

  display: block;

  font-size: 16px;

  margin-top: 4px;

}



.login-mobile-heading i{

  color: #019961;

  margin-right: 5px;

  font-size: 20px

}



.caption-sec-login{

   position: absolute;

   top: 100%;

   left: 10%;

   transform: translateY(0);

   z-index: 8;

   width: 40%;

   color: #fff;

   animation: slideCaption 1s ease-in-out forwards;

   -webkit-transition: all 1s ease-in-out;

   -moz-transition: all 1s ease-in-out;

   -o-transition: all 1s ease-in-out;

   transition: all 1s ease-in-out;

}



.main-heading{

  font-size: 70px;

  text-shadow: 0 0 8px rgba(27, 64, 51,.8);

}



.caption-sec-login p{

   font-size: 17px;

    line-height: 25px;

    text-shadow: 0 0 8px rgba(27, 64, 51,.8);

    font-weight: 400;

}



@keyframes slideCaption{

  0%{

    top: 60%;

    opacity: 0

  }

 

  100%{

    top: 50%;

    transform: translateY(-50%);

    opacity: 1

  }

 

}





.sidebar-dash{

  position: fixed;

  left:0;

  top: 0;

  z-index: 5;

  width: 250px;

  height: 100vh;

  color: #fff;

  padding: 0 10px;

  box-shadow:0 0 15px rgb(159 159 159 / 41%);

  background:#fff; 

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

.sidebarOut{

  left: -300px;

}



.sidebar-dash nav li img {

    width: 20px;

    margin-right: 5px;

}



/*.sidebar-dash.sidebarMini{

  width: 80px;

}

.hidden-barContent{

  opacity: 0;

  transform: translateX(-25px);

}*/

.logo-dash{ 

  padding: 15px 0;

  text-align: center;

  border-bottom: 1px solid rgba(255,255,255,.1)

}

.logo-dash img{

  height: 25px;

  margin: 0 auto;

  display: block;

}

.admin-details{

  text-align: center;

  padding: 20px 0;

  border-bottom: 1px solid rgba(255,255,255,.1)

}

.admin-details .user-icon{

  width: 50px;

  height: 50px;

  border-radius: 50%;

  text-align: center;

  line-height: 50px;

  border:1px solid #fff;

  font-size: 18px;

  display: inline-block;

  margin-bottom: 10px;

}

.admin-details span{

  font-size: 14px;

}

.navbar-dash{

  margin-top: 20px;

}

.navbar-dash ul li a{ 

  padding: 10px 0;

  color: #000;

  font-size: 14px;

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.navbar-dash ul li span i{

  margin-right: 5px;

  /*color: #019961*/

}



.drp-dashMenu{

  padding-left: 25px;

  display: none;

}



.main-container-dash{

  position: relative;

  width: calc(100% - 250px);

  min-height: 100vh;

  margin-left: 250px; 

  /*background:#f6f7f7;*/

  background-size: cover;

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}



.main-container-dash span{

  display: block;

}

.main-container-dashFull{

  width: calc(100%);

  margin-left: 0px;

}



.topbar-sec{

  background: #000;

  background-size: cover;

  padding: 12px 30px; 

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  border-bottom: 1px solid #019961;

  /*z-index: 0;*/

}

/*.topbar-sec:before{

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: -1;

  background:rgba(0,0,0,.8);



}*/



.topbar-highlights{

  min-height: 170px;

}

.overlay{

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background:rgba(0,0,0,.8);

}

.topbar-dash{

  display: flex;

  justify-content: space-between;

  align-items: center;

  color: #fff;  

  position: relative;

    z-index: 2;

}



.topbar-lft{

  display: flex;

  align-items: center;

}



.menutoggle-icon{

  width:40px;

  height: 40px;

  text-align: center;

  color: #21252B;

  cursor: pointer;

  line-height: 40px;

  border-radius: 50%;

  display: none;

  background:#fff;

  box-shadow: 0 0 10px rgba(0,0,0,.3);

  margin-right: 20px; 

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

.menutoggle-icon:hover{

  transform: rotate(360deg);

  background:#000;

  color: #fff;

}

.menutoggle-iconSidebar{

  display: block;

  position: absolute;

    right: -42px;

    top: 12px;

}

.menuicon-full{ 

  display: block;

  position: relative;

  z-index: -1;

  opacity: 0;

  margin-right: 10px; 

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

  -webkit-animation: fadeToggle .35s ease-in 300ms forwards;

  -o-animation: fadeToggle .35s ease-in 300ms forwards;

  -moz-animation: fadeToggle .35s ease-in 300ms forwards;

  animation: fadeToggle .35s ease-in 300ms forwards;

}



@keyframes fadeToggle{

  0%{

    position: relative;

    z-index: -1;

    opacity: 0;

    margin-right: 0px;  

  }

  100%{

    z-index: 1;

    opacity: 1;

    margin-right: 20px; 

  }

}



.main-heading-dash{

  font-size: 20px;

  color: #fff;

  font-weight: 700;

  padding-left: 20px;

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

.main-heading-dash span{

  font-size: 13px;

    font-weight: 400;

}

.main-heading-full{

  padding-left: 0;

}

.topbar-rgt{

  display: flex;

  align-items: center;

}

.dash-search{

  display: flex;

  align-items: center;

  position: relative;

}

.dash-search input::-webkit-input-placeholder{

  font-style: italic;

}

.dash-search i{

  position: absolute;

  top: 14px;

  right: 15px;

  font-size: 14px;

  color: #019961

}

.dash-notification{

  position: relative;

    padding: 0 15px;

    cursor: pointer;    

}

.dash-notify-count{

  position: absolute;

    top: -5px;

    right: 6px;

    display: inline-block;

    width: 15px;

    height: 15px;

    background: red;

    border-radius: 50%;

    color: #fff;

    font-size: 11px;

    text-align: center;

}



.user-drp{

  position: relative;

    margin-left: 5px;

}

.user-drp img{

  height: 25px;

  border-radius: 50%;

}

.user-drp>a{

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;

  font-size: 12px;

}

.user-drp>a>i{

  margin-left: 2px;

  color: #019961

}

.user-drpMenu{

  width: 150px;

  border-radius: 10px;

  overflow: hidden;

  position: absolute;

  top: -2000%;

  opacity: 0;

  right: 0;

  background:#fff;

  box-shadow: 0 0 15px rgba(0,0,0,.6)

}

.user-drpMenu li{

  display: block;

}

.user-drpMenu a{

  display: block;

  padding: 10px 15px;

  font-size: 13px;

  font-weight: 700;

  color: rgba(0,0,0,.7);

  border-bottom: 1px solid rgba(0,0,0,.1);

  -webkit-transition: all .35s ease-in-out;

  -o-transition: all .35s ease-in-out;

  -moz-transition: all .35s ease-in-out;

  transition: all .35s ease-in-out;

}

.user-drpMenu a:hover{

  background:rgba(1,153,97,1);

  color: #fff;

}

.user-drp:hover .user-drpMenu{

  -webkit-animation: slideInn .35s ease-in-out forwards;

  -o-animation: slideInn .35s ease-in-out forwards;

  -moz-animation: slideInn .35s ease-in-out forwards;

  animation: slideInn .35s ease-in-out forwards;

}

@keyframes slideInn{

  0%{

    top: -200%;

    opacity: 0;

  }

  60%{

    top: 200%;

    opacity: 1;

  }

  100%{

    top: 100%;

    opacity: 1

  }

}



.dash-close {

    display: none;

    position: absolute;

    top: 0;

    right: -20px;

    font-size: 20px;

    color: #fff;

}



input.form-control.input-borderbtm-lgt {

    background: #fff;

    border: 0;

    border-radius: 0;

    box-shadow: unset;

    color: #fff;

    border-radius: 15px;

        padding: 10px 15px;

}



.dashInn-content-container {

  padding: 90px 30px 0;

  background: #ffffff;

}





.coupons-offer-row{

  width: 80%;

  margin:0 auto;

}



.coupons-offer-row .nav-pills{

  text-align: center;

  justify-content: center;

      margin: 50px auto;

}



.coupons-offer-row .nav-item{

  margin: 0 5px

}



.coupons-offer-row .nav-link{

    background: transparent;

    border-radius: 8px;   

    height: auto;

    box-shadow: 0 5px 11px rgba(0,153,97,.2);

    color: #000;

    text-align: center;

    font-size: 16px;

    font-weight: 500;

    border: 0;

    border-radius: 25px;

    padding: 8px 25px;

}

.coupons-offer-row .nav-link.active{

   background: #019961;

   color: #fff; 

}



.coupons-cardBox{

  padding: 0 30px;

  flex:0 0 33%;

  max-width: 33%;

  margin-bottom: 50px

}



.coupons-cardBoxInn{

  height: 100%;

  box-shadow: 0 0 10px rgba(1,153, 97,.2);

  padding: 15px 30px;

  position: relative;

  min-height: 150px;

  border-radius: 15px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: space-around;

}



.coupons-cardBoxInn:before{

    content: '';

    width: 40px;

    height: 40px;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    left: -20px;

    transform: translateY(-50%) rotate(180deg);

    background: #f6f7f7;

    box-shadow: inset -10px 2px 9px rgb(255 255 255), inset 2px 0px 7px rgba(1,153,97,0.3);

}

.coupons-cardBoxInn:after{

    content: '';

    width: 40px;

    height: 40px;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    right: -20px;

    transform: translateY(-50%);

    background: #f6f7f7;

    box-shadow: inset -10px 2px 9px rgb(255 255 255), inset 2px 0px 7px rgba(1,153,97,0.3);

}



.coupons-cardImg img{

  height: 80px;

}

.coupons-cardImg{

    border-right: 2px dashed #019961;

    padding-right: 20px;

}

.couponCard-info h4{

 text-transform: uppercase;

 font-size: 16px;

 font-weight: 500;

 color: #959494;

 margin-bottom: 5px;

}

.couponCard-info .coupon-discount{

        margin-bottom: 5px;

    color: #019961;

    font-size: 20px;

    font-weight: 500;

    line-height: normal;

}

.couponCard-info .coupon-discount i{

 font-size: 10px;

}

.couponCard-info .coupon-discount span{

  font-size: 12px;

  display: inline;

  text-transform: uppercase;

}

.couponCard-info .coupon-discount span{

  font-size: 12px;

  display: inline;

  text-transform: uppercase;

}

.coupons-cardBoxInn .progress{

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  height: 14px;   

  background-color: #f6f8f9;

  border-radius: 0;

  font-weight: 500;

  color: #000

}

.couponDays-left{

   position: absolute;

   top: 10px;

   right: 15px;

   color: #ffffff;

   font-size: 11px;

   font-weight: 700;

   background: #686868;

   border-radius: 5px;

   padding: 2px 5px;

}



.dash-section-heading{

  text-align: center;

  margin-bottom: 40px;

  font-size: 28px;

}

.coupon-validity-date{

  font-size: 12px;

  text-transform: uppercase;

  color: #b5b3b3;;

  margin-bottom: 0

}

.main-container-dash{

  /*background: url('../images/dash-main-bg.jpg') no-repeat center top;

  background-size: cover;*/

}



.logo-top-mob {

    display: none;

}





.coupons-offerDetails-row{

  width: 60%

}



.coupons-cardBoxDetails{

  flex: 0 0 100%;

  max-width: 100%;

  padding: 0 50px;

}



.couponDetails-header{

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 2px dashed #019961

}

.couponDetails-header img{

  height: 120px;

  margin-right: 60px

}

.couponDetails-heading h4{

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 500;

    color: #959494;

    margin-bottom: 0px;

}

.couponDetails-heading span{

  display: inline-block;

  font-size: 13px;

  margin-left: -6px

}



.couponDetails-heading .coupon-discount {

       margin-bottom: 5px;

    color: #019961;

    font-size: 24px;

    font-weight: 500;

    line-height: normal;

}

.couponDetails-heading .coupon-discount i{

  font-size: 13px;

}

.couponDetails-description p{

  color: #959494;

  font-size: 15px;

  line-height: 24px;

  text-align: center;

}



.coupons-cardBoxDetails .coupons-cardBoxInn{

  flex-direction: column;

  padding: 50px 100px;

}

.couponDetails-heading p{

  margin-bottom: 0;

  color: #959494;

}

p.couponDets-used{ 

  color: red;

  font-weight: 700

}

.couponDets-used span{ 

  color: #4a4a4a;

  font-weight: 700

}

p.coponDets-daysLeft{

  color: red;

  font-weight: 700

}

.coponDets-daysLeft span{

  color: #4a4a4a;

   font-weight: 700

}



.couponDets-used-sec{

     padding: 10px 25px;

    border-radius: 5px;

    background: #f3f9f7;

}

.couponsDets-info{

 display: flex;

    width: 70%;

    justify-content: center;

    background: #f3f9f7;

    padding: 15px;

    border-radius: 15px;

    margin: 0 auto;

}

.couponsDets-info p{

  margin-bottom: 0;

 color: #606060;

    font-weight: 500;

    font-size: 13px;

    line-height: 20px;

   flex:1;

   margin-right: 15px;

}

.couponsDets-info p:nth-child(1){

  border-right: 2px dashed #d6d7d7

}



.couponsDets-vality{

  margin-top: 25px;

}



.couponDetails-status{

  position: absolute;

  top: 15px;

  right: 30px;

  color: #019961

}



.profile-sec{

  width: 80%;

  margin: 0 auto;

}





.profile-imageBox{

 min-height: 100px;

 border-radius: 15px 15px 0 0;

 position: relative;

 /*background-color:#f1f7f4;*/

}



.profile-userImg{

  position: absolute;

  bottom: -40px;

  left: 50%;

  transform: translateX(-50%);

  width: 100px;

  height: 100px;

  border-radius: 50%;  

  text-align: center;

  color: #fff;

  font-size: 25px;

  border: 5px solid #fff;

 /* box-shadow: 0 0 15px rgb(1 153 97 / 36%);*/

}



.profile-userImg img{

  height: 100%;

  width: 100%;

  object-fit: contain;

}



.profileP-user-info{

  margin-top: 60px;

}

.profileP-fieldBox{

  width: 80%;

  margin: 0 auto;

  box-shadow: 0 0 10px rgba(1,153, 97,.2);

  padding: 30px;

  border-radius: 15px;

  background: #fff

}

.profileP-fieldRow{

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 5px 0

}

.profileP-fieldRow p:nth-child(1){

  flex:0 0 30%;

}

.profileP-fieldRow p:nth-child(2){

  flex:0 0 70%;

  background: #f7f7f7;

  padding: 5px 15px;

}

.profileP-fieldRow p{

  font-size: 14px;

  font-weight: 500

}



@media(max-width: 1600px){

  .coupons-offer-row {

    width: 100%;

    margin: 0 auto;

  }

  .coupons-cardBox {

    padding: 0 20px;

  }

}



@media(max-width: 1480px){

  .main-heading {

    font-size: 50px;   

  }

  .caption-sec-login{

    left: 4%;

    width: 40%;

  }

  .login-box-sec{

    top: 5%;

    right: 10%;

        padding: 30px;

  }

  .form-box {

    margin-top: 40px;

  }

  .login-mobile-heading {    

    margin-top: 5px;

  }

  .loginMobile-formBox input{

        flex: 0 0 75%;

  }

  .loginMobile-formBox .btn-comm {   

    flex: 25%;

    font-size: 14px;

  }

}





@media(max-width: 1366px){

  .coupons-cardBoxInn{

    justify-content: center;

  }

  .coupons-cardBox {

    padding: 0 20px;

    flex:0 0 50%;

    max-width: 50%

  }

  .coupons-cardImg {     

    margin-right: 20px;

  }

  .coupons-cardBoxDetails{

     flex:0 0 100%;

    max-width: 100%

  }

}





@media(max-width: 1080px){

  .main-heading {

    font-size: 40px;

  }

  .login-box-sec {

    top: 5%;

    right: 5%;   

  }

  #bannerBgSlider .item img {

    height: 100vh;

    object-fit: cover;

    object-position: center;

    object-position: left;

  }

  .caption-sec-login{

    display: none;

  }

  .login-box-sec{     

    right: unset;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%) !important;

  }

}



@media(max-width: 992px){

  .coupons-offer-row {

    width: 80%;  

  }

  .coupons-cardBox {

    flex: 0 0 100%;

    max-width: 100%;

    margin-bottom: 30px;

  }

  .coupons-offerDetails-row{

    width: 100%

  }

  .coupons-cardBoxDetails .coupons-cardBoxInn {

    padding: 50px 50px;

  }

  

}



@media(max-width: 767px){

   .sidebar-dash{

    left: -300px;

    background:#fff;

  }

  .sidebarOut{

    left: 0;

  }



  .main-container-dash{

    width: 100%;

    margin-left: 0;

  }

  .dash-close{

    display: block;

  }

.menutoggle-icon {

    display: block;

}







  .menutoggle-icon.menutoggle-iconSidebar{

    display: none;

  }

  .couponsDets-info{

    width: 98%;

     flex-direction: column;

  }

  .couponsDets-info p:nth-child(1) {

    border-right: 0;

    border-bottom: 2px dashed #d6d7d7;

    margin-right:0;

    margin-bottom: 15px;

    padding-bottom: 15px;

  }

  .table-responsive{background:#fff;}

  .dashInn-content-container {

    padding: 30px 5px;

  }

  .topbar-sec{

    position: static;

  }

  .topbar-dash{

    flex-direction: column;

  }

  .topbar-lft{

    width: 100%;

    justify-content: space-between;

  }

  .topbar-rgt {    

    width: 100%;

    margin-top: 15px;

  }

  .dash-search{

    width: 100%

  }

  .logo-top-mob{

    display: block;

  }

   .logo-top-mob img{

    height: 35px;

   }

   .topbar-sec{

      padding: 12px 15px;

   }

   .logo-dash{

    display: block;

   }

   

   .bucketWrap{padding:25px 0 !important;}



}





@media(max-width: 547px){

  .login-box-sec{

    min-width: unset;

    width: 80%

  }

  .loginBox-img{

        height: 140px;

            right: 10px;

  }

  .logoImg {

    height: 40px;

  }

  .loginBox-heading {

    font-size: 20px;

    margin-top: 10px;

  }

  .form-light .form-group {

    margin-bottom: 20px;

  }

  .loginMobile-formBox{

        margin-top: 8px;

  }

  .loginMobile-formBox input {

    flex: 0 0 70%;

  }

  .loginMobile-formBox .btn-comm {

    flex: 30%;

    font-size: 12px;

  }



  .coupons-offer-row {

    width:100%;

  }

  .coupons-cardBox {

    padding: 0px 0px;   

  }

  .dash-section-heading {    

    margin-bottom: 20px;

    font-size: 25px;

  }

  .couponDetails-header img {

    height: 80px;

    margin-right: 15px;

  }

  .couponDetails-header{

    justify-content: space-around;

  }

  .couponDetails-heading h4 {   

    font-size: 14px;    

  }

  .couponDets-used-sec {

    padding: 6px 15px;   

    background: #f3f9f7;

  }

  .coupons-cardBoxDetails .coupons-cardBoxInn {

    padding: 40px 20px;

  }

  .main-heading-dash{

    font-size: 16px;

  }

  .main-heading-dash span {

    font-size: 11px;    

  }

}



@media(max-width: 380px){

  .login-box-sec {

    min-width: unset;

    width: 90%;

  }

  #bannerBgSlider .item img {    

    object-position: center;

  }

}



/*======|Vipul|=====*/

#bucketContainer{padding:20px 0;}

.bucketWrap{background: #fffffff0;

    padding: 25px;

    border-radius: 3px;}



.bucketWrap .bucket-item label{width: 100%;}

.bucketWrap .bucket-item label input{width:80%; float:left;}

.bucketWrap .bucket-item label button{float:right;}



.bucketWrap .row .v-1{

    float: left;

    padding: 0 5px;

    width: 3%;

}

.bucketWrap .row .v-2{

   float: left;

    padding: 0 5px;

    width: 3%;

}

.bucketWrap .row .v-3{

    float: left;

    padding: 0 5px;

    width: 44%;

}

.bucketWrap .row .v-4{

   float: left;

    padding: 0 5px;

    width: 5%;

}

.bucketWrap .row .v-5{

    float: left;

    padding: 0 5px;

    width: 45%;

}



.paginationN{float: right;}

.paginationN a{padding: 5px 13px;    border-radius: 3px; background:#5c5c5c; color:#fff; margin: 0 5px;}

.paginationN strong{padding: 5px 13px;    border-radius: 3px; background:#f1ca00; color:#000; margin: 0 5px;}



.bucket-item{

    padding: 7px 15px;

    border-bottom: solid 1px #e1e1e1;

    background: #fff;

}

.bucket-item input {

    padding: 0;

    background-color: transparent !important;

    border: 0;

    font-size: 16px;

    color: #000;

    height: auto;

    text-align: left;

}

.bucket-item .amount {

    text-align: right;

    font-size: 16px;

    line-height: normal;

}



.dash-content{
    padding: 20px 10px;
    box-shadow: 0 0 10px #ebebeb;
    border-radius: 7px;

}

.redeemOrderWrap{

    background: #fffffff0;

    padding: 25px;

    border-radius: 3px;

}





@media (max-width: 767px) {

    .bucketWrap .row .v-1{

        float: left;

        padding: 0 5px;

        width: 10%;

    }

    .bucketWrap .row .v-2{

       float: left;

        padding: 0 5px;

        width: 15%;

    }

    .bucketWrap .row .v-3{

        float: left;

        padding: 0 5px;

        width: 30%;

    }

    .bucketWrap .row .v-4{

       float: left;

        padding: 0 5px;

        width: 15%;

    }

    .bucketWrap .row .v-5{

        float: left;

        padding: 0 5px;

        width: 30%;

    }

    .bucketWrap .row.cartFooter .v-1{width: 1%;}

    .bucketWrap .row.cartFooter .v-2{width: 1%;}

    .bucketWrap .row.cartFooter .v-3{width: 1%;}

    .bucketWrap .row.cartFooter .v-4{width: 1%;}

    .bucketWrap .row.cartFooter .v-5{width: 83%;}

}

/* New css  */

.btn-comm:hover{
  color: #fff;
}

.dash-content .dash-section-heading ~ hr{
  display: none;
}
.dash-content form h5 ~ hr{
  display: none;
}
.dash-content form{
      border-radius: 5px;
      border:1px solid #ddd;
      padding: 20px 30px;
  }
.dash-content h5 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}

.dash-content form h5:after{
 content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: #f1ca00;
}

.dash-content h5.text-danger:after{
  display: none;
}
/*  Resgister sec css  */

@media(min-width:1081px){
  .register-sec .login-box-sec{
    top: 3%;
  }

}

.register-sec .form-light .form-group {
    margin-bottom: 10px;
}
.register-sec .form-light .form-control.mb-4{
  margin-bottom: 15px !important;
  padding: 8px 10px;
    box-shadow: 0 4px 9px rgb(0 0 0 / 10%);
}
.register-sec .form-light label{
  margin-bottom: 5px;
}
.register-sec p{
  margin-bottom: 0;
}

.register-sec div[class^="col-"]{     
      padding: 0 5px;
  }

@media(min-width:1920px){
  .register-sec .login-box-sec{
    top: 50%;
    transform: translateY(-50%)!important ;
  }
  
}

@media(max-width:768px){
   .register-sec div[class^="col-sm-"]{
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 5px;
  }
  .topbar-rgt {
       justify-content: space-between;
    }
}

@media(max-width:547px){
      .login-box-sec {
       min-width: unset;
       width: 94%;       
    }
    
    .register-sec .login-box-sec {
      min-width: unset;
      width: 100%;     
      transform: translate(0%, 0) !important;
      position: relative;
      left: 0;
      top: 0;
    }
   
    .register-sec .bg-slider {
      display: none;

    }
   .register-sec{
      background: #222;
      background: url("https://antesports.com/rewards/assets/partner/images/bg-3.jpg") no-repeat center;
      background-size: cover;
      padding: 30px 15px;
      min-height: 100vh;
  }
  .main-container-dash span {  
    text-align: center;
    margin-bottom: 5px;
  }
  .topbar-rgt {   
    justify-content: space-between;
  }
  .topbar-rgt  .btn-comm{
    padding: 6px 15px;
  }
  .redeemOrderWrap table td, .redeemOrderWrap table th{
    min-width: 130px;
  }
  .redeemOrderWrap{
    padding: 0;
  }
}


@media(max-width:360px){
  .logoImg {
        height: 26px;
    }
    .login-box-sec {
       padding: 20px;
    }
    .loginBox-img {
      height: 120px;
      right: 10px;
    }
    .loginBox-header>div{
          margin-top: 12px;
    }
    .login-mobile-heading {
      margin-top: 0px;
       font-size: 16px;
    }
    .login-mobile-heading span {
      font-size: 14px;
      margin-top: 2px;
    }
    .login-with-mobile {
      margin-top: 10px;
    }
    .login-MobileNumb-sec p{
      margin-bottom: 0;
    }
    .dash-content form p {
      font-size: 14px;
    }

  .dash-content form div[class^="col-"]{
      padding: 0 5px;
      font-size: 14px;
    }
}

















