html{
    scroll-behavior: smooth;
}
body{
    color: #333;
    background-color: #FFFFFF;
}

header {
    position: relative;
    z-index: 0;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    display: none;
    z-index: 999999;
    background-color: #db5561;
    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: #432B8B;
}
#btn-back-to-top:hover img{
    transform: translateY(-10px);
}
.page1{
    background: linear-gradient(90deg,#1f1b3f,#7d263e 50%,#d3303e);
    position: relative;
    padding-bottom: 15px;
}
.page1 .container{
    z-index: 3;
    
}
.page2{
    background-color: #FFFFFF;
}
.page3{
    /* background: linear-gradient(180deg, rgba(219, 85, 97, 0.17) 0%, rgba(38, 41, 120, 0.155) 100%);; */
    background-color: #efefef;
}
.page5{
    background-color: #f9f9f9;
}
.page6{
    background-color: #FFF;
}
.curve01{
    position: absolute;
    bottom: -40px;
    background-color: #FFFFFF;
    left: 0;
}
.booknow.curve01, .winner.curve01{
    bottom: 0px;
}
.curve02 {
    position: absolute;
    bottom: 0px;
    background-color: #efefef;
    left: 0;
    z-index: 0;
}
.curve03 {
    position: absolute;
    top: -80px;
    background-color: #ffffff;
    left: 0;
    z-index: 0;
    transform: rotate(180deg);
}
.bg-join-raffles{
    background-color: #ffffff;
}
.join-raffles-img{
    width: 300px !important;
    height: auto !important;
}
img.join-raffles-top {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-join-raffles a{
    text-decoration: none;
    margin:15px 0px;
    display: inline-block;
}
.bg-join-raffles a:hover{
    text-decoration: none;
    margin:15px 0px;
    color: #432B8B !important;
    display: inline-block;
}
.mt-100 {
    margin-top: 106px;
}
.max-width-300{
    max-width: 300px;
}
.progress{
    margin:50px auto  60px;
}
.container{
    position: relative;
    z-index: 1;
}

.text-bold{
    font-weight: 500 !important;
}
.big_txt{
    font-size: 150%;
}
#profile .border-right, #edit .border-right {
    border-right: 3px dashed #ffcdcd;
}

#profile .form-control:disabled, #profile .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    border: none;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    border: 1px dashed #948eff;
    border-radius: 10px;
}
.form:hover .file-upload-wrapper:before{
    background: #726ceb;
}
  .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;
  }
  .file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: -1px;
    right: -1px;
    transition: all .3s;
    display: inline-block;
    height: 150px;
    background: #948eff;
    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;
}
  .file-upload-wrapper:hover:before {
    background: #948eff;
  }
  .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%;
  }

.mb-80{
    margin-bottom: 80px;
}
.mb-50{
    margin-bottom: 50px;
}
.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%);
}
.keypad {
    background-color: #FFF;
    border: 1px solid #efefef;
    border-radius: 10px;
    position: relative;
    padding: 20px 15px;
    text-align: center;
    padding-bottom: ;
}
.keypad table{
    margin: auto;
}
.selected_number{
    background-color: #BECFFF;
    position: relative;
}
.btn-primary{
    transition: all 1s;
    background-color:#371e3f;
    color: #fff !important;
    font-size: 16px;
    white-space: nowrap;
    border: 2px solid #371e3f !important;
}

.btn-o-primary {
    transition: all 1s;
    background-color: transparent;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 50px;
    padding: 10px 20px 12px;
    border: 2px solid #371e3f;
}
.btn-o-primary a{
    color: #371e3f !important;
    text-decoration: none;
}
.btn-primary.get_tickets{
    background-color: #d3303e;
    font-weight: 600;
}

.btn-primary.get_tickets:hover{
    background-color: #fff;
    color:#d3303e !important;
    font-weight: 600;
}

