<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* cyrillic-ext */
@import url(notify-animation.css);

html, body {
    height: 100%;
    margin: 0;
}

body {
   
    font-family: 'Poppins';

}
.w3-container::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.w3-container::-webkit-scrollbar-thumb {
    background-color:#dbd3d35c; 
    border-radius: 10px; 
}

.how_play_img{
    width: 100%;
    height: 337px;
    border-radius: 10px;
}
.contact_form .form-group .form-control::placeholder{
    font-size: 14px;
}
a {
    text-decoration: none;
}
.forget_password{
    color: #c2054e;
    font-family: 'Poppins';
    margin: 10px;
}
.game-description{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    /* margin: 35px 0px 0px; */
    position: relative;
    z-index: 99;
}
.main_wrapper {
    background: #fff;
    position: relative;
    min-height: 80vh;
}
/* .main-wrapper{
    margin-top: 40px;
    } */
    /* .accordion-item{
        margin-bottom: 15px;
    } */
/*Header*/
.index-page .header {
    --color-background: rgba(255, 255, 255, 0);
    --color-secondary: #ffffff;
    --color-nav: rgba(255, 255, 255, 0.515);
    --color-nav-hover: #ffffff;
}

hr {
    border: 1px solid #dee2e696;
    margin: 9px 0px;
}

.header {
    --color-background: #ffffff;
    --color-inverse: #ffffff;
    color: var(--color-default);
    background-color: #fff;
    padding: 13px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.header .logo img {
    max-height: 99px;
    margin-right: 6px;
    position: absolute;
    top: 10px;
}

.navmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navmenu li {
    position: relative;
}

.navmenu a,
.navmenu a:focus {
    color: #000;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    margin: 10px 0;
    border-right: 1px solid #f8f8f8;
    box-shadow: 1px 0px 0px #F0F0F0;
}

.navmenu a&gt;i {
    margin-left: 5px;
}

.navmenu a:hover,
.navmenu a:focus,
.navmenu a.active {
    color: #C91858;
}

.navmenu ul li:last-child a {
    border: 0;
    box-shadow: none;
}

.left-border a {
    border-right: none;
    box-shadow: none;
}

.navmenu .dropdown ul {
    margin: 0;
    padding: 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    min-width: 200px;
}

.navmenu .dropdown ul li a {
    border: 0;
    box-shadow: none;
    padding: 5px 20px;
    margin: 0;
    font-size: 14px;
    color: #000;
}

.navmenu .dropdown ul li a:hover {
    color: #cc0250;
}

.navmenu .dropdown:hover&gt;ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

/*Fooetr*/
footer {
    background: rgb(253, 202, 17);
    background: linear-gradient(270deg, rgba(253, 202, 17, 1) 0%, rgba(193, 4, 77, 1) 26%, rgb(193 4 77) 100%);
  
   /* top:0px; */
}

.foote_menu a {
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
}

.foote_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foote_menu a:last-child {
    border: 0;
    box-shadow: none;
}

.footsocial {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footsocial a {
    display: inline-block;
    margin-left: 10px;
}

.footsocial a svg {
    width: 30px;
    height: 30px;
}

.footsocial a:first-child svg {
    width: 35px;
    height: 35px;
}

.foot_logo img {
    display: block;
    margin-top: -41px;
}
.mega_head p {
    font-size: 65px;
    position: absolute;
    right: 75px;
    bottom: 106px;
}
footer .foot_bottom {
    margin: 0;
    background: #62082e;
}

.foot_page a {
    color: #fff;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s;
    border-right: 1px solid #45041f;
    box-shadow: 1px 0px 0px #7d0b3b;
    display: inline-block;
    margin: 10px 0;
}

.foot_page a:first-child {
    padding-left: 0;
}

.foot_page a:last-child {
    border: 0;
    box-shadow: none;
}

.foot_logo {
    padding-bottom: 10px;
}

.wrapper {
    padding-top: 85px;
}

section.mega_banner_sec {
    padding: 0px 0;
    position: relative;
    background: #fff;
}

.mega_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(253, 202, 17);
    background: linear-gradient(270deg, rgba(253, 202, 17, 1) 0%, rgba(202, 3, 79, 1) 60%);
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 65px;
    position: relative;
}
.wintimer .mega_timer .timer .labels li {
    list-style: none;
    width: 47px;
    margin: 12px 10px;
}
.mega_banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url("../img/banner_bg.png");
    background-size: cover;
    background-position: center;
    mix-blend-mode: lighten;
    opacity: .2;
    z-index: 1;
}

.mega_banner&gt;div {
    z-index: 2;
}

.mega_banner&gt;div {
    width: 33.33%;
}

.jackpot_log&gt;img {
    width: 100%;
    margin-top: 5px;
}

.mega_banner .jackpotbanner {
    width: 99%;
}

.mega_banner .mega_head {
    text-align: right;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 6px rgb(0 0 0 / 36%);
    margin-top: -30px;
    padding-right: 50px;
}

.mega_timer .timer .labels li {
    list-style: none;
    width: 70px;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.mega_timer .timer .labels {
    display: flex;
    justify-content: center;
}

/*.mega_timer .timer .labels li:first-child {
    display: none;
}
*/
.mega_timer .timer .tiles {
    display: flex;
    justify-content: center;
}

.mega_timer .timer .tiles span {
    color: #000;
}

.mega_timer .timer .tiles span {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    line-height: 70px;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    margin: 0px 10px 8px;
    position: relative;
}

.mega_timer .timer .tiles span::before {
    content: ":";
    position: relative;
    top: -5px;
}

.mega_timer .timer .tiles span:nth-child(3)::before,
.wintimer .mega_timer .timer #countdown .tiles span:nth-child(3)::before{
    left: -10px;
}
#tiles2 span{
    font-size: 40px !important;
    width: 45px !important;
    height: 44px !important;
}
.mega_timer .timer .tiles span:nth-child(1)::before,
.wintimer .mega_timer .timer #countdown .tiles span:nth-child(1)::before {
    content: none;
}

.mega_timer .timer .tiles span:nth-child(2) ,
.wintimer .mega_timer .timer #countdown .tiles span:nth-child(2){
    left: -10px;
}

/*mega_timer .timer .tiles span:first-child {
    display: none;
}*/

.mega_timer .timer {
    margin-right: 30px;
}

.mega_timer&gt;span {
    display: block;
    text-align: center;
    background: #CC0250;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-size: 18px;
}

.mega_timer&gt;span a {
    color: #fff;
    display: block;
}

section.winningbox-3sec {
    position: relative;
    background: #fff;
    padding-bottom: 30px;
}

.winbox_3 {
    background: rgb(102, 13, 56);
    background: linear-gradient(0deg, rgba(102, 13, 56, 1) 0%, rgba(204, 3, 81, 1) 100%);
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    text-align: center;
    color: #fff;
}

.winbox_3 h2 {
    display: block;
    text-align: center;
    background: #ffffff;
    color: #000;
    padding: 10px;
    border-radius: 50px;
    max-width: 250px;
    margin: 0 auto;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 20%) 0px 3px 7px -3px;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.winbox_3 h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.wincircle_btn a {
    display: block;
    text-align: center;
    background: #d71c60;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: uppercase;
}

.wincircle_btn a.yellowbtn {
    background: #fbc313;
}

.wincircle_btn a.pinkbtn.btnsm {
    max-width: none;
    display: inline-block;
    text-transform: capitalize;
}

.winnumber {
    display: flex;
    justify-content: center;
}

.winnumber .wincirclenum {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
    margin: 0 3px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.winnumber .wincirclenum input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.winnumber .wincirclenum:has(&gt; input:checked) {
    background: #fbc313;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.winmember .winmember_img {
    width: 150px;
    height: 125px;
    margin: 15px auto;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
}

.winmember .winmember_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.winbox_3 h4 {
    font-size: 17px;
    margin: 0;
}

.bigamount {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 600;
}

.bigamount_sm {
    font-size: 25px;
    margin-top: 15px;
    font-weight: 600;
}

/**/
section.draresult {
    background: #fff;
    padding-bottom: 30px;
    position: relative;
}

.secheading h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 42px;
    text-align: center;
}
.draw_form {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.draw_form .form-control {
    min-width: 250px;
    border-color: #cfcfcf;
    border-radius: 8px;
    min-height: 45px;
    color: #c80350;
    font-weight: 500;
    box-shadow: none !important;
}

.draw_form .form-group {
    margin: 10px;
}

.draw_form .form-group:first-child {
    margin-left: 0;
}

.draw_form .form-group:last-child {
    margin-right: 0;
}

.draw_form .form-group label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.winbox_table {
    border: 1px solid #d71c60;
    background: #7e0b3e;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 20%) 6px 2px 16px 0px, rgb(0 0 0 / 5%) -6px -2px 16px 0px;
}

.winbox_table div {
    padding: 15px 20px;
    border-bottom: 1px solid #d71c60;
    display: flex;
    justify-content: space-between;
}

.winbox_table div:last-child {
    border: 0;
}

.winbox_table div strong {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.winbox_table_persone {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.winbox_table_persone .winbox_table_personeinfo {
    width: calc(100% - 200px);
    border: 1px solid #d71c60;
    border-radius: 20px;
    padding: 20px;
}


.winbox_table_persone .winmember {
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.winbox_table_persone .winmember .winmember_img {
    margin: 0;
    width: 180px;
    height: 100%;
}

section.drawfulltable_Sec {
    position: relative;
    padding: 30px 0 50px;
    background: #fff;
    padding-top: 0;
}

.table_area {
    border: 1px solid #be054e;
    border-radius: 20px;
    padding: 30px;
}

.table_area {
    border: 1px solid #be054e;
    border-radius: 20px;
    padding: 30px;
}

.allhead a {
    display: block;
    background: #c1044d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
}

.table {
    padding-top: 20px;
}

.table table {
    width: 100%;
}

.table table th {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #c1044d;
}

.table table td {
    font-size: 18px;
    padding: 10px 20px;
    color: #939393;
    font-weight: 300;
    border-bottom: 1px solid #c1044d;
}



.table table td .dotsdata .dots {
    width: 25px;
    height: 25px;
    background: #c1044d;
    border-radius: 50px;
    margin: 0 3px;
}

.table table td .dotsdata {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.allhead a::before {
    content: "\276F";
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 6px;
    transition: 600ms all;
}

.allhead a[aria-expanded="true"]::before {
    transform: rotate(270deg);
}

.backbutton {
    position: absolute;
    left: 30px;
}

.draw_form .submitbtn,
.draw_form .clearbtn {
    min-height: 45px;
    border: 1px solid #cc0250;
    min-width: 170px;
    background: #cc0250;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

.draw_form .clearbtn {
    min-width: auto;
    padding: 5px 20px;
    border-color: #cfcfcf;
    background: #fff;
    color: #a19a9a;
}


.filterdata .filter_row {
    border: 1px solid #be054e;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filterdata .filter_row .filt_date {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}


.filterdata .filter_row .filtnum .filtnimcircle {
    display: flex;
}

.filterdata .filter_row .filtnum .filtnimcircle span {
    width: 40px;
    height: 40px;
    background: #ca034f;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 0 5px;
    cursor: pointer;
}

.filterdata .filter_row .filtpwer a {
    display: block;
    text-align: center;
    background: #d71c60;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 200px;
}

.filterdata .filter_row .nextcircle a {
    width: 40px;
    height: 40px;
    background: #d71c60;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    opacity: 0.5;
}

.loadmorebtn {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.loadmorebtn .loadmore {
    border: 0;
    outline: none;
    background: #ca034f;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
}

section.gallery-sec {
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.gallbox {
    border-radius: 30px;
    background: #cc0250;
    margin-bottom: 30px;
    overflow: hidden;
}

.gallbox .gallboxtop {
    background: rgb(47, 159, 241);
    background: linear-gradient(179deg, rgba(47, 159, 241, 1) 0%, rgb(250 210 79) 80%);
    text-align: center;
    position: relative;
    padding: 15px;
}

.gallbox .gallboxtop .gall_social {
    position: absolute;
    left: 20px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #fff;
    top: 20px;
}

.gallbox .gallboxtop .gall_social a {
    color: #fff;
    margin: 2px 0;
    font-size: 13px;
}

.gallbox .gallboxtop .lealslogo {
    position: absolute;
    right: 20px;
    top: 20px;
}

.gallbox .gallboxtop::before,
.gallbox .gallboxtop::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 0;
    z-index: 1;
}

.gallbox .gallboxtop::after {
    left: auto;
    right: 10px;
}

.gallbox .gallboxbot {
    text-align: center;
    color: #fff;
    padding: 15px;
}

.gallbox .gallboxbot h2 {
    font-size: 35px;
    font-weight: 700;
}

.gallbox .gallboxbot h3 {
    font-size: 18px;
    margin: 0;
}

.gallbox .winner_peopleimg {
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

section.about_Sec {
    background: #fff;
    position: relative;
    padding-bottom: 50px;
        margin-top: 4rem;
}

section.about_Sec p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.abo_img img {
    max-height: 370px;
    border-radius: 40px;
}

section.howtoplay {
    background: #fff;
    padding: 30px 0;
    padding-bottom: 50px;
    position: relative;
}

section.howtoplay .secheading h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #cc0250;
}

.howplay h3 {
    background: #ac0b4f;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px 0;
    margin-bottom: 15px;
    margin-top: 30px;
}

.howplay p {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.howplay img {
    margin: 0 auto;
    display: block;
}

.howplay_lasrgetext {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.whereplaybox ul {
    margin: 0;
    padding: 25px 30px;
    border: 1px solid #cc0250;
    padding-left: 50px;
    border-radius: 30px;
}

.whereplaybox ul li {
    margin: 8px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.howplay_padding {
    padding: 0 50px;
}

section.form_section {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

section.form_section&gt;.container {
    padding-left: 100px;
    padding-right: 100px;
}

section.form_section .secheading p {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

section.form_section .secheading .contactinfo a {
    display: block;
    position: relative;
    padding: 10px 0;
    padding-left: 50px;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

section.form_section .secheading .contactinfo a img {
    position: absolute;
    left: 0;
}

.contact_form {
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    padding: 30px;
}

.contact_form .form-group {
    margin-bottom: 10px;
    /* margin-top: 10px; */
    margin-top: 5px;
}

.contact_form .form-group textarea.form-control {
    border-radius: 15px;
}

.contact_form .form-group .form-control {
    border: 1px solid #bdbdbd70;
    min-height: 45px;
    border-radius: 8px;
    /* box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px; */
    border-radius: 50px;
}
#country_code{
    font-size: 13px;
}
.contact_form .form-group .btn.btn_pink {
    width: 76%;
    background: #c2054e;
    color: #fff;
    border-radius: 50px;
    min-height: 45px;
    box-shadow: none;
    max-width: 167px;
    text-transform: capitalize;
    border:1px solid #c2054e;
}
.btn_pink:hover{
    color: #c2054e !important;
    background : #fff !important;
}
.form-group in
.secheading h2 small {
    font-size: 13px;
    color: #534b4b;
}

.howtoplay .row .col {
    width: 33.33%;
}

.howplay img {
    max-width: 100%;
}
.mega_banner_sec .mega_timer {
    /* left: 0px; */
    right: 0px;
    bottom: 44px;
    position: absolute;
    width: 60%;
    margin-left: auto;
}
.mega_timer {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px 0 0 100px;
    border: 8px solid #ffe590;
    justify-content: center;
    margin-right: -16px;
    margin-bottom: -60px;
    padding: 10px;
    border-right: 0;
   
   
}

.entry_price img {
    height: 120px;
}

.mega_head img {
    height: 90px;
}

.mega_banner .mega_head h1 {
    font-size: 73px;
    font-weight: 800;
    line-height: 120px;
}


.megab_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.megab_box::before {
    content: "";
    width: 100%;
    height: 18%;
    background: #FABE16;
    position: absolute;
    transform: rotate(-8deg) scale(2.5);
    left: 0;
    right: 0;
    top: 0;
}

.megab_box&gt;div {
    position: relative;
}

.megab_box .megabpower_img img {
    height: 65px;
    width: auto;
}

.megab_box .d_text i,
.megab_box .d_text small {
    color: #ffffff;
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 1px #47102e, 1px 6px 1px #47102e, 1px 8px 1px #47102e, 1px 8px 5px #47102e, 1px 9px 1px #47102e, 3px 11px 0px #c7014e, 1px 18px 6px rgba(16, 16, 16, 0.4), 1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2), 1px 30px 60px rgba(16, 16, 16, 0.4);
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.megab_box .d_text small {
    font-size: 30px;
    letter-spacing: normal;
    color: #ffe590;
    font-style: italic;
}

.megab_box .d_text {
    white-space: nowrap;
    position: relative;
    top: 24px;
}

.megab_box .megab_timer .wintimer .mega_timer {
    border: 0;
    margin: 0 auto;
    border-radius: 0;
    background: #F4F4F4;
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 10px;
}

.megab_box .play_buttn a {
    background: #C51756;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.megab_box.mega_gray::before {
    content: none;
}

.megab_box.mega_gray {
    background: #F3F3F3;
    margin-bottom: 0px;
    box-shadow: none;
    position: relative;
}

.megab_box.mega_gray .play_buttn a {
    background: #fff;
    color: #000;
    font-size: 15px;
    padding: 8px 20px;
}

.megab_box.mega_gray .megabpower_img {
    text-align: left;
        margin-bottom: 20px;
}

.megab_box.mega_gray .megabpower_img img {
    height: 44px;
}

.megab_box.mega_gray .d_text i {
    font-size: 4vw;
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 5px #47102e, 1px 6px 1px #47102e, 3px 7px 0px #c7014e, 1px 11px 6px rgba(16, 16, 16, 0.4), 1px 15px 10px rgba(16, 16, 16, 0.2), 1px 15px 35px rgba(16, 16, 16, 0.2), 1px 18px 60px rgba(16, 16, 16, 0.4);
}

.megab_box.mega_gray .d_text small {
font-size: 21px;
    margin: 0px 0px;
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 5px #47102e, 1px 6px 1px #47102e, 3px 7px 0px #c7014e, 1px 11px 6px rgba(16, 16, 16, 0.4), 1px 15px 10px rgba(16, 16, 16, 0.2), 1px 15px 35px rgba(16, 16, 16, 0.2), 1px 18px 60px rgba(16, 16, 16, 0.4);
}

.megab_box.mega_gray .megab_timer .wintimer .mega_timer {
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.megab_box.mega_gray .d_text {
    position: absolute;
    right: 12px;
    transform: rotate(-6deg);
    top: 8%;
}

.megab_box.mega_gray .megab_timer .wintimer .mega_timer .timer .labels li {
    font-size: 12px;
}

section.megaboxes {
    background: #fff;
    position: relative;
/*    padding: 50px;*/
}

.megab_box .mega_timer .timer {
    margin: 9px 0px;
}


.megab_box.mega_gray .megab_timer .wintimer .mega_timer .timer span {
    font-size: 18px;
    height: auto;
    line-height: normal;
    min-height: auto;
}

.megab_box.mega_gray .megab_timer .wintimer .mega_timer .timer span::before {
    content: none;
}



section.how_toparticipate {
    background: #B21C58;
    padding: 60px 0;
    position: relative;
}

section.how_toparticipate::before,
section.how_toparticipate::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 22%) 0%, rgba(0, 0, 0, 0.0984768907563025) 100%);
    position: absolute;
    z-index: 2;
}

section.how_toparticipate::after {
    background: url("../img/banner_bg.png") no-repeat center;
    mix-blend-mode: luminosity;
    z-index: 1;
    opacity: 0.06;
}

.partciapte_box {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
}

.partciapte_box h3 {
    color: #fff;
    opacity: 0.3;
    font-size: 70px;
    font-weight: 600;
    transition: 600ms all;
    line-height: 60px;
    margin-bottom: 15px;
}

.partciapte_box p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.partciapte_box span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

section.how_toparticipate h2.sec_head ,
.recent_winner .sec_head h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding-bottom: 40px;
    z-index: 5;
    position: relative;
}
.recent_winner .sec_head p{
    color: #fff !important;
    z-index: 99;
    position: relative;
    font-weight: 400;
}
.partciapte_box:hover h3 {
    text-shadow: 3px 4px #fbc313;
    opacity: 1;
}

.partciapte_box:hover p {
    color: #fbc213;
}

section.how_toparticipate .balls_img img {
    width: 250px;
}

section.how_toparticipate .balls_img {
    position: absolute;
    top: -40px;
    z-index: 5;
}

section.how_toparticipate .balls_img.bottom {
    right: 0;
    top: auto;
    bottom: -30px;
}

section.recent_winner {
    padding: 60px 0;
    position: relative;
    /* background: #fff; */
}

.sec_head {
    padding-bottom: 40px;
}

.sec_head h2 {
    font-size: 35px;
    font-weight: 600;
    color: #C51756;
}

.sec_head p {
    color: #000;
    font-size: 15px;
    margin: 0;
}

/*.winner_Box {
    background: #F5F5F5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
}
*/
.winner_Box .winnerbox_img {
    width: 285px;
/*    height: 165px;*/
    border-radius: 8px;
    overflow: hidden;
    margin-left: -50px;
}

.winner_Box .winnerbox_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.winner_Box .winner_txt {
    width: calc(100% - 140px);
    padding-left: 20px;
}

.winner_Box .winner_txt strong {
    color: #B70B5A;
    font-weight: 600;
    font-size: 15px;
}

.winner_Box .winner_txt h3 {
    color: #373737;
    font-size: 20px;
    font-weight: 600;
}

.winner_Box .winner_txt p {
    margin: 0;
    font-size: 14px;
}

.winner_Box .winner_txt p span {
    display: block;
}

.winnerSwiper .swiper-slide {
    margin: 0 20px;
}

.winner_slider .swiper-pagination {
    bottom: 0;
}


.winner_slider .swiper.winnerSwiper {
    padding-bottom: 55px;
}

.winner_slider .swiper-pagination span {
    width: 10px;
    height: 10px;
}

.winner_slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

/* section.recent_winner::before{
    content: "";
    width: 30%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 50%);
} */

section.recent_winner::after {
    right: auto;
    left: 0;
    background: linear-gradient(274deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 50%);
}

.navmenu li.header_btn a {
    border: 0;
    box-shadow: none;
    background: #F0F0F0;
    border-radius: 50px;
    margin-left: 15px;
    color: #A70F4F;
    border:1px solid #F0F0F0;
}
.navmenu li.header_btn a:hover {
    color: #F0F0F0;
      background: #A70F4F;
}
.navmenu li.header_btn.dark_btn a {
    background: #A70F4F;
    color: #fff;
    border:1px solid #A70F4F;
}

.power_stripe {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fff;
}

section.picknumber_Sec {
    background: #fff;
    padding-bottom: 50px;
}

.pick_num_gray {
    background: #F0F0F0;
    border-radius: 15px;
    padding: 15px;
}

.pick_num_gray .pick_numhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.pick_num_gray .pick_numhead h3,
.payment_details h1 {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.pick_num_gray .pick_numhead a {
    display: block;
    background: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    margin-left: 15px;
    margin-right: 0;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.pick_num_gray .pick_numhead *:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
    justify-content: end;
    color: #A70F4F;
}

.pick_num_gray .pick_numhead a:last-child {
    background: #c7014e;
    color: #fff;
}

.pick_num_gray .picknumselect {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.pick_num_gray .picknumselect label {
    position: relative;
    margin: 8px;
}

.pick_num_gray .picknumselect label span {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    display: block;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: 600ms all;
}

.pick_num_gray .picknumselect label input {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
}

.pick_num_gray .picknumselect label input[type=checkbox]:checked+span {
    background: #c7014e;
    color: #fff;
}

.pick_num_gray .fill_btn,
.payment_details .fill_btn {
    background: #c7014e;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    transition: 600ms all;
        border: 1px solid #cc004d;
}

.product_summry {
    border: 2px solid #E9E9E9;
    border-radius: 15px;
    padding: 12px;
}

.product_summry h3,
.total_price h1,
.sub_heading {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.product_summry .product_img img {
    width: 100%;
}

.product_summry .product_img,
.product_qty {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    min-height: 68px;
}

.product_qty&gt;div {
    width: 40px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

.product_qty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_qty input {
    outline: none;
    border: 0;
    text-align: center;
    margin: 0 10px;
    max-width: 55px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
}

.prduct_flex {
    display: flex;
    justify-content: space-between;
}

.prduct_flex&gt;div.product_summry {
    width: calc(50% - 11px);
}


.product_summry .product_summry_row,
.payment_details_section .product_summry_row {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_summry .product_summry_row .product_summrynum span,
.payment_details_section .product_summry_row .product_summrynum span {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: block;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: 600ms all;
    margin: 0 3px;
}

.product_summry .product_summry_row .product_summrynum,
.payment_details_section .product_summry_row .product_summrynum {
    display: flex;
}

.product_summry .product_summry_row strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-left: 5px;
    color: #000;
    padding-right: 5px;
}

.product_summry .product_summry_row button,
.payment_details_section .product_summry_row button {
    outline: none;
    border: 0;
    background: transparent;
}

.product_summry .product_summry_row button img,
.payment_details_section .product_summry_row button img {
    width: auto;
    max-height: 25px;
    margin-right: -15px;
}

.winnyellow_strap {
    background: linear-gradient(90deg, #ffdd00 0%, #ffbc00 100%);
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: -20px; */
}


section.winning_resultstrap {
    background: #fff;
    padding-bottom: 50px;
}

.winnyellow_strap h3 {
    font-size: 30px;
    color: #3F3F3F;
    margin: 0;
}

.winnyellow_strap a {
    background: #c7014e;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    transition: 600ms all;
}

.winnyellow_strap a:last-child {
    background: #fff;
    color: #000;
    margin-left: 15px;
}

.winnyellow_strap a:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
    justify-content: end;
}

.winnyellow_strap a:nth-child(2) img {
    margin-left: 15px;
}

.balls_img.entry_price {
    right: 0;
}

.balls_img.entry_price img {
    object-fit: contain;
}

.howtoplayslider {
    position: relative;
    z-index: 5;
}

.how_playbox {
    background: rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(15px);
    margin: 0px 9px;
}

.how_playbox h4 {
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 5px #47102e, 1px 6px 1px #47102e, 3px 7px 0px #c7014e, 1px 11px 6px rgba(16, 16, 16, 0.4), 1px 15px 10px rgba(16, 16, 16, 0.2), 1px 15px 35px rgba(16, 16, 16, 0.2), 1px 18px 60px rgba(16, 16, 16, 0.4);
    color: #ffcc00;
    text-transform: uppercase;
    /* font-family: fantasy; */
    font-size: 38px;
    transform: rotate(-1deg);
    font-weight: 700;
}

.how_playbox h4 small {
    font-size: 25px;
    color: #fa0283;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: #fa0283;
    -webkit-animation: fill 0.5s infinite alternate;
    text-shadow: none;
    font-weight: 800;
}

.how_playbox p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    padding-top: 15px;
}

.how_playbox .round_result {
    background: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how_playbox .round_result .round_resultbtn {
    background: rgba(250, 190, 22, 1);
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    color: #c7014e;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: #c7014e;
    -webkit-animation: fill 0.5s infinite alternate;
    text-shadow: none;
    font-weight: 800;
}

.how_playbox .round_result .round_resultnum,
.round_resultnum {
    display: flex;
    justify-content: center;
}

.how_playbox .round_result .round_resultnum span,
.round_resultnum span {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: block;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: 600ms all;
    border: 2px solid #fabe16;
    margin-left: 5px;
}

.your_numbox p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    margin-bottom: 5px;
}

.how_playbox .your_numbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how_playbox .your_numbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how_playbox .your_numbox&gt;div {
    border: 2px solid rgba(255, 255, 255, 0.23);
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px;
}

.how_playbox .your_numbox .blank_number {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how_playbox .your_numbox .blank_number .blank {
    background: transparent;
    color: #f1bbd1;
}

.how_playbox .your_numbox .blank_number p {
    margin: 0;
}

.how_playbox .your_numbox&gt;div {
    border: 2px solid rgba(255, 255, 255, 0.23);
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px 6px;
}

.how_playbox .text3d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.how_playbox .text3d strong {
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 5px #47102e, 1px 6px 1px #47102e, 3px 7px 0px #c7014e, 1px 11px 6px rgba(16, 16, 16, 0.4), 1px 15px 10px rgba(16, 16, 16, 0.2), 1px 15px 35px rgba(16, 16, 16, 0.2), 1px 18px 60px rgba(16, 16, 16, 0.4);
    color: #ffcc00;
    text-transform: uppercase;
    font-size: 30px;
    transform: rotate(-1deg);
    font-weight: 700;
}

.how_playbox .text3d b {
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 5px #47102e, 1px 6px 1px #47102e, 3px 7px 0px #c7014e, 1px 11px 6px rgba(16, 16, 16, 0.4), 1px 15px 10px rgba(16, 16, 16, 0.2), 1px 15px 35px rgba(16, 16, 16, 0.2), 1px 18px 60px rgba(16, 16, 16, 0.4);
    color: #fff;
    font-size: 30px;
}

.black_head h2 {
    color: #000;
}

.black_head h2 span {
    color: #C51756;
}

section.youtube_bideos {
    background: #fff;
    padding: 0px 0 0px;
}

.pick_num_gray.number_short {
    height: 100%;
}

.pick_num_gray.number_short .picknumselect {
    padding: 50px;
}

section.contact_banner {
    background: #fff;
    padding: 50px 0;
    position: relative;
}

section.contact_banner::before,
section.contact_banner::after {
    content: "";
    background: linear-gradient(236deg, #CB0450 0%, #a70f4f 106%);
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
}

section.contact_banner::after {
    background: url("../img/banner_bg.png")no-repeat center;
    mix-blend-mode: luminosity;
    opacity: 0.06;
}

section.contact_banner .container {
    position: relative;
    z-index: 5;
}

section.contact_banner .contactbanner_txt h3 {
    color: rgba(255, 221, 0, 1);
    font-style: italic;
    font-size: 30px;
}

section.contact_banner .contactbanner_txt p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

section.contact_banner .contactbanner_txt {
    padding-top: 50px;
}

.contact_detail {
    padding-top: 10px;
}

.contact_detail h3 {
    font-size: 20px;
    color: #000;
}

section.contact_banner .contact_form {
    background: #fff;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_form h4 {
    text-align: center;
    font-size: 20px;
}

section.contact_info {
    background: #fff;
    margin-top: -275px;
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
}

.contact_detail h3 {
    font-size: 20px;
    padding-bottom: 15px;
}

.contact_detail&gt;div {
    background: rgba(242, 242, 242, 1);
    padding: 15px;
    border-radius: 15px;
}

.contact_detail&gt;div span {
    width: 30px;
    height: 30px;
    background: #b30c4f;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
    margin-right: 12px;
    font-size: 14px;
}

.contact_detail&gt;div p {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.contact_detail {
    padding-bottom: 40px;
    width: calc(100% - 20px);
}

.contact_map iframe {
    width: 100%;
    height: 350px;
}

.contact_map {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
}

section.mega_banner_sec.backpage {
    min-height: 300px;
}

section.mega_banner_sec.backpage .mega_banner {
    height: 320px;
    position: relative;
    display: flex;
    align-items: center !important;
    align-content: center;
    margin-bottom: 0;
}

section.mega_banner_sec.backpage .mega_banner .jackpot_log {
    position: absolute;
    left: 0;
}

section.mega_banner_sec.backpage .mega_banner .mega_head {
    padding: 0;
    text-align: center;
}

section.mega_banner_sec.backpage .mega_banner .jackpot_log img {
    margin: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
}

/*join now by sujit*/
/* .banner_Image {
    background-image: url(../img/Group204.png);
    width: 100%;
    height: 227px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    margin-top: 30px;
} */

/* .how_To {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 100px;
} */

.section_2 {
    margin-top: 25px;
}

.large_Box {
    /* width: 628px; */
    width: 100%;
    height: 529px;
    border-radius: 20px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

.let_Talk {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #000000;
    padding-top: 15px;
}

.inner-form-content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    /* color: #fff; */
}

.inner_Submit button {
    width: 206px;
    height: 44px;
    border-radius: 100px;
    background: #CC0250;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #CC0250;
    color: #FFFFFF;

}

.inner_Submit button:hover {
    background-color: #FFFFFF;
    color: #CC0250;
}

.input-group-addon {
    position: absolute;
    left: 283px;
    color: #F3821B;
    top: 36px;
}

.custom-select-wrapper {
    position: relative;
    width: 200px;
}

.placeholder-box22 {
    width: 100%;
    /* height: 127px; */
    padding: 25px;
    border: 2px solid #EDEDED;
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 12px;
    margin-top: -2px;
}

.inner_Submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.team_1 {
    width: 100%;
    /* height: 594px; */
    height: auto;
    object-fit: cover;
    object-position: bottom;
    margin-left: 12px;


}

/* payment_details by amrit*/
.foot_page {
    display: flex;
    justify-content: center;
}

.breadcrumbs .active&gt;a {
    color: #fff !important;
}

.payment_details ul {
    margin: 0px;
    list-style: none;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    padding: 0px 17px;
    margin-top: 16px;
}

.payment_details ul li,
.total_price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 7px 0px;
    /* border-bottom: 1px springgreen; */
    border-bottom: 1px solid #dee2e696;
}

.ticket_type&gt;ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 7px 0px;
}

.payment_details ul li p,
.logo_Flex p,
.winner_Box p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    margin: 0px;
}

.payment_details ul li h1 {
    font-size: 17px;
}

.total_price {
    background: #F4F4F4;
    border-radius: 100px;
    padding: 14px 19px;
    margin: 18px 0px;

}

.payment_details_section {
    padding: 20px 0px;
}

.banner_First&gt;img {
    width: 100%;
    margin: 107px 0px 0px;
}

.uwinn {
    color: #FFDD00;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 33px;
}

.check_out_btn {
    text-align: center;
}

.view_Results {
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 19px;
}

.check_out_btn .view_Results:hover {
    background-color: #fff;
    color: #000;
}

.check_out_btn {
    margin: 22px 0px 0px;
}

.space_Manage {
    position: absolute;
    top: 155px;
    left: 19%;
}

.to_Know,
.check_Our {
    font-style: italic;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}

.breadcrumbs li {
    width: 50%;
}

.breadcrumbs li:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 7% 50%);
    margin-left: -25px;
    padding-left: 45px;
    padding: 12px 48px;
    background: #EDEDED;
    color: #000000;
    border-radius: 0px 15px 15px 0px;
    width: 55%;
}

.breadcrumbs li:nth-child(2)&gt;a {
    color: #000;
}

.breadcrumbs li:nth-child(1) {
    clip-path: polygon(0% 0%, 90% 0, 97% 50%, 90% 100%, 0% 100%);
    background: #CC0250;
    color: #fff;
    padding: 12px 12px;
    border-radius: 15px 0px 0px 15px;
}

.card_Small {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 12px 0px;
}

.card_Small .logo_Flex {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.payment_details_section .sub_heading {
    margin: 20px 0px;
}

.power_stripe img,
.youtube_bideos img {
    width: 100%;
}

.youtube_bideos img {
    width: 100%;
}

.ticket_type ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #E9E9E9;
    width: 32%;
}

.ticket_type p {
    margin: 0px;
    font-weight: 700;
    margin-left: 9px;
}

.ticket_type input[type=radio],
.product_summry input[type=radio] {
    width: 20px;
    height: 16px;
}

.breadcrumbs .active {
    background-color: #C7014E !important;
}

.payment_card ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.payment_card ul li img {
    width: 57px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}

.payment_card&gt;ul&gt;li {
    display: flex;
    justify-content: space-between;
    margin: 6px 0px;
}

.payment_card .card_info p {
    color: #6E7179;
    margin: 0px 10px;
    line-height: 25px;
    font-size: 19px;
}

.card_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home_container-fluid {
    width: 100%;
    overflow: hidden;
}

/* winner page*/
.winner_box img {
    width: 100%;
}

.winner_box {
    border: 1px solid #b0aaaa7a;
    padding: 10px;
    border-radius: 8px;
    margin: 27px 0px;
}

.winner_box p {
    text-align: center;
    margin: 10px 0px 0px;
}
.megab_box.mega_gray:hover ,
.inner-content-card .megab_box.mega_gray:hover{
    background: linear-gradient(90deg, #fabe16cc 0%, #fabe16 100%);
}
.megab_box.mega_gray:hover .play_buttn a{
    background: hsla(338, 79%, 43%, 1);
    color:#fff;

}
#exampleModal .modal-content{
    background-color: #fff !important;
    padding: 20px ;
    width: 100% !important;
    transform: translate(1px, 58px) !important;
}
iframe{
    width: 100%;
    height: 261px;
    border-radius: 7px
}
.placeholder-box26{
    appearance: auto !important;
}
.btn-close{
    position: absolute;
    right: 0px;
}
.winner_box:hover p{
color: #fff;
}
/* {
    padding: 0pc;
} */
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    
    .megab_box .megab_timer .wintimer .mega_timer {
        border: 0;
        margin: 0 auto;
        border-radius: 0;
        background: #F4F4F4;
        border-radius: 12px;
        margin-top: 55px;
        margin-bottom: 46px;
        padding: 20px 0px;
    }
    .header .logo {
        order: 1;
    }

    .header .navmenu {
        order: 3;
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: black;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--color-nav-mobile-background);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(var(--color-default-rgb), 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--color-nav-dropdown);
        padding: 10px 20px;
        font-family: var(--font-secondary);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(var(--color-primary-rgb), 0.1);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--color-primary);
        /* color: var(--color-inverse); */
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--color-nav-dropdown-hover);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--color-primary);
        /* color: var(--color-inverse); */
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--color-nav-dropdown-background);
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown&gt;.dropdown-active,
    .navmenu .megamenu&gt;.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu&gt;ul {
        display: block;
    }

    .mobile-nav-active .navmenu&gt;ul {
        background: #fff;
    }

    .mobile-nav-active .navmenu&gt;ul&gt;li&gt;a {
        box-shadow: none;
        color: #000;
        border: 0;
    }

    .navmenu a:hover,
    .navmenu a:focus,
    .navmenu a.active {
        color: #c2054e !important;
    }

    .header .logo img {
        max-height: 75px;
        top: 5px;
    }

    .header {
        padding: 17px 0;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .winningbox-3sec .row {
        flex-wrap: nowrap;
    }

    .winningbox-3sec .row .col {
        width: 33.33%;
    }

    .winbox_3 {
        padding: 10px;
    }

    .winningbox-3sec .row .col {
        margin-bottom: 20px;
    }

    .wincircle_btn a {
        font-size: 13px;
        margin-top: 5px;
    }

    .wincircle_btn.mb-4 {
        margin-bottom: 15px !important;
    }

    .winbox_3 h2 {
        font-size: 14px;
    }

    .winbox_3 h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .winnumber .wincirclenum {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .winnumber {
        margin-bottom: 5px !important;
    }

    .wrapper {
        padding-top: 63px;
    }

    .draw_form .form-group:nth-child(5) *,
    .draw_form .form-group:nth-child(4) * {
        width: 100%;
    }

    .draw_form .form-group {
        margin: 10px 15px 10px 0;
    }

    .draw_form {
        flex-wrap: wrap;
    }

    .draw_form .form-group label,
    .draw_form .form-control {
        font-size: 14px;
    }

    .secheading h2 small {
        font-size: 13px;
        color: #534b4b;
    }

    .gallery-sec .row .col-4 {
        width: 50%;
    }

    .winnerimage_people img {
        width: auto;
        max-height: 220px;
    }

    .gallbox .gallboxbot h2 {
        font-size: 25px;
    }

    .gallbox .gallboxbot h3 {
        font-size: 16px;
    }

    .howtoplay .row .col {
        width: 33.33%;
    }

    .howplay_lasrgetext {
        font-size: 16px;
    }

    .howplay img {
        max-width: 100%;
    }

    .howplay_padding {
        padding: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .wrapper {
        padding-top: 60px;
    }

    section.form_section&gt;.container {
        padding: 0;
    }

    .form_section&gt;.container&gt;.row&gt;.col {
        flex: 100%;
    }

    .form_section&gt;.container&gt;.row {
        margin: 0;
    }

    section.form_section {
        padding: 20px 0;
        padding-top: 0;
        padding-bottom: 50px;
    }

    .secheading h2 {
        font-size: 25px;
    }

    section.form_section .secheading p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contactinfo {
        padding-bottom: 20px;
    }

    section.form_section .secheading .contactinfo a {
        font-size: 15px;
    }

    .jackpot_log img {
        max-width: 140px;
    }

    .mega_banner .mega_head {
        font-size: 30px;
    }

    .mega_timer .timer .tiles span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
    }

    .mega_timer .timer .labels li {
        width: 30px;
        font-size: 12px;
    }

    .mega_timer&gt;span {
        padding: 10px;
        font-size: 13px;
    }

    .foot_page {
        text-align: center;
    }

    .foot_logo img {
        display: block;
        margin-top: -21px;
        max-height: 80px;
    }

    .foote_menu a {
        font-size: 14px;
        padding: 5px 8px;
    }

    .foote_menu {
        justify-content: center;
    }


    .winbox_3 {
        padding: 10px;
    }

    .winningbox-3sec .row .col {
        margin-bottom: 20px;
    }

    .wincircle_btn a {
        font-size: 13px;
        margin-top: 5px;
    }

    .wincircle_btn.mb-4 {
        margin-bottom: 15px !important;
    }

    .winbox_3 h2 {
        font-size: 14px;
    }

    .winbox_3 h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .winnumber .wincirclenum {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .winnumber {
        margin-bottom: 5px !important;
    }

    .winningbox-3sec .row .col {
        width: 50%;
        margin-bottom: 20px;
    }

    .winningbox-3sec .row .col:last-child {
        width: 100%;
        flex: 100%;
    }

    .bigamount {
        font-size: 22px;
    }

    .bigamount_sm {
        font-size: 18px;
    }

    .winmember .winmember_img {
        width: 115px;
        height: 85px;
    }

    .winbox_table div {
        padding: 5px 10px;
    }

    .winbox_table div strong {
        font-size: 14px;
    }

    .winbox_table_persone .winmember .winmember_img {
        height: auto;
        width: 130px;
    }

    .winbox_table_persone .winbox_table_personeinfo {
        width: calc(100% - 140px);
    }

    .wincircle_btn a {
        padding: 6px 5px;
    }

    .draw_form .submitbtn,
    .draw_form .clearbtn {
        min-width: auto;
    }

    .draw_form .form-control {
        min-width: 150px;
    }

    .draw_form .form-group:nth-child(5),
    .draw_form .form-group:nth-child(4) {
        width: 150px;
    }

    .draw_form .form-group:nth-child(5) *,
    .draw_form .form-group:nth-child(4) * {
        width: 100%;
    }

    .draw_form .form-group {
        margin: 10px 15px 10px 0;
    }

    .draw_form {
        flex-wrap: wrap;
    }

    .draw_form .form-group label,
    .draw_form .form-control {
        font-size: 14px;
    }


    .filterdata .filter_row {
        padding: 15px 20px;
        justify-content: center;
    }

    .filter_row&gt;* {
        text-align: center;
        width: 100%;
        margin: 5px 0;
    }

    .filterdata .filter_row .filtnum .filtnimcircle span {
        margin: 0 3px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    .filterdata .filter_row .filtpwer a,
    .filterdata .filter_row .nextcircle a {
        font-size: 15px;
    }

    .filterdata {
        padding: 15px;
    }

    .secheading h2 {
        font-size: 20px;
    }

    .secheading h2 small {
        font-size: 13px;
        color: #534b4b;
    }

    .filterdata .filter_row .nextcircle a {
        margin: 0 auto;
    }

    .filterdata .filter_row .filtnum .filtnimcircle {
        display: flex;
        justify-content: center;
    }

    .filterdata .filter_row .filt_date {
        font-size: 14px;
        text-align: left;
    }

    .filterdata .filter_row .filtpwer a {
        min-width: auto;
        margin-left: 10px;
        font-size: 14px;
    }

    .gallery-sec .row .col-4 {
        width: 100%;
    }

    .winnerimage_people img {
        width: auto;
        max-height: 220px;
    }

    .gallbox .gallboxbot h2 {
        font-size: 25px;
    }

    .gallbox .gallboxbot h3 {
        font-size: 16px;
    }

    .howtoplay .row .col {
        flex: 100%;
        width: 100%;
    }

    .howplay_lasrgetext {
        font-size: 16px;
    }

    .howplay img {
        max-width: 100%;
    }

    .howplay_padding {
        padding: 0;
    }

}

.mega_banner{
    height: 50vh !important;
}
.desktop-banner{
    display: block;
}
.mobile-banner{
    display: none;
}

@media (max-width: 768px) {
     
    .mega_banner {
        height: 26vh !important;
        margin: 3px 0px;
    }

    .desktop-banner{
        display: none;
    }
    .mobile-banner{
        display: block;
    }
}


@media (max-width: 767px) {
    .desc{
        padding: 0px;
        list-style: none;
    }
    .mega_banner .mega_timer {
        margin-right: -3px;
        margin-bottom: -66px;
    }
    .mega_timer .timer {
        margin-right: 0px !important;
    }
     
    .mega_head p {
        font-size: 30px;
        position: absolute;
        right: 14px;
        bottom: 34px;
        /* display: none; */
    }
    footer .foot_bottom {
        margin: 0;
        background: #62082e;
        padding: 14px 0px;
    }
    .megab_box.mega_gray .d_text i {
        font-size: 14vw;
    }
    .wrapper {
        padding-top: 0px;
    }

    section.form_section&gt;.container {
        padding: 0;
    }

    .form_section&gt;.container&gt;.row&gt;.col {
        flex: 100%;
    }

    .form_section&gt;.container&gt;.row {
        margin: 0;
    }

    section.form_section {
        padding: 20px 0;
        padding-top: 0;
        padding-bottom: 50px;
    }

    .secheading h2 {
        font-size: 25px;
    }

    section.form_section .secheading p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contactinfo {
        padding-bottom: 20px;
    }

    section.form_section .secheading .contactinfo a {
        font-size: 15px;
    }

    .jackpot_log img {
        max-width: 140px;
    }

    .mega_banner .mega_head {
        font-size: 30px;
    }

    .mega_timer .timer .tiles span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .mega_timer .timer .labels li {
        width: 30px !important;
        font-size: 12px !important;
    }

   .mega_banner_sec  .mega_timer &gt; span {
        padding: 10px 25px;
        font-size: 13px;
    }

    .foot_page {
        text-align: center;
    }

    .foot_page {
        text-align: center;
    }

    .foot_logo img {
        display: block;
        margin-top: -21px;
        max-height: 80px;
    }

    .foote_menu a {
        font-size: 14px;
        padding: 5px 8px;
    }

    .foote_menu {
        justify-content: center;
    }

    footer&gt;.container&gt;.row .col {
        width: 100%;
        flex: 100%;
    }

    .footsocial {
        justify-content: center;
        padding-bottom: 15px;
    }

    .foot_logo img {
        margin: 0 auto;
        margin-top: -21px;
    }

    .foot_page a {
        border: 0;
        box-shadow: none;
        padding: 5px;
        margin: 0 5px;
    }

    .winbox_3 {
        padding: 10px;
    }

    .winningbox-3sec .row .col {
        margin-bottom: 20px;
    }

    .wincircle_btn a {
        font-size: 13px;
        margin-top: 5px;
    }

    .wincircle_btn.mb-4 {
        margin-bottom: 10px !important;
    }

    .winbox_3 h2 {
        font-size: 14px;
    }

    .winbox_3 h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .winnumber .wincirclenum {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .winnumber {
        margin-bottom: 5px !important;
    }

    .winningbox-3sec .row .col {
        width: 100%;
        flex: 100%;
    }

    .winbox_table div {
        padding: 5px 10px;
    }

    .winbox_table div strong {
        font-size: 14px;
    }

    .winbox_table_persone .winmember .winmember_img {
        height: auto;
        width: 130px;
    }

    .winbox_table_persone .winbox_table_personeinfo {
        width: calc(100% - 140px);
    }

    .wincircle_btn a {
        padding: 6px 5px;
    }

    .draw_form {
        flex-wrap: wrap;
        width: 100%;
    }

    .draw_form .form-group {
        width: 100%;
        margin: 10px 0;
    }

    .draw_form .form-group label,
    .draw_form .form-control {
        font-size: 14px;
    }

    .filterdata .filter_row {
        flex-wrap: wrap;
        padding: 15px 20px;
        justify-content: center;
    }

    .filter_row&gt;* {
        text-align: center;
        width: 100%;
        margin: 5px 0;
    }

    .filterdata .filter_row .filtnum .filtnimcircle span {
        margin: 0 3px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    .filterdata .filter_row .filtpwer a,
    .filterdata .filter_row .nextcircle a {
        font-size: 15px;
    }

    .filterdata {
        padding: 15px;
    }

    .secheading h2 {
        font-size: 20px;
    }

    .secheading h2 small {
        font-size: 13px;
        color: #534b4b;
    }

    .filterdata .filter_row .nextcircle a {
        margin: 0 auto;
    }

    .filterdata .filter_row .filtnum .filtnimcircle {
        display: flex;
        justify-content: center;
    }

    .howplay_lasrgetext {
        font-size: 16px;
    }

    .howplay img {
        max-width: 100%;
    }

    .howplay_padding {
        padding: 0;
    }

    .howtoplay .row .col {
        flex: 100%;
        width: 100%;
    }

    .gallery-sec .row .col-4 {
        width: 100%;
    }

    .winnerimage_people img {
        width: auto;
        max-height: 220px;
    }

    .gallbox .gallboxbot h2 {
        font-size: 25px;
    }

    .gallbox .gallboxbot h3 {
        font-size: 16px;
    }
    section.megaboxes {
        padding: 50px 0px;
    } 
    .mega_banner_sec .mega_timer {
        width: 100% !important;
        margin-left: auto;
    }
    section.how_toparticipate h2.sec_head {
        font-size: 25px !important;
        padding-bottom: 10px !important;
    }
    .megab_box.mega_gray .d_text i ,
    .megab_box .d_text i{
        font-size: 14vw;
    }
    .winner_Box .winnerbox_img img {
        width: 75% !important;
        height: 75% !important;
        object-fit: cover;
    }
    .partciapte_box h3{
        font-size: 47px !important;
        margin-bottom: 0px;
    }
    .winner_Box .winner_txt {
        width: 100% !important;
        padding: 0px !important;
    }
}

@media (max-width: 600px) {
    .foot_page {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    footer .foot_bottom {
        margin: 0;
        background: #62082e;
        padding: 14px 0px;
    }
    /* .mega_banner_sec .mega_timer{
        flex-direction: column;
    } */
    .winner_Box .winner_txt {
        width: 100% !important;
        padding: 0px !important;
    }
    .winner_Box .winnerbox_img img {
        width: 75% !important;
        height: 75% !important;
        object-fit: cover;
    }
    .partciapte_box h3{
        font-size: 47px !important;
        margin-bottom: 0px;
    }
    .mega_banner_sec .mega_timer {
        width: 100% !important;
        margin-left: auto;
    }
    section.how_toparticipate h2.sec_head {
        font-size: 25px !important;
        padding-bottom: 10px !important;
    }
    .megab_box.mega_gray .d_text i ,
    .megab_box .d_text i{
        font-size: 6vw !important;
    }
    section.megaboxes {
        padding: 50px 0px 0px;
    }    
    section.recent_winner::before,
    section.recent_winner::after {
       content: "";
       width: 0%;
   }
    .partciapte_box {
        border: 1px solid #faf3f3;
        margin-bottom: 10px;
        border-radius: 10px;
        padding: 21px 18px;
    }
    .foote_menu a {
        padding: 5px;
        font-size: 13px;
    }

    .footsocial {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
    }

    .foot_page a {
        border: 0;
        box-shadow: none;
        padding: 5px;
        margin: 0 5px;
    }

    .jackpot_log img {
        max-width: 90px;
    }

    .mega_banner .mega_head {
        font-size: 20px;
    }

    .mega_banner {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .mega_banner&gt;div {
        width: 100%;
    }
    section.contact_banner .contactbanner_txt h3 {
        text-align: center;
    }
    section.contact_banner .contactbanner_txt p {
        text-align: center;
    }
    .jackpot_log {
        text-align: center;
    }

    .foot_page {
        text-align: center;
    }

    .contact_form {
        /* padding: 15px; */
        padding: 20px 16px;
        margin-top: 15px;
    }

    .contact_form .row .col-6 {
        width: 100%;
    }

    .foote_menu {
        justify-content: center;
    }

    footer&gt;.container&gt;.row .col {
        width: 100%;
        flex: 100%;
    }

    .foot_logo img {
        margin: 0 auto;
        margin-top: -21px;
    }

    .winbox_3 {
        padding: 10px;
    }

    .winningbox-3sec .row .col {
        margin-bottom: 20px;
    }

    .wincircle_btn a {
        font-size: 13px;
        margin-top: 5px;
    }

    .wincircle_btn.mb-4 {
        margin-bottom: 10px !important;
    }

    .winbox_3 h2 {
        font-size: 14px;
    }

    .winbox_3 h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .winnumber .wincirclenum {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .winnumber {
        margin-bottom: 5px !important;
    }

    .draw_form {
        flex-wrap: wrap;
        width: 100%;
    }

    .draw_form .form-group {
        width: 100%;
        margin: 10px 0;
    }

    .winbox_table div {
        padding: 5px 10px;
    }

    .winbox_table div strong {
        font-size: 14px;
    }

    .winbox_table_persone .winmember .winmember_img {
        height: auto;
        width: 130px;
    }

    .winbox_table_persone .winbox_table_personeinfo {
        width: calc(100% - 140px);
    }

    .wincircle_btn a {
        padding: 6px 5px;
    }

    .table_area {
        padding: 10px;
    }

    .table table th {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        padding: 5px;
    }

    .table table td {
        font-size: 14px;
        padding: 5px;
    }

    .table table td .dotsdata .dots {
        width: 18px;
        height: 18px;
    }

    .draw_form .form-group label,
    .draw_form .form-control {
        font-size: 14px;
    }

    .filterdata .filter_row {
        flex-wrap: wrap;
        padding: 15px 20px;
        justify-content: center;
    }

    .filter_row&gt;* {
        text-align: center;
        width: 100%;
        margin: 5px 0;
    }

    .filterdata .filter_row .filtnum .filtnimcircle span {
        margin: 0 3px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    .filterdata .filter_row .filtpwer a,
    .filterdata .filter_row .nextcircle a {
        font-size: 15px;
    }

    .filterdata {
        padding: 15px;
    }

    .secheading h2 {
        font-size: 20px;
        margin-top: 0px;
    }

    .secheading h2 small {
        font-size: 13px;
        color: #534b4b;
    }

    .filterdata .filter_row .nextcircle a {
        margin: 0 auto;
    }

    .gallery-sec .row .col-4 {
        width: 100%;
    }

    .winnerimage_people img {
        width: auto;
        max-height: 220px;
    }

    .gallbox .gallboxbot h2 {
        font-size: 25px;
    }

    .gallbox .gallboxbot h3 {
        font-size: 16px;
    }

    .abo_img img {
        width: 100%;
    }

    .about_Sec .row .col {
        flex: 100%;
        width: 100%;
    }

    .about_Sec .row {
        margin: 0;
    }

    section.about_Sec p {
        font-size: 14px;
    }

    .howtoplay .row .col {
        flex: 100%;
        width: 100%;
    }

    .howplay_lasrgetext {
        font-size: 16px;
    }

    .howplay img {
        max-width: 100%;
    }

    .howplay_padding {
        padding: 0;
    }
}

/* faq by sujit*/



.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

body,
html {
    width: 100%;
    /* background: #f4f3f3; */
    background-color: #FFFFFF;
}

.banner_Image {
    background-image: url(../img/Group204.png);
    width: 100%;
    height: 227px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    /* margin-top: 30px; */
    position: relative;
}

.how_To {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
}



.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

/* #accordionExample2{
    margin-top: 15px;
  } */

.accordion_all_section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

div#accordionExample {
    margin-top: 25px;
}

.accordion-button::after {
    background-color: #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 50px;

}

.accordion-button {
    background: #F0F0F0;
}

.accordion-button.collapsed::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23f00' d='M8 2a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2H9v4a1 1 0 0 1-2 0V9H3a1 1 0 0 1 0-2h4V3a1 1 0 0 1 1-1z'/%3e%3c/svg%3e");

}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24" stroke="currentColor"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 12H6" stroke="red"/%3E%3C/svg%3E');

}


/* footer css start here.. */

#top_Space {
    margin-top: 60px;
}

/* checkout by sujit */
.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.banner_Img {
    width: 100%;
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_First {
    width: 100%;
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section_1 {
    margin-top: 30px;
}

.to_Know {
    font-family: Poppins;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 36px;
    color: #FFFFFF;
}

.uwinn {
    font-family: Poppins;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 46px;
    color: #FFDD00;
}

.check_Our {
    font-family: Poppins;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
}

/* .button_1 {
    width: 190px;
    height: 52px;
    border-radius: 100px;
    border: 2px solid #FFFFFF;
} */

.view_Results {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 9px;
}

.space_Manage {
    position: absolute;
    top: 14%;
    left: 18%;
}

.you_Are {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin-top: 15px;
}

.card_Small {
    width: 100%;
    height: 53px;
    border-radius: 15px;
    background: #F3F3F3;
    position: relative;
}

.logo_Flex {
    display: flex;
    margin-top: 16px;
}

.logo_Flex3 {
    display: flex;
    margin-top: 16px;
    position: absolute;
    left: 55%;
}

.man_Logo {
    width: 17.5px;
    height: 20px;
    margin-top: 3px;
}

.harpreet_Kaur {
    font-family: Rounded Mplus 1c;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #373737;
    margin-top: -3px;
    margin-left: 9px;
}

.ticket_Details {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    margin-top: 15px;


}

.horizontal-line13 {
    margin-top: 12px;
    width: 100%;
}

/*play-css by sujit */
.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.heading2 {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 600;
    /* line-height: 120px; */
    line-height: 70px;
    letter-spacing: 0.4000000059604645px;
    color: #EFEFEF;
    margin-top: 30px;
}

.identity_What {
    font-family: Poppins;
    /* font-size: 27px; */
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    color: #222222;
}

.it_Is {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #3D3D3D;
    width: 92%;
    margin: 0 auto;
    text-align: end;
}

.rectangle_43 {
    width: 100%;
    height: 339px;
    border-radius: 31px;
}

.section_2 {
    margin-top: 30px;
}

.section_3 {
    margin-top: 35px;
}

.number_02 {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 600;
    /* line-height: 120px; */
    line-height: 70px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: #EFEFEF;
    margin-top: 30px;
}

.think_Of {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    text-align: initial;
    color: #222222;
    width: 116%;
}

.description p{
    /*font-family: Rounded Mplus 1c;
    font-size: 16px;
    /* font-size: 18px; 
    font-weight: 400;
    line-height: 30px;
    color: #3D3D3D;*/

    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #3D3D3D;
    width: 100%;
    margin: 0 auto;
}

.number_03 {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 600;
    /* line-height: 120px; */
    line-height: 70px;
    letter-spacing: 0.4000000059604645px;
    text-align: right;
    color: #EFEFEF;
    margin-top: 148px;
}

.schedule_Day {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    text-align: right;
    color: #222222;
}

.it_Is3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #3D3D3D;
    width: 92%;
    margin: 0 auto;
    text-align: end;
}

.frame_189 {
    max-width: 100%;
    height: auto;

}

.section_4 {
    margin-top: -70px;
}

.where_To {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: #000000;
    margin-top: 43px;

}

.play_1 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: #CA034F;
}

.main_Color {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #F5F5F5;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 17px;
}

.main_Center {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

li.content_Space {
    margin-bottom: 10px;
    margin-left: 40px;
}

/* footer css start here.. */

.section_Two {
    margin-top: 5px;
}

.large_Box {
    /* width: 628px; */
    width: 100%;
    height: 529px;
    border-radius: 20px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

/* .let_Talk {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #000000;
    padding-top: 44px;
} */



.inner-form-content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    /* color: #fff; */
}

.inner_Submit button {
    width: 206px;
    height: 44px;
    border-radius: 100px;
    background: #CC0250;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #CC0250;
    color: #FFFFFF;

}

.inner_Submit button:hover {
    background-color: #FFFFFF;
    color: #CC0250;
}

.input-group-addon {
    position: absolute;
    left: 283px;
    color: #F3821B;
    top: 36px;
}

.custom-select-wrapper {
    position: relative;
    width: 200px;
}

.placeholder-box2 {
    width: 100%;
    /* height: 127px; */
    padding: 10px;
    border: 2px solid #EDEDED;
    border-radius: 5px;
    box-sizing: border-box;
}

.inner_Submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

/* .team_1{
    width: 100%;
    height: 594px;
   
    
} */











/* About css start here..... */
/*join now by sujit*/
/* .banner_Image {
    background-image: url(../img/Group204.png);
    width: 100%;
    height: 227px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    margin-top: 30px;
} */

/* .how_To {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 100px;
} */

.two_Section {
    margin-top: 10px;
}

.large_Box {
    /* width: 628px; */
    width: 100%;
    height: 529px;
    border-radius: 20px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

/* .let_Talk {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #000000;
    padding-top: 44px;
} */

.placeholder-box {
    width: 100%;
    /* height: 52px; */
    height: 43px;
    border-radius: 100px;
    border: 2px solid #EDEDED;
    background: #FFFFFF;
    padding: 15px;

}

.inner-form-content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    /* color: #fff; */
}

.inner_Submit button {
    width: 206px;
    height: 44px;
    border-radius: 100px;
    background: #CC0250;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #CC0250;
    color: #FFFFFF;

}

.inner_Submit button:hover {
    background-color: #FFFFFF;
    color: #CC0250;
}

.input-group-addon {
    position: absolute;
    left: 283px;
    color: #F3821B;
    top: 36px;
}

.custom-select-wrapper {
    position: relative;
    width: 200px;
}

.placeholder-box2 {
    width: 100%;
    /* height: 127px; */
    padding: 10px;
    border: 2px solid #EDEDED;
    border-radius: 5px;
    box-sizing: border-box;
}

/* .inner_Submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
} */

/* payment_details by amrit*/


.breadcrumbs .active&gt;a {
    color: #fff !important;
}

.payment_details ul {
    margin: 0px;
    list-style: none;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    padding: 0px 17px;
    margin-top: 16px;
}

.payment_details ul li,
.total_price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 7px 0px;
    /* border-bottom: 1px springgreen; */
    border-bottom: 1px solid #dee2e696;
}

.ticket_type&gt;ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 7px 0px;
    margin: 0px;
}

.payment_details ul li p,
.logo_Flex p,
.winner_Box p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    margin: 0px;
}

.payment_details ul li h1 {
    font-size: 17px;
}

.total_price {
    background: #F4F4F4;
    border-radius: 100px;
    padding: 14px 19px;
    margin: 18px 0px;

}

.payment_details_section {
    padding: 20px 0px;
}

.banner_First&gt;img {
    width: 100%;
    margin: 107px 0px 0px;
}

.uwinn {
    color: #FFDD00;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 33px;
}

.check_out_btn {
    text-align: center;
}

.view_Results {
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 19px;
}

.check_out_btn .view_Results:hover {
    background-color: #fff;
    color: #000;
}

.check_out_btn {
    margin: 22px 0px 0px;
}

.space_Manage {
    position: absolute;
    top: 121px;
    left: 36%;
}

.to_Know,
.check_Our {
    font-style: italic;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}

.ticket_type {
    color: #000000;

}
.trnsection_history_list .row{
    border: 1px solid #80808045;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 10px 0px;
}
.ticket_details_headings h4,
.trnsection_history_list h1{
    font-family: Poppins !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    padding-top: 0px !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 8px !important;
}

.trnsection_history_list ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0px;
    justify-content: space-between;
    margin: 0px;
}
.trnsection_history_list {
    width: 100%;
    background-color: #fff;
    padding: 9px 15px;
    border-radius: 10px;
}
.trnsection_history_list .transection_innersection:nth-child(even){
    margin-right: 0px !important;
}
.btn-close_model{
    position: absolute;
    right: -11px;
    border: none;
    top: -15px;
    border-radius: 100px;
    padding: 0px 7px;
    background-clip: red;
    background-color: #a40b26;
    color: #fff;
    visibility: 1;
    font-size: 23px;
}
.trnsection_history_list p{
    font-size: 15px !important;
}
.breadcrumbs {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: start;
}

.breadcrumbs li {
    width: 50%;
}

.breadcrumbs li:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 7% 50%);
    margin-left: -25px;
    padding-left: 45px;
    padding: 12px 48px;
    background: #EDEDED;
    color: #000000;
    border-radius: 0px 15px 15px 0px;
    width: 55%;
}

.breadcrumbs li:nth-child(2)&gt;a {
    color: #000;
}

.breadcrumbs li:nth-child(1) {
    clip-path: polygon(0% 0%, 90% 0, 97% 50%, 90% 100%, 0% 100%);
    background: #CC0250;
    color: #fff;
    padding: 12px 12px;
    border-radius: 15px 0px 0px 15px;
}

.card_Small {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 12px 0px;
}

.card_Small .logo_Flex {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.payment_details_section .sub_heading {
    margin: 20px 0px;
}

.power_stripe img,
.youtube_bideos img {
    width: 100%;
}

.youtube_bideos img {
    width: 100%;
}

.ticket_type ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #E9E9E9;
    width: 32%;
}

.ticket_type p {
    margin: 0px;
    font-weight: 600;
    margin-left: 9px;
    font-size: 14px;
}

.ticket_type input[type=radio],
.product_summry input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: 0px;
}

.breadcrumbs .active {
    background-color: #C7014E !important;
}

.payment_card ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.payment_card ul li img {
    width: 46px;
    height: 30px;

    object-fit: contain;
    object-position: center;
}

.payment_card&gt;ul&gt;li {
    display: flex;
    justify-content: space-between;
    margin: 6px 0px;
}

.payment_card .card_info p {
    color: #6E7179;
    margin: 0px 10px;
    line-height: 25px;
    font-size: 19px;
}

.card_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home_container-fluid {
    width: 100%;
    overflow: hidden;
}

/* winner page*/
.winner_box img {
    width: 100%;
}

/* .winner_box {
    border: 3px solid #EAEAEA;
    padding: 10px;
    border-radius: 8px;
    margin: 7px 0px;
} */

.winner_box p {
    text-align: center;
    margin: 10px 0px 0px;
}











/* my-profile css start here... */

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

body,
html {
    width: 100%;
    /* background: #f4f3f3; */
    background-color: #FFFFFF;
}

.group_204 {
    width: 100%;
    height: 227px;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 30px; */
}

.my_Account {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myprofile_Banner {
    position: relative;
}

.small_Card {
    width: 259px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #E1E1E1;
    margin-top: 30px;
    overflow: hidden;

}

.profile_Section {
    width: 100%;
    height: auto;
    padding: 12px 16px 12px 16px;
    background-color: #CC0250;
    /* border-radius: 10px 10px 0px 0px; */

}

#profile_1 {
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-left: 9px;
    /* font-family: "M PLUS Rounded 1c", sans-serif; */
    font-weight: 400;
    font-size: 15px;

}

#profile_2 {
    /* font-family: Poppins;
    font-size: 18px;
    font-weight: 600; */
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-left: 9px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;


}

.ticket_Section {
    width: 100%;
    height: auto;
    padding: 0 10px;
}

.card_Big {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #F3F3F3;
    margin-top: 30px;
    padding-bottom: 30px;

}

.profile_Details {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
    color: #222222;
    padding-top: 12px;
}

.inner-form-content {
    /* display: flex;
    flex-direction: column; */

}

/* .placeholder-box {
    width: 100%;
    height: 52px;
    border-radius: 100px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    padding: 15px;
    margin-top: 12px;

} */



.button_End {
    display: flex;
    justify-content: flex-end;
}

.button_1 p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 14px;
}

.button_2 p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 14px;
}

form.contact-form {
    margin-top: 12px;
}

label {
    margin-bottom: 9px;
    font-size: 16px;
    color: rgba(92, 92, 92, 1);
}

input.placeholder-box {
    color: #000000;

}
.dropdown-toggle::after {
    display:none;
}
#drop_down_username{
    color: #000;
    margin-left: 6px;
}
span.circle_Logo {
    /* background-color: #E1E1E1; */
    background: #EFEFEF;
    border-radius: 100px;
    padding: 4px 5px;
}

.changecolor_Logo {
    color: #bf005c;
}

span.circle_Logo2 {
    /* background-color: #E1E1E1; */
    border-radius: 100px;
    padding: 4px 0px;
    background: #EFEFEF;
}

span.circle_Logo3 {
    /* background-color: #E1E1E1; */
    background: #EFEFEF;
    border-radius: 100px;
    padding: 4px 0px;
}

span.circle_Logo4 {
    /* background-color: #E1E1E1; */
    background: #EFEFEF;
    border-radius: 100px;
    padding: 4px 0px;
}

i#logout_4 {
    transform: translate(-10%, -7%) rotate(180deg);
}

 
hr {
    /* margin-bottom: 0px; */
    margin: 0;
}

.button_1,
.button_2 {
    /* display: inline-block;
        border-radius: 100px;
        background: #C7014E;
        margin-top: 18px;
        padding: 6px 40px;  */
    width: 100%;
    background: #C7014E;
    color: #fff;
    border-radius: 50px;
    min-height: 45px;
    box-shadow: none;
    max-width: 250px;
    margin-top: 18px;

}



p {
    margin: 0;
}


/* Wallet Transfer css start here... */

.profile_Section2 {
    width: 100%;
    height: auto;
    padding: 12px 16px 12px 16px;
    background-color: #CC0250;

}

.card_Big2 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #F3F3F3;
    margin-top: 30px;
    padding-bottom: 23px;
}

.wallets_1 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #222222;
}
.note_point{
    color: #C7014E;
    margin-top: 13px;
}
#credit p{
    max-width: 148px;
}