.btn-primary.get_tickets.get_tickets2:hover {
    background-color: #432B8B;
    color:#fff !important;
    font-weight: 600;
}
.faq_search{
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.border-50{
    border-radius: 50px !important;
}
.btn-primary:hover, .btn-o-primary:hover{
    background-color: #432B8B;
    color: #fff !important;
}
.btn-o-primary:hover a{
    color: #fff !important;
}
.white-paper-btn {
    padding-left: 65px !important;
}
a{
    color: #4BA2E3;
}
.navbar-brand{
    padding:20px 0px;
}
.navbar-brand img.logo{
    height: 70px;
}
.navbar-nav{
    position: relative;
    font-family: 'Poppins', sans-serif;
}
li.nav-item.notification-menu {
    position: relative;
}
li.nav-item.wallet-menu {
    position: relative;
}
li.nav-item.wallet-menu img {
    transform: translateX(-20px);
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-expand-md .navbar-nav.raffle-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 0.5rem;
    border:1px solid transparent;
    border-radius: 30px;
    color: #fff !important;
  }

  .navbar-light .navbar-nav.raffle-nav .nav-item.active .nav-link {
    border-radius: 30px;
    background-color: #d3303e;
    border:1px solid #d3303e;
  }

  .navbar-light .navbar-nav.raffle-nav .nav-link:hover {
    border:1px solid #fff;
    border-radius: 30px;
  }

  .navbar-expand-md .navbar-collapse {
    /* display: flex !important; */
    flex-basis: auto;
    flex-direction: column;
  }

  .navbar-collapse {
      align-items: end;
  }


  .d-flex.notify-sec {
	border-radius: 10px;
	padding: 15px 15px 0px;
}

.notify-date {
	text-align: right;
	margin-top: 10px;
	color: #7d7d7d;
}

.download-icon {
	font-size: 20px;
	font-weight: bold;
	background: #e6e6e6;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 2rem;
}

.notify-btn {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 15px;
	text-decoration: underline;
	color: #1192ac;
}

/********** Buy Ticket *************/

.raffle-top {
    margin-top:10rem !important;
}
.emarcard{
    margin: auto;
}


.emarcard.raffle-card .image-box img {
	width: 35%;
}
.emarcard.raffle-card::before {
	clip-path: circle(95px at 95% 7%);
}

.emarcard.raffle-card .content-box {
    height: 75px;
}

.p-2.raffle-ticket p {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
	min-width: 12rem;
}
.p-2.raffle-ticket p span {
	font-weight: 600;
}

.raffle-ticket img {
    margin:0 auto;
    display: table;
    width: 20%;
}
.d-block .p-2{
    display: inline-block;
}
.raffle-num {
	border: 1px solid #eaeaea;
	border-radius: 50%;
	width: 50px;
	height: 50px;
    display: inline-block;
	text-align: center;
	padding-top: 7px;
	font-size: 20px;
    background: #eaeaea;
    cursor: pointer;
}
/* .raffle-num.active{
    background: #aa2b3e;
    color: #fff;
    border: 1px solid #aa2b3e;
} */

.btn.btn-primary.buy-btn a {
	color: #fff;
	text-decoration: none;
}
.d-flex.justify-content-center.pay .p-2 {
	text-align: center;
}
.d-flex.justify-content-center.mob_pattern {
    flex-direction: row;
}

.second #line-progress {
    width:50% !important;
}

.third #line-progress {
    width:100% !important;
}

.raffle-num:hover ,.raffle-num.active {
    background: #aa2b3e;
    color: #fff;
    border: 1px solid #aa2b3e;
}

.image-box svg {
	text-align: center;
	margin-top: 2rem !important;
	color: #371e3f;
	/* font-size: 90px; */
	width: 100%;
}

.mb-40 {
	margin-bottom: 40px;
}

.emarcard.border-10.raffle-card {
	max-width: 100%;
    width: 20rem;
    margin-bottom: 20px;
}

.nav.nav-tabs.ticket-nav {
	width: 30%;
	display: block ruby;
	margin: 0 auto;
    border: 2px solid #d3303e;
    border-radius: 30px;
    margin-top: 20px;
}

.nav.nav-tabs.ticket-nav .nav-item {
	width: 50%;
    padding: 0;
}

.nav.nav-tabs.ticket-nav .nav-item .nav-link {
    padding: 1rem;
    border-radius: 23px;
}

.nav.nav-tabs.ticket-nav .nav-item .nav-link.active {
    background-color: #d3303e !important;
    border-radius: 23px;
    color: #fff;
}

.nav.nav-tabs.ticket-nav .nav-item a.nav-link.active::after {
	display: none;
}

h5.h-line {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aa2b3e;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  h5.h-line::before, h5.h-line::after {
	background: #DBDBDB;
    height: 1px;
	content: '';
	flex: 1;
}

h5.h-line span {
	background: transparent;
	margin: 0 20px;
}

.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;
}

#progress-bar-container li .step-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    padding-bottom: 10px;
  }

.step-inner img {
	padding-bottom: 1rem;
}

.max-w-200{
    max-width: 200px;
}
p.bg-note {
    background: #ddf9ff;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #9cd4d7;
    border-radius: 10px;
}
button.btn.btn-primary.btn-balance.border-50 a {
    color: #fff;
    text-decoration: none;
}
.step a{
    color: #444;
}
  #progress-bar-container li.active{
    color: #444;
  }
  
  #progress-bar-container li::after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #777;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-top: 73px;
    box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.5);
    transition: all ease 0.25s;
  }
  #progress-bar-container li:hover::after {
    background: #555;
  }
  
  #progress-bar-container li.active::after {
    background: #aa2b3e;
  }
  
  #progress-bar-container #line {
    width: 80%;
    margin: auto;
    background-color: #eee;
    height: 6px;
    position: absolute;
    left: 10%;
    top: 57px;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.75s;
  }
  
  #progress-bar-container #line-progress {
    content: " ";
    width: 8%;
    height: 100%;
    background-color: #aa2b3e;
    background: linear-gradient(to right #207893 0%, #2ea3b7 100%);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  }
  #progress-content-section {
    position: relative;
    top: 100px;
    width: 90%;
    margin: auto;
    background: #f3f3f3;
    border-radius: 4px;
  }
  #progress-content-section .section-content {
    padding: 30px 40px;
    text-align: center;
  }
  
  .section-content h2 {
    font-size: 17px;
    color: #333;
    letter-spacing: 1px;
  }
  
  .section-content p {
    font-size: 16px;
    line-height: 1.8rem;
    color: #777;
  }
  
  .section-content {
    display: none;
    animation: FadeinUp 0.7s ease 1 forwards;
    transform: translateY(15px);
    opacity: 0;
  }
  
  .section-content.active {
    display: block;
    opacity: 1;
  }
  .progress-wrapper {
    margin: auto;
  }
  #progress-bar-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
    margin-top: 10rem;
  }
  #progress-bar-container ul {
    padding-top: 15px;
    z-index: 999;
    position: absolute;
    width: 100%;
    margin-top: -40px;
  }
  /* #progress-bar-container li::before {
    content: " ";
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #aaa;
    transition: all ease 0.3s;
  } */
  
  /* #progress-bar-container li.active::before,
  #progress-bar-container li:hover::before {
    border: 2px solid #fff;
    background-color: crimson;
  } */
  #progress-bar-container li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center;
    color: #aaa;
    font-size: 11px;
    cursor: pointer;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
  }
  @keyframes FadeInUp {
    0% {
      transform: translateY(15px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }


/****** ticket *********/

.ticket {
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 20rem;
    max-width: 100%;
    margin: 0 auto 2rem;
    min-height: 25.5rem;
}
.ticket_wrapper {
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
    border-radius: 0.375em 0.375em 0 0;
    overflow: hidden;
}

.ticket_body {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.p-2.raffle-plus i {
	font-size: 100px;
	line-height: 30px;
	color: #ccc;
}

.add-more-ticket {
	margin-top: 40px;
}
.btn.btn-primary.buy-btn {
	border-radius: 30px;
	padding: 10px 20px 12px;
	border: none;
	margin-top: 0px;
}

.ts-1 {
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	margin: .1rem;
	background: #f0f0f0;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.r-success i {
	font-size: 30px;
	position: absolute;
	top: -4px;
    text-align: center;
    left: 45%;
	z-index: 9;
	color: #eaeaea;
}

.r-success.active i {
    color: #5FCE2F;
}

.r-auto-pick, .r-delete {
	font-weight: 600;
	color: #371e3f;
    cursor: pointer;
}

.ticket-select {
	margin-top: 1rem;
	margin-bottom: 5rem;
	padding: 1.5rem;
	border-radius: 10px;
}
.mt-9rem{
    margin-top: 9rem;
}

.d-flex.ticket-select .p-2 h4 span {
	font-size: 20px;
	color: #000;
}

.d-flex.ticket-select .p-2 h5 a {
	font-size: 18px;
    color: #aa2b3e;
}
.d-flex.ticket-select .p-2 h5.ticket-count span {
	float:right;
    padding-right: 2rem;
    padding-left: 2rem;
    color: #000;
    padding-top: 6px;
}

/* .r-auto-pick, .r-delete {
	color: #eee;
	cursor: pointer;
	background: #ce2f3e;
	padding: 10px;
	border-radius: 30px;
	min-width: 6rem;
	text-align: center;
} */

.ticket__wrapper {
	position: relative;
}

.ticket_f {
	display: flex;
	margin: 0 auto;
}

.ticket_header, .ticket_footer {
    font-weight: bold;
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
}

.ticket_header {
    font-size: 1.5rem;
    border-top: 0.25rem solid #dc143c;
    border-bottom: none;
    box-shadow: none;
}

.ticket_header, .ticket_body, .ticket_footer {
    padding: 1.25rem;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
}

.ticket_divider {
    position: relative;
    height: 1rem;
    background-color: white;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.ticket_notch {
    position: absolute;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
}

.ticket_notch::after {
    content: "";
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    right: 100%;
    top: -50%;
    border: 0.5rem solid white;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
}

.ticket_notch_right {
    left: auto !important;
    right: -0.5rem !important;
}


.ticket_notch_right::after {
    right: 0;
}



.ticket_divider::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    border-bottom: 2px dashed #e9ebed;
}

.ticket_body {
    border-bottom: none;
    border-top: none;
    z-index: 99;
}


.ticket_footer {
    border-top: 2px dashed #e9ebed;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

/****** ticket ends*********/

@media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }
    }
    
.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,.4) !important;
}
.navbar-light .navbar-nav .nav-item.active .nav-link, .navbar-light .navbar-nav .nav-item:hover .nav-link{
    color: #fff !important;
}
a.nav-link.btn.btn-primary.border-50{
    color: #fff !important;
}
.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;
    margin: 15px 0px;
    background: rgba(255,255,255,1);
    min-height: 355px;
    border: 2px solid #c22e3e;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.emarcard {
    position: relative;
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,.3);
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.emarcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(31 27 63), rgb(210 48 62));
    clip-path: circle(100px at 80% 20%);
    transition: .9s ease-in-out;
    opacity: .9;
}
.emarcard .image-box {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    height: 220px;
}
.emarcard .image-box img {
    position: absolute;
    top: 40%;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition:all .5s;
}
.emarcard .content-box {
    position: absolute;
    bottom: 80px;
    width: 100%;
    height: 60px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}