.button_3 p {
    width: 100%;
    background: #C7014E;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #C7014E;
    /* min-height: 36px; */
    box-shadow: none;
    /* max-width: 221px; */
    /* margin-top: 0px; */
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
    padding: 8px 19px;

}

.button_3 {
    display: flex;
    justify-content: flex-end;
    margin-right: 8px;
}

.additional-box {
    position: relative;
}

.additional-box::before {
    content: "AED 0";
    display: inline-block;
    padding: 5px 37px;
    background: #FF9900;
    color: white;
    border-radius: 100px;
    cursor: pointer;
}

.additional-box2::before {
    content: "AED 1000";
    display: inline-block;
    padding: 5px 24px;
    background: #FF9900;
    color: white;
    border-radius: 100px;
    cursor: pointer;
}

.inner-form-content {
    position: relative;

}

.additional-box {
    position: absolute;
    /* top: 12%; */
    top: 9%;
    right: 2%;
}

.additional-box2 {
    position: absolute;
    /* top: 12%; */
    top: 9%;
    right: 2%;
}

.card_Big3 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* background: #F3F3F3; */
    background-color: #FFFFFF;
    margin-top: 17px;
    padding-bottom: 14px;
}

.select_Transaction {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    padding-top: 10px;
}

.horizontal-line {
    margin-top: 10px;
}