.emarcard .content-box h2 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #432B8B;
    font-size: 20px;
}
.emarcard .content-box .size {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    font-size: 14px;
}
.emarcard .content-box .size p{
    padding: 0px 5px;
    font-weight: 400 !important;
}
.emarcard .content-box .size span {
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
}
.emarcard:hover::before {
    clip-path: circle(520px at 80% -20%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    opacity: 1;
}
.emarcard:hover .image-box {
    top: 0;
    transform: translateY(0);
}
.emarcard:hover *{
    color: rgba(255,255,255,1) !important;
}
.emarcard:hover .image-box img {
    width: 25%;
    transition: .5s ease-in-out;
}
.emarcard:hover .content-box {
    height: 80px;
}
.emarcard:hover .content-box .size {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.ml-15{
    margin-left: 15px !important;
}
img.footer_abstract {
    position: absolute;
    opacity: .1;
    width: 50%;
    top: 0;
    right: 0;
}
img.footer_abstract_right_small {
    position: absolute;
    opacity: .1;
    width: 25%;
    top: 37%;
    right: 0;
}
img.footer_abstract-left {
    position: absolute;
    opacity: .1;
    width: 50%;
    top: 0;
    left: 0;
}
img.footer_abstract_fixed{
    position: fixed;
    opacity: .1;
    width: 50%;
    top: 0;
    right: 0;
}

.faq_page .box{
    position: relative;
    cursor: pointer;
    margin: 15px 0px;
    transition: all .3s;
    background: rgba(255,255,255,1);
    min-height: 200px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.faq_page .box:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border: 2px solid transparent;
    transform: translateY(-15px);
}
.faq_page .box:before{
    
    transition: all .3s;
    opacity: 0;
    position: absolute;
    content: '';
    z-index: -1;
    width:100%;
    transition: all .3s;
    border-radius: 0.3rem !important;
    height: 100%;
    background:transparent;
    top:0;
    left: 0;
}
.faq_page .box img{
    height: 100px;
}
.faq_page .accordion-item{
    margin: 15px 0px;
}

.notify-box-btn {
	background: #ccc;
	display: inline;
	padding: 10px 15px;
	border-radius: 10px;
}

.faq_page .accordion-button:not(.collapsed), .accordion-button[aria-expanded="true"] {
    color: #232062;
    font-weight: 600;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faq_page .accordion-button:not(.collapsed) {
    color: #232062;
    box-shadow: none;
    font-weight: 600;
}
.faq_page .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 5px;
    overflow: hidden;
}

.min-height-165 {
    min-height: 165px;
}
.box:before{
    
    transition: all .3s;
    opacity: 0;
    position: absolute;
    content: '';
    z-index: -1;
    width:100%;
    transition: all .3s;
    border-radius: 0.3rem !important;
    height: 100%;
    background:transparent;
    top:0;
    left: 0;
}
.box .feature{
    transition: all .3s;
}
.box .prod_img img{
    height: 150px;
    margin-top: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;
}
li.nav-item.notification-menu .badge {
    transform: translate(-10px, -10px);
    background-color: #fc7979 !important;
    color: #002f4c;
}
.page2 .box{
    transition: all .3s;
}
.page2 .box:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border: 2px solid transparent;
    transform: translateY(-15px);
}
.notifications li {
    padding: 12px 0px;
    position: relative;
    color: #333;
}
span.notification-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 20px;
}
span.notification-dot.red {
    background: #ff616f;
}
span.notification-dot.blue {
    background: #4271f3;
}
span.notification-dot.green {
    background: #11ad71;
}
.text-left{
    text-align: left;
}
.max-w-500{
    max-width: 500px;
}
.bg-red {
    background: #ff7979;
}
.badge {
    font-size: 0.5em;
    transform: translate(-8px, -7px);
}
span.badge.wallet_badge {
    color: #ff7979;
    font-size: 12px;
    transform: translate(-25px, -5px);
}
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: 15%;
    z-index: 0;
}
.layer00 img{
    opacity: 1;
}
.layer01 {
    width: 20%;
    right: 0%;
    top: 20%;
    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%;
}
img.ellipse01 {
    position: absolute;
    top: 0%;
    right: 0;
}
img.ellipse03 {
    position: absolute;
    width: 200px;
    top: 0%;
    right: 0;
}
img.ellipse04 {
    position: absolute;
    width: 200px;
    bottom: 0%;
    left: 0;
}
img.ellipse02 {
    position: absolute;
    top: -30%;
    left: 0;
}
div#particles-js {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.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;
}
.social-icons img{
    margin-right:10px;
    height: 20px;
}
footer{
    background: linear-gradient(90deg,#1f1b3f,#7d263e 50%,#d3303e);
    z-index: 2;
}
footer *{
color: #fff;
text-decoration: none;
}
footer img {
    max-height: 60px;
}
.mt-120 {
    margin-top: 120px;
}
@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;
    }
}