.placeholder-box2 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    /* padding: 15px; */
    margin-top: -2px;
}

input[type="radio"] {
    margin-left: 10px;
    /* Agar aapko spacing chahiye text aur radio button ke beech mein */
}

input#radioButton {
    position: absolute;
    top: 35%;
}

input#radioButton2 {
    position: absolute;
    top: 38%;
}

.placeholder-box3 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box3 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    margin-top: 1px;
    padding-left: 28px;


}

.placeholder-box3::placeholder {
    color: #000000;
}

.large_Box {
    width: 100%;
    height: auto;
    border: 2px solid #E9E9E9;
    background: #FFFFFF;
    margin-top: 0px;
    border-radius: 10px;
    padding: 0px 23px 30px;
}

.large_Box3 {
    width: 100%;
    height: auto;
    border: 2px solid #E9E9E9;
    background: #FFFFFF;
    margin-top: 17px;
    border-radius: 10px;
    padding-bottom: 17px;
}

.move_Money {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    margin-top: 8px;
}

.enter_Transfer {
    font-family: Rounded Mplus 1c;
    font-size: 19px;
    font-weight: 400;
    line-height: 28.22px;
    color: #5C5C5C;
    margin-top: 6px;


}

.additional-box4::before {
    content: "AED";
    display: inline-block;
    padding: 10px 11px;
    background: #CC0250;
    color: white;
    cursor: pointer;
    border-radius: 0px 100px 100px 0px;


}

.placeholder-box4 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box4 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    /* padding: 15px; */
    margin-top: -9px;
}

.additional-box4 {
    position: absolute;
    top: -27%;
    right: 0%;
}

.inner_Submit button {
    padding: 9px 30px;
    border-radius: 100px;
    background: #CC0250;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #CC0250;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.inner_Submit button:hover {
    background-color: #FFFFFF;
    color: #CC0250;
}

.add_Plus {
    margin: 0px 4px;
}

 

.circle_Logo {
    color: #111111;
}

.circle_Logo2 {
    color: #111111;
}

.circle_Logo3 {
    color: #111111;
}

.circle_Logo4 {
    color: #111111;
}

/* wallet2-transfer css start here...... */

.large_Box2 {
    width: 100%;
    height: auto;
    border: 2px solid #E9E9E9;
    background: #FFFFFF;
    margin-top: 17px;
    border-radius: 10px;
    padding-bottom: 15px;
}

.minimal_Withdrawal {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    margin-top: 10px;
}

.enter_Your2 {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 31.5px;
    color: #0C0A0A;
    margin-top: 18px;
}

.placeholder-box5 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box5 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    margin-top: 0px;
    padding-left: 28px;


}

.placeholder-box5::placeholder {
    color: #000000;
}

.placeholder-box6 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box6 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    background: #F3F3F3;
    margin-top: -4px;
}

.inner_Submit2 button {
    padding: 9px 30px;
    border-radius: 100px;
    background: #CC0250;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #CC0250;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.inner_Submit2 button:hover {
    background-color: #FFFFFF;
    color: #CC0250;
}



/* my-tickets page css start here........ */

.my_Ticketspage ,
.trnsection_history_list h1{
    font-family: Poppins;
    /* font-size: 24px;
    color: #222222; */
    font-weight: 500;
    line-height: 40px;
    padding-top: 10px;
    font-size: 20px;
    color: #000;
}

.card_Bigticket {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #F3F3F3;
    margin-top: 30px;
    padding-bottom: 7px;
}



.select_Date::before {
    display: inline-block;
    padding: 5px 24px;
    color: red;
    border-radius: 100px;
    cursor: pointer;
}

.select_Date {
    position: absolute;
    top: 12%;
    right: 2%;
}

.placeholder-box8 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    /* box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px; */
    border-radius: 50px;
}

.placeholder-box8 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    /* padding: 15px; */
    margin-top: -9px;
}

.ticket_Spacenumber {
    margin-top: 10px;
}