.progress{
    position: relative;
    overflow: visible;
    
}

.progress .progress-bar span{
    font-size: 14px;
}
.progress .progress-bar span.top{
    position: absolute;
    top: -25px;
    color: #6441A3;
    font-weight: 700;
}
.progress .progress-bar span.top.right{
    right: 0;
}
.progress .progress-bar span.bottom{
    position: absolute;
    top: 25px;
    color: #6441A3;
    font-weight: 700;
}
.bg-progress-red{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #a3abff;;
}
.bg-light-red{
    background-color:#d0d4f7;
}
.bg-lightest-red{
    background-color: #E8EAFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*FAQ*/
.accordion-item{
    background-color: transparent;
}
.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.25rem 3rem;
}

.full-width-menu{
    background-color: #444;
    color: #fff;
    padding: 20px 15px;
    position: absolute;
    max-width: 1140px;
    left: 0;
    right: 0;
    width: 100%;
}
.products_overview .box {
    width: 24%;
    float: left;
    margin: 0px .5%;
}
.products_overview .box:before {
    background-image: linear-gradient(to right, rgb(82 157 231), rgb(0 191 174));
}
.products_menu .dropdown-toggle.show::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 5px;
    background: #444444;
    bottom: -25px;
}
.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: 50px 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;
}

.booknow_page main{
    background-color: #FFFFFF;
}
.winner_page main, .faq_page main, .mywallet_page main{
    background-color: #FFFFFF;
}
.winner_page .img-container{
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,.1);
}
.winner-details{
    margin-top:5px;
}
.winner-details p.name {
    font-size: 20px;
}
  /* how to start css ends */