.all_Button {
    width: 65px;
    height: 48px;
    border-radius: 100px;
    background-color: #CC0250;
}

.tabs_6 {
    margin-top: 1rem;
}
 
.w3-bar.w3-black {
    margin-top: 4px;
}

.mar_12 {
    font-family: Poppins;
    font-weight: 500;
    line-height: 22px;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    margin-top: 17px;
}
.horizontal_Line100 {
    margin-top: -28px;
}

.banner_Tickets {
    width: 100%;
    height: 54px;
    /* border-radius: 10px 10px 0px 0px; */
    /* background: linear-gradient(90.13deg, #C1044D 68.51%, #FDCA12 100.86%); */
    border-radius: 10px;
    margin-top: 8px;
    background: #FFFFFF;

}

.banner_Tickets2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.text_Tickets {
    color: #FFFFFF;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.ticket_March12 {
    /* margin-top: 10px; */
    background: #FFFFFF;
}

.circle_01 {
    width: 36px;
    height: 36px;
    background: #EDEDED;
    border-radius: 100px;
    margin: 0px 2px;
}

.number_011 {
    line-height: 24.51px;
    text-align: center;
    padding-top: 6px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.circle_Flex {
    display: flex;

}

.circle_Flex2 {
    display: flex;
    margin-left: 16px;
    margin-top: 4px;

}

/* tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
     padding-top: 20px;
     padding-bottom: 20px;
    border-width: 0;
} */
tr.tickets_Bannerchange {
    background: linear-gradient(90.13deg, #C1044D 68.51%, #cc0250 100.86%);
    border-radius: 10px 10px 0px 0px !important;
}

button.btn.Download {
    color: #C7014E;
    /* font-family: Poppins; */
    /* font-size: 14px; */
    /* font-weight: 500; */
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    background: #FCE7EF;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;

}

td.number_Aed {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    line-height: 30px;
    /* color: #000000; */
}

td.straight_4 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    line-height: 30px;
    /* color: #000000; */

}

th.mar_12 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    line-height: 30px;
    padding-left: 16px;
    /* color: #000000; */

}


.tickets_Bannerchange th:first-child {
    border-top-left-radius: 10px;
}

.tickets_Bannerchange th:last-child {
    border-top-right-radius: 10px;
}

.tickets_Space td {
    padding-bottom: 15px;
    padding-top: 15px;
    white-space: nowrap;

}

span.circle_Logo22 {
    /* background-color: #E1E1E1; */
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 4px 4px;
}

span.circle_Logo33 {
    /* background-color: #E1E1E1; */
    border-radius: 100px;
    padding: 5px 3px;
    background: #EFEFEF;
}
.w3-container{
    overflow: auto;
}
span.circle_Logo44 {
    /* background-color: #E1E1E1; */
    border-radius: 100px;
    padding: 5px 11px;
    background: #EFEFEF;
}

span.circle_Logo45 {
    /* background-color: #E1E1E1; */
    border-radius: 100px;
    padding: 4px 8px;
    background: #EFEFEF;
}

span.circle_Logo46 {
    /* background-color: #E1E1E1; */
    border-radius: 100px;
    padding: 4px 7px;
    background: #EFEFEF;
}

.ticket_Wallet {
    margin-left: 5px;
    margin-bottom: 2px;
    width: 17px;
}

th.text_Tickets {
    padding-left: 16px;
}

/* ::-webkit-calendar-picker-indicator {
    filter: grayscale(100%);
} */
::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"&gt;&lt;path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/&gt;&lt;/svg&gt;');
}




/* Winner css start here.. */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Salsa&amp;display=swap');

.w3-bar-item.w3-button {
    padding: 7px 27px;
    background-color: #CC0250;
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.w3-bar-item.w4-button {
    padding: 9px 18px;
    background: #F5F5F5;
    /* background: #FFFFFF; */
    /* color: #000000; */
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    margin: 0px 1px;
}

.w3-bar-item.w4-button2 {
    padding: 9px 18px;
    background: #FFFFFF;
    /* color: #000000; */
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    margin: 0px 1px;
}

.winner_box:hover {
    background: linear-gradient(253.47deg, #FFDD00 0.86%, #C7014E 54.25%);

}

.w3-bar-item.w4-button2:hover {
    background-color: #C51756;
    color: #FFFFFF;
}

.w3-bar-item.w4-button:hover {
    background-color: #C51756;
    color: #FFFFFF;
}



/* .winner_box {
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
} */

.winner_box p {
    text-align: center;
    /* margin: 10px 0px 0px; */
    margin-top: -33px;

}

.winner_box p:hover {
    color: white;
}

.space_Manage12 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.winner_1 {
    color: #C51756;

}

.winner_Gallery {
    font-family: Poppins;
    font-size: 31px;
    font-weight: 500;
    line-height: 52.5px;
    margin-top: 40px;

}

.select_Draw {
    margin-top: -6px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #000;

}

.winner_box2 {
    text-align: center;
    /* padding: 10px; */
    border-radius: 8px;
    margin-bottom: 20px;
}

.winner_box2 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.winner_box2 p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}



.placeholder-box25 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box26 {
    border: 1px solid rgba(237, 237, 237, 1);
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgb(9 30 66 / 10%) 0px 4px 8px -2px, rgb(9 30 66 / 0%) 0px 0px 0px 1px;
    border-radius: 50px;
}

.placeholder-box25 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    /* padding: 15px; */
    margin-top: -13px;
}

.placeholder-box26 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    /* padding: 15px; */
    margin-top: -8px;
}

.banner_First&gt;img {
    width: 100%;
    margin: 47px 0px 0px;
}

.sub_heading {
    /* margin: 0; */
    font-size: 16px;
    color: #000;
    margin-top: 3px;
}

.w3-bar.w3-black {
    margin-top: 8px;
}

/* thank you css start here........ */

.done1_Img {
    text-align: center;
    /* height: 100vh; */
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 100%;
}

.done1_Img img {
    /* max-width: 100%;
    height: auto;
    display: inline-block; */
}

.Congratulations_1 {
    /* font-family: Salsa; */
    /* font-size: 35px; */
    font-size: 29px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #008A50;
}

.congratulations_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.your_Payment {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-top: 13px;
}

.it_Long {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #585858;
    width: 100%;
    text-align: justify;
    margin-top: -8px;


}

.button_Last p  ,.button_Last a {
    /* width: 100%; */
    background: #C7014E;
    color: #fff;
    border-radius: 50px;
    min-height: 45px;
    box-shadow: none;
    /* max-width: 250px; */
    margin-top: 18px;
    text-align: center;
    padding-top: 10px;
    padding: 9px 49px;
}

.button_Last {
    display: flex;
    justify-content: flex-end;
}

.cross_Symbol {
    color: red !important;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 82%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 20px;
    height: auto;
    padding: 20px 11px;
}

.modal-header {
    border: none;
}

.img_X {
    position: relative;
}
/* 
.img_X img {
    position: absolute;
    right: -159px;
    top: 50%;
    transform: translateY(69%);
} */

.it_Long99 {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #585858;
    width: 99%;
    text-align: center;
    margin-top: 11px;
}

/* changes css here again */

.mega_banner.align-items-center.justify-content-center {
    border-radius: 25px;
}

.wrapper_2 {
    /* padding-top: 60px; */
    background-color: white;
}

section.mega_banner_sec.backpage {
    margin-top: 45px;
}

.button_1,
.button_2 {
    width: 100%;
    background: #C7014E;
    color: #fff;
    border-radius: 50px;
    min-height: 45px;
    box-shadow: none;
    max-width: 200px;
    margin-top: 18px;

}

.button_1:hover {
    background-color: #FFFFFF;
    border: 1px solid #C7014E;
    color: #C7014E;
    cursor: pointer;
}

.button_2:hover {
    background-color: #FFFFFF;
    border: 1px solid #C7014E;
    color: #C7014E;
    cursor: pointer;
}

.button_1 p:hover {
    color: #C7014E;
}

.button_2 p:hover {
    color: #C7014E;
}

.button_Last p:hover {
    background-color: #FFFFFF;
    border: 1px solid #C7014E;
    color: #C7014E;
    cursor: pointer;
}

.button_3 p:hover {
    background-color: #FFFFFF;
    border: 1px solid #C7014E;
    color: #C7014E;
    cursor: pointer;
}

.row.winner_Spacecard2 {
    margin-top: 23px;
}

.row.winner_Spacecard {
    margin-top: 4px;
}

.winner_Line1 {
    margin-top: -39px;
}

.row.winner_Space {
    margin-top: 15px;
}

.winner_Line9 {
    margin-top: -38px;
}

p.lorem_Printing3 {
    margin-top: -8px;
}

img.about_Img2 {
    margin-top: 12px;
}

.sub_heading5 {
    /* margin: 0; */
    font-size: 16px;
    color: #000;
    margin-top: -10px;
}

.join_Ourright {
    margin-left: 58px;
}
body{
    /* min-height: 100%; */
    position: relative;
}
.game-button {
    padding: 8px 18px;
    background: #FFFFFF;
    border: none;
    /* bordew3-bar-item.wr-radius: 100px; */
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    margin: 0px 1px;
    border-radius :20px;
}

.inner_Submit3 button {
    padding: 9px 30px;
    border-radius: 100px;
    background: #CC0250;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #CC0250;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.inner_Submit3 button:hover {
    background-color: #FFFFFF;
    color: #CC0250;
}


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


.breadcrumbs {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: start;
    margin-top: 45px;
}

.payment_details {
    margin-top: 12px;
}

.payment_Horizontalline {
    margin-top: 11px;
}

.checkout_Logo {
    margin-top: -14px;
}

.horizontal-Details {
    margin-top: -9px;
}

.product_summry_in {
    margin-top: 14px;
}

.horizontal-Type {
/*    margin-top: -6px;*/
}

.ticket_type {
    color: #000000;
    margin-top: 7px;
}

.payment_details .fill_btn:hover {
    background-color: white;
    color: #c7014e;
    border: 1px solid #c7014e;
}

.space_Manage_5 {
    position: absolute;
    top: 108px;
    left: 16%;
}


.contact_detail {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.contact_detail p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.power_stripe {
    padding-top: 6px;
    padding-bottom: 30px;
    background: #fff;
    margin: 34px auto 10px;
}

.pick_Space {
    margin-top: -16px;
}

#Homedemo_carousel.owl-theme .owl-dots .owl-dot span {
    background: white;
}

#Homedemo_carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}


#Homedemo_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: yellow !important;
}

#Homedemo_carousel.owl-theme .owl-dots .owl-dot.active span {
    background: yellow !important;
}

.space_Joinour {
    margin-top: 32px;
}

i.fa-solid.fa-play.index_Play {
    margin-left: 8px;
}

img.draw_Regularimg {
    margin-top: -3px;
}

#profile_11 {
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-left: 9px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #C51756;
}

#profile_12 {
    line-height: 27px;
    letter-spacing: -0.02em;
    /* color: #6D6C6C; */
    margin-left: 9px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #6D6C6C;
}

.profile_Section3 {
    width: 90%;
    height: auto;
    padding: 12px 16px 12px 16px;
    background-color: #CC0250;
    border-radius: 15px;
    margin-left: 13px;
}

.accordion-button::after {
    background-color: #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 10px 10px;


}

.index_Btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #880739;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    margin-left: 13px;
    text-align: center;
    text-decoration: none;
    /* margin: 0;  */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

img.solar_Cart {
    width: 17px;
    margin-top: -4px;
    margin-right: 6px;
}

.w3-bar-item.w5-button:hover {
    background-color: #CC0250;
    color: white;
}

.user_Indexbtn {
    display: inline-block;
    padding: 0px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #F0F0F0;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    margin-left: 13px;
    text-align: center;
    text-decoration: none;
    /* margin: 0;  */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
}


#navmenu ul li:last-child a {
    border-right: none;
}



.user_Nameindex {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: #000000;
    /* margin: 6px 9px; */


}


.dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
}

.dropdown-menu {
    margin-top: 0;
}

button#dropdownMenuButton {
    display: flex;
}

.user_Circle1 {
    display: inline-block;
    background: white;
    padding: 1px 6px;
    border-radius: 100px;
    margin: 0px 9px;
    margin-left: 0px;
}


.dropdown-toggle::after {
    margin-top: 9px;
    margin-left: 5px;
}

.dropdown-menu {
    border: none;
}

.small_Carddropdown2 {
    width: 180px;
    height: auto;
    border-radius: 9px;
    border: 1px solid #E1E1E1;
    /* margin-top: 19px; */
    background-color: #ffffff;
    left: 0px;
    transform: translate(-57px, 12px);
    /* overflow: hidden; */
    padding: 0px 0px;
}

.small_Carddropdown {
    /* width: 259px; */
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 2px solid #E1E1E1;
    margin-top: 10px;
}

button#dropdownMenuButton {
    background: #F0F0F0;
    border: none;
    border-radius: 100px;
    outline: none !important;
}

.name_Male {
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
}

.dropdown-toggle::after {
    margin-top: 9px;
    margin-left: 5px;
    color: #000000;
}

button#dropdownMenuButton:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}

img.ticket_Group1 {
    width: 9%;
    margin-left: 5px;
    margin-top: -3px;
}

img.logout_Group2 {
    width: 7%;
    margin-top: -3px;
}

span.circle_Logo1 {
    background: #EFEFEF;
    border-radius: 100px;
    padding: 4px 3px;
}

img.profile_Group1 {
    width: 7%;
    margin-top: -3px;
    margin-left: 5px;
}

.profile_Section2 {
    width: 100%;
    height: auto;
    padding: 12px 16px 12px 16px;
    background-color: #CC0250;
    border-radius: 10px 10px 0px 0px;
}

.sub_heading3 {
    /* margin: 0; */
    font-size: 16px;
    color: #000;
    margin-top: 0px;
}

.payment_card {
    margin-top: 6px;
}

.payment_Horizontalline3 {
    margin-top: 9px;
}

span.icon {
    /*background: #EFEFEF;*/
    /*border-radius: 100px;*/
    /*padding: 6px;*/
    width: 35px;
    display: inline-block;
    text-align: center;
    position: relative;
}
 
 
 span.icon:before {
    position: absolute;
    content: "";
    background: #eee;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-section a:hover span.icon i {
    color: #CC0250;
}

.menu-section a:hover span.icon:before {
    background: beige;
}

span.icon i {
    z-index: 99;
    position: relative;
    color: #56494e;
}

.dropdown-menu .small_Carddropdown2 a{
    color: #000;
    padding: 1px 0px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0px 0 !important;
    border-right: 1px solid #f8f8f8;
    box-shadow: 1px 0px 0px #F0F0F0;
}


/*Amrit css list start */
.prize button{
    background: linear-gradient(0deg, #FFD770, #FFD770),
    linear-gradient(90deg, rgba(255, 153, 0, 0) 35.37%, rgba(255, 153, 0, 0.5) 100%);
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 600;
}
.power_stripe #stripe{
    background-image: url(../img/Card.png);
    height: 134px;
    background-repeat: no-repeat;
    background-size: contain;
}
.numbering h2{
    color: rgba(199, 1, 78, 1);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}
#stripe .mega_timer{
    border: 8px solid #ffe59000 !important;
    justify-content: center !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    background: #fff0 !important;
}
#stripe .mega_timer .timer .tiles span {
    font-size: 40px !important;
}
#stripe .tiles span{
    margin: 0px !important;
}
.numbering{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 31px 0px 0px;
}
.numbering p{
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 600;
}
.prize{
    text-align: center;
    transform: translate(63px, 39px);

}
.power_btn p{
    font-weight: 700;
    color: rgba(204, 2, 80, 1);
    font-size: 29px;
    font-style: italic;
    font-family: 'Poppins';
    position: relative;
    /* background-color: #fff;  */
    background: rgba(240, 240, 240, 1);
    text-align: center;
    border-radius: 9px;
    transform: skew(351deg);
    margin: 40px 25px;
    padding: 4px;
}
.power_btn{
    position: relative;
}
.power_btn button{
    border: none;
    padding: 4px 13px;
    font-size: 18px;
    position: absolute;
    right: 4px;
    top: 7px;
    background-color: #c7014e;
    color: #fff;
    border-radius: 100%;
    font-size: 10;
    font-weight: 500;
}
#product_details{
    background-image: url(../img/bg_img.png);
    background-repeat: no-repeat;
    padding: 40px;
    background-size: cover;
}
.img-fluid{
    width: 100%;
}
.left_logo{
    width: 70% !important;
}
.banner_id{
    width: 200px;
    margin: auto;
}
.ply_btn{
    text-decoration: none;
    font-size: 21px;
    padding: 9px 26px;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
}
.ply_btn:hover{
    background-color: #cb0450;
    color: #fff;
}
.slide_timer .tiles{
    display: flex;
    justify-content: space-around;
}
.slide_timer ul{
    padding:0px;
    margin: 0px;
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.slide_timer .tiles span ,
.slide_timer .labels{
    color:#fff;
    font-size: 22px;
    font-weight: 500;
}
.banner_inner_text{
    margin: -18px;
    height: 118px;
}


.tab .active{
    background: #a70f4f;
    border-radius: 24px;
    padding: 12px 38px;
    color: #fff;
}
#tabs li{
    width: auto !important;
    padding: 0px !important;
}
#tabs li:nth-child(2){
    transform: translate(-53px, 0px);
}
.contact_form ul {
    margin: 39px 35px;
    text-align: center;
}
.tab a{
    background-color: #e9e9e9;
    color: #000;
    border-radius: 24px;
    padding: 12px 38px;
}

/*Amrit css list end */
.draw_result .space_Manage{
    left: 35%;
    top: 35%;
}
.draw_result .uwinn{
    color: #C7014E !important;
    -webkit-text-stroke: 1px #ffffffad;
    font-size: 42px;
}
.draw_result .to_Know ,
.draw_result  .check_Our{
    color: #43174A;
    -webkit-text-stroke: 1px #ffffffad;
    font-size: 27px;
    font-weight: 600;
}
.accordion-header h5{
    margin: 0px;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: capitalize;
}
.inner-content-card .megab_box.mega_gray .d_text i{
    font-size: 2vw;
}
#draw_number_list{
    padding:0px;
    margin:0px;
    display: flex;
    justify-content: space-between;
}
.inner-content-card .mega_gray .product_summry{
    border: 2px solid #e9e9e900;
    border-radius: 15px;
    padding: 0px;
}
.inner-content-card .product_summry .product_summry_row{
    background: #ffffff00;
    padding: 0px;
    justify-content: center;
}
.inner-content-card{
    background: #F3F3F3;
    padding: 20px 16px 0px;
    border-radius: 13px;

}
.inner-content-card   .product_summry .product_summry_row .product_summrynum span{
    background: #f1f2f2;
}
.inner-content-card  .megab_box.mega_gray {
    background: #fff;
    margin-bottom: 0px;
    box-shadow: none;
    padding: 26px 10px;
    height: auto;
    margin-bottom: 20px;
}
.winner{
    background-color: #fff ;
}
.inner-content-card .product_summry .product_summry_row .product_summrynum{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-content-card .btn{
    border: 2px solid #EAEAEA;
    border-radius: 27px;
    padding: 9px 28px;
}
.megha-btn{
    justify-content: space-around;
    margin-top: 16px;
}
.inner-content-card h2{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}
.inner-content-card .megab_box.mega_gray .megabpower_img img {
    height: 24px;
}
.justify-content{
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}
.inner-content-card .megab_box.mega_gray:hover .btn:nth-child(1) {
    background-color: #CC0250;
    color: white;
}
.inner-content-card .megab_box.mega_gray:hover .btn:nth-child(2) {
    background-color: #fff;
    color: #000;
}


.menu-section {

    line-height: 27px;
    letter-spacing: -0.02em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 17px;
    border-bottom: 1px solid #80808040;
}

.menu-section a{
    padding: 10px 16px;
    display: block;
}
 
.menu-section:hover {
    display: block;
    background: #EFEFEF;
}

.menu-section.active{
    background-color: #CC0250;
}


.menu-section span:last-child{
    color: #6D6C6C;
    margin-left: 10px;
}

.menu-section.active span {
    color: #FFFFFF ;
}


.btn-submit ,.btn-reset , .btn-add-credit {
    width: 100%;
    background: #C7014E;
    color: #fff;
    border-radius: 50px;
    min-height: 45px;
    box-shadow: none;
    max-width: 200px;
    margin-top: 18px;
    border :none;
}
.btn-reset, 
.btn-submit{
    min-height: 42px;
    max-width: 173px;
}

a.btn-reset {
    padding: 10px 29px;
    text-decoration: none;
    color: #ffffff;
    line-height: 5;
}
  
.text-image-section-left{
    display: flex;
    flex-direction: row;
}

.text-image-section-right{
    display: flex;
    flex-direction: row-reverse;
}

.main-section-conatiner{
    margin: 40px auto;
}
.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.quick-order span {
    text-align: end;
}
.pagination-section {
    display: flex;
}

.pagination-section li{
    text-decoration: none;
    list-style-type: none;
}

.pagination-section li a {
    color: #fff;
}
.pagination-section li{
    background-color: #c40e4a;
    padding: 7px 12px;
    border-radius: 50%;
    margin-right: 8px;
}
.currentpage {
    padding: 3px;
}
.pagination-section {
    justify-content: flex-end;
}
.quick-buy-container .mob_wrapper {
    max-width: 100% !important;
    margin: 0 auto;
}

span.help-inline {
    color: #ff0000;
}


/*Css list for form responsiveness..*/
.form{
    width: 70%;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .recent_winner  .winner_Box .winnerbox_img img {
        width: 100% !important;
        object-fit: cover;
    }
  .recent_winner  .winnerSwiper .swiper-slide {
        margin: 0 0px;
    }
 /* For mobile phones: */
  .form{
        width: 100%;
        margin: auto;
    }

    .contact_form ul {
        margin: 39px 0px;
        text-align: center;
        width: 100%;
    }

    .contact_form .tab a{
     font-size: 12px;
     padding: 10px 10px;
     width: 100%;
     display: block;
    }

    #tabs li{
        display: inline-flex;
    }
}

@media only screen and (max-width: 820px) {
  .form{
        width: 80%;
        margin: auto;
    }

}

@media only screen and (max-width: 1024px) {
  .form{
        width: 80%;
        margin: auto;
    }
}

@media only screen and (min-width: 1021px) {
  .form{
        width: 50%;
        margin: auto;
    }

}

/*Css list for form responsiveness..*/

 .product-container{
    background-color: #CF104D;
    color: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 60px;
 }
 .product-sections{
    display: flex;
    width: 100%;
 }

 .product-sections div {
    width: 100%;
/*    padding: 5px 11px;*/
}

.contant-section {
    align-self: center;
}

.campaign-img{
    width: 90%;
}


.amount-container {
    /*position: relative;*/
    /*top: -46px;*/
    position: relative;
    display: flex;
    height: 100%;
    justify-content: end;
    align-items: end;
}

.amount-section {
    display: inline-block;
        position: absolute;
    top: -58px;
    text-align: end;
}


.mega_timer .timer .tiles span {
    margin-bottom: 0px;
}

.amount-title{
    font-size: 23px;
    color: #FABE16;
    font-style: italic;
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 1px #47102e, 1px 6px 1px #47102e, 1px 8px 1px #47102e, 1px 8px 5px #47102e, 1px 9px 1px #47102e, 3px 11px 0px #c7014e, 1px 18px 6px rgba(16, 16, 16, 0.4), 1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2), 1px 30px 60px rgba(16, 16, 16, 0.4);
    font-weight: 800;
    letter-spacing: 1.5px !important;
}
.amount{
        font-size: 75px;
    text-shadow: 
    1px 8px 1px #47102e, 
    1px 8px 1px #47102e, 
    1px 8px 1px #47102e, 
    1px 5px 1px #47102e, 
    1px 10px 1px #47102e, 
    1px 8px 1px #47102e, 
    1px 12px 1px #47102e, 
    1px 12px 5px #47102e, 
    1px 6px 1px #47102e, 
    3px 7px 0px #c7014e, 
    1px 11px 6px rgba(16, 16, 16, 0.4), 
    1px 15px 10px rgba(16, 16, 16, 0.2), 
    1px 15px 35px rgba(16, 16, 16, 0.2), 
    1px 18px 60px rgba(16, 16, 16, 0.4);
}
.campaign-link-btn a{
    background: #fff;
    color: #C51756;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.mega_timer .timer .tiles span{
    position: relative;
}

/*.mega_timer .timer .tiles span:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: #eeeeee70;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/



#timer {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.time-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto !important;
}

.time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 50px !important;
    background-color: white;
    color: black;
    font-size:20px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.timer-label {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}









/*Product Detail page Css Start*/
.labelstrip p{
    margin: 0;
}
.labelstrip .main-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 160px 140px 140px 32px;
    background: #fff;
    width: 85%;
    padding: 0 50px;
}
.white-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
}
.labelstrip {
    display: flex;
    border-radius: 15px;
    border: 1px solid #E9E9E9;
    background: #C7014E;
    padding: 0;
    /* overflow: hidden; */
    position: relative;
}
.pricestrip p {
    margin: 0;
}
.pricestrip {
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    background: #FFD770;
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
}
.megajakpot.price {
    width: 45%;
    display: flex;
    justify-content: end;
}
.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.timer p{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.timer p .timer-shw     {
    font-size: 44px;
    width: fit-content;
    text-align: center;
    color: #C7014E;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    height: 50px;
}
span.web-week {
    font-size: 17px;
    font-weight: 500;
    /* font-family: "M PLUS Rounded 1c"; */
}
.megajakpot img {
    margin-top: -17px;
    margin-right: 40px;
    width: 150px;
    height: auto;
}
span.colon {
    color: #C7014E;
    font-size: 44px;
}


/*Home page css Start*/
#countdown .mega_timer{
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: unset;
    border: unset;
    justify-content: center;
    margin-right: unset;
    margin-bottom: unset;
    padding: unset;
    border-right: unset;
}
#countdown .mega_timer .timer .tiles span {
    background-color: #FFF;
}

#countdown .mega_timer .timer .tiles span::before {
    content: "";
    position: relative;
    top: -5px;
}

.mega_timer .timer .labels{
    display: flex;
    justify-content: space-around;
}
/*Home page css End*/


@media only screen and (max-width: 768px){
    .white-strip {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .labelstrip .main-strip{
        border-radius: 30px 30px 30px 30px;
        flex-direction: column;
        width: 100%;
        padding: unset;
    }

    .megajakpot img{
        margin-top: 0px;
        margin-right: 0px;
        width: 84px !important;
    }

    .megajakpot.price{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 19px;
    }
    .pricestrip {
        position: unset;
        height: 46px;
        transform: unset;
        margin-right: 15px;

    }
    
    .draw_result .space_Manage {
        left: 47%;
        top: 5%;
      
}

.draw_result .to_Know, .draw_result .check_Our {
        font-size: 13px;
            line-height: 25px;
            -webkit-text-stroke: 1px #ffffff00;
}

.draw_result .uwinn {
    font-size: 26px;
    line-height: 25px;
}
.check_out_btn {
    margin: 11px 0px 0px;
}
.view_Results{
        font-size: 11px;
        padding: 6px 17px;
}
}
/*Product Detail page Css End*/


/*new Manjeet css start */
.megab_box .mega_timer .timer .tiles span {
    margin: 0;
}


/*login page */
.contact_form ul#tabs {
    width: 100%;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.contact_form ul#tabs li.tab {
    width: 49% !important;
}

.contact-wrapper {
    padding-top: unset;
}

.large_Box p.let_Talk {
    margin-bottom: 20px;
    margin-top: 10px;
}



.products_striptext .amount-section {
    right: 36%;
    top: 20%;
    transform: rotate(-8deg);
}

.products_striptext .amount{
    font-size: 35px;
    text-shadow: 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 8px 5px #47102e, 1px 4px 1px #47102e, 3px 7px 0px #c7014e, 1px 7px 6px rgba(16, 16, 16, 0.4), 1px 9px 10px rgba(16, 16, 16, 0.2), 1px 15px 30px rgba(16, 16, 16, 0.2), 1px 18px 57px rgba(16, 16, 16, 0.4);
}

.products_striptext .amount-title{
    font-size: 16px;
    text-shadow: 1px 1px 1px #47102e, 1px 2px 1px #47102e, 1px 3px 1px #47102e, 1px 4px 1px #47102e, 1px 5px 1px #47102e, 1px 6px 1px #47102e, 1px 8px 1px #47102e, 1px 8px 5px #47102e, 1px 9px 1px #47102e, 1px 9px 0px #c7014e, 1px 12px 6px rgba(16, 16, 16, 0.4), 1px 15px 10px rgba(16, 16, 16, 0.2), 1px 18px 35px rgba(16, 16, 16, 0.2), 1px 20px 60px rgba(16, 16, 16, 0.4);
}

.whitestripProd {
    text-align: center;
    padding: 10px;
}


.entityrandom_delete {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
}


#navmenu .dropdown .profile_Section {
    width: 100%;
    height: auto;
    padding: 0 10px;
    background-color: unset;
}

span.circle_Logo45 {
    border-radius: 100px;
    background: unset;
    padding: unset;
}

#profile_2{
    color: #6D6C6C;
}

.dropdown-menu .small_Carddropdown2 a:hover {
    background: #CC0250;
    border-right: 1px solid #f8f8f8;
    box-shadow: 1px 0px 0px #F0F0F0;
}

.dropdown-menu .small_Carddropdown2 a{
    border-right: unset;
    box-shadow: unset;
    border-radius: 0px;
    padding: 8px 0px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.dropdown-menu .small_Carddropdown2 a:first-child {
    margin-top: 0;
}

.dropdown-menu .small_Carddropdown2 a:last-child {
    margin-bottom: 0;
}

.dropdown-menu .small_Carddropdown2 a:hover p span {
    color: #fff !important;
}

@media only screen and (max-width: 768px){
    .mega_banner .mega_head{
        padding-right: 0px;
    }
    
    .mega_head img {
    height: 35px;
    margin-top: 40px;
}

.mega_banner .mega_head h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 45px;
}

.mega_banner_sec .mega_timer{
    bottom: 1px;
}

.product-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-sections div {
    text-align: center;
}

.campaign-img{
    margin-bottom: 23px;
}

.amount-section {
    position: unset;
}

.amount-container {
    display: flex;
    flex-direction: column;
}

.megab_box .d_text{
  top: unset;
}

.megab_box .mega_timer .timer .tiles span {
    margin: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    width: 100%;
}

.wintimer .mega_timer .timer .tiles span {
    margin: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
    width: 100% !important;
}

.jackpotbanner .mega_timer .timer .tiles span {
    font-size: 22px;
    margin: 0 10px;
    width: 100%;
    display: flex;
}

#countdown .mega_timer .timer .tiles span {
    font-size: 19px;
    width: 100%;
}