.header_curve {
    position: absolute;
    bottom: -80px;
    background-color: #FFFFFF;
    left: 0;
}
.pl-15{
    padding-left: 15px;
}
svg.semi-circle1 {
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 1;
}
svg.semi-circle2 {
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
    right: -70px;
    z-index: 1;
}


::-webkit-scrollbar {
    width: 8px;
  }
  
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  
  ::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
  }
  

  ::-webkit-scrollbar-thumb:hover {
    background: #111; 
  }

  

.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;
}

.border-10{
    border-radius: 10px !important;
}

.title, .text-blue{
    color: #371e3f !important;
}
.text-grey{
    color: #333 !important;
}

.sub-title, .text-purple{
    color: #333333 !important;
    font-weight: 400;
}
.text-darkred{
    color: #DB5561 !important;
}
.text-red{
    color: #DB707C !important;
}


.sub-title.text-white{
    color: #FFF !important;
}


canvas {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    background: transparent;
    margin: 40px auto;
  }
  








#timer{
    text-align: center;
}

#timer canvas {
    width:100% !important;
    height:auto !important;
}
.count_down{
    background: linear-gradient(90deg,#1f1b3f,#7d263e 50%,#d3303e);
}
/* .count_down div {
    position: relative;
    display: inline-block;
    line-height: 1;
    width: auto;
    font-size: 16px;
    color: #000;
    margin: auto;
} */
  .count_down div span {
    display: inline-block;
    line-height: 55px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    margin: 3px;
    background-color: rgba(18,18,18,.15);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
}
.m0{
    margin: 0px;
}
.count_down .last_draw span{
    width: 40px;
    color: #fff;
    height: 40px;
    line-height: 35px;
}
.count_down div small {
    display: block;
    color: #333333;
    font-weight: 500;
    margin-top:5px;
    width: 100%;
    text-align: center;
}
  .counter_box{
      width: 30px;
      height: 40px;
      display: inline-block;
      border: 1px solid #ccc;
  }
  .last_draw span{
      background-color: transparent !important;
      box-shadow: none !important;
      position: relative;
    display: inline-block !important;
    font-weight: 700;
    color: #FFFFFF !important;
  }
  .last_draw span:after {
    content: '';
    width: 3.5px;
    height: 25px;
    position: absolute;
    right: -6px;
    border-radius: 5px;
    top: 9px;
    font-size: 22px;
    background-color: #ff6d7a;
}
.last_draw span:last-child:after {
    background-color: transparent;
}
span.count_placeholder {
    position: absolute;
    right: 23%;
    top: 0px;
    transform: translate(-50%,-50%);
    font-size: 60px;
    font-weight: 500;
    color: #c1c1c1;
    z-index: -1;
}
.fb_post{
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.nav-tabs{
    border-bottom: 3px solid #FFCDCD;
}

.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: #fc7979;
    font-size: 14px;
}
.nav-item{
    position: relative;
    text-align: center;
}
.mywallet_page .tab-content {
    padding: 0px;
}
.table{
    border-color: #ffcdcd;
}
.text-right{
    text-align: right;
}
.table th{
    color: #262978;
    white-space: nowrap;
}
.table > :not(:first-child) {
    border-top: 2px solid #ffcdcd;
}
.height-400{
    height: 400px;
    overflow: auto;
}
.min-height-auto {
    min-height: auto;
}
.p-15{
    padding: 12px;
}
a.nav-link.active:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background:#1f1b3f;
    bottom: -3px;
    left: 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #d1303e;
}
.border-radius-50{
    border-radius: 50%;
}
.user-img {
    width: 100%;
}
.user-img img {
    border: 3px solid #FFFFFF;
    padding: 1px;
}
.overflow-ellipse{
    overflow: hidden;
    text-overflow: ellipsis;
}

@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); 
    }

}

/* calulator */
.button {
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    margin: 5px;
    background: #ffffff;
    border-width: 4px;
    border-color: #ffffff;
    border-radius: 10px;
    outline: none;
    color: #111111;
    font-weight: 400;
    cursor: pointer;
}
  .button:hover, .button:active{
    background:#d6d6d6;
    border-color:#d6d6d6;
  }
  .special{
    background: #DE1C1C;
    border-color: #DE1C1C;
    color: #fff;
    width: 92%;
    border-radius: 10px;
  }
  .special:hover, .special:active{
    background:#bb000e;
    border-color:#bb000e;
  }
  .textview{
    outline:none;
    width:240px;
    padding:25px;
    margin:5px;
    background:#fff;
    font-weight:bold;
    color:black;
    font-size:20px;
    border:none;
    font-family:sans-serif;
    box-shadow:inset 2px 2px 5px #fff, inset -2px -2px 5px #2a2a2a;
  }


.number_blocks {
    width: 100%;
    text-align: center;
    padding-top:15px;
    margin-top:15px;
    border-top: 1px solid #efefef;
}
.number_blocks input {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 5px;
}
.payment_breakups {
    width: 100%;
    min-height: 350px;
    border: 2px solid #232062;
    position: relative;
    border-radius: 10px;
    padding-bottom: 50px !important;
}
.payment_breakups .btn-container{
    position: absolute;
    width:100%;
    text-align: center;
    bottom: 15px;
}
a.clearall {
    position: relative;
    font-size: 14px;
    color: #232062;
    font-weight: 500;
}
a.autopick {
    position: relative;
    color: #232062;
    font-size: 14px;
    font-weight: 500;
}


.winner-details p {
    margin: 0px;
    color: #232062;
    font-size: 14px;
    font-weight: 500;
}
.img-container {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}
.followus img{
    border-radius: 10px;
}
.navbar-light .navbar-nav .nav-link.loggedin_user.dropdown-toggle{
    color: #fff !important;
}

.img1,.img2,.img3,.img4{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:-120px;
    left: 2%;
    min-height: 300px;
}
.img2,.img3,.img4{
    display: none;
}

.raffle-align {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.emarcard.raffle_car .image-box img {
	width: 80%;
}

.emarcard.raffle_car:hover .image-box img {
    width: 60%;
}

.last-draw {
    border-right: 2px solid #c1c1c1;
}


@media (max-width: 992px){
    .navbar-brand img.logo {
        height: 40px;
    }
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.4) !important;
    font-size: 12px;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .ticket-select .p-2 h4 {
        font-size: 20px;
    }

    .d-flex.ticket-select .p-2 h4 span {
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

    .d-flex.ticket-select .p-2 h5.ticket-count {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h5.ticket-count span {
        padding-top: 1px;
    }

    .d-flex.ticket-select .p-2 h5 {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h5 a {
        font-size: 16px;
    }

    

    .navbar-expand-md .navbar-nav.main-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        margin-right: 0.3rem;
        font-size: 14px;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .navbar-light .navbar-nav .nav-link.loggedin_user.dropdown-toggle {
        color: #fff !important;
        font-size: 14px;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .emarcard .content-box h2 {
        font-size: 18px;
    }
    span.count_placeholder {
        right: 17%;
    }

   

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    .ticket-select .p-2 h4 {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h4 span {
        font-size: 16px;
        display: block;
        font-weight: 600;
    }

    .d-flex.ticket-select .p-2 h5.ticket-count {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h5.ticket-count span {
        padding-top: 1px;
    }

    .d-flex.ticket-select .p-2 h5 {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h5 a {
        font-size: 16px;
    }

    

    .navbar-expand-md .navbar-nav.main-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        margin-right: 0.3rem;
        font-size: 14px;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .navbar-light .navbar-nav .nav-link.loggedin_user.dropdown-toggle {
        color: #fff !important;
        font-size: 14px;
    }

    .emarcard {
        margin-bottom: 2rem;
    }

    .emarcard .image-box img {
        width: 40%;
    }

    .text-xl-start {
        text-align: left !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .count_down .last_draw span {
        width: 26px;
        height: 26px;
        font-size: 24px;
    }

    .last_draw.text-white {
        padding-left: 5px;
    }

    span.count_placeholder {
        right: 7%;
    }

    .nav.nav-tabs.ticket-nav {
        width: 50%;
    }
}



@media (max-width: 767px){

    .text-right,.text-left{
text-align: center;
    }
    .mob-mt-3{
        margin-top: 1rem;
    }
    .mob-max-w-200{
        max-width: 200px;
    }
    .wallet-card{
        width: 90% !important;
        display: block !important;
    }
    .wallet-card img{
        width:100%;
    }
    .wallet-card .emarcard .content-box{
        text-align: center !important;
    }
    li.nav-item.notification-menu .badge {
        transform: translate(-4px, -8px);
        background-color: #fc7979 !important;
        color: #002f4c;
    }
    .mob-margin-top15{
        margin: 15px auto 0px !important;
    }
    .input-group.balance-sec input{
        width:100%;
        margin: 0px !important;
    }
    .d-flex.justify-content-center{
        flex-direction: column;
    }
    .count_down div {
        position: relative;
        display: block;
        line-height: 1;
        width: 100%;
        font-size: 16px;
        color: #000;
        margin: auto;
        text-align: center;
    }

    .emarcard.raffle-card .image-box img {
        width:25%;
    }

    .mob-nav-raffle {
        margin:0 auto;
        display: table;
    }
    .count_down div:first-child {
margin-bottom: 20px;
    }
    .navbar-brand img.logo {
        height: 60px;
    }
    .home_illustration {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 275px;
    }
    .img1, .img2, .img3, .img4 {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0;
        min-height: 300px;
    }
    footer{
        text-align: center;
    }
    .mob-pb-2{
        padding-bottom: 2rem;
    }
    .mob-p-2{
        padding: 1rem !important;
    }
    .keypad:after {
        content: '';
        width: 0px;
        height: 100%;
        position: absolute;
        right: -4px;
        top: 0;
        background: #FFFFFF;
    }
    
    #profile .border-right, #edit .border-right {
        border-right:none;
        border-bottom: 3px dashed #ffcdcd;
    }
    .file-upload-wrapper:after {
        transform: translate(-100%, -50%);
        width: calc(100% - 150px);
        font-size: 16px;
    }
    .nav-tabs {
        padding: 0px;
    }
    /* ul[role="tablist"].nav-tabs .nav-link{
        padding: 0.5rem 0.25rem;
        font-size: 10px;
    } */
    .nav-item {
        position: relative;
        text-align: center;
        width: 100%;
    }
    .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 0;
    }
    .keypad {
        background-color: #FF94A3;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        position: relative;
        padding: 20px 15px;
        text-align: center;
        width: 100%;
    }
    .selected_number {
        background-color: #BECFFF;
        border-top-right-radius: 0px;
        position: relative;
        border-bottom-right-radius: 0px;
    }
    .keypad svg{
        display: none;
    }
    .text-right{
        text-align: center;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
    }
    li.nav-item.notification-menu {
        position: relative;
        right: auto;
    }
    li.nav-item.wallet-menu img {
        transform: translateX(0px);
    }
    li.nav-item.wallet-menu {
        position: relative;
        right: auto;
    }
    
    span.badge.wallet_badge {
        color: #ff7979;
        font-size: 12px;
        transform: translate(-3px, -6px);
    }
    .box{
        text-align: center;
    }
    .mob-px-1{
        padding: 10px 20px !important;
    }
    .number_blocks {
        min-height: 200px;
        align-items: center;
        display: flex;
    }
    .naccs .grid .right-side{
        display: none;
    }
    .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;
        width: 100%;
        text-align: center;
    }
    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%;
    }
    .mob-text-center{
        text-align: center !important;
    }

    .d-flex.ticket-select.shadow {
        display: block !important;
        text-align: left;
    }

    .ticket-select .p-2 h4 {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h4 span {
        font-size: 16px;
        font-weight: 600;
    }

    .d-flex.ticket-select .p-2 h5.ticket-count {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h5.ticket-count span {
        padding: 0px;
    }
    .mob-display-block{
        display: block;
    }
    .ticket{
        display: block;
    }
    .d-flex.ticket-select .p-2 h5 {
        font-size: 16px;
    }

    .d-flex.ticket-select .p-2 h5 a {
        font-size: 16px;
        display: block;
    }

    .nav.nav-tabs.ticket-nav {
        width: 70%;
    }

    

    .d-flex.ticket-select .p-2 h5.ticket-count span {
        float: none;
    }

    #progress-bar-container li .step-inner {
        font-weight: 600;
        font-size: 14px;
    }
}

.no-shadow{
    box-shadow: none !important;
}
.wallet-card {
    width: 600px;
    margin: auto;
    padding: 0px;
    border-radius: 10px !important;
    overflow: hidden;
}
.wallet-card .emarcard.border-10.raffle-card {
    margin-bottom: 0px;
    height:200px;
    width: 100%;
    padding-left: 15px;
}
.wallet-card .bi.bi-files{
    margin-left: 15px;
}
.text-left{
    text-align: left;
}

.mob-max-w-200{
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.social-section ul{
    margin-bottom: 0px !important;
}