.winner_Box .winnerbox_img{
    margin-left: 0 !important;
}

.contact_form.form {
    width: 100%;
}

.contact_form ul#tabs {
    gap: 0px;
}

.contact_form ul#tabs li.tab {
    width: 100% !important;
    display: block;
}

#tabs li:nth-child(2) {
    transform: unset;
}

.abo_img img {
    margin-bottom: 20px;
    border-radius: 7px;
    object-fit: cover;
}

.white-strip{
    margin-bottom: 10px;
}

.products_striptext .amount{
    font-size: 25px;
}

.products_striptext .amount-title{
   font-size: 24px;
}

.product_summry .product_summry_row, .payment_details_section .product_summry_row {
    flex-direction: column;
    gap: 10px;
}

.entityrandom_delete {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.pick_num_gray .pick_numhead *:nth-child(2){
    white-space: nowrap;
}
.winnyellow_strap {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.winnyellow_strap h3{
    text-align: center;
}
.winnyellow_strap a:nth-child(2) {
    margin-left: 0;
}


.draw_result .banner_First, .draw_result .banner_Img{
        height: 177px;
}

}




@media only screen and (max-width: 992px) and (min-width: 769px){
    .labelstrip .main-strip {
    border-radius: 30px 30px 30px 30px;
    flex-direction: column;
    width: 100%;
    padding: unset;
}

.white-strip {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.megajakpot img {
    margin-top: 0px;
    margin-right: 0px;
}

.megajakpot .pricestrip {
       position: unset;
    height: 58px;
    transform: unset;
    margin-right: 15px;
}

.megajakpot.price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.products_striptext .amount-section {
    position: unset;
    margin-top: 1rem;
}

.products_striptext .amount-title{
    font-size: 32px;
}

.products_striptext .amount{
    font-size: 60px;
}

.product_summry .product_summry_row, .payment_details_section .product_summry_row {
    flex-direction: column;
    gap: 12px;
}
.entityrandom_delete {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.pick_num_gray .pick_numhead *:nth-child(2){
    white-space: nowrap;
}



.draw_result .banner_First {
    height: 235px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.draw_result .banner_First .banner_Img{
    height: 201px;
}


.draw_result .to_Know, .draw_result .check_Our{
    font-size: 20px;
    line-height: 25px;
}

.draw_result .uwinn{
    font-size: 30px;
    line-height: 35px;
}


.inner-content-card .megab_box.mega_gray .d_text{
     right: 75px;
    top: 46%;
}

}

/*Manjeet css ends from here */





/*manjeet home page section */

.product-sections {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.prod_secImg img {
    width: 100%;
}

.product-sections .prod_secImg {
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    height: 100%;
    background: #ffffff;
    margin-bottom: 0px;
    box-shadow: none;
    position: relative;
}

.product-sections .megaboxbutton {
    text-align: center;
    margin-top: 1rem;
}

.product-sections .megaboxbutton p{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.product-sections .megaboxbutton a{
    display: block;
    width: 100%;
    margin-top: 11px;
}

.product-sections .megaboxbutton .megalaybrand {
    background: #fff;
    color: #000;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 35px;
    font-weight: 700;
}

.product-sections .megaboxbutton .megalaybrand:hover{
    background: #47102e;
    color: #fff;
}

.product-sections .megaboxbutton .mega_buy:hover{
    background: #fff;
    color: #47102e;
}

.product-sections .megaboxbutton .mega_buy{
    background: #47102e;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 35px;  
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;  
}


.products_show.nmeby {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffad40;
    gap: 30px;
    padding: 30px;
    position: relative;
    padding-bottom: 70px;
    border-radius: 25px 25px 0px 0px;
}

.show_productIMG {
    height: 210px;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
}


.accordion-body strong{
    font-weight: 500;
}
.productsmainbox_show {
    position: relative;
    margin-bottom: 3rem;
}
.accordion-item {
    border: 1px solid rgb(0 0 0 / 0%) !important;
}
#faq_container{
    padding: 0px 20px !important;
}
.prductsnmebtn {
    background: white;
    padding: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    min-height: 160px;
}

.innerproductmebtn {
    position: absolute;
    background: #fff;
    top: -24%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 41px;
    text-align: center;
}
.text-image-section-right .d-flex{
    align-items: center;
}
.u-winProduct {
    box-shadow: 0px 2px 12px 3px #eee;
    border-radius: 25px;
    overflow: hidden;
}

.productsBtnname {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.productsBtnname a {
    font-size: 14px;
    padding: 11px 20px;
    border-radius: 35px;
    font-weight: 400;

}

.productsBtnname .pricebtnname {
    background: #eee;
    color: black;
    font-weight: 600;
}

.productsBtnname .pricebuybtn {
    color: #fff;
    background: #C51756;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.innerproductmebtn h3 {
    color: #C51756;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    margin-top: 20px;
    margin-bottom: 21px;
    max-height: 56px;
    text-transform: uppercase;
}

.product-showsection {
    margin-top: 3.5rem;
}
.productsBtnname .pricebtnname:hover {
    background: #C51756;
    color: #fff;
}

.draw_form .form-control{
        color: #000;
}

.draw_form .form-group:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_2 h2.identity_What {
    text-align: end;
}
.section_2 h2.number_01 {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.4000000059604645px;
    text-align: right;
    color: #EFEFEF;
    margin-top: 30px;
}

.section_4 {
     margin-top: unset; 
}

.show_productIMG img {
    width: 100%;
}

a.section_random_number{
    display: block;
    padding: 8px 15px;
    border-radius: 30px;
    margin-left: 15px;
    margin-right: 0;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    background: #c7014e;
    color: #fff;
}
.cross_deletbutton img {
    width: 100%;
}

@media only screen and (max-width: 1200px){
    .dropdown-menu .small_Carddropdown2 a p {
    display: flex;
}

.w3-bar.w3-black {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

}

.selected {
    background-color: #ffdd00 !important;
}

.cross_deletbutton{
    cursor:pointer;
}

.profile_icons{
    background: rgba(239, 239, 239, 1);
    padding: 6px 9px;
    border-radius: 100px
}
.sidebar_profileicons{
    transform: translate(2px, 0px);
}
.profile_icons i{
font-size: 16px;
}
.dropdown-menu .small_Carddropdown2 a:hover span i{
    color: #CC0250;
}
.sidebar_profileicons{
transform: translate();
}
.balance-lable{
    margin: 0px;
}
.transection-btns{
display:flex;
justify-content: end;
}
.product_detailbanner{
    height: 300px;
    width: 100%;
    /* object-fit: cover; */
}
.cross_icons{
    background-color: #E91E63;
    color: #fff;
    position: absolute;
    right: -3px;
    top: -10px;
    padding: 1px 6px;
    font-size: 18px;
    border-radius: 100px;
    cursor: pointer;
}
.withdraw-section .text-section{
margin-top: 0px !important;
}
.withdraw-section{
    width: 98%;
    margin: 10px auto;
    border-radius: 14px;
    border: 1px solid #E9E9E9  !important;
}
input:focus{
    outline:  1px solid #cc0250;
}
.navmenu li.header_btn.dark_btn a:hover{
     color: #A70F4F;
    background: #fff;

}
.users{
    display: flex;
    padding: 3px;
}
.has-dropdown button{
    color: #000;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    margin: 10px 10px 10px 0px;
    border-right: 1px solid #0884bf;
    box-shadow: 1px 0px 0px #F0F0F0;
    border: none;
    background-color: #fff;
}
.has-dropdown  span{
    margin-right: 10px;
}
.hidden {
    display: none;
  }
  .recent_winner .winner_Box .winnerbox_img{
    width: 100% !important;
    margin-left: 0px !important;
  }
  #credit{
    margin-right: 0; 
}
.credit-payment-container .transfer-section{
    border: 1px solid #E9E9E9;
    margin-top: 15px;
}
input[type="radio"] {
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    background-clip: content-box;
    background-clip: content-box;
    border: 1px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
  }
  
  /* appearance for checked radiobutton */
  input[type="radio"]:checked {
    background-color: #CC0250;
  }
  
  /* optional styles, I'm using this for centering radiobuttons */
  .flex {
    display: flex;
    align-items: center;
  }
  .entityrandom_delete i{
    color: #c7014e;
    font-size: 24px;
  }
  .entityrandom_delete .section_random_number{
    background:unset;
    padding: unset;
  }


  .balance-section {
    display: flex;
    justify-content: space-between; /* This aligns the label and the balance amount on opposite ends */
    align-items: center; /* This vertically centers the items */
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    padding: 0.375rem 0.75rem;
    margin-top: 10px;
}
.balance-amount {
    background: #FF9900;
    color: white;
    border-radius: 100px;
    padding: 5px 37px;
    cursor: pointer;
    margin-left: auto; /* This pushes the balance amount to the right */
}

.wallet-form{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 17px;
    padding: 20px;
}

label{
    color: #000000;
}
input[type="radio"] {
    margin-left: 0px;
    margin-right: 10px;
}

.text-section {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 100px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.transfer-section ,.withdraw-section {
    padding: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid #E9E9E9;
    border-radius : 10px;
}

.input-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #ced4da;
    border-radius: 25px;
    overflow: hidden;
    width: 50%;
    margin: 10px 0px;
}

.input-group input {
    border: none;
    padding: 10px;
    width: 180px;
    font-size: 16px;
    outline: none;
    border-radius: 25px 0 0 25px;
    width: 68%;

}

.input-group .currency {
    color: white;
    padding: 9px 20px;
    font-size: 16px;
    border-radius: 0 25px 25px 0;
    width: 27%;
}

.linear-background{
    background: #C7014E;
/*    background : linear-gradient(306deg, rgba(253, 202, 17, 1) 10%, rgba(193, 4, 77, 1) 62%, rgb(193 4 77) 100%);*/
    /* background:linear-gradient(306deg, rgba(253, 202, 17, 1) 0%, rgba(193, 4, 77, 1) 45%, rgb(193 4 77) 100%); */
}

   input[type="number"] {
    -moz-appearance: textfield;
  }

  /* Hide the increment and decrement buttons in Chrome, Safari, Edge, and Opera */
   input[type="number"]::-webkit-outer-spin-button,
   input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .notes{
    line-height: 6;
    text-align: end;
  }

.submit-button {
/*    background-color: #FF005C;*/
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 250px;
    display: block;
    margin: 10px 0px;;
}

.submit-button:hover {
    background-color: #FF3366;
}





/*progress-bar css start*/
.progress-bg {
/*  margin: 0 auto;*/
  width: 65%;
  border-radius: 50px;
  text-align: center;
  -moz-box-shadow:    inset 0 0 10px #ccc;
  -webkit-box-shadow: inset 0 0 10px #ccc;
  box-shadow:         inset 0 0 10px #ccc;
}

.progress-bar {
/*  height: 78px;*/
  border-radius: 50px;
  float: left;
  width: 50%;
  /* fallback */ 
  background-color: #CC0250; 
  padding:3px;
}
.progress-bg h3.goal, .progress-bg h3.raised {
  font-family: Arial,sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 78px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline;
}


.progress-bg h3.raised {
  color: #fff;
  margin: 14px 25px 0 50px;
  padding: 0 25px 0 0;
}

.progress-bg h3.goal {
  color: #b2b2b2;
  text-align: center;
}


@-webkit-keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}

@-moz-keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}

@-o-keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}

@keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}
.table&gt;:not(caption)&gt;*&gt;* ,
.select_campaign td{
    white-space: nowrap;
}
 .play_balance{
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    padding-top: 10px;
 }
 .wallet-btn{
width: 100% !important;
 }
 .coupen_code{
    width: 132px;
    margin: 15px 0px 0px;
    height: 42px;
    padding: 8px 20px !important;
    border: 1px solid #C7014E;
    position: relative;
    z-index: 9999;
 }
 #generator_btn:hover,
 .coupen_code:hover{
    background-color: #FFFFFF !important;
    border: 1px solid #C7014E;
    color: #C7014E !important;
    cursor: pointer;
 }
 #generator_btn{
    background-color: #c1044d !important;
    color: white;
    border: none;
    padding: 9px 17px !important;
  
    border-radius: 25px;
    font-size: 15px !important;
    cursor: pointer;
    width: 100% !important;
    margin: 0px 0px !important;
 }
 #crypto_amount .input-group {
    max-width: 100%;
    width:100%;
}
 /* #generator_btn{

 } */
  .submit_wallet{
    
    margin: 43px 0px 0px;
  }
  .showRow{
    appearance: auto !important;
  }
  .gallerysection .banner_Img {
    width: 100%;
    height: 193px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}


.download_apps{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    /* flex-wrap: wrap; */
}
.download_apps img{
    width: 119px;
    height: 36px;
    margin-bottom: 0px;
    margin-right: 6px;
}
.my_profiledetails .placeholder-box{
    padding: 6px 12px;
}
.trnsection_history_list_innercontent{
    display: flex;
}
#confirmationModal {
    border-radius: 0px !important;
}
#confirmationModal .modal-content {
    width: 80% !important;
    text-align: center;
}
#confirmationModal .modal-header{
    padding-bottom: 0px;
    border: none;
    text-align: center;
    display: unset;
}
#confirmationModal .modal-body{
    padding-top: 10px;
}
#confirmationModal  .modal-title{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #E91E63;
}
#confirmationModal .modal-footer{
    padding: 8px 0rem 0px;
    justify-content: center;
}
#confirmationModal .btn-close{
    position: absolute;
    top: 0px;
    background: #C7014E;
    border-radius: 100px;
    opacity: 100;
    color: #fff;
    padding: 0px 5px 9px;
    font-size: 19px;
}
#confirmSubmit{
    background: #C7014E;
    border-radius: 100px;
    color: #fff;
    border: none;
    border:1px solid #C7014E;
    padding: 8px 22px;
}
.read_moretext{
    text-align: left;
}
#confirmSubmit:hover{
    border:1px solid #C7014E;
    background: #fff;
    color: #C7014E;
}
.data_found{
    line-height: 25px;
    margin: 54px 0px;
    position: relative;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
}

.trnsection_history_list .timer{
    background-color: #f3f3f3;
    padding: 6px 14px;
    border-radius: 10px;
        height: 68px;
}

 .trnsection_history_list   .timer p .timer-shw {
    font-size: 27px;
    height: 34px;
}

 .trnsection_history_list   span.web-week {
    font-size: 13px;
    
}
.profile-section{
  position: relative;
}

.delete-pic{
    position: absolute;
    top: -4px;
    left: 60px;
    background: #CC0250;
    border-radius: 100%;
    padding: 6px;
    color: #ffffff;
    line-height: 50%;
}</pre></body></html>