@charset "utf-8";
@font-face {
    font-family: AgencyFB-Bold;
    src: url(../fonts/AgencyFB-Bold/AgencyFB-Bold.eot);
    src: url(../fonts/AgencyFB-Bold/AgencyFB-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/AgencyFB-Bold/AgencyFB-Bold.woff) format('woff'), url(../fonts/AgencyFB-Bold/AgencyFB-Bold.ttf) format('truetype'), url(../fonts/AgencyFB-Bold/AgencyFB-Bold.svg#AgencyFB-Bold) format('svg')
}


/* @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype');   
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIBlack.woff2') format('woff2'), url('../fonts/SegoeUIBlack.woff') format('woff'), url('../fonts/SegoeUIBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'), url('../fonts/SegoeUI-Semibold.woff') format('woff'), url('../fonts/SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.woff2') format('woff2'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
span,
table,
tbody,
td,
textarea,
th,
thead,
tr,
ul {
    word-wrap: break-word;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent
}

textarea {
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

a {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: #157cbf;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:focus {
    outline: 0;
    text-decoration: none
}

a img,
img {
    border: none;
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}

button,
input[type=button],
input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: Poppins, sans-serif
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

.no-script-msg {
    font: 12px Arial, verdana, Helvetica, sans-serif;
    background: #ffc url(../images/icon-noScript.gif) no-repeat 5px 10px;
    width: auto;
    padding: 10px 10px 10px 25px;
    margin: 8px;
    border: 1px solid #cd3d18;
    font-weight: 700;
    height: auto;
    font-size: 11px;
    color: #000;
    line-height: 150%;
    clear: both
}

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins, sans-serif
}

body,
html {
    position: relative;
    background: #fff;
    scroll-behavior: smooth
}

html.mobile,
html.mobile body {
    overflow-x: hidden
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    top: 0!important
}

::selection {
    text-shadow: none;
    background: #0091c0;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #1e398f;
    opacity: .5;
    font-style: normal;
    font-weight: 500
}

:-moz-placeholder {
    color: #1e398f;
    opacity: .5;
    font-style: normal;
    font-weight: 500
}

::-moz-placeholder {
    color: #1e398f;
    opacity: .5;
    font-style: normal;
    font-weight: 500
}

:-ms-input-placeholder {
    color: #1e398f;
    opacity: .5;
    font-style: normal;
    font-weight: 500
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

.clear {
    clear: both;
    height: 0!important;
    overflow: hidden;
    width: auto!important;
    display: block;
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important
}

dir,
menu,
ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.3
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

hr {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1rem
}

b,
strong {
    font-weight: 700
}

.c-badge {
    display: inline-block;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.custom-badge-warning {
    color: #333;
    background-color: #ffc501
}

.custom-badge-success {
    color: #fff;
    background-color: #28a745
}

.skiptranslate {
    display: none!important
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2c2f36
}

h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2c2f36
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2f36
}

h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c2f36
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c2f36
}

.fw-400 {
    font-weight: 400!important
}

.fw-500 {
    font-weight: 500!important
}

.fw-600 {
    font-weight: 600!important
}

.text-clr {
    color: #666!important
}

.text-black-clr {
    color: #000!important
}

.fs-10 {
    font-size: 10px!important
}

.fs-11 {
    font-size: 11px!important
}

.fs-12 {
    font-size: 12px!important
}

.fs-13 {
    font-size: 13px!important
}

.fs-14 {
    font-size: 14px!important
}

.fs-16 {
    font-size: 16px!important
}

.fs-18 {
    font-size: 18px!important
}

.fs-20 {
    font-size: 20px!important
}

.fs-22 {
    font-size: 22px!important
}

.fs-24 {
    font-size: 24px!important
}

label {
    color: #2c2f36;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px
}

.theme-text-color {
    color: #157cbf!important
}

.theme-text-yellow-clr {
    color: #ffc501!important
}

.bg-theme-dark {
    background-color: #3d3d3d!important
}

.bg-theme-blue {
    background-color: #157cbf!important
}

.bg-theme-yellow {
    background-color: #ffc501!important
}

.bg-theme-light-blue {
    background-color: #00a9e0!important
}

.bg-light {
    background-color: #f5f5f5!important
}

a:hover {
    color: #157cbf
}

.faq-row .slide-item,
.how-work-col svg,
.readmore-btn i,
.services-block,
.theme-btn,
.winner-table-ui tr td a.theme-btn.bg-theme-yellow-btn i,
a,
button {
    transition: all .4s ease-in-out
}

.badge {
    padding: .35em .5em;
    font-size: 70%;
    font-weight: 600
}

.border-bottom-remove {
    border-bottom: none!important
}

.text-danger {
    color: #e52727!important
}

.custome-checkbox .form-check-input,
.custome-radio .form-check-input {
    display: none
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    margin-right: 8px;
    padding-left: 25px;
    line-height: 20px
}

.custome-checkbox .form-check-label,
.custome-radio .form-check-label {
    position: relative;
    cursor: pointer
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 1px solid #c2c2c2;
    height: 16px;
    width: 16px;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    left: 0
}

.custome-checkbox input[type=checkbox]+.form-check-label::after {
    content: "\f00c";
    width: 17px;
    position: absolute;
    opacity: 0;
    height: 17px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    top: 4px;
    left: 0;
    text-align: center
}

.custome-checkbox .form-check-label span {
    font-size: 14px;
    vertical-align: middle;
    color: #42474c
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
    background-color: #00a9e0;
    border-color: #00a9e0
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
    opacity: 1
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px
}

.custome-radio input[type=radio]+.form-check-label::after {
    content: "";
    background-color: #00a9e0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 3px;
    opacity: 0
}

.custome-radio input[type=radio]:checked+.form-check-label::before {
    border-color: #157cbf
}

.custome-radio input[type=radio]:checked+.form-check-label::after {
    opacity: 1
}

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.preloader-logo {
    max-width: 230px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%)
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999
}

.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #157cbf;
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.lds-ellipsis span:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.lds-ellipsis span:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    background: #ffc501
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.scrollup {
    background-color: #ffc501;
    bottom: -100%;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 18px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    z-index: 99;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.scrollup.show {
    bottom: 120px
}

.scrollup:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #157cbf;
    background-color: transparent
}

.bg-light-blue {
    background: #00a9e0
}

.bg-light-yellow {
    background: #cf901e
}

.header-top {
    padding: 12px 0
}

.lung-drp .dropdown-toggle {
    font-size: 13px
}

.lung-drp .dropdown-toggle img {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px
}

.lung-drp .dropdown-toggle span {
    text-transform: capitalize;
    display: inline-block
}

.lung-drp .dropdown-toggle span em {
    font-style: normal
}

.dropdown-toggle::after {
    display: none
}

.lung-drp .dropdown-menu a {
    padding: 0;
    color: #157cbf;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px
}

.lung-drp .dropdown-menu a img {
    width: 30px;
    border-radius: 5px;
    border: 3px solid #fff
}

.lung-drp .dropdown-menu a span {
    display: inline-block;
    margin-left: 5px
}

.header-top-menu>li>a {
    display: block;
    color: #fff;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #1ab2e3;
    font-size: 13px;
    position: relative
}

.header-top-menu>li:last-child>a {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.dropdown-part .dropdown-menu,
.submenu-part {
    padding: 0
}

.dropdown-part .dropdown-menu ul>li,
.submenu-part>li {
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

.dropdown-part .dropdown-menu ul>li>a,
.submenu-part>li>a {
    color: #575757;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap
}

.dropdown-part .dropdown-menu ul>li>a {
    font-size: 13px;
    color: #555
}

.dropdown-part .dropdown-menu ul>li>a:hover,
.submenu-part>li>a:hover {
    background-color: #fbf2d7;
    color: #157cbf
}

.submenu-part>li>a.active,
.submenu-part>li>a:hover {
    background-color: #fbf2d7;
    color: #157cbf
}

.dropdown-part .dropdown-menu ul>li>a>i {
    margin-right: 5px
}

.header-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 15px 0
}

.cart_top_message{
		padding: 10px 10px; 
		color: #ffffff; 
		font-size: 14px;
		margin: 20px 0px; 
		background-color: #00a9e0; 
		font-weight: bold;
	}

.logo-part {
    margin-right: 10px
}

.logo-part a {
    display: block;
    max-width: 150px
}

.nav-bar>ul>li {
    margin-left: 4px;
    position: relative
}

.nav-bar>ul>li>a {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    border-radius: 5px;
    padding: 5px 6px
}

.nav-bar>ul>li>a.active,
.nav-bar>ul>li>a:hover {
    color: #157cbf
}

.dropdown-menu {
    padding: 15px 20px;
    padding-bottom: 10px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateY(20%)!important;
    left: auto!important;
    right: 0;
    top: 100%!important
}

.dropdown-menu.dropdown-menu-right {
    right: 0
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(5%)!important;
    visibility: visible
}

.nav-bar>ul>li>a.dropdown-item {
    padding: 0;
    padding-bottom: 15px
}

.submenu-part {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    min-width: calc(12rem + 1.5rem);
    font-size: calc(.875rem - .01rem);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    display: none
}

.banner-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 260px;
    padding: 20px 0
}

.banner-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5)
}

.home-banner {
    background-color: #e4edf3;
    display: flex;
    align-items: flex-end;
    padding: 35px 0 0;
    min-height: 600px
}

.home-banner-bigtext {
    font-family: Monoton, cursive;
    font-size: 220px;
    color: #000;
    opacity: .06;
    line-height: 1;
    margin-top: -40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.pattern-part {
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.home-banner-content {
    margin-top: 80px
}

.home-banner-content h1 {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.home-banner-content h1 span {
    display: inline-block;
    position: relative
}

.home-banner-content h1 span::before {
    content: '';
    background: url(../images/taj.png) 0 0 no-repeat;
    position: absolute;
    left: 10px;
    right: 0;
    top: -13px;
    width: 37px;
    height: 28px;
    display: block;
    margin: auto
}

.home-banner-content h2 {
    font-size: 46px;
    line-height: 1.5;
    color: #070b28;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ffc501;
    padding: 3px 15px;
    margin-bottom: 12px;
    display: inline-block
}

.home-banner-content p {
    font-size: 16px;
    opacity: .6
}

.theme-btn {
    font-size: 14px;
    font-weight: 600;
    color: #157cbf;
    border: 1px solid #157cbf;
    border-radius: 40px;
    padding: 8px 18px;
    display: inline-block;
    position: relative;
    transition: .4s
}

.theme-btn:hover {
    box-shadow: 0 0 5px #9e9e9e
}

.theme-btn.bg-theme-blue-btn {
    background-color: #157cbf;
    border-color: #157cbf;
    color: #fff
}

.theme-btn.bg-theme-green-btn {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.theme-btn.bg-theme-green-btn:hover {
    color: #ffffff;
}

.theme-btn.bg-theme-blue-btn:hover {
    background-color: #ffc501;
    border-color: #ffc501;
    color: #000
}

.theme-btn.bg-theme-red-btn {
    background-color: #e52727;
    border-color: #e52727;
    color: #fff
}

.theme-btn.bg-theme-red-btn:hover {
    color: #fff
}

.theme-btn.bg-theme-yellow-btn {
    background-color: #ffc501;
    border-color: #ffc501;
    color: #000
}

.theme-btn.bg-theme-dark-btn {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    color: #ffffff
}

.theme-btn.bg-theme-dark-btn:hover {
    background-color: #565656;
    border-color: #565656;
    color: #ffffff
}

.theme-btn:hover {
    color: #157cbf
}

.theme-btn.bg-theme-yellow-btn:hover {
    background-color: #ffc501;
    border-color: #ffc501;
    color: #000
}

.theme-btn.bg-theme-yellow-btn:hover {
    color: #000
}

.social-icon {
    position: absolute;
    left: 10px;
    top: 400px;
    z-index: 2
}

.social-icon li a {
    font-size: 17px;
    color: #bcbcbc;
    display: block;
    margin-bottom: 12px
}

.social-icon li a:hover {
    color: #ffc501
}

.footer-subscribe {
    padding: 40px 0 30px 0;
    position: relative
}

.subscribe-left h5 {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600
}

.subscribe-left p {
    font-size: 16px;
    opacity: .6;
    color: #fff;
    letter-spacing: .4px
}

.subscribe-form .form-control {
    color: #98c7de;
    background: #0091c0;
    border-radius: 40px;
    border: none;
    padding-left: 25px;
    padding-right: 130px
}

.subscribe-form .form-control::-webkit-input-placeholder {
    color: #98c7de;
    font-weight: 500
}

.subscribe-form .form-control::-moz-placeholder {
    color: #98c7de;
    font-weight: 500
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: #98c7de;
    font-weight: 500
}

.subscribe-form .form-control:-moz-placeholder {
    color: #98c7de;
    font-weight: 500
}

.subscribe-form button {
    position: absolute;
    right: 3px;
    top: 3px;
    text-transform: capitalize
}

.footer-copyright {
    padding: 25px 0 25px 0;
    border-top: 1px solid #cbcbcb;
    position: relative
}

.footer-copyright li a,
.footer-copyright p {
    color: #666
}

.footer-top {
    padding: 60px 0 0
}

.footer-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px
}

.footer-col {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.footer-col li a {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    display: block;
    margin-bottom: 8px
}

.footer-col li a:hover {
    color: #157cbf
}

.footer-col p {
    font-size: 14px;
    color: #666
}

.footer-contact li a {
    display: flex;
    word-break: break-all
}

.footer-contact li a span {
    display: inline-block;
    margin-right: 15px
}

.footer-social-icon {
    flex-wrap: wrap
}

.footer-social-icon li a {
    font-size: 22px;
    color: #157cbf;
    display: block;
    margin-right: 25px;
    line-height: 1;
    margin-bottom: 14px
}

.footer-social-icon li:last-child a {
    margin-right: 0
}

.footer-social-icon li a svg {
    width: 15px
}

.feedbackBtnbottom {
    position: relative;
    right: 0;
    bottom: 0;
    top: 25px;
    float: right;
    display: none!important
}

.feedbackBtn {
    position: absolute;
    top: -13px
}

.feedbackBtn-close {
    position: absolute;
    right: 2px;
    top: 0;
    color: #fff;
    font-size: 11px
}

.feedbackBtn-close:hover,
.feedbackBtn:hover {
    color: #fff
}

.section-space {
    padding: 60px 0
}

.light-bg {
    background-color: #f6f8f9
}

.bg-gray {
    background: url(../images/bg-gray.png) no-repeat 0 0;
    background-size: 100% 100%!important
}

.bg-gray-1 {
    background: url(../images/bg-gray-1.png) no-repeat 0 0;
    background-size: 100% 100%!important
}

.section-title {
    position: relative;
    margin-bottom: 45px
}

.section-title h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 34px;
    color: #2e3235;
    font-weight: 400
}

.st-border-bottom h2 {
    display: inline-block;
    border-bottom: 2px solid #2e3235;
    line-height: 32px
}

.section-title.text-color-white h2 {
    color: #fff
}

.st-border-bottom h2 {
    display: inline-block;
    border-bottom: 2px solid #2e3235;
    line-height: 32px
}

.st-border-bottom.text-color-white h2 {
    border-bottom-color: #fff
}

.section-title h6 {
    font-size: 18px;
    color: #157cbf;
    font-weight: 400;
    margin-bottom: 20px
}

.divider_60_2 {
    width: 60px;
    height: 2px
}

.main_bg_color {
    background-color: #ffc501
}

.section-title h2+hr {
    margin-top: 15px;
    margin-bottom: 20px
}

.play-box {
    background: url(../images/play-box-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    height: 100%
}

.play-box-left h2 {
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px
}

.play-box-left h2 span {
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

.play-box-left a {
    color: #000;
    border-color: #fff;
    padding: 10px 25px
}

.play-box-right {
    max-width: 50%
}

.play-box-right span {
    max-width: 180px;
    display: block
}

.free-raffie-countdown {
    background: url(../images/free-raffie-countdown.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    height: 100%;
    min-height: 548px
}

.countdown-content h3 {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px
}

.countdown-content h3 span {
    font-size: 30px;
    font-weight: 300;
    display: block
}

.bg-countdown li {
    margin: 0 9px;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    min-height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bg-countdown li p span {
    font-size: 34px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    display: block
}

.bg-countdown li p {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 500
}

.how-work-box {
    padding: 20px 20px 0 40px;
    height: 100%
}

.how-work-box-1 {
    background-color: #ffe8e6
}

.how-work-box-2 {
    background-color: #fff3dd
}

.how-work-box-left {
    max-width: 50%
}

.how-work-box-right {
    padding-bottom: 60px
}

.how-work-box-right h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px
}

.how-work-box-right h2 span {
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

.make-change {
    background: url(../images/img_blue_bg.png) no-repeat center center/cover;
    padding-left: 68px;
    min-height: 140px;
    margin-top: 30px;
    border-radius: 10px;
    position: relative
}

.make-change::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 575px;
    height: 175px;
    background: url(../images/img_hand.png) no-repeat center center/100% 100%
}

.make-donate-content {
    position: relative;
    z-index: 1
}

.make-change h5 {
    font-size: 34px;
    line-height: 100%;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.make-change p {
    font-size: 16px;
    color: #fff
}

.winner-table-ui.table {
    width: 1170px
}

.table.dataTable tbody tr:hover {
    background-color: #fbf2d7
}

.winner-table-ui td,
.winner-table-ui th {
    vertical-align: middle;
    border: none
}

.winner-table-ui>tbody>tr>th {
    background-color: #00a9e0;
    padding: 18px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.winner-table-ui>tbody>tr>td {
    padding: 18px 8px;
    border-bottom: 1px solid #dee2e6
}

.winner-table-ui tr td a.theme-btn.bg-theme-yellow-btn {
    padding: 5px 12px;
    font-size: 13px
}

.user-box {
    display: flex;
    width: 100%;
    align-items: center
}

.user-other-data {
    position: relative
}

.user-box img.user-table-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #eee
}

.no-fb-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    background: #333;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
    text-align: center
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5
}

.table.table-border {
    border: 1px solid #e7e7e7
}

.table-border-bottom {
    border-bottom: 1px solid #e7e7e7
}

.table th {
    font-size: 13px;
    background: #f5f5f5
}

.table td p {
    font-size: 14px
}

.view-more-table {
    min-height: 80px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center
}

.view-more-table a {
    font-size: 16px;
    font-weight: 600;
    color: #157cbf;
    display: inline-block
}

.product-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    align-items: center;
    flex-wrap: wrap
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600
}

.product-slider-nav a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 16px;
    color: #666;
    margin-left: 5px
}

.product-img {
    padding: 40px 0 30px;
    /* min-height: 250px; */
    display: flex;
    align-items: center
}

.product-like {
    position: absolute;
    top: 0;
    right: 0
}

.product-like a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ebebeb;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #8d8d8d
}

.product-like a.active,
.product-like a:hover {
    background: #157cbf;
    color: #fff
}

.product-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 1.5
}

.product-content p {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.5
}

.product-countdown {
    border: 2px solid #ffc501;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px
}

.product-countdown li {
    border-left: 1px solid #e5e5e5;
    padding-left: 13px;
    margin-left: 13px
}

.product-countdown li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.product-countdown li p {
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 500
}

.product-countdown li p span {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    display: block
}

.owl-carousel .owl-item .product-img span {
    display: block;
    width: 100%
}

.owl-carousel .owl-item .product-img img {
    width: auto;
    margin: auto;
    display: block;
    max-height: 180px
}

.page-banner-content {
    position: relative;
    z-index: 1
}

.page-banner-content h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px
}

.page-banner-content .breadcrumb {
    background: 0 0;
    padding: 0
}

.page-banner-content .breadcrumb li {
    color: #fff
}

.page-banner-content .breadcrumb li a {
    color: #fff
}

.page-banner-content .breadcrumb-item+.breadcrumb-item::before {
    color: #586881
}

.about-us-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.about-us-content p {
    margin-bottom: 20px
}

.learn-more-row {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: .75rem 1.25rem;
    border-radius: .25rem
}

.learn-more-row p i {
    font-size: 18px;
    color: #ffc501
}

.learn-more-row a {
    padding: 6px 10px;
    color: #fff;
    background-color: #17a2b8;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap
}

.slide-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px
}

.slide-img>span {
    display: block;
    height: 220px;
    position: relative
}

.slide-img img {
    display: block;
    border-radius: 10px 10px 0 0;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%
}

.categorie-tag {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #000;
    border-radius: 0 60px 60px 0;
    padding: 7px 16px 7px 10px
}

.categorie-tag span {
    font-size: 13px;
    color: #fff;
    font-weight: 600
}

.sold-out-icon {
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/sold-out-icon.png) no-repeat 0 0;
    width: 110px;
    height: 30px;
    background-size: 100% 100%
}

.sold-out-icon span {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 5px
}

.available-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/available-tag.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    background-size: 100% 100%
}

.slide-contentinner span {
    font-size: 13px;
    display: block;
    margin-bottom: 3px
}

.slide-contentinner p {
    color: #070b28;
    font-weight: 600;
    font-size: 13px
}

.slide-content hr {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1rem
}

.slide-content-footer a.theme-btn.bg-theme-blue-btn {
    font-size: 13px;
    padding: 6px 17px;
    background-color: #00a9e0;
    border-color: #00a9e0;
    letter-spacing: .5px
}

.slide-content-footer a.theme-btn.bg-theme-blue-btn:hover {
    background-color: #ffc501;
    border-color: #ffc501
}

.slide-content-footer span {
    font-size: 13px;
    color: #ff0c0c;
    margin-top: 5px;
    display: block
}

.slide-content h3 {
    font-size: 13px;
    color: #070b28;
    font-weight: 600;
    margin-bottom: 8px
}

.viewall-btn a {
    font-size: 14px;
    color: #aebbc3
}

.search-part .form-control {
    padding-left: 45px;
    height: 40px
}

.search-part i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
    color: #c6c6c6
}

.prize-breakdown {
    color: #fff;
    background-color: #e52727;
    padding: 10px 5px;
    border-radius: 6px;
    margin: 5px auto;
    display: block;
    max-width: 165px;
    font-size: 14px;
    font-weight: 600
}

.prize-breakdown:focus,
.prize-breakdown:hover {
    color: #fff
}

.prize-breakdown img {
    max-width: 17px
}

.draw-announced h5 {
    padding: 5px;
    text-transform: uppercase;
    background-color: rgba(220, 53, 69, .7);
    border: 2px dashed #be0c1d;
    font-size: 11px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600
}

.draw-announced ul li img {
    height: 25px;
    display: block
}

.draw-announced h5.text-live-show {
    background-color: #99b4ff;
    border: 2px dashed #203a84
}

.faq-accordion .card {
    border-color: #d8dbdd;
    border-radius: 0!important;
    margin-bottom: 30px
}

.faq-accordion.accordion>.card {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    margin-bottom: 8px
}

.faq-accordion.accordion>.card:not(:last-of-type) {
    border: none;
    border-bottom: 1px solid #d8dbdd
}

.faq-accordion.accordion>.card.active .card-header {
    background-color: #f2f6f9
}

.faq-accordion.accordion>.card>.card-header {
    background: 0 0;
    border-radius: 0;
    display: flex;
    border: none;
    padding: 33px 30px;
    padding-right: 70px;
    position: relative
}

.faq-accordion.accordion>.card .card-body {
    padding: 30px
}

.faq-accordion.accordion>.card .card-body>p:last-child {
    margin-bottom: 0
}

.faq-accordion.accordion>.card .card-body p strong {
    font-weight: 600
}

.faq-first-word {
    font-size: 20px;
    color: #00a9e0;
    margin-right: 10px;
    line-height: 100%;
    margin-top: 2px
}

.faq-accordion.accordion>.card>.card-header h2 {
    display: flex
}

.faq-accordion.accordion>.card>.card-header h2 button {
    font-size: 17px;
    color: #42474c;
    font-weight: 600;
    padding: 0;
    text-align: left;
    white-space: inherit
}

.faq-accordion.accordion>.card>.card-header h2 button i {
    position: absolute;
    right: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f2f6f9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #00a9e0;
    font-size: 16px
}

.faq-accordion.accordion>.card.active>.card-header h2 button i {
    background: #fff
}

.lucky-btn a {
    padding: 9px 20px;
    margin-left: 10px;
    display: inline-block
}

.lucky-btn a.reset-btn {
    background-color: #e5e5e5;
    border-color: #f1f1f1;
    color: #000
}

.lucky-lines-number li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px
}

.lucky-lines-block {
    padding: 5px;
    padding-top: 10px;
    background: #f5f5f5;
    padding-bottom: 35px;
    border: 1px solid #e3e3e3;
    border-radius: 10px
}

.lucky-lines-block .row {
    margin: 0 -2px
}

.lucky-lines-block .row>.col-12 {
    padding: 0 2px
}

.clear-btn {
    font-size: 12px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 2px 9px;
    background: #f1f1f1;
    font-weight: 600
}

.quick-btn {
    font-size: 12px;
    border: 1px solid #17a2b8;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 2px 9px;
    background: #17a2b8;
    color: #fff;
    font-weight: 600
}

.lucky-number-choose {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 15px 7px;
    background: #fff
}

.lucky-lines-block .lucky-number-choose h6 {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 7px 5px;
    background: #eee;
    margin: 0 -7px;
    margin-bottom: 1.5rem
}

.choose-title {
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #157cbf
}

.lucky-number-lising {
    display: flex;
    flex-wrap: wrap
}

.lucky-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 4px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #f1f1f1;
    color: #555;
    display: inline-block;
    border: 1px solid #157cbf;
    opacity: .8
}

.lucky-number.active,
.lucky-number:hover {
    background-color: #157cbf;
    color: #fff;
    opacity: 1
}

.lucky-stars-num .lucky-number {
    border-radius: 50%;
    background-color: #fff5d5
}

.lucky-stars-num .lucky-number.active,
.lucky-stars-num .lucky-number:hover {
    background-color: #ffc501;
    color: #333;
    border-color: #ffc501
}

.latest-result .choose-title {
    padding: 12px 20px;
    background: #00a9e0;
    color: #fff
}

.latest-result {
    border: 1px solid #e7e7e7
}

.result-numbers p {
    font-weight: 600
}

.result-numbers .result-lucky-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 15px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #157cbf;
    color: #fff;
    display: inline-block
}

.result-numbers .star-numbers .result-lucky-number {
    background-color: #ffc501;
    color: #333
}

.draw-title h6 {
    margin-bottom: 8px;
    font-size: 22px;
    color: #fff
}

.draw-title .juckpot-pricetag {
    padding: 7px 20px;
    color: #155724;
    border: 2px dashed #155724;
    font-size: 22px
}

.draw-title>span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff
}

.participation-countdown .bg-countdown li {
    min-height: 65px;
    min-width: 65px;
    padding: 8px;
    background-color: #ffc501;
    margin: 0 4px
}

.participation-countdown .bg-countdown li p {
    color: #3e3d3d
}

.participation-countdown .bg-countdown li p span {
    font-size: 26px
}

.ticket-carttable .table th {
    background: #00a9e0;
    color: #fff;
    vertical-align: middle
}

.lucky-lines-bm {
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 10px
}

.lucky-lines-cart {
    padding: 10px 15px;
    background: rgba(238, 238, 238, .69);
    padding-bottom: 20px;
    border-radius: 10px
}

.lucky-cart-row h4 {
    color: #333
}

.ticket-carttable .my-ticket-number span {
    background-color: #f1f1f1
}

.ticket-carttable-bm a {
    padding: 6px 10px;
    font-size: 13px
}

.ticket-carttable-bm a.theme-btn.bg-theme-yellow-btn {
    margin-top: 15px;
    border-radius: 5px
}

.jackpot-prize {
    border: 2px dashed #155724;
    background: #b3f0c2
}

.bg-gray {
    background-color: #f5f5f5
}

.mobile-app-section {
    padding-bottom: 120px
}

.mobile-app-section h3 {
    font-size: 28px;
    line-height: 40px;
    color: #070b28;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px
}

.mobile-app-section h3 span {
    font-weight: 700
}

.app-btn li a img {
    border-radius: 10px
}

.mobile-app-right {
    max-width: 320px
}

.product-info h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2e3235;
    margin-bottom: 20px
}

.product-info .prize-breakdown {
    background-color: transparent;
    color: #e52727;
    border: none;
    padding: 5px 0;
    max-width: 180px;
    margin-left: 0;
    margin-bottom: 15px
}

.product-info .prize-breakdown i {
    position: relative;
    top: 1px
}

.p-info-series,
.p-info-table {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 12px;
    padding-bottom: 10px
}

.p-info-series p {
    color: #2e3235;
    font-weight: 600;
    font-size: 16px
}

.p-info-series p span {
    font-size: 16px;
    color: #2e3235;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block
}

.p-info-series p i {
    font-size: 15px;
    color: #157cbf
}

.p-info-table tr th {
    font-size: 15px;
    color: #aaa;
    font-weight: 500;
    background: 0 0;
    border: none;
    padding: 5px;
    width: 40%
}

.p-info-table tr td {
    background: 0 0;
    padding: 5px;
    border: none
}

.p-info-table tr td p {
    font-size: 16px;
    color: #454546;
    font-weight: 500
}

.p-info-diaclaimer h6 {
    font-size: 16px;
    color: #2e3235;
    margin-right: 5px
}

.p-info-diaclaimer p {
    font-size: 14px;
    line-height: 22px;
    color: #aaa;
    font-weight: 500
}

p.button_read_more {
    margin-top: 7px;
    text-transform: capitalize
}

.share-btn .theme-btn.bg-theme-blue-btn {
    background: #00a9e0;
    border-color: #00a9e0
}

.share-btn .theme-btn.bg-theme-blue-btn:hover {
    background: #ffc501;
    border-color: #ffc501;
    color: #000
}

.add-cart-selection {
    border: 1px solid #e8e8e8;
    border-radius: 15px
}

.your-selection {
    background: url(../images/addcart-selection-blue.jpg) no-repeat 0 0/cover;
    padding: 35px;
    padding-bottom: 75px;
    border-radius: 15px
}

.your-selection h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center
}

.p-thum-img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 5px;
    margin-bottom: 25px
}

.p-thum-img img {
    max-width: 100%;
    display: block;
    margin: auto;
    max-height: 180px
}

.your-selection-qty p {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.your-selection-qty a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #bbc9d5;
    text-transform: uppercase;
    border-bottom: 1px solid #bbc9d5
}

.your-selection-title {
    font-size: 16px;
    color: #fff;
    background: rgb(255 255 255 / 20%);
    margin-top: -53px;
    padding: 17px 40px
}

.your-selection-ticket {
    padding: 30px 0 15px 10px;
    border-bottom: 1px solid #e7e7e7
}

.ys-tickets-list {
    overflow-y: scroll
}

.your-selection-ticket ul {
    display: flex;
    flex-wrap: wrap;
    max-height: 175px
}

.your-selection-ticket .gt-ticket {
    margin: 0 6px 12px 0;
    min-width: 107px
}

.your-selection-ticket .gt-ticket span.series-number {
    padding: 6px 20px 0 8px;
    font-size: 12px
}

.your-selection-ticket .gt-ticket span.ticket-number {
    font-size: 14px
}

.remove-ticket {
    position: absolute;
    right: 5px;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    color: red;
    display: flex;
    justify-content: center;
    align-items: center
}

.remove-ticket:hover {
    color: red
}

.remove-ticket i {
    position: relative;
    top: 1px
}

.cart-price-box {
    padding: 0 20px
}

.cart-price-box>ul li {
    padding: 15px 0
}

.cart-price-box>ul li:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.cart-price-box>ul li p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #1dd32e
}

.cart-price-box>ul li h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2e3235;
    display: flex;
    justify-content: space-between
}

.addcart-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px 15px
}

.addcart-btn ul li {
    margin: 5px
}

.add-cart-selection-note {
    display: flex
}

.add-cart-selection-note span {
    font-size: 16px;
    font-weight: 600;
    color: #2e3235;
    margin-right: 8px
}

.add-cart-selection-note p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #000
}

.d-icon-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #4d5d88;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.d-card-bg {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    height: 100%;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 20px
}

.d-wallet-content h6 {
    font-weight: 600;
    margin-bottom: 5px
}

.d-wallet-content h3 {
    color: #157cbf;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 8px;
    font-size: 24px
}

.d-wallet-content p {
    font-size: 13px
}

.tickets-accordion.accordion>.card {
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7
}

.tickets-accordion.accordion>.card>.card-header {
    background: 0 0;
    margin: 0;
    padding: 0;
    border: none
}

.tickets-accordion.accordion>.card>.card-header h2 .btn {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left
}

.tickets-accordion.accordion>.card>.card-header h2 .btn i {
    color: #b2b2b2;
    margin-top: 5px
}

.tickets-accordion .card-body {
    padding: 0;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7
}

.tickets-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.tickets-left li {
    display: inline-flex
}

.tickets-left .nav-pills a.nav-link {
    background: #f1f1f1;
    color: #aaa;
    min-width: 96px;
    padding: 8px 15px;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600
}

.tickets-left .nav-pills a.active,
.tickets-left .nav-pills a:hover {
    background: #157cbf;
    border-color: #157cbf;
    color: #fff
}

.tickets-search input {
    font-size: 14px;
    font-weight: 500;
    color: #858585;
    border: 1px solid #ced4da;
    border-radius: 40px;
    padding: 9px 15px;
    background: #f1f1f1;
    border-color: #f1f1f1;
    padding-right: 30px;
    width: 185px
}

.tickets-search i {
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 12px;
    top: 10px
}

.available-tickets-listing {
    overflow-y: scroll
}

.available-tickets-listing ul {
    display: flex;
    flex-wrap: wrap;
    max-height: 465px
}

.at-btn {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 15px 15px 0;
    min-width: 103px;
    min-height: 86px
}

.at-btn:hover {
    color: #666
}

.at-btn span {
    display: block;
    font-size: 16px;
    color: #070b28
}

.view-more-btn {
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.view-more-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #157cbf;
    display: inline-block
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    color: #232729
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    opacity: .4
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1
}

.cart-table-ui.table th {
    background-color: #00a9e0;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: none
}

.cart-table-ui.table td {
    font-size: 14px;
    padding: 12px 8px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #dee2e6
}

.cart-section tbody tr td a.product-thumbnail {
    width: 80px;
    height: 70px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eee
}

.cart-section tbody tr td a.product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    background: #eee
}

.cart-section tbody tr td a.at-btn {
    width: 100px;
    min-height: 70px;
    min-width: 100px
}

.cart-table-ui.table td h6 {
    font-size: 18px
}

.cart-table-ui.table td h6 span {
    color: #666;
    font-weight: 400;
    font-size: 16px
}

.cart-section-row p {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.input-qty.form-control {
    width: 55px;
    text-align: center;
    font-size: 18px;
    cursor: not-allowed
}

.input-qty.form-control:disabled,
.input-qty.form-control[readonly] {
    background-color: #fff
}

.view-btn {
    font-size: 18px;
    display: inline-block
}

.checkout-accordion.accordion>.card {
    padding: 0;
    border-radius: 15px!important;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    overflow: visible;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.checkout-accordion.accordion>.card>.card-header {
    background: #00a9e0;
    border-radius: 0;
    border: none;
    position: relative;
    cursor: pointer
}

.checkout-accordion.accordion>.card>.card-header h2 .btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.choose-option>label {
    font-size: 16px;
    color: #42474c;
    margin-bottom: 20px
}

.choose-option .custome-checkbox {
    margin-bottom: 10px
}

.choose-option .custome-checkbox .form-check-label::before {
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    background: #f5f5f5;
    top: 4px
}

.choose-option .custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
    background-color: transparent;
    border-color: #2e3235
}

.choose-option .custome-checkbox input[type=checkbox]+.form-check-label::after {
    content: " ";
    top: 7px;
    left: 3px;
    padding: 0;
    background: #2e3235;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.payment-method-part .nav-tabs {
    border: none;
    margin-bottom: 15px;
    margin-top: 15px
}

.payment-method-part .nav-tabs li a.nav-link {
    font-size: 14px;
    vertical-align: middle;
    color: #42474c;
    position: relative;
    padding: 0;
    border: none;
    margin-right: 15px;
    padding-left: 25px
}

.payment-method-part .nav-tabs li a.nav-link::before {
    content: "";
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    background: #f5f5f5;
    height: 16px;
    width: 16px;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    left: 0
}

.payment-method-part .nav-tabs li a.nav-link::after {
    content: " ";
    position: absolute;
    opacity: 0;
    top: 7px;
    left: 3px;
    padding: 0;
    background: #2e3235;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.payment-method-part .nav-tabs li a.nav-link.active::after {
    opacity: 1
}

form#paymentFrm {
    margin: auto
}

.pay-card-order {
    border: 1px solid #eee;
    padding: 18px;
    padding-bottom: 5px;
    border-radius: 5px;
    background: #f1f1f1
}

.right-input-icon {
    position: relative
}

.right-input-icon .form-control {
    padding-right: 42px
}

.right-input-icon .right-icon {
    position: absolute;
    top: 13px;
    right: 12px;
    color: #c8c8c8;
    font-size: 18px
}

.cd-type li {
    margin-right: 8px
}

.cd-type li img {
    height: 32px;
    max-width: 100%;
    display: block
}

.ticket-view-checkout {
    border: 1px solid #e8e8e8;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 10px
}

.checkout-ticket-title {
    background: url(../img/checkout-ticket-bg.jpg) no-repeat 0 0/cover;
    padding: 20px 25px;
    border-radius: 10px
}

.checkout-ticket-title h4 {
    font-size: 17px;
    color: #fff
}

.checkout-ticket-content {
    padding: 12px
}

.checkout-ticket-content .your-selection-ticket ul {
    max-height: 200px
}

.checkout-ticket-content .gt-ticket {
    margin: 6px 5px 6px 0;
    min-width: 98px
}

.checkout-ticket-content .your-selection-ticket {
    padding: 0;
    border: none
}

.edit-btn a {
    font-size: 13px;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    display: inline-block
}

.your-cart-th {
    background-color: #eee;
    padding: 5px 10px;
    margin-bottom: 10px
}

.your-cart-listing {
    max-height: 225px;
    overflow-y: auto;
    border-bottom: 1px solid #e5e5e5
}

.your-cart-listing .sc-tbody-col {
    padding: 8px
}

.your-cart-listing .accordion>.card {
    border: none!important;
    border-bottom: 1px solid #e5e5e5!important
}

.your-cart-listing .accordion>.card>.card-header {
    border: none
}

.your-cart-listing .sc-enries-col {
    flex: 75%;
    max-width: 75%
}

.your-cart-row {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.your-cart-row:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.your-cart-row .product-thumbnail {
    width: 70px;
    height: 60px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eee
}

.your-cart-row .product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    background: #eee
}

.your-cart-row .at-btn {
    width: 70px;
    min-height: 60px;
    min-width: 70px;
    background: #fff;
    margin-right: 0;
    margin-bottom: 0
}

.waliDonationBtn {
    font-size: 13px;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    display: inline-block
}

.edit-btn a:hover,
.waliDonationBtn:hover {
    color: #fff
}

.login-area {
    background: url(../images/bg2.jpg) no-repeat scroll center center/cover;
    position: relative
}

.login_wrap {
    padding: 30px;
    line-height: 1;
    border-radius: 10px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2)
}

.login-overlay {
    position: absolute;
    background: rgba(242, 241, 242, .8);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.login_wrap h4 {
    font-family: AgencyFB-Bold;
    font-size: 34px;
    color: #42474c;
    font-weight: 400;
    padding-bottom: 20px
}

.login_wrap.login_without_box {
    box-shadow: none;
    padding: 0
}

.checkbox-dot {
    margin-bottom: 30px
}

.checkbox-dot .custome-checkbox input[type=checkbox]:checked+.form-check-label span {
    color: #00a9e0
}

.checkbox-dot .custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
    background-color: transparent
}

.checkbox-dot .custome-checkbox input[type=checkbox]+.form-check-label::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #00a9e0;
    margin: 4px
}

.login-btn .theme-btn {
    width: 50%;
    border-radius: 5px;
    border-color: #00a9e0;
    color: #00a9e0;
    padding: 16px 10px;
    text-align: center
}

.login-btn .theme-btn.bg-theme-blue-btn {
    background-color: #00a9e0;
    color: #fff
}

.login-btn .theme-btn span {
    display: inline-block
}

.chek-form .custome-checkbox .form-check-label span {
    font-weight: 500
}

.login_footer a {
    color: #666
}

.how-work-part {
    background: url(../img/how-video-bg.jpg) no-repeat center center/cover;
    text-align: center;
    padding: 95px 0
}

.auth-how-video {
    position: relative;
    display: inline-block
}

.auth-how-video img {
    border-radius: 18px
}

.auth-video-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.how-work-content {
    background: url(../img/how-it-works-bg.png) no-repeat center center/cover
}

.how-work-title {
    margin-bottom: 35px
}

.how-work-title h2 {
    font-family: AgencyFB-Bold;
    font-size: 34px;
    color: #42474c;
    font-weight: 400
}

.auth-content h5 {
    font-size: 22px;
    color: #00a9e0;
    margin-bottom: 30px;
    text-align: center
}

.auth-content p {
    margin-bottom: 25px
}

.auth-content-dot p {
    position: relative;
    padding-left: 12px
}

.auth-content-dot p::before {
    content: '';
    background: #666;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.auth-content ul {
    margin-bottom: 20px
}

.auth-content ul li {
    position: relative;
    padding-left: 40px;
    line-height: 27px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.auth-content li::before {
    content: '';
    background: url(../img/right_arrow.png) no-repeat 0 0/100%;
    width: 28px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0
}

.different_login {
    text-align: center;
    position: relative;
    margin: 30px 0
}

.different_login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.different_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    color: #97a0a5;
    font-weight: 500
}

.btn-login li {
    margin: 0 5px 0;
    display: inline-block
}

.btn-login li a {
    padding: 0 10px;
    display: block
}

.btn-login li a i {
    margin-right: 10px;
    font-size: 18px;
    margin-left: 0
}

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
    padding: 10px 20px!important;
    color: #fff;
    display: block;
    border-radius: 40px
}

.btn-facebook:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86
}

.btn-google {
    background: #d85040;
    border-color: #d85040;
    padding: 10px 20px!important;
    color: #fff;
    display: block;
    border-radius: 40px
}

.btn-google:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b
}

.register-reasons h6 {
    margin: 20px 0 30px;
    font-weight: 400;
    color: #157cbf
}

.register-reasons li {
    display: flex;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    margin-bottom: 25px
}

.w-100 .select2-container {
    width: 100%!important
}

.contact-section-title {
    margin-bottom: 40px
}

.contact-section-title h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 34px;
    color: #2e3235;
    font-weight: 400
}

.contact-t-border-bottom h2 {
    display: inline-block;
    border-bottom: 2px solid #2e3235;
    line-height: 32px
}

.contact-section {
    background: #f8f9f9
}

.offline-sellers-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0
}

.offline-sellers-heading h4 {
    font-size: 20px;
    color: #232729;
    font-weight: 500;
    margin-bottom: 15px
}

.os-search-input {
    position: relative;
    min-width: 280px
}

.os-search-input .form-control {
    background: #fff;
    border-radius: 25px;
    border: none
}

.os-search-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 18px;
    color: #232729
}

.offline-sellers-slider.owl-carousel .owl-stage-outer {
    padding: 25px 0
}

.os-items {
    padding: 25px 20px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    display: block;
    margin: 0 15px
}

.os-items.active,
.os-items:hover {
    position: relative;
    z-index: 1;
    transform: scale(1.07);
    box-shadow: 0 0 15px rgb(20 19 19 / 20%)
}

.os-items h4 {
    font-size: 20px;
    color: #00a9e0;
    font-weight: 600;
    margin-bottom: 18px
}

.os-items h4 a {
    color: #00a9e0
}

.os-items li {
    display: flex;
    margin-bottom: 5px
}

.os-items li span {
    display: block;
    margin-right: 14px;
    color: #a3aab1
}

.os-items li p {
    font-size: 13px;
    line-height: 24px;
    color: #232729;
    font-weight: 500;
    word-break: break-all
}

.offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next,
.offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    line-height: 34px;
    background: #ced4da;
    font-size: 22px
}

.offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev i {
    left: -2px;
    position: relative
}

.offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next i {
    right: -2px;
    position: relative
}

.offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next:hover,
.offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev:hover {
    background: #00a9e0;
    color: #fff
}

.support-teams-row .col-12 {
    padding: 0;
    box-shadow: 5px 5px 50px rgb(0 0 0 / 5%)
}

.support-teams-row .col-12:first-child,
.support-teams-row .col-12:last-child {
    background-color: #f7f7fb
}

.contact-support-col {
    padding: 40px 35px 60px 22px;
    height: 100%;
    transition: .4s;
    position: relative
}

.contact-info-text {
    display: flex;
    margin-bottom: 32px
}

.contact-info-text span {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 25px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 3%)
}

.contact-info-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #2c2f36
}

.contact-support-col>a {
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    display: block;
    position: absolute;
    bottom: 18px
}

.cs-col-1>a {
    color: #00a9e0
}

.cs-col-2>a {
    color: #e93087
}

.cs-col-3>a {
    color: #f13d57
}

.cs-col-4>a {
    color: #886bec
}

.contact-support-col>a i {
    font-size: 20px;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #ced4da
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aaa;
    line-height: 45px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 .75rem;
    padding-right: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

.select2-results__option {
    white-space: nowrap
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #157cbf
}

.select2-dropdown {
    border: 1px solid #ced4da
}

.select2-container span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    font-weight: 400
}

.form-control {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    overflow: hidden;
    letter-spacing: .6px
}

input[type=file].form-control {
    padding-top: 8px!important;
    padding-left: 5px!important
}

.form-control:focus {
    box-shadow: none;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 400;
    font-size: 14px
}

.form-control::-moz-placeholder {
    color: #aaa;
    font-weight: 400;
    font-size: 14px
}

.form-control:-ms-input-placeholder {
    color: #aaa;
    font-weight: 400;
    font-size: 14px
}

.form-control:-moz-placeholder {
    color: #aaa;
    font-weight: 400;
    font-size: 14px
}

.contact-form-map {
    position: relative;
    padding: 30px 0
}

.contact-form-map::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1
}

.contact_full_map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.contact-form-container {
    position: relative;
    z-index: 2
}

.contact_map {
    height: 520px
}

.contact-from>h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.contact-from>p {
    font-size: 14px;
    color: #aaa;
    font-weight: 400
}

.contact_info_row {
    border: 1px solid #ced4da;
    padding: 48px 0;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%)
}

.contact_info_col:not(:last-child) {
    border-right: 1px solid #ced4da
}

.contact_style {
    text-align: center;
    padding: 0 40px;
    height: 100%
}

.contact_icon i {
    font-size: 34px;
    color: #157cbf
}

.contact_icon_img {
    margin-bottom: 20px
}

.contact_style .contact_icon {
    border: 1px solid #157cbf;
    margin: 0 0 15px;
    height: 80px;
    width: 80px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    z-index: 1
}

.contact_text span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 23px
}

.contact_style .contact_icon i {
    line-height: 78px;
    transition: all .5s ease-in-out
}

.contact_style .contact_icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #157cbf;
    z-index: 1;
    transition: all .5s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    z-index: -1
}

.contact_style:hover .contact_icon::before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact_style:hover .contact_icon i {
    color: #fff
}

.contact_text p {
    font-size: 16px;
    color: #aaa;
    line-height: 30px
}

.contact_text p a {
    color: #aaa
}

.on_off_seller_tab {
    text-align: center;
    margin-bottom: 48px
}

.onoff_seller_tabInner {
    display: inline-block
}

.onoff_seller_tabInner .nav-tabs {
    border-bottom: none;
    background-color: #f4f8fb;
    padding: 4px;
    border-radius: 40px
}

.onoff_seller_tabInner .nav-tabs .nav-link {
    border-radius: 40px;
    color: #aaa;
    font-weight: 600
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
    color: #232729;
    font-weight: 500;
    font-size: 15px
}

.profile-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden
}

.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center
}

.widget-profile {
    background-color: #157cbf;
    border-bottom: 1px solid #f0f0f0
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.widget-profile .profile-info-widget {
    display: block;
    text-align: center
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 5px;
    background-color: #f7f7f7;
    border-radius: 50%
}

.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover
}

.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    margin-bottom: 10px
}

.patient-details h5 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.patient-details h5 i {
    width: 18px
}

.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.dashboard-menu>ul>li {
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

.dashboard-menu>ul>li>a {
    color: #757575;
    display: block;
    padding: 16px 20px
}

.dashboard-menu>ul>li.active>a,
.dashboard-menu>ul>li:hover>a {
    color: #157cbf;
    background-color: #fbf2d7
}

.dashboard-menu>ul>li>a.place-new-orderbtn {
    background-color: #ffdc67;
    color: #157cbf
}

.dashboard-menu>ul>li>a.place-new-orderbtn i svg {
    color: #157cbf;
    fill: #157cbf
}

.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 18px;
    display: inline-block
}

.dashboard-menu>ul>li>a i svg {
    color: #757575;
    fill: #757575;
    transition: all .4s ease-in-out
}

.dashboard-menu>ul>li.active>a i svg,
.dashboard-menu>ul>li:hover>a i svg {
    color: #157cbf;
    fill: #157cbf
}

.dashboard-content {
    border: none;
    padding: 0
}

.d-card-title {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.d-card-title-border {
    border-bottom: 1px solid #e5e8eb
}

.my-wallet-card .d-card-title h3 {
    font-size: 16px
}

.d-card-title h3 {
    font-size: 14px;
    margin-bottom: 0
}

.d-card-title h3 i {
    font-size: 24px;
    opacity: .7;
    margin-right: 15px
}

.d-card-content {
    padding: 20px
}

.d-card-content span {
    font-size: 24px;
    font-weight: 600;
    color: #157cbf
}

.wallet-btn button {
    padding: 4px 15px;
    font-size: 13px
}

.d-table-list .product-title h2 {
    font-size: 20px
}

.my-ticket-number span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #ffc501;
    color: #000;
    display: inline-block;
    box-shadow: 0 0 5px #ccc
}

.my-ticket-contest .at-btn {
    width: 85px;
    min-height: 55px;
    min-width: 85px;
    margin: 0 10px 0 0
}

.product-title.title-border-none {
    border-bottom: none
}

.rp-part {
    padding: 5px;
    border-radius: 40px;
    border: 1px solid #e7e7e7;
    position: relative;
    padding-right: 115px
}

.rp-part>div {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #157cbf;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 12px
}

.rp-part p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rp-part p strong {
    margin-left: 5px;
    font-weight: 600;
    color: #157cbf
}

.rp-part p b {
    font-weight: 500
}

.copylink-btn {
    position: absolute;
    top: 27px;
    right: 26px;
    background-color: #ffc501;
    border-color: #ffc501;
    color: #000
}

.rp-earned {
    background: #00a9e0;
    padding: 30px;
    border-radius: 5px
}

.rp-earned>span>img {
    display: block;
    height: 60px
}

.rp-earned-content h3 {
    color: #fff
}

.rp-earned-content p {
    color: #ffc501;
    font-weight: 600
}

.p-momile .select2-container {
    width: 110px!important
}

.p-momile .form-control {
    border-radius: 0 4px 4px 0;
    border-left: none
}

.p-momile .select2-container .select2-selection--single {
    border-radius: 4px 0 0 4px
}

.p-momile .countrycodeselect>.select2-container:last-child,
.p-momile .countrycodeselect>.select2-container:last-child span.select2-dropdown {
    width: 280px!important
}

.select2-container span.selectcountry-number {
    font-weight: 500;
    font-size: 15px;
    line-height: 1
}

.countrycodeselect .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px
}

.user-passprot-file {
    color: #999;
    display: inline-block;
    height: 120px;
    width: 120px;
    padding: 1px;
    background-color: #dbdbdb;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    margin: auto
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0%;
    height: 0%;
    z-index: 2;
    visibility: hidden
}

.user-passprot-part img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.img-edit-view {
    color: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s
}

.edit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .81);
    box-shadow: 0 0 10px #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    padding-left: 4px
}

.user-passprot-file:hover .img-edit-view {
    opacity: 1
}

.about-us-info h3 {
    margin-bottom: 20px
}

.about-us-info p {
    margin-bottom: 20px
}

.ddf-number-col {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px 20px;
    border-radius: 10px;
    height: 100%
}

.ddf-number-col h3 {
    margin-bottom: 25px;
    color: #333745
}

.corporate-responsibility {
    background: url(../images/csr-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative
}

.about-mission-col {
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 0 1px 10px 2px #e5e5e5;
    height: 100%;
    text-align: center
}

.about-mission-col h4:after {
    content: '';
    width: 100px;
    display: block;
    height: 2px;
    background: #167cbf;
    margin: auto;
    margin-top: 20px
}

.about-mission-col h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.about-mission-col p {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500
}

.black-overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.about-mission-col,
.bg-section-title {
    position: relative;
    z-index: 1
}

.bg-section-title h2 {
    font-size: 30px;
    color: #ffc525;
    font-weight: 600;
    margin-bottom: 25px
}

.bg-section-title p {
    color: #fff
}

.news-slide-content h3 {
    font-size: 14px;
    line-height: 1.5
}

.news-slide-content h3 a {
    color: #000
}

.news-slide-content p {
    font-size: 12px
}

.data_content {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #000;
    border-radius: 0 60px 60px 0;
    padding: 10px 16px
}

.data_content p {
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

.about-list li {
    display: flex;
    margin-bottom: 20px
}

.news-content-img img {
    height: 380px;
    display: block;
    object-fit: cover;
    width: 100%
}

.post-meta li a {
    font-size: 14px;
    color: #666
}

.news-content-bm p {
    margin-bottom: 25px
}

.how-work-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin: 0 auto 25px
}

.how-work-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #157cbf;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff
}

.how-work-icon span svg {
    display: block;
    width: 50px;
    color: #fff;
    fill: #fff
}

.how-work-col h4 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.how-work-col:hover svg {
    transform: rotate(360deg)
}

.affiliate-img {
    max-width: 260px;
    margin: auto;
    display: block
}

.s-become-affiliate {
    background: url(https://freepik.cdnpk.net/assets/7fbed28ce5279e581897740e6fb7f2ae.svg) no-repeat 0 0;
    position: relative;
    background-size: cover
}

.s-become-affiliate>img {
    position: absolute;
    height: 100%;
    right: 20px;
    top: 5px;
    max-width: 24%;
    display: block;
    opacity: 0
}

.become-affiliate {
    color: #fff;
    padding: 30px 0;
    text-align: center
}

.become-affiliate span {
    margin-bottom: 15px;
    display: block;
    color: #ffc501;
    font-weight: 600
}

.become-affiliate h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700
}

.feedback-content {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7
}

.feedback-content .form-group>label {
    font-size: 14px;
    color: #070b28;
    font-weight: 500;
    margin-bottom: 7px
}

.feedback-content .custome-radio label {
    font-size: 14px;
    color: #070b28;
    font-weight: 400;
    margin-bottom: 7px
}

.feedback-img {
    margin: auto;
    display: block;
    opacity: .4
}

.coupon-form {
    margin-top: 35px
}

.coupon {
    position: relative
}

.coupon .form-control {
    height: 40px;
    border-radius: 40px!important;
    padding-right: 100px;
    letter-spacing: 0
}

.coupon button {
    position: absolute;
    right: 4px;
    padding: 0 12px;
    height: calc(100% - 8px);
    font-size: 12px;
    z-index: 5;
    top: 4px
}

.content-text h4 {
    margin-bottom: 20px
}

.content-text h5 {
    margin-bottom: 14px;
    padding-top: 10px;
    font-size: 18px
}

.content-text p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px
}

ul.list-content {
    padding-left: 20px;
    margin-bottom: 20px
}

.content-text ul li {
    font-size: 15px;
    font-weight: 500
}

.content-text ul.listtype-none {
    list-style-type: none;
    padding-left: 0
}

.content-text .table td.title-bold,
.content-text .table td:first-child {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    width: 180px
}

.content-text .table td {
    font-size: 14px;
    font-weight: 500;
    color: #5b5b5b
}

.dotlist {
    list-style-type: disc!important
}

.numberlist {
    list-style-type: decimal!important
}

.alphabeta {
    list-style-type: lower-alpha!important
}

.romanNumbers {
    list-style-type: lower-roman!important
}

ul.list-content-img {
    margin-bottom: 20px
}

ul.list-content-img li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 25px
}

ul.list-content-img li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/icon/green_checked.png) no-repeat 0 0/cover;
    width: 26px;
    height: 26px
}

.list-content li {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px
}

.list-content li strong {
    font-weight: 700
}

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

.wizard>.content {
    background: 0 0;
    min-height: 100%
}

.wizard>.content>.body {
    position: static;
    padding: 0;
    width: 100%;
    float: none
}

.wizard>.content>.body input {
    border: 1px solid #ced4da
}

.myaccount-process {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px
}

.signup-title {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1
}

.wizard>.content>.body .form-group {
    margin-bottom: 30px
}

.file-input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    border: none
}

.select-file {
    min-height: 45px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 140px;
    position: relative;
    display: block;
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    width: 99%;
    line-height: 41px
}

.file-inputs {
    opacity: 0;
    visibility: hidden;
    height: 0;
    border: none
}

.select-files {
    min-height: 45px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 140px;
    position: relative;
    display: block;
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    width: 99%;
    line-height: 41px
}

.browser-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 120px;
    border-radius: 4px;
    background: #e3f5fc;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    color: #157cbf;
    height: 34px;
    line-height: 34px
}

.info-block {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 15px;
    color: #cecece;
    display: block
}

.full-info .form-group {
    margin-bottom: 1.5rem
}

.full-info .form-group label,
.national-info-row .form-group label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #333
}

.national-info-row {
    border-radius: 4px;
    border: 1px solid #d2dde9;
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.national-info-row h5 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 5px;
    color: #636363;
    font-weight: 700
}

.national-info-row .kyc-upload-img {
    border: none;
    padding: 0;
    border-radius: 0
}

.national-info-row .kyc-upload-img>div {
    width: 80px;
    height: 80px
}

.wizard>.content>.body label span.field-require-tag {
    color: #00a9e0
}

.myaccount-process-tab li {
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    float: none;
    margin-right: 15px
}

.myaccount-process-tab li a {
    text-transform: capitalize;
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #fff
}

.myaccount-process-tab li a:after {
    position: absolute;
    height: 2px;
    width: 0;
    left: 20px;
    top: 20px;
    background: #aaa;
    width: 100%;
    content: '';
    transition: all .4s
}

.myaccount-process-tab li a.active:after,
.myaccount-process-tab li.done a:after {
    background: #00a9e0
}

.myaccount-process-tab li:last-child {
    width: auto
}

.myaccount-process-tab li:last-child a::after {
    display: none
}

.myaccount-process-tab li a .number {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #d7d8d6;
    border-radius: 50%;
    text-align: center;
    background: #d7d8d6;
    margin-bottom: 7px;
    margin-left: 0;
    position: relative;
    z-index: 1
}

.myaccount-process-tab li a i {
    display: none
}

.myaccount-process-tab li a.active .number,
.myaccount-process-tab li.done a .number {
    border-color: #00a9e0;
    background: #fff
}

.myaccount-process-tab li a .number::before {
    content: '';
    position: absolute;
    display: block;
    background: #d7d8d6;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 5px;
    margin-left: 2px;
    margin-top: 2px
}

.myaccount-process-tab li a.active .number::before,
.myaccount-process-tab li.done a .number::before {
    background: #00a9e0
}

.myaccount-process-tab li a strong {
    position: relative;
    z-index: 1;
    font-weight: 500
}

.ca-wizard li .theme-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px
}

.hidden {
    display: none
}

.ca-wizard .previous.disabled a {
    display: none!important
}

.winner-table-ui.table thead th {
    background-color: #00a9e0;
    padding: 15px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center
}

.winner-filter i {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 18px;
    color: #157cbf
}

.dataTables_wrapper .row:last-child>.col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0
}

button:focus {
    outline: 0;
    box-shadow: none
}

.fb-youtube-block {
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .15)
}

.raffle-fy-date h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.5
}

.fy-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%
}

.fy-play-icon a {
    font-size: 30px;
    color: #fff;
    display: block;
    background: #157cbf;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

.fy-play-icon a:hover {
    background: #ffc501;
    color: #000
}

.raffle-fy-date {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 3px 5px
}

.raffle-fy-date .bg-countdown ul {
    justify-content: center
}

.raffle-fy-date .bg-countdown li {
    min-height: 100%;
    min-width: inherit;
    padding: 0;
    margin: 0 2px;
    text-align: center;
    background: 0 0
}

.raffle-fy-date .bg-countdown li p {
    font-size: 11px;
    font-weight: 600;
    color: #fff
}

.raffle-fy-date .bg-countdown li span {
    font-size: 17px;
    display: inline-block;
    color: #ffc501;
    min-width: 22px;
    text-align: right;
    margin-right: 2px;
    margin-top: 3px
}

.fb-youtube-block .raffle-fy-date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 10px
}

.fb-youtube-block .raffle-fy-date .bg-countdown li p {
    font-size: 12px
}

.fb-youtube-block .raffle-fy-date .bg-countdown li span {
    font-size: 22px;
    min-width: 28px;
    margin-right: 2px
}

.item-raffleTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    padding: 8px 10px;
    z-index: 1
}

.item-raffleTitle h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.5
}

.additional-info {
    background: #f5f5f5
}

.additional-info p {
    margin-bottom: 20px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    text-align: center;
    background: rgba(0, 0, 0, .75)
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 5px 5px 0
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    border-radius: 5px 0 0 5px
}

.owl-carousel .owl-nav button span {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    display: inline-block
}

.prize-winner-list {
    background: #fff;
    padding: 15px;
    padding-bottom: 51px;
    border-radius: 15px;
    height: 100%;
    position: relative
}

.prize-table h5 {
    margin-bottom: 10px
}

.pw-toplist {
    display: flex;
    margin-bottom: 20px
}

.pw-toplist-left {
    max-width: 110px;
    flex: 0 0 110px;
    margin-right: 20px
}

.pw-usertop h5 {
    font-size: 14px;
    color: #1b1e20;
    font-weight: 500
}

.prize-winner-userphoto img {
    width: 100%
}

.pw-usertop span {
    padding: 6px 8px;
    font-size: 12px
}

.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%
}

.tableFixHead {
    overflow-y: auto;
    height: 500px
}

.tableFixHead thead th {
    position: sticky;
    top: -1px
}

.prize-winner-userinfo hr {
    margin-bottom: 4px
}

.prize-winner-userinfo .table {
    border: none;
    margin-bottom: 0
}

.prize-winner-userinfo .table td {
    padding: 4px 0;
    border: none;
    font-size: 12px
}

.prize-winner-userinfo .table tr td:first-child {
    white-space: nowrap
}

.prize-winner-userinfo .table td p {
    font-size: 12px;
    margin-left: 8px;
    color: #8a8a8a
}

.prize-winner-userinfo .table td p a.group-member-list {
    padding: .25em .4em;
    font-weight: 500
}

.pw-stories-bm {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0
}

.pw-stories-bm a {
    font-size: 12px;
    display: inline-block;
    color: #1b1e20
}

.pw-stories-bm a span {
    background-color: #f0f2f4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px
}

div.dataTables_wrapper div.dataTables_info {
    padding-bottom: 10px
}

.rfr-social-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #157cbf;
    color: #fff;
    text-align: center
}

.star-tag {
    position: absolute;
    right: -22px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    background: #ffc501;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    display: none
}

.winner-stories-part .tickets-accordion.accordion>.card>.card-header h2 .btn {
    font-size: 16px;
    color: #666
}

.winner-stories-part .tickets-accordion.accordion>.card>.card-header h2 .btn span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #157cbf
}

.winner-stories-part .tickets-accordion.accordion>.card>.card-header {
    background: #f5f5f5
}

.winner-stories-part .tickets-accordion .card-body {
    padding: 20px;
    margin: 0
}

.cr-title h3 {
    color: #666;
    margin-bottom: 3px
}

.cr-img {
    max-width: 500px
}

.cr-content p {
    margin-bottom: 15px
}

.cr-content>p span i.fa-star {
    color: #d5d5d5
}

.cr-content i.fa-star.star-active {
    color: #ffd105
}

.star-rating {
    font-size: 22px;
    margin-bottom: 10px
}

.rate-base-layer {
    color: #d5d5d5
}

.rate-hover-layer {
    color: #ffd105
}

.rate-select-layer {
    color: #ffd105
}

#rate-input {
    display: none
}

.fa-star-o:before {
    content: "\f005"
}

.all-review-box ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0
}

.user-review-box h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px
}

.user-review-box h3 span {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #7d868f
}

.user-review-box p {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.moreinfo-reviews-star i {
    font-size: 15px;
    color: #d5d5d5
}

.l-result {
    border-radius: 40px 40px 0 0
}

.l-num-result,
.participation-detail {
    background-color: #000;
    background-image: url("user_remive.svg");
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
    position: relative
}

.participation-detail {
    background-attachment: fixed
}

.l-num-result p {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff
}

.l-num-result>div:first-child {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #d2d2d2
}

.l-num-result>div.jp-draw-title {
    border: none;
    padding-right: 0;
    margin-right: 0
}

.l-result-content {
    background-color: #eee
}

.winner-table-ui.table tfoot td {
    background-color: #00a9e0;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.donation-form {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 8%;
    border: 1px solid #157cbf;
    border-radius: 5px
}

.social-icon-profile li {
    margin: 0 5px
}

.social-icon-profile li a {
    color: #157cbf;
    font-size: 18px
}

.profile-row h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px
}

.profile-row h5 a {
    font-size: 14px;
    margin-left: 12px;
    color: #00a9e0
}

.info-help {
    font-size: 13px;
    margin: 8px 0
}

.info-help i {
    font-size: 16px;
    color: #ffc501
}

.info-help a {
    color: #00a9e0;
    text-decoration: underline
}

.box-content p {
    margin-bottom: 5px
}

.nav-pills .nav-link {
    color: #666
}

.payment-method .nav-pills .nav-link {
    background-color: #f1f1f1;
    margin-right: 12px
}

.payment-method .nav-pills .nav-link.active {
    color: #fff;
    background-color: #00a9e0
}

.my-tickets-table table {
    min-width: 870px
}

.drawing-tr {
    background: rgba(255, 221, 108, .4)
}

.drawing-ticket a {
    font-size: 13px;
    color: #e90000;
    font-weight: 600
}

.s-num-table .tableFixHead {
    height: 250px
}

.s-num-table .table td,
.s-num-table .table th {
    padding: .5rem
}

.s-num-table .my-ticket-number span {
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin: 0 0 4px 0
}

.purchase-details {
    color: #fff
}

.purchase-details .card-body {
    background: #157cbf
}

.purchase-details h5 {
    color: #fff
}

.s-num-table .my-ticket-number .bg-number-white {
    background: #fff!important;
    color: #000!important
}

.s-num-table .my-ticket-number span.bg-starNumber-white {
    background: #fff!important;
    color: #157cbf!important;
    font-weight: 700
}

.comments-row {
    position: relative;
    margin-bottom: 20px
}

.comments-avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px
}

.comments-avatar img {
    border-radius: 50%;
    height: 100%;
    border: 1px solid #eee
}

.comt-right {
    padding-left: 60px
}

.comments-row ul li.comments-row {
    margin-left: 60px
}

.comt-box .form-control {
    border-radius: 4px;
    border: 1px solid #ced4da;
    height: 60px
}

.comment_msg_btn {
    margin-top: 20px
}

.comt-boxInner {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #e8e8e9;
    padding-bottom: 18px
}

.comt-box-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.comt-box-title span {
    font-size: 12px;
    display: inline-block;
    color: #00a9e0
}

.comt-boxInner h5 {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500
}

.comt-boxInner h5 a {
    color: #000;
    text-transform: capitalize
}

.comt-boxInner p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #818181
}

.comt-inline-itms a,
.comt-inline-itms span,
.comt-like-count span {
    display: inline-block;
    font-size: 13px;
    color: #666;
    vertical-align: middle;
    position: relative
}

.comt-like {
    margin-right: 15px
}

.comt-like i {
    margin-right: 5px
}

.comments-row ul {
    margin-top: 10px
}

.comt-like-count {
    position: absolute;
    right: 0;
    bottom: -15px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 40px;
    padding: 3px;
    min-width: 45px;
    display: none!important
}

.comt-like-count i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #00a9e0;
    color: #fff;
    text-align: center;
    font-size: 13px
}

.comt-likes-active i,
.comt-reply-active i {
    color: #00a9e0
}

.comt-box-under {
    display: none
}

.comt-relyinput-part>input {
    max-width: 340px
}

.comment_cancel_btn {
    background-color: #e8ecee;
    border-color: #e8ecee;
    color: #000;
    text-transform: capitalize;
    margin-right: 10px
}

.view-more-comments a {
    font-size: 14px;
    color: #666;
    line-height: 15px;
    display: inline-block
}

.my-raffle-tickets-table tbody tr td a.product-thumbnail {
    width: 80px;
    height: 70px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eee
}

.my-raffle-tickets-table tbody tr td a.product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    background: #eee
}

.auth-box-right {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: .2rem;
    background-color: #fff
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #00a9e0;
    margin: 0 auto
}

.resellerimg {
    max-width: 350px;
    margin: auto;
    margin-top: 40px
}

.api-icon {
    font-size: 34px;
    margin-right: 20px
}

.fb-live-logo {
    margin-top: -46px;
    margin-right: -65px
}

.categories-iconlists li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.categories-icon {
    display: flex;
    align-items: center
}

.categories-icon span {
    display: inline-block
}

.categories-icon h4 {
    display: inline-block;
    font-size: 14px;
    color: #070b28;
    margin-left: 15px;
    font-weight: 500
}

.categories-iconlists li:not(:last-child) {
    border-bottom: 1px solid #f7f8f9;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.categories-iconlists li .categories-icon img {
    width: 30px
}

.ticktes-filter .filterIcon {
    font-size: 16px;
    color: #9b9b9b;
    line-height: 45px
}

.categories-iconlists li p {
    margin-bottom: 0;
    color: #aebbc3
}

.ticktes-filter .w-100 .select2-container {
    width: 105px!important
}

.ticktes-filter .select2-container .select2-selection--single {
    border: 1px solid #ced4da
}

.ticktes-filter .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none
}

.th-tab .nav-tabs .nav-link {
    color: #666;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #dee2e6
}

.th-tab .nav-tabs .nav-link.active {
    color: #157cbf;
    background: 0 0;
    border-bottom-color: #fff
}

div.dataTables_wrapper div.dataTables_length select.form-control {
    height: calc(1.6rem + 6px)
}

.transaction-table .table td p {
    font-size: 13px
}

.s-cart-header {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .125)
}

.sc-header-col {
    background-color: #157cbf;
    padding: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap
}

.s-cart-table .accordion>.card {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.sc-enries-col {
    flex: 56%;
    max-width: 56%
}

.sc-amount-col {
    flex: 23%;
    max-width: 23%;
    text-align: center
}

.sc-qty-col {
    flex: 23%;
    max-width: 23%;
    text-align: center
}

.sc-cart-col {
    flex: 25%;
    max-width: 25%;
    text-align: center
}

.sc-cart-col>.theme-btn {
    padding: 5px 9px;
    font-size: 12px
}

.pt-title a.product-thumbnail,
.sc-tbody-col a.product-thumbnail {
    width: 80px;
    height: 70px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px;
    background: #eee
}

.pt-title a.product-thumbnail img,
.sc-tbody-col a.product-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    background: #eee
}

.cart-trash {
    display: block;
    font-size: 15px;
    color: #bcbcbc;
    margin-right: 15px
}

.sc-product-name {
    font-size: 14px;
    display: block
}

.sc-product-name i {
    font-weight: 600
}

.cart-accordion .card-body>.cs-subheading {
    background: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5
}

.sc-tbody-col {
    padding: 12px
}

.sc-tbody-col p {
    font-size: 14px;
    color: #4d4d4d
}

.cs-subheading .sc-tbody-col p {
    color: #157cbf;
    text-decoration: underline;
    font-weight: 600
}

.out-purchased small {
    font-size: 81%;
    text-decoration: underline
}

.sc-tbody-col button {
    font-size: 14px;
    color: #4d4d4d;
    border: 1px solid #ffc501
}

.cs-subcontent {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.cs-subcontent:last-child {
    border-bottom: none
}

.cs-subcontent .sc-tbody-col {
    padding: 6px 12px
}

.g-tickets-list {
    display: flex;
    flex-wrap: wrap
}

.gt-ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 8px 15px 0;
    min-width: 118px;
    min-height: 75px;
    position: relative
}

.gt-ticket span.series-number {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: url(../images/series-t-bg.png) no-repeat 0 0/100% 100%;
    width: 100%;
    height: 39px;
    padding: 5px 0 4px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gt-ticket span.ticket-number {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: url(../images/ticket-bg.png) no-repeat 0 0/100% 100%;
    text-align: center;
    width: 100%;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.ticket-sold {
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    left: 0;
    top: 0;
    font-size: 17px;
    padding-top: 8px;
    color: #fff;
    font-weight: 600;
    background: url(../img/ticket-shape.png) no-repeat 0 0/100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden
}

.ticket-sold-img {
    background-image: url(../../assets/images/sold-imgs.png);
    background-size: 100% 100%
}

.gt-ticket.disabled {
    pointer-events: none;
    opacity: 1;
    visibility: visible
}

.gt-ticket.disabled span.series-number {
    background: 0 0
}

.gt-ticket.disabled span.ticket-number {
    background: 0 0
}

.gt-ticket.disabled .ticket-sold {
    pointer-events: none;
    opacity: 1;
    visibility: visible
}

.sc-amount-col.sc-share-ticket {
    flex: 42%;
    max-width: 42%
}

.s-cart-wishlist .s-cart-table {
    width: 870px
}

.drawing-no-live {
    color: #725b0a;
    line-height: 1.3
}

.addtocart-input a {
    width: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    display: block;
    background: #157cbf;
    color: #fff;
    border-radius: 10px
}

.addtocart-input .form-control {
    width: 45px;
    height: 35px;
    margin: 0 7px;
    text-align: center;
    font-size: 16px
}

.available-t-info h5 {
    font-size: 16px;
    color: #2e3235;
    font-weight: 700;
    margin-bottom: 12px
}

.available-t-info h6 {
    font-size: 16px;
    color: #2e3235;
    font-weight: 500;
    margin-bottom: 15px
}

.available-t-info h6 span {
    font-size: 18px;
    color: #157cbf
}

.available-t-info p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000
}

.your-selection h4 {
    background: #157cbf;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 18px 10px
}

.ys-del {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #157cbf;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 50%
}

.ys-del i {
    margin-left: 1px
}

.your-selection .ys-tickets-list .gt-ticket {
    background: #fff;
    border: 2px solid #157cbf;
    padding: 5px;
    margin: 0 12px 5px 0;
    min-width: 60px;
    min-height: 55px
}

.ys-share-list {
    background: #fff;
    border: 1px solid #157cbf;
    padding: 5px;
    position: relative;
    border-radius: 10px
}

.group-tickets-row .gt-list.active {
    background: #e3e3e3
}

.p-tab-filter {
    background-color: #00a9e0;
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.p-tab-filter .nav-tabs {
    border: none
}

.p-tab-filter .nav-tabs .nav-link {
    font-weight: 600;
    background: #62c7e8;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff
}

.p-tab-filter .nav-tabs .nav-link.active {
    color: #157cbf;
    background: #fff
}

.ticket_selection_block {
    margin-right: 20px
}

.ticket_selection_block input[type=radio] {
    display: none
}

.ticket_selection_block label {
    position: relative;
    padding-left: 35px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0
}

.ticket_selection_block label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3
}

.ticket_selection_block label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2e3235;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.ticket_selection_block input[type=radio]:checked+label::before {
    border-color: #2e3235
}

.ticket_selection_block input[type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible
}

.available-t-table .table {
    width: 770px
}

.how-it-works-bg {
    background: url(../images/how-it-work-bg.jpg) no-repeat 0 0/cover
}

.how-it-works-bg .product-section-title h2 {
    color: #fff
}

.how-it-works-bg .product-section-title p {
    color: #fff
}

.how-it-works-content li {
    display: flex;
    margin-bottom: 40px
}

.how-it-works-content li:last-child {
    margin-bottom: 0
}

.how-it-works-content li span {
    width: 32px;
    min-width: 32px;
    margin-right: 15px;
    display: block
}

.how-it-works-content li p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.how-it-works-content li p strong {
    display: block;
    color: #ffc501;
    font-weight: 600
}

.question-icon {
    color: #fff
}

.question-icon:hover,
.ys-del:hover {
    color: #fff
}

.category-item {
    background-color: #efefef;
    text-align: center;
    position: relative;
    cursor: pointer;
    min-height: 140px;
    padding: 15px;
    display: block;
    border-bottom: 3px solid #00a9e0;
    -webkit-box-shadow: 0 0 7px #f0f0f0;
    box-shadow: 0 0 7px #f0f0f0;
    border-radius: 10px
}

.category-item:hover {
    border-color: #efefef
}

.category-item h3 {
    font-size: 14px;
    margin-top: 20px;
    color: #4b4a4a
}

.category-item img {
    position: relative;
    display: block;
    max-height: 50px;
    margin: auto;
    filter: invert(48%) sepia(76%) saturate(2009%) hue-rotate(161deg) brightness(96%) contrast(101%);
    -webkit-transition: .2s all;
    transition: .2s all
}

.data-details-list {
    border-radius: 4px;
    border: 1px solid #d2dde9;
    padding: 20px;
    margin-bottom: 35px
}

.data-details-head {
    font-size: 13px;
    font-weight: 500;
    color: #758698;
    line-height: 20px;
    padding: 15px 20px 2px;
    width: 100%
}

.data-details-docs {
    width: 100%;
    border-top: 1px solid #d2dde9
}

.data-details-docs>li {
    flex-grow: 1;
    border-bottom: 1px solid #d2dde9;
    padding: 20px
}

.data-details-docs-title {
    color: #495463;
    display: block;
    padding-bottom: 6px;
    font-weight: 400
}

.data-doc-item {
    width: 150px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.upload-doc-list h4 {
    margin-bottom: 20px
}

.upload-doc-list p {
    font-size: 12px;
    margin-bottom: 10px;
    background: #dae7f3;
    padding: 8px
}

.winners-search-part {
    background: #efefef;
    padding: 1rem
}

.more-search {
    text-align: right;
    display: inline-block;
    background: #efefef;
    padding: 9px 12px;
    color: #000;
    margin-bottom: 2px
}

.winner-filter-more {
    display: none
}

.search-btn.theme-btn.bg-theme-blue-btn {
    background-color: #ffc501;
    border-color: #ffc501;
    color: #000
}

.search-clear-btn.theme-btn {
    padding: 8px 22px;
    margin-left: 10px;
    color: #818181;
    border-color: #818181
}

table.dataTable {
    margin-top: 0!important
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-item.next .page-link::before,
.page-item.previous .page-link::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.page-item.previous .page-link::before {
    content: "\f100"
}

.page-item.next .page-link::before {
    content: "\f101"
}

.page-link {
    color: #333;
    line-height: 14px
    padding: 7px !important;

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: transparent;
    border-color: #dee2e6;
    box-shadow: inset 0 0 10px #d8d8d8;
    font-weight: 600;
    margin-bottom: 5px
}

.paging_simple_numbers .pagination .page-item.active .page-link {
    color: #fff;
    background: #157cbf;
    box-shadow: none
}

.cs-bg {
    background: #f1f1f1
}

.cs-info {
    max-width: 350px;
    margin: auto
}

.cs-info p {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, .27);
    margin-bottom: 8px;
    padding-bottom: 8px
}

.cs-info p a {
    color: #fff
}

.cs-info p a:hover {
    color: #fff
}

.faq-row .slide-item {
    border: 1px solid #aaa
}

.faq-row .slide-item:hover {
    border: 1px solid #157cbf
}

.faq-row .slide-content h4 {
    font-size: 17px
}

.faq-item {
    padding: 50px 15px;
    background-color: #f4f4f4;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.faq-item:hover {
    background-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.term-icon {
    width: 80px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.faq-item:hover .term-icon {
    transform: scale(1.1)
}

.terms-section-link h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #ecb10b;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    min-height: 48px
}

.btn-know-more {
    color: #222;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

.btn-know-more:hover {
    color: #157cbf
}

.faq-listing {
    border-bottom: 1px solid #e5e5e5;
    display: none
}

.faq-listing li a {
    color: #6c757d;
    position: relative;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px
}

.faq-details-box ol>li {
    list-style: circle;
    color: #666;
    font-size: 14px;
    display: list-item;
    margin-bottom: 25px
}

.faq-details-box ol>li h6 {
    margin-bottom: 5px
}

.faq-details-box h6 strong {
    color: #333;
    font-size: 16px
}

.bg-zoro {
    background-color: #eee
}

.zoro-col {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 50px 20px 15px 20px
}

.faq-zoro-img {
    margin-bottom: 50px
}

.zoro-col p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px
}

.zoro-col h4 {
    font-size: 16px;
    color: #333;
    text-transform: capitalize
}

.zoro-col h4 a {
    color: #333
}

.fb-popup-content label {
    font-weight: 600
}

.full-result-box img {
    height: 350px;
    width: 100%;
    object-fit: cover
}

.fb-youtube-liveicon {
    border: 1px solid #eee;
    padding: 0 10px 10px 10px
}

.lw-countdown {
    border-radius: 5px
}

.winners-hf-item {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 80px
}

.winners-hf-item-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.winners-hf-item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .3rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.winners-hf-item:hover .winners-hf-item-img {
    transform: scale(1.06, 1.06)
}

.winners-hf-item-details {
    background-color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translateY(50%);
    text-align: center
}

.winners-hf-name {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.winners-hf-details {
    color: #333;
    opacity: .7;
    font-size: .8rem
}

.raffle-fy-date.lw-countdown {
    padding: 6px 10px
}

.raffle-fy-date.lw-countdown .bg-countdown li p {
    font-size: 13px
}

.raffle-fy-date.lw-countdown .bg-countdown li p span {
    font-size: 22px;
    min-width: 28px
}

.bottom .dataTables_length {
    float: left
}

.matchStar-winner-lists {
    border: 1px solid #eee
}

.matchStar-winner-lists .dataTables_wrapper>.bottom {
    padding: 0 1rem
}

.ef-form-group .custome-radio {
    margin-right: 10px
}

.ef-form-group .ef-icon {
    width: 35px;
    height: auto;
    display: block
}

.ef-form-group label {
    cursor: pointer
}

.ef-form-group .custome-radio .form-check-input:checked+label img {
    filter: invert(58%) sepia(72%) saturate(4089%) hue-rotate(161deg) brightness(97%) contrast(101%)
}

.ap-listing li {
    display: flex;
    margin-bottom: 10px
}

.ap-listing li i {
    margin-top: 3px
}

.ap-faq .card-body p {
    margin-bottom: 20px
}

.fa-exclamation-triangle {
    font-size: 18px;
    color: #ffc501
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 600;
    text-transform: capitalize
}

.my-withdraw-history-table table {
    width: 870px
}

.ui-widget-header {
    background: #157cbf
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    cursor: pointer
}

.product-detail-right h1 {
    font-size: 28px;
    font-weight: 700;
    color: #157cbf
}

.price-tag {
    margin-bottom: 40px
}

.price-tag h5 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 10px 0
}

.price-tag p,
.product-set-text p {
    font-size: 18px;
    font-weight: 600;
    color: #ccc
}

.p-detail-row {
    margin-bottom: 35px
}

.p-detail-row>h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1
}

.product-color .custome-radio input[type=radio]+.form-check-label::after,
.product-color .custome-radio input[type=radio]+.form-check-label::before {
    display: none
}

.product-color .custome-radio .form-check-label {
    margin-right: 8px;
    display: block;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 2px
}

.product-color .custome-radio .form-check-label span.p-set-color {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 2px;
    position: relative
}

.product-color .custome-radio .form-check-label span.p-set-color::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: 12px;
    color: #000;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.product-color .custome-radio input[type=radio]:checked+.form-check-label {
    border-color: #000
}

.product-color .custome-radio input[type=radio]:checked+.form-check-label span.p-set-color::before {
    opacity: 1;
    visibility: visible
}

.product-set-text {
    margin-top: 15px;
    text-transform: capitalize
}

.size-img {
    max-width: 25px;
    display: inline-block;
    margin-right: 10px
}

.product-size {
    flex-wrap: wrap
}

.product-size .custome-radio .form-check-label::after,
.product-size .custome-radio .form-check-label::before {
    display: none
}

.product-size .custome-radio .form-check-label {
    margin: 0 8px 5px 0;
    padding: 4px 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap
}

.product-size .custome-radio input[type=radio]:disabled+.form-check-label {
    background: #e7f2f8;
    color: #ccc;
    pointer-events: none
}

.product-size .custome-radio input[type=radio]:checked+.form-check-label {
    background: #e7f2f8;
    pointer-events: none
}

.product-addtocart .addtocart-input .form-control {
    font-size: 22px;
    width: 100px;
    height: 40px;
    margin: 0;
    border-radius: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    color: #000;
    background: #eee
}

.product-addtocart .addtocart-input {
    padding: 5px 0;
    background: #eee
}

.product-addtocart .addtocart-input a {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 0;
    background: #eee;
    color: #aaa
}

.earn-r-ticket {
    padding: 25px;
    border: 1px solid #dfdfdf;
    border-radius: 4px
}

.earn-r-ticket h5 {
    margin-bottom: 20px;
    color: #9b9b9b
}

.earn-r-ticket img {
    position: relative;
    display: inline-block;
    max-height: 25px;
    margin: auto;
    -webkit-transition: .2s all;
    transition: .2s all
}

.earn-r-ticket-left {
    border-right: 1px solid #ccc;
    padding-right: 40px;
    margin-right: 40px
}

.earn-r-ticket p {
    font-size: 13px;
    line-height: 1.8;
    color: #727272
}

.product-social-icon li {
    margin-right: 8px
}

.product-social-icon li a {
    font-size: 28px;
    color: #727272
}

.product-social-icon li a:hover {
    color: #167cbf
}

.GoodNewsPopup .modal-title {
    color: #fff
}

.GoodNewsPopup .modal-header .close {
    color: #fff;
    opacity: 1
}

.GoodNewsPopup-content {
    text-align: center;
    padding: 15px
}

.GoodNewsPopup-content h5 {
    margin-bottom: 20px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #167cbf
}

.slider-for-product {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    max-width: 400px;
    margin: auto
}

.product-slick-item img {
    width: auto;
    max-height: 600px;
    margin: auto;
    object-fit: inherit
}

.product_gallery_item {
    margin-top: 20px
}

.slider-nav .item {
    margin-right: 5px;
    margin-left: 5px;
    display: block;
    border: 1px solid #f7f7f7;
    padding: 5px;
    border-radius: 4px
}

.slider-nav .item img {
    height: 100%!important;
    max-height: 94px;
    width: auto;
    margin: auto
}

.slick-next:before,
.slick-prev:before {
    font-size: 24px;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    opacity: 1;
    display: block;
    border-radius: 5px
}

.slick-prev:before {
    content: "\f053"
}

.slick-next:before {
    content: "\f054"
}

.slider-nav .slick-next,
.slider-nav .slick-prev {
    height: 50px;
    width: 40px;
    background: #fff;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out
}

.slider-nav .slick-next:hover,
.slider-nav .slick-prev:hover {
    background: #157cbf
}

.slider-nav .slick-prev {
    left: -50px;
    border-radius: 0 5px 5px 0
}

.slider-nav .slick-next {
    right: -50px;
    border-radius: 5px 0 0 5px
}

.slider-nav:hover .slick-prev {
    left: 0;
    opacity: 1
}

.slider-nav:hover .slick-next {
    right: 0;
    opacity: 1
}

.slider-nav .slick-next:before,
.slider-nav .slick-prev:before {
    font-size: 20px;
    border-radius: 0;
    width: auto;
    height: auto;
    border: none;
    color: #333
}

.slider-nav .slick-next:hover::before,
.slider-nav .slick-prev:hover::before {
    color: #fff
}

.product-slider-left {
    position: relative
}

.out-stock-ribbon {
    background: url(../images/out-of-stock-ribbon.png) no-repeat 0 0/100% 100%;
    width: 166px;
    height: 55px;
    position: absolute;
    top: 16px;
    right: -12px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    padding: 8px 16px 14px 20px;
    text-align: center
}

.out-stock-ribbon {
    background: url(../images/stock-ribbon.png) no-repeat 0 0/100% 100%;
    width: 113px;
    height: 113px;
    right: auto;
    top: -12px;
    left: -12px;
    padding: 0;
    font-size: 14px
}

.out-stock-ribbon span {
    transform: rotate(-45deg) translate(-30px, 16px);
    display: block;
    text-align: center;
    width: 100%;
    left: 0
}

.prizes-details-section {
    background: url(../images/p-prizes-d-bg.jpg) no-repeat 0 0/cover
}

.product-section-title {
    display: block;
    border: none;
    margin-bottom: 50px;
    text-align: center
}

.product-section-title h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    color: #2e3235;
    text-decoration: underline;
    font-weight: 500
}

.category-item img {
    filter: none
}

.category-item {
    padding: 15px 10px
}

.category-img {
    width: 70px;
    display: block
}

.category-img img {
    max-height: 40px
}

.category-item h3 {
    margin-top: 0
}

a.category-item.active,
a.category-item:hover {
    background-color: #e9e9e9
}

.shop-product-category h4 {
    font-size: 12px;
    margin-top: 12px;
    color: #7a7979
}

.category-item .shop-product-category img {
    max-height: 35px
}

.category-item:hover .shop-product-category img {
    filter: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.submenu-part>li>a>small {
    font-size: 13px;
    font-weight: 500
}

.submenu-part>li>a>img {
    position: absolute;
    right: 7px;
    top: 50%;
    height: 24px;
    opacity: .6;
    transform: translateY(-50%)
}

.submenu-part.submenu-dropicon>li>a>img {
    height: 18px
}

.selection-bmBtn {
    display: flex;
    flex-wrap: wrap
}

.selection-bmBtn .theme-btn {
    font-size: 12px;
    padding: 8px 12px;
    margin-bottom: 12px
}

.cart-accordion-btn li a {
    border: none;
    background: #eee;
    padding: 8px 22px
}

.frame--activated {
    opacity: 1;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    width: 100%
}

.order-product-thum .product-thumbnail {
    width: 50px;
    height: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px;
    background: #eee
}

.order-product-thum .product-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    background: #eee
}

.vo-top-detail i {
    color: #157cbf;
    margin-right: 15px;
    font-size: 22px;
    width: 25px
}

.vo-top-detail p {
    color: #000;
    font-weight: 600
}

.vo-top-detail span {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px
}

.vo-all-order-th h6 {
    font-size: 14px;
    color: #8d9197;
    font-weight: 600;
    text-transform: uppercase
}

.vo-all-order-row h6 {
    font-size: 14px;
    font-weight: 600
}

.vo-sub-total h5 {
    font-size: 14px;
    font-weight: 600
}

.steps-delivery {
    max-width: 500px;
    margin: auto
}

.steps-delivery ul {
    margin: auto
}

.steps-delivery li {
    min-width: 25%;
    position: relative;
    float: left
}

.steps-delivery li .steps-icon::after {
    content: '';
    position: absolute;
    background-color: #787878;
    display: block;
    height: 2px;
    top: 50%;
    width: calc(100% + 83px);
    right: 100%
}

.steps-delivery li:first-child .steps-icon::after {
    display: none
}

.steps-delivery li .steps-icon {
    align-items: center;
    background: #fff;
    z-index: 1;
    display: flex;
    border-radius: 50%;
    font-weight: 700;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border: 2px solid #787878;
    position: relative;
    left: calc(50% - 1.25rem)
}

.steps-icon::before {
    content: '';
    background: #787878;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.steps-content {
    margin-top: 10px
}

.steps-content p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500
}

.steps-delivery li.active .steps-icon {
    border-color: #4cb936
}

.steps-delivery li.active .steps-icon::before {
    background: #4cb936
}

.steps-delivery li.active .steps-icon::after {
    background-color: #4cb936
}

.modal-content {
    border: none
}

.modal-header {
    background: #167cbf
}

.modal-title {
    color: #fff
}

.modal-header .close {
    color: #fff;
    opacity: .8
}

.win-select .custome-radio {
    background: #eee;
    padding: 12px 30px 12px 15px;
    border-radius: 5px
}

.win-form-group .theme-btn {
    padding: 6px 20px
}

.swal-icon {
    width: 60px;
    height: 60px
}

.swal-icon--warning__body {
    height: 25px
}

.swal-title {
    font-size: 24px
}

.swal-footer {
    text-align: center
}

.swal-button.swal-button--confirm {
    background-color: #28a745
}

.swal-button--cancel {
    background-color: #dc3545;
    color: #fff
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #adadad
}

a.btn-outline-warning:hover {
    color: #333!important
}

a.btn-outline-warning:hover i.fa-exclamation-triangle {
    color: #333
}

.winner-icon {
    max-width: 60px;
    margin: auto;
    opacity: .6;
    margin-bottom: 16px
}

.cs-row label {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 0
}

.cs-row .size-label {
    min-width: 26px;
    height: 23px;
    text-align: center;
    background: #979797;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.product-list-countdown .product-countdown {
    display: block;
    text-align: center
}

.product-list-countdown ul {
    justify-content: center
}

.play-box-left h2 span {
    display: inline-block
}

.groupticket-listing .available-tickets-listing {
    max-height: 400px
}

.groupticket-listing .available-tickets-listing ul {
    max-height: auto
}

.group-tickets-th {
    background-color: #157cbf;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom: 12px;
    border-radius: 10px
}

.group-tickets-row-label label {
    display: block;
    margin-right: 10px;
    text-transform: capitalize
}

.group-tickets-row-label label span {
    text-transform: none
}

.group-tickets-row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 8px
}

.collect-prize-col {
    flex: 25%;
    max-width: 25%;
    text-align: center
}

.s-cart-wishlist.view-order-table .s-cart-table {
    width: 840px
}

.card.message-content {
    border: none
}

.message-content .product-title {
    border-bottom: none
}

.order-chat-section {
    border: 2px solid #dadee3;
    border-radius: 7px;
    overflow: hidden
}

.order-chat-header {
    padding: 12px 15px;
    background-color: #ebeef2;
    border-bottom: 2px solid #dadee3
}

.order-store-detail {
    display: flex;
    align-items: center
}

.order-store-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    border-radius: 50%;
    margin-right: 13px;
    overflow: hidden
}

.order-store-img img {
    max-width: 100%
}

.order-store-text-head h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.order-chat-content {
    padding: 20px 30px;
    max-height: 400px;
    min-height: 200px;
    overflow-x: hidden;
    position: relative
}

.order-chat-area {
    max-width: 40%;
    font-size: 13px;
    padding: 15px;
    border-radius: 12px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16)
}

.order-chat-list-sec {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px
}

.order-chat-list-sec.left-chat {
    text-align: left
}

.order-chat-list-sec.right-chat {
    text-align: right
}

.order-chat-list-sec.left-chat .order-chat-area {
    background-color: #167cbf;
    border-top-left-radius: 0;
    color: #fff
}

.order-chat-list-sec.right-chat .order-chat-area {
    background-color: rgb(4 169 223 / 47%);
    border-top-right-radius: 0;
    text-align: left;
    color: #333
}

.order-chat-footer {
    background-color: #f6f8fb
}

.order-chat-footer {
    background-color: #f6f8fb;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #dadee3;
    padding: 10px 15px;
    padding-bottom: 5px
}

.order-chat-enter-area {
    display: inline-block;
    width: 100%;
    position: relative
}

.order-chat-enter-area .form-control {
    border: none;
    background-color: transparent;
    max-height: 43px;
    resize: none;
    padding-right: 150px
}

.chat-attach-link {
    display: inline-block;
    padding: 11px 12px;
    position: relative;
    cursor: pointer
}

.chat-file-link-set {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.chat-attach-link img {
    width: 20px;
    cursor: pointer
}

.chat-actions-button {
    position: absolute;
    right: 0;
    top: 0
}

.chat-msg-send-btn {
    border: none;
    background-color: transparent;
    padding: 11px 12px
}

.chat-msg-send-btn img {
    width: 20px
}

.product-detail-img {
    margin: auto
}

.item-product-video {
    position: relative;
    display: block
}

.item-product-video img {
    max-width: 330px;
    margin: auto;
    display: block
}

.p-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-detail-img .nav-pills .nav-link {
    background-color: #f5f5f5;
    margin-right: 10px;
    font-size: 18px;
    color: #157cbf;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid #157cbf;
    min-width: 170px;
    text-align: center;
    padding: 12px 5px
}

.product-detail-img .nav-pills .nav-link i {
    margin-right: 10px
}

.product-detail-img .nav-pills .nav-link.active {
    background-color: #157cbf;
    color: #fff
}

.visitor-modal .modal-content {
    background-color: #000;
    border: 4px solid #ffc501
}

.visitor-popup-content .modal-title {
    font-size: 35px;
    font-weight: 400
}

.visitor-popup-content .modal-title span {
    font-weight: 700
}

.visitor-logo {
    max-width: 250px;
    margin: auto
}

.visitor-popup-info p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 4px;
    font-style: italic;
    font-size: 16px
}

.visitor-popup-content button.close {
    color: #666;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 0;
    text-shadow: none;
    font-size: 40px
}

.fy-no-live-stream-iframe {
    width: 100%
}

.fy-fr-stream-iframe {
    width: 100%
}

.fy-fr-stream-iframe iframe {
    width: 100%;
    height: 100%
}

.product-like {
    left: 0
}

.draw-item-row {
    border: 2px solid #e2e5e8;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative
}

#upcoming-draw .draw-item-row {
    margin-bottom: 0
}

.product-img {
    padding: 10px;
    background-color: #f1f1f1
}

.product-prize-img img {
    max-height: 80px;
    width: auto!important
}

.free-chance-win {
    margin-left: 15px
}

.product-img-col {
    border-right: 1px solid rgb(204 204 204 / 50%)
}

.product-list-countdown .product-countdown {
    display: inline-block
}

.product-col-title {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.product-col-title:hover {
    color: #e99825
}

.header-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #167cbf;
    padding: 8px 7px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    line-height: 1;
    margin: -2px;
    margin-bottom: 0
}

.header-countdown>span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px
}

.number-countdown p {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.prize-details {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px
}

.prize-details-info {
    display: flex;
    align-items: center
}

.draw-item-col {
    position: relative;
    text-align: center;
    padding: 25px 15px;
    padding-right: 35px
}

.owl-carousel .owl-item .draw-item-img img {
    width: auto;
    margin: auto;
    display: block;
    max-height: 180px
}

.draw-item-img img {
    width: auto;
    margin: auto;
    display: block;
    max-height: 180px;
    border-radius: 10px
}

.draw-item-col h6 {
    text-transform: capitalize
}

.draw-p-title {
    color: #000;
    font-size: 18px;
    text-transform: capitalize
}

.draw-p-title:hover {
    color: #e99825
}

.draw-item-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.draw-item-center::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #e2e5e8
}

.draw-item-circle {
    width: 165px;
    height: 165px;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #ffebb5
}

.circleProcess {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.draw-item-centerbox {
    position: relative;
    z-index: 1;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.draw-item-centerbox h2 {
    display: inline-block;
    font-size: 23px;
    color: #333;
    margin-bottom: 2px
}

.draw-item-centerbox h2::after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e0e0e0;
    display: block;
    margin: 2px auto
}

.draw-item-centerbox h2 span {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    display: block
}

.draw-item-centerbox p {
    font-size: 12px
}

.draw-item-centerbox p span {
    font-weight: 500;
    color: #333;
    display: block;
    font-size: 16px
}

.draw-item-center a.theme-btn {
    position: relative
}

.rs-handle {
    background-color: #04a9df;
    display: none
}

.product-title.draw-item-slider-btn {
    border-bottom: none;
    padding-bottom: 0
}

.header-countdown .ends-text i {
    -webkit-animation: mymove 5s infinite;
    animation: mymove 5s infinite
}

@keyframes mymove {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    25% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    50% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
    75% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }
    100% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }
}

.p-price-buy {
    position: relative;
    z-index: 1;
    top: 40px
}

.p-price {
    position: relative;
    padding: 5px
}

.draw-series-number {
    text-align: left;
    margin-top: -10px;
    margin-left: -16px
}

.draw-series-number span {
    display: inline-block;
    background: #ffc525;
    padding: 5px 8px;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
    color: #333;
    font-weight: 600
}

.draw-item-icon {
    position: absolute;
    right: 10px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .4s ease
}

.draw-item-row:hover .draw-item-icon {
    opacity: 1;
    visibility: visible
}

.draw-item-icon.touch-handy {
    opacity: 1;
    visibility: visible
}

.draw-item-icon ul li>a {
    font-size: 20px;
    color: #5b5b5b
}

.draw-item-icon ul li>ul.shareable-links {
    padding-left: 0;
    padding-right: 0
}

.draw-item-icon ul li>ul.shareable-links li a {
    white-space: nowrap;
    color: #666;
    padding: 4px 10px;
    font-size: 13px;
    display: block
}

.draw-item-icon ul li>ul.shareable-links li a i {
    width: 15px
}

.wishlist-icon.added {
    color: #eb3223
}

.wishlist-icon.added i {
    font-weight: 600
}

.p-price-buy .out-of-stock {
    color: #fff;
    border-color: transparent;
    font-size: 13px;
    padding: 8px 20px
}

.draw-announced {
    position: relative
}

.number-countdown li p {
    font-size: 12px;
    color: #fff;
    font-weight: 500
}

.number-countdown li p span {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    display: inline-block
}

.page-link:focus {
    box-shadow: none
}

.empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin: auto
}

.empty-img {
    max-width: 300px
}

.empty-content p {
    color: #a9a9a9
}

.w-kyc-verifation {
    text-align: center;
    padding: 20px
}

.w-kyc-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    background-color: #f5373754;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f53737;
    font-size: 22px;
    margin-top: 0
}

.w-kyc-verifation p {
    font-size: 14px;
    color: #828282
}

.item-raffle {
    margin: auto;
    text-align: center
}

.item-raffleImg {
    position: relative;
    max-width: 400px;
    margin: auto;
}

.owl-carousel .owl-item .item-raffleImg img {
    max-width: 330px;
    margin: auto
}

.d-table-list #my-Lotterytickets_wrapper .cart-table-ui.table th {
    white-space: normal
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    transform: translateY(-50%);
    bottom: auto;
    top: 50%
}

.ui-button:focus,
.ui-button:hover,
.ui-datepicker-header.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-state-hover {
    background: 0 0;
    border: none
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
    top: 2px
}

.ui-datepicker .ui-datepicker-prev {
    left: 1px;
    top: 2px
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px;
    margin: 1px 1px;
    padding: 1px
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #167cbf;
    background: #167cbf;
    font-weight: 400;
    color: #fff
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center
}

.ui-widget {
    font-family: Montserrat, sans-serif
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    font-weight: 600
}

.otp-form-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.otp-inputbar {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    color: #333
}

.otp-countdown {
    color: #0090ce;
    display: inline-block
}

.resend-otp-link {
    color: #0090ce
}

.getcode-part {
    display: flex;
    align-items: center;
    line-height: 20px
}

.getcode-part p {
    display: inline-block;
    margin-left: 5px
}

.getcode-part.getcode-resend p {
    display: none
}

.getcode-part a {
    display: none;
    color: #0090ce
}

.getcode-part.getcode-resend a {
    display: inline-block;
    color: #0090ce;
    margin-left: 5px
}

.verified-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    background-color: #27ce4f;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(39, 206, 79, .2);
    font-size: 25px;
    color: #fff;
    padding-top: 24px
}

.payment-icon {
    max-width: 80px;
    margin: auto
}

.payment-success-table {
    border-top: 1px dashed #757575;
    padding-top: 20px
}

.payment-success-box table {
    width: 100%
}

.payment-success-box table th {
    font-size: 13x;
    font-weight: 500;
    text-align: left;
    padding: 8px 5px
}

.payment-success-box table td {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    padding: 8px 5px
}

.payment-success-box h3 {
    color: #1da13e
}

.title-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.tag-list-box {
    margin-top: 3px
}

.tag-area {
    padding: 4px 7px;
    display: inline-block;
    background-color: #000;
    border-radius: 3px;
    font-size: 75%;
    font-weight: 600;
    color: #fff;
    letter-spacing: .3px;
    margin-bottom: 3px
}

.tag-success {
    background-color: #02a65a
}

.tag-danger {
    background-color: #dd4b39
}

.tag-primary {
    background-color: #2096f3
}

.table-header-light-clr tr th {
    background-color: #e1f2fa;
    color: #666;
    font-weight: 600
}

.table-header-light-clr td,
.table-header-light-clr th {
    vertical-align: middle
}

.channel-name {
    display: flex;
    align-items: center
}

.channel-name i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 11px
}

.channel-name span {
    font-weight: 700;
    color: #38393a;
    letter-spacing: .3px
}

.channel-name i.ytube {
    background-color: red
}

.channel-name i.fb {
    background-color: #3b5998
}

.channel-name i.insta {
    background-color: #3f729b;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
}

.add-link-btn {
    font-size: 12px;
    font-weight: 600;
    background-color: #ffc501;
    border-color: #ffc501;
    color: #000;
    border-radius: 40px;
    padding: 8px 15px;
    display: inline-block;
    letter-spacing: .8px
}

.add-link-btn:hover {
    color: #000
}

.table td .channel-price p {
    font-weight: 600;
    color: #04a9df;
    font-size: 16px;
    white-space: nowrap
}

.list-countodown .number-countdown ul {
    justify-content: center
}

.list-countodown .number-countdown li p,
.list-countodown .number-countdown li p span {
    color: #000
}

.list-countodown .number-countdown li p span {
    font-size: 16px;
    font-weight: 500
}

.share-bg-img {
    background-image: url(../../assets/images/share-bg.jpg);
    background-size: cover;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border-top: none
}

.share-bg-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00a9e0;
    top: 0;
    left: 0;
    opacity: .9
}

.share-data-box h4 {
    color: #fff
}

.share-data-box {
    position: relative
}

.share-form-area {
    padding: 25px 20px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 600px
}

.share-content-area {
    max-width: 600px;
    margin: 0 auto
}

.share-form-area .custome-checkbox .form-check-label::before {
    border: 1px solid #fff
}

.share-form-area .custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
    background-color: #fff;
    border-color: #fff
}

.share-form-area .custome-checkbox input[type=checkbox]+.form-check-label::after {
    color: #2c2f36;
    top: 2px
}

.share-submit-btn {
    padding: 11px 30px;
    line-height: inherit;
    border: none;
    background-color: #ffc525;
    color: #333;
    border-radius: 4px;
    font-weight: 600;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block
}

.share-content-box {
    margin-bottom: 15px
}

.share-content-box p {
    color: #fff;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400
}

.share-content-box p a {
    color: #fff;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 22px;
    text-decoration: underline
}

.limited-EarnMoney {
    margin-top: 15px
}

.limited-EarnMoney img {
    max-width: 90px
}

.limited-EarnMoney span {
    font-size: 14px;
    font-weight: 600;
    color: #ff0c0c;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px
}

.font-size-50 {
    font-size: 50px
}

.thumb {
    height: 80px;
    width: 100px;
    border: 1px solid #000
}

ul.thumb-Images li {
    width: 120px;
    float: left;
    vertical-align: top;
    height: 120px
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #d0e5f5;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    opacity: .5;
    font-size: 23px;
    line-height: 10px;
    border-radius: 50%
}

.img-wrap:hover .close {
    opacity: 1;
    background-color: red
}

.FileNameCaptionStyle {
    font-size: 12px
}

.FileNameCaptionStyle {
    display: none
}

div#desk_space_images_paginate {
    position: relative;
    top: -44px
}

.r-ticket-top p {
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 600
}

.r-ticket-top p span {
    display: inline-block;
    margin-left: 5px;
    padding: .2em .6em .3em;
    background-color: rgb(255 255 255 / 52%);
    color: #333;
    border-radius: 4px;
    font-weight: 700
}

.ro-card-part h5 {
    font-size: 14px;
    background: rgb(255 255 255 / 12%);
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 16%)
}

.ro-card-part h3 {
    padding: 20px 10px;
    padding-top: 0;
    color: #fff
}

.kyc_document_img {
    max-width: 200px;
    margin: auto;
    opacity: .75
}

.gradTotal-row h5 {
    font-size: 20px;
    font-weight: 700
}

.kyc-info-row {
    margin-bottom: 40px
}

.kyc-upload-img {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px
}

.kyc-upload-img>div {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 110px;
    height: 110px
}

.kyc-upload-img a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    border: 1px solid #ddd
}

.kyc-upload-img a:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 35%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.kyc-upload-img a:hover::before {
    opacity: 1;
    visibility: visible
}

.kyc-upload-img a img {
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 100px;
    height: 100px
}

.fa-close.doc_img_rm {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 11px;
    cursor: pointer;
    color: #fff;
    background: red;
    padding-top: 4px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
    transition: .4s
}

.title_content {
    max-width: 900px;
    margin: 20px auto 0
}

.card-body p {
    margin-bottom: 15px
}

.div-readonly {
    opacity: .5;
    background: #f9f9f9;
    pointer-events: none
}

.default-content-box {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .16)
}

.seller_map {
    height: 550px
}

.offline_sellersmap_listing {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%
}

.contact_map_listing {
    min-width: 320px;
    max-width: 550px;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(87 86 86 / 38%);
    transition: all .4s ease;
    border-radius: 3px 3px 0 0
}

.cm-heading {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    background: #333;
    border-radius: 3px 3px 0 0
}

.cm-heading h4 {
    font-size: 16px;
    color: #fff
}

.cm-listing {
    padding: 20px 15px;
    max-height: 350px;
    overflow-x: hidden
}

.search_seller_input {
    position: relative;
    margin: 10px;
    margin-bottom: 0
}

.seller_search_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 100%;
    background: #f1f1f1;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center
}

.search_seller_input .form-control {
    padding-left: 45px;
    border-color: #e9e9e9;
    height: 40px;
    font-size: 12px
}

.cm-listing-row:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.cm-listing-row h5 {
    color: #333;
    margin-bottom: 5px
}

.cm-listing-row h5 a {
    color: #333
}

.getTouchMap {
    font-size: 14px;
    font-weight: 600;
    background: #edbb31;
    padding: 7px 12px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.3;
    margin-top: 5px
}

.faq-detail ol {
    padding-left: 20px;
    margin-bottom: 20px
}

.faq-detail ol li {
    line-height: 1.5;
    margin-bottom: 8px
}

.faq-detail ol li ol {
    margin-top: 10px
}

.btn-primary {
    background-color: #157cbf;
    border-color: #157cbf;
    color: #fff
}

.btn-primary:hover {
    background-color: #136da7;
    border-color: #136da7;
    color: #fff
}

.StripeElement {
    background-color: #fff;
    border: 1px solid #d4d8df;
    height: 45px;
    padding: 9px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .2px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px
}

.StripeElement--focus {
    border-color: #80bdff;
    background-color: #fff
}

.addnewbilling-btn,
.addnewcard-btn {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.p-method-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #dadada
}

.p-method-row.active {
    background-color: #f1f1f1
}

.p-method-card {
    display: flex;
    align-items: center
}

.p-card-m {
    margin-right: 25px
}

.p-card-m h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8e8e8e;
    margin-bottom: 5px
}

.p-card-m p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600
}

.p-method-right a {
    font-size: 12px;
    font-weight: 600;
    color: #167cbf
}

.address-col {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadada;
    height: 100%
}

.address-col h4 {
    margin-bottom: 15px
}

.address-col a {
    font-size: 13px;
    font-weight: 600;
    color: #00a9e0
}

.address-col li {
    font-size: 12px;
    color: #232729;
    display: flex;
    margin-bottom: 8px
}

.address-col li i {
    color: #a3aab1;
    margin-right: 10px;
    margin-top: 3px
}

.address-line p {
    margin-bottom: 0
}

.p-method-data {
    display: flex;
    align-items: center
}

.p-method-card-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.p-method-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
}

.p-data-input .form-control {
    max-width: 100px;
    margin-right: 10px;
    height: auto
}

.p-data-input {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.payment-btn {
    background-color: #167cbf;
    border: 1px solid #167cbf;
    border-radius: 4px;
    padding: 11px 15px;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    transition: .5s
}

.payment-btn:hover {
    background-color: transparent;
    color: #167cbf;
    border: 1px solid #167cbf
}

.notification-part {
    padding: 15px;
    border: 1px solid #efefef;
    margin-top: 25px
}

.notification-row {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd
}

.notification-row:last-child {
    border-bottom: none;
    padding-bottom: 20px
}

.notification-row h5 {
    color: #157cbf;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: .5px
}

.notification-row p {
    font-size: 14px;
    margin-bottom: 4px
}

.notification-row .datetime {
    font-size: 12px;
    font-weight: 500;
    color: #a7a2a2
}

.raffle_categories_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.raffle_categories_col {
    width: calc(20% - 5px);
    min-width: calc(20% - 5px);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 15px;
    border-radius: 12px;
    margin-right: 5px;
    display: block;
    margin-bottom: 45px;
    transition: all .4s ease
}

.raffle_categories_col:last-child {
    margin-right: 0
}

.raffle_categories_col.active,
.raffle_categories_col:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
    box-shadow: 0 0 11px 4px rgb(20 19 19 / 20%)
}

.raffle_categories_col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 169 224 / 40%);
    border-radius: 12px
}

.raffle_categories_col::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 120px;
    background: url(../images/category/ribbon.png) no-repeat -10px -10px / 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.raffle_categories_col.active::after,
.raffle_categories_col:hover::after {
    opacity: 1;
    visibility: visible
}

.raffle_categories_info {
    text-align: center;
    position: relative;
    z-index: 1
}

.raffle_categories_icon {
    margin-bottom: 15px
}

.raffle_categories_info h4 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0 0 4.5px rgba(20, 19, 19, .2)
}

.raffle_categories_info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 4.5px rgba(20, 19, 19, .2)
}

.pd-before-box {
    background-color: #00a9e0;
    border-radius: 30px 30px 0 0;
    padding: 25px 15px 50px 15px;
    text-align: center;
    margin-bottom: -30px
}

.pd-before-box p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

.productdraw-row {
    border: 1px solid #e8e8e8;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    border-radius: 30px;
    margin-bottom: 30px
}

.productdraw-item-row {
    background: url(../images/p-prizes-d-bg.jpg) no-repeat center center/cover;
    padding: 40px 20px;
    position: relative;
    height: 100%;
    border-radius: 30px 30px 0 0
}

.left-ribbon {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 35px
}

.ribbon-tag {
    background: #fec400;
    text-align: center;
    color: #a97f00;
    font-size: 14px;
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -2px
}

.ribbon-tag:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 12px;
    top: -15px;
    left: -12px;
    border-radius: 12px 0 0 7px;
    background-color: #ffad00;
    z-index: 1
}

.ribbon-tag:after {
    content: "";
    position: absolute;
    width: 13px;
    height: calc(100% + 16px);
    top: -16px;
    left: -12px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 10px 0 0 10px
}

.productdraw-left-ribbon.ribbon-tag {
    padding: 4px 10px;
    height: 50px;
    max-width: 142px
}

.ribbon-right-cuting {
    position: absolute;
    height: 0;
    width: 0;
    border-top: 25px solid #fec400;
    border-bottom: 25px solid #fec400;
    border-right: 25px solid transparent;
    right: -25px;
    top: 0
}

.ribbon-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.productdraw-ribbon-right {
    margin-left: 35px
}

.productdraw-ribbon-win {
    font-size: 20px;
    color: #f4b700;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1
}

.productdraw-series-no {
    color: #c2c4cc;
    margin-bottom: 0;
    position: absolute;
    top: -25px;
    left: 8px
}

.productdraw-price-left {
    text-align: center
}

.productdraw-price-img {
    position: relative
}

.productdraw-price-img::before {
    content: '';
    background: url(../img/confetti-pd.png) no-repeat center center/cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -15px
}

.productdraw-price-left h4 {
    font-size: 18px;
    color: #070b28
}

.productdraw-img,
.productdraw-price-img {
    margin: 40px 0;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.productdraw-price-img a {
    position: relative;
    z-index: 1
}

.productdraw-price-img img {
    max-width: 350px;
    margin: auto;
    max-height: 240px
}

.productdraw-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #edf6f9;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: auto
}

.productdraw-price-left .prize-breakdown {
    background-color: #fff;
    color: #e52727;
    border: 1px solid #e52727
}

.productdraw-price-left .prize-breakdown:hover {
    color: #e52727
}

.learn-about-text {
    border-bottom: 1px solid #e52727
}

.productdraw-price-left>p {
    color: #c2c4cc;
    margin-bottom: 0;
    margin-top: 10px
}

.free-shipping-link {
    font-size: 12px;
    display: inline-block;
    color: #ffc500;
    border-bottom: 1px solid #ffc500
}

.free-shipping-link:hover {
    color: #ffc500
}

.productdraw-price-right {
    text-align: center
}

.productdraw-img img {
    max-width: 285px;
    margin: auto;
    max-height: 240px
}

.productdraw-price-right h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.productdraw-price-right h4 a {
    color: #000
}

.productdraw-price-right p {
    color: #c2c4cc;
    margin-bottom: 0
}

.productdraw-price-right h6 {
    font-size: 12px;
    color: #ffc500;
    font-weight: 500;
    margin-top: 12px
}

.productdraw-price-right h6 span {
    text-decoration: underline
}

.productdraw-item-right {
    padding: 15px 15px 25px;
    position: relative;
    height: 100%;
    border-top: 1px solid #e8e8e8
}

.productdraw-right-btn {
    text-align: center
}

.productdraw-right-btn p {
    color: #070b28;
    margin-bottom: 7px
}

.productdraw-right-btn a.theme-btn {
    min-width: 190px;
    margin: auto;
    font-size: 16px
}

.productdraw-date {
    text-align: center
}

.productdraw-date h6 {
    font-size: 14px;
    font-weight: 500;
    color: #070b28;
    margin-bottom: 10px
}

.productdraw-date p {
    font-size: 12px;
    color: #381c1c;
    margin-bottom: 20px
}

.productdraw-date a {
    font-size: 16px;
    display: inline-block;
    color: #c2c4cc;
    margin-bottom: 0;
    text-transform: uppercase
}

.livedraw-countdown ul {
    justify-content: center
}

.livedraw-countdown li {
    margin-right: 4px
}

.livedraw-countdown li p {
    font-size: 12px;
    font-weight: 600;
    color: #c2c4cc;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 8px
}

.livedraw-countdown li p span {
    font-size: 20px;
    color: #00a9e0;
    background-color: #e5f6fc;
    width: 70px;
    height: 44px;
    line-height: 36px;
    padding: 5px;
    display: block;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 6px
}

.announced_btn,
.winner_ecaler_btn {
    font-size: 16px;
    color: #e52727;
    background-color: #fef4f4;
    padding: 18px 25px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    transition: .4s
}

.announced_btn:hover {
    color: #e52727
}

.winner_ecaler_btn {
    color: #10c035;
    background-color: #f3fcf5;
    border: 1px solid #f3fcf5
}

.winner_ecaler_btn:hover {
    color: #10c035;
    border-color: #10c035
}

.productdraw-date a.winner_ecaler_btn {
    text-transform: none;
    color: #10c035
}

.remaining-ticket {
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center
}

.remaining-ticket h4 {
    font-size: 70px;
    line-height: 57px;
    font-weight: 600;
    overflow: hidden;
    transition: .5s
}

.remaining-ticketnum {
    position: relative;
    display: inline-block;
    height: 100%
}

.remaining-num-right {
    display: flex;
    margin-left: 25px;
    color: #c2c4cc
}

.ticket-num-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #00a9e0
}

.ticket-num-red {
    color: #e52727;
    background: linear-gradient(to top, #ffc501 25%, #e52727 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

@keyframes animate {
    0%,
    100% {
        clip-path: polygon(0 40%, 15% 43%, 26% 49%, 46% 51%, 66% 55%, 83% 54%, 98% 46%, 100% 45%, 100% 100%, 0 100%)
    }
    50% {
        clip-path: polygon(0 60%, 18% 62%, 35% 61%, 53% 59%, 66% 49%, 83% 43%, 100% 47%, 100% 38%, 100% 100%, 0 100%)
    }
}

.remaining-ticket p {
    font-size: 12px;
    font-weight: 600;
    color: #00a9e0;
    margin-right: 5px
}

.remaining-ticket span {
    font-size: 12px;
    color: #c2c4cc;
    display: inline-block;
    margin-left: 5px
}

.pd-center-arrow-col {
    display: flex;
    justify-content: center;
    align-items: center
}

.productdraw-middle h5 {
    font-size: 68px;
    line-height: 58px;
    font-weight: 700;
    color: #ffc501;
    text-transform: uppercase
}

.productdraw-middle p {
    font-size: 20px;
    font-weight: 600;
    color: #ffc501;
    margin-bottom: 0
}

.productdraw-middle h6 {
    font-size: 31px;
    line-height: 40px;
    font-weight: 600;
    color: #ffc501;
    text-transform: uppercase
}

.banner-logo {
    position: absolute;
    right: 0;
    bottom: 20px
}

.review-logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end
}

.review-logo ul li {
    margin: 0 15px
}

.section-heading-title {
    margin-bottom: 55px
}

.section-heading-title h1 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    position: relative;
    padding: 0 22px;
    display: inline-block;
    padding-bottom: 6px
}

.section-heading-title h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: #ffdc67
}

.section-heading-title h1 span {
    position: relative;
    display: block
}

.closingsoon-item {
    position: relative;
    padding-left: 10px
}

.closingsoon-itemInner {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff
}

.closingsoon-item .left-ribbon {
    left: 11px
}

.closingsoon-item .ribbon-tag {
    max-width: 85px;
    height: 32px;
    min-width: 75px;
    min-height: 32px;
    font-size: 10px;
    padding: 5px 4px 4px;
    text-transform: uppercase;
    margin-left: 0
}

.closingsoon-item .ribbon-title {
    font-size: 12px;
    text-transform: capitalize
}

.closingsoon-item .ribbon-right-cuting {
    border-top: 16px solid #fec400;
    border-bottom: 16px solid #fec400;
    border-right: 16px solid transparent;
    right: -16px
}

.closingsoon-item .ribbon-tag:before {
    height: 11px;
    width: 8px;
    top: -11px;
    left: -8px;
    border-radius: 12px 0 0 3px
}

.closingsoon-item .ribbon-tag:after {
    width: 9px;
    height: calc(100% + 12px);
    top: -12px;
    left: -9px;
    padding: 0 0 7px;
    border-radius: 9px 0 0 6px
}

.closingsoon-img {
    height: 200px;
    padding: 15px
}

.closing-soon-slider.owl-carousel .closingsoon-img img {
    height: 100%;
    object-fit: contain
}

.closingsoon-content {
    padding: 12px 15px 15px;
    position: relative;
    padding-bottom: 65px;
    height: calc(100% - 200px)
}

.closingsoon-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.closingsoon-info-left {
    max-width: 230px;
    padding-right: 15px
}

.closingsoon-info-left h2 {
    font-size: 18px;
    color: #070b28;
    margin-bottom: 15px;
    min-height: 42px
}

.closingsoon-info-left p a {
    display: block;
    color: #818181
}

.prize-calg-price span {
    color: #666;
    display: block;
    margin-bottom: 5px
}

.prize-calg-price p {
    color: #000;
    font-weight: 700
}

.closingsoon-info-right {
    max-width: 125px;
    flex: 0 0 125px;
    display: flex;
    justify-content: center
}

.closingsoon-info-right .remaining-ticket {
    display: block;
    margin-bottom: 0;
    text-align: left
}

.closingsoon-info-right h4 {
    font-size: 40px;
    line-height: 32px
}

.closingsoon-info-right .remaining-ticket p {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.3
}

.closingsoon-info-right .remaining-ticket span {
    font-size: 13px;
    color: #c2c4cc;
    margin-left: 0
}

.closingsoon-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    padding: 0 15px
}

.closingsoon-btn .theme-btn {
    margin: 15px 2px 0;
    min-width: calc(50% - 5px)
}

.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next,
.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
    background: #157cbf;
    color: #fff;
    border-radius: 50%!important;
    font-size: 16px
}

.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next:hover,
.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev:hover {
    background: #ffc501;
    color: #000
}

.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
    left: -100px
}

.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
    right: -100px
}

.bg-light-blue-1 {
    background-color: #f4f8fb!important
}

.benefits-colinner h2 {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    line-height: 55px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 4px solid #157cbf;
    padding: 10px 0;
    padding-left: 30px
}

.benefits-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%
}

.benefits-colinner p {
    font-size: 16px;
    line-height: 24px;
    color: #070b28;
    margin-bottom: 0;
    margin-top: 15px
}

.benefits-icon span {
    display: block
}

.bg-circle {
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.bg-circle-1 {
    background-color: #fff4f3!important
}

.bg-circle-2 {
    background-color: #ebe8ed!important
}

.bg-circle-3 {
    background-color: #f3f0fd!important
}

.bg-circle-4 {
    background-color: #e7f2f8!important
}

.bg-circle-5 {
    background-color: #ebf9ed!important
}

.bg-circle-6 {
    background-color: #fcf6e6!important
}

.bg-circle-7 {
    background-color: #e5f6fc!important
}

.benefits-right-col h6 {
    font-size: 16px;
    line-height: 26px;
    color: #157cbf;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px
}

.benefits-right-col h3 {
    font-size: 34px;
    line-height: 44px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative
}

.benefits-right-col h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #e5e5e5;
    margin-top: 14px
}

.benefits-right-col p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px
}

.title-heading-part {
    margin-bottom: 48px
}

.title-heading-part h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: #000
}

.title-heading-part h6 {
    font-size: 28px;
    line-height: 44px;
    color: #000;
    font-weight: 400
}

.benefits-free-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.benefits-free-part .benefits-card {
    width: calc(20% - 30px);
    min-width: calc(20% - 30px);
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px 24px
}

.benefits-free-part .benefits-card:last-child {
    margin-right: 0
}

.browse-categories-section {
    position: relative
}

.browse-categories-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 160px);
    left: 0;
    top: 0;
    background-color: #f4f8fb
}

.browse-categories-slider {
    position: relative;
    margin-left: 0
}

.browse-categories-sliders::before {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 100px);
    left: 50px;
    top: 0;
    border-radius: 5px;
    background-color: #00a9e0
}

.browse-categories-slider.owl-carousel .bc-items img {
    width: auto
}

.bc-items {
    background: url(../images/category/categories-bg.jpg) no-repeat 0 0/cover;
    border-radius: 30px
}

.bc-left-info {
    padding: 90px 0 110px 95px
}

.bc-right {
    position: relative
}

.bc-right .rounds {
    position: absolute
}

.bc-right-prize {
    position: relative;
    z-index: 1
}

.bc-left-info h5 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase
}

.bc-left-info h5 a {
    color: #000
}

.bc-left-info span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    opacity: .6;
    display: block;
    margin: 0 0 20px
}

.sell-offline-left {
    margin-top: -30px
}

.sell-offline-right {
    max-width: 400px
}

.sell-online-offline-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px
}

.sell-border-card {
    border: 1px solid #ebebeb
}

.sell-online-offline-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: #070b28;
    margin-left: 12px
}

.footer-review-logo {
    margin-top: -95px
}

.footer-review-logo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footer-review-logo ul li {
    margin-right: 15px;
    max-width: 85px;
    margin-top: 15px
}

.footer-review-logo ul li.r_logo {
    max-width: 45px
}

.footer-review-logo ul li.g_review_logo {
    max-width: 70px
}

.footer-review-logo ul li.bbb_review_logo {
    max-width: 35px
}

.footer-review-logo ul li:last-child {
    margin-right: 0
}

.track-your-raffle-bg {
    background: url(../images/p-prizes-d-bg.jpg) no-repeat 0 0/cover
}

.winner-list-part {
    min-height: 250px
}

.wl_message_empty {
    max-width: 250px;
    margin: 30px auto 0
}

.empty-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 25px 0
}

.winner-list-col {
    background-color: #c4e8ff;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%)
}

.winner-list-user {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    margin: -60px auto 20px
}

.winner-list-user a {
    display: block
}

.winner-list-user a img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.winner-list-user-info {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px
}

.winner-list-user-info li:not(:last-child) {
    margin-bottom: 20px
}

.winner-list-user-info li label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    color: #a6aeb5;
    margin-bottom: 0
}

.winner-list-user-info li p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    margin: 0
}

.wl_message {
    text-align: center
}

.trackRaffleNumberPopup button.close {
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 28px
}

.trackRaffleNumberPopup .modal-content {
    background-color: #f2f6f9;
    border-radius: 30px
}

.tracknumber-search {
    padding: 50px
}

.tracknumber-title {
    margin-bottom: 70px
}

.tracknumber-title h2 {
    font-family: AgencyFB-Bold;
    font-size: 28px;
    color: #262522
}

.tracknumber-form-search {
    padding-bottom: 90px
}

.tracknumber-form-search label {
    font-size: 15px;
    color: #42474c;
    padding-left: 15px
}

.tracknumber-form-search .form-control {
    border-color: #ced4da
}

.tracknumber-form-search label.error {
    color: red
}

.raffle-ticket-deatil {
    background: #fff url(../images/raffle-ticket-detail-bg.png) no-repeat top center/cover;
    padding: 30px 45px 45px;
    border-radius: 0 0 30px 30px
}

.raffle-ticket-deatil.ticket-no-win {
    background: linear-gradient(to bottom, #38c2ab 25%, #325fad 100%)
}

.raffle-ticket-list {
    max-width: 670px;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #d0d8dd
}

.raffle-ticket-listTop {
    padding: 25px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d0d8dd
}

.raffle-ticket-left {
    display: flex;
    align-items: center
}

.raffle-ticket-user {
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-right: 15px
}

.raffle-ticket-user img {
    width: 100%;
    height: 55px;
    border-radius: 50%
}

.raffle-ticket-winnername h4 {
    font-size: 13px;
    font-weight: 600;
    color: #42474c
}

.raffle-ticket-list label {
    font-size: 12px;
    color: #97a0a5;
    margin-bottom: 0
}

.raffle-ticket-bm-left h4,
.raffle-ticket-right h5 {
    font-size: 13px;
    font-weight: 600;
    color: #42474c
}

.raffle-ticket-listBm {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.raffle-ticket-bm-right .theme-btn.bg-theme-blue-btn {
    background-color: #00a9e0;
    border-color: #00a9e0;
    white-space: nowrap
}

.raffle-ticket-bm-right .theme-btn.bg-theme-blue-btn:hover {
    background-color: #ffc501;
    border-color: #ffc501
}

.about-content-bg {
    background: url(../images/image-2.jpg) no-repeat center right/cover;
    transition: background-image .3s ease-in .2s;
    position: relative
}

.about-content-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(14 42 71 / 75%)
}

.home-main-content {
    position: relative;
    overflow: hidden
}

.winnerSelection-modal {
    position: absolute;
    top: 320px;
    background: #000d23 url(../images/winner-process-img.png) no-repeat center center/100% 100%;
    border-radius: 30px;
    width: 460px;
    box-shadow: -10px 10px 30px rgb(0 0 0 / 40%), 10px -10px 30px rgb(0 0 0 / 40%);
    right: 10px;
    transform: translateX(500px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    z-index: 3
}

.winnerSelection-modal.ws-active-popup {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.winnerSelection-modal.sticky-ws-popup {
    position: fixed;
    top: 50px
}

.ws-modal-content {
    position: relative;
    padding: 50px 55px
}

.winnerSelection-modal button.close {
    position: absolute;
    top: 12px;
    right: 15px;
    opacity: 1!important;
    width: 22px
}

.winnerSelection-popup-countdown {
    display: inline-block
}

.winnerSelection-popup-countdown li p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: center
}

.winnerSelection-popup-countdown li span {
    background: url(../images/ws-popup-count-bg.png) no-repeat 0 0/100% 100%;
    width: 68px;
    height: 81px;
    color: #000d23;
    margin: 0 5px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: 4px
}

.ws-popup-bm {
    margin-top: 32px
}

.ws-popup-bm p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin-right: 20px;
    text-align: left
}

.winnerSelection-popup-bm {
    max-width: 160px
}

.why-page-title {
    margin-bottom: 60px
}

.why-page-title h3 {
    font-size: 30px;
    color: #42474c;
    font-weight: 600;
    margin-bottom: 25px
}

.whychoose-col.benefits-card {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 15px rgb(20 39 80 / 5%)
}

.whychoose-col h6 {
    font-size: 18px;
    color: #42474c;
    font-weight: 600;
    margin-left: 15px
}

.text-color-1 {
    color: #391d4b!important
}

.text-color-2 {
    color: #e1a70b!important
}

.why-box-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px
}

.whychoose-col>p {
    font-size: 15px
}

.why-top-content>p {
    font-size: 15px;
    text-align: center
}

.error-section {
    background: #f3f3f3
}

.winner-alert {
    color: #000
}

.alert-custom-warning {
    background-color: #fff3cc
}

.w-prize-part {
    position: relative;
    min-height: 350px
}

.w-prize-part::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/confetti.png) no-repeat 0 0/cover
}

.winner-title h2 {
    margin-bottom: 30px
}

.winner-name-3list {
    position: relative;
    background: url(../img/winner-name.jpg) no-repeat center center/cover
}

.winner-name-3list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%)
}

.my-wallet-card {
    background: url(../img/my-wallet-bg.jpg) no-repeat center center/cover;
    padding: 20px;
    border-radius: 20px
}

.card-icon-circle {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    background-color: #f0f2f4;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.my-wallet-card h5 {
    font-size: 34px;
    font-weight: 700
}

.my-wallet-card .d-card-content {
    padding-left: 82px
}

.btn-print-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #252728;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    margin: auto
}

.share-link-social-table tr th:first-child {
    border-top-left-radius: 20px
}

.share-link-social-table tr th:last-child {
    border-top-right-radius: 20px
}

.vo-top-detail {
    padding: 20px
}

.home-banner-item>a {
    display: block
}

.hs-mobile-img {
    display: none!important
}

.brmillions-title.section-title h2 {
    font-size: 30px;
    color: #42474c
}

.free-raffle-tickets-bg {
    background: url(../img/free-raffle-tickets-bg.jpg) no-repeat center center/cover
}

.brmillions-col-title h3 {
    font-size: 18px;
    color: #42474c;
    font-weight: 600;
    margin-bottom: 20px
}

.brmillions-col-content ul.list-content-img li {
    font-size: 16px;
    color: #97a0a5;
    font-weight: 500
}

.offline_order_categories .raffle_categories_col::after {
    width: 110px;
    height: 110px;
    background-position: -20px -20px
}

.offline_order_categories .raffle_categories_col {
    padding: 40px 10px
}

.offline_order_categories .raffle_categories_icon {
    max-width: 20px;
    margin: 0 auto 10px
}

.offline_order_categories .raffle_categories_info h4 {
    font-size: 14px
}

.offline_order_categories .raffle_categories_info p {
    font-size: 12px
}

.offline_order_categories .raffle_categories_col.active,
.raffle_categories_col:hover {
    box-shadow: 0 0 20px 3px rgb(20 19 19 / 20%)
}

.offorder-remain-ticket {
    display: flex;
    justify-content: center;
    align-items: center
}

.offline-order-productdraw .productdraw-item-row {
    border-radius: 30px
}

.offorder-available-left .gt-ticket {
    min-width: 110px
}

.group-tickets-row>h6 {
    font-size: 16px;
    color: #aaa;
    font-weight: 500;
    margin-bottom: 5px
}

.offorder-ship-address .text-muted {
    margin-left: 27px;
    color: #aaa!important
}

.offorder-ship-address-list {
    display: none;
    margin-left: 27px
}

.offline_price_part {
    position: relative;
    padding-left: 55px
}

.price_symbol {
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    font-style: normal;
    color: #aaa;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0
}

.offline_price_part h4 {
    margin-top: 3px
}

.read-more-btn,
.read-more-btn:hover {
    color: #157cbf;
    text-decoration: underline
}

.login_footer .custome-checkbox input[type=checkbox]+.form-check-label::after {
    top: 2px
}

.pd-prize-right {
    min-height: 280px
}

.commission-popup {
    text-align: center;
    padding: 20px
}

.commission-popup .w-kyc-icon {
    background-color: rgb(40 167 69 / 31%);
    color: #28a745
}

.commission-popup .w-kyc-icon img {
    max-width: 38px
}

.price-checkbox.custome-checkbox {
    position: relative;
}

.price-checkbox.custome-checkbox input[type=checkbox]+.form-check-label::after {
    top: 2px;
}

.price-checkbox.custome-checkbox .form-check-label::before {
    border-radius: 50px;
}

@media screen and (max-width:1439.98px) {
    .bc-left-info {
        padding-left: 75px
    }
    .bc-left-info h5 {
        font-size: 44px
    }
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        left: -80px
    }
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: -80px
    }
}

@media screen and (max-width:1365.98px) {
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        left: -28px
    }
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: -40px
    }
    .browse-categories-slider {
        max-width: 88%;
        margin: auto
    }
    .browse-categories-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        left: -52px
    }
    .browse-categories-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: -65px
    }
}

@media screen and (max-width:1279.98px) {
    .home-banner-bigtext {
        font-size: 185px
    }
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        left: -12px
    }
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: -12px
    }
}

@media (max-width:1199.98px) {
    .text-play {
        font-size: 12px
    }
    .nav-bar>ul>li>a {
        padding: 5px 3px;
        font-size: 11px;
        white-space: nowrap
    }
    .account-right .theme-btn {
        padding: 5px 16px
    }
    .home-banner-bigtext {
        font-size: 165px
    }
    .home-banner {
        min-height: 520px
    }
    .home-banner-content {
        margin-top: 20px
    }
    .home-banner-content h2 {
        font-size: 44px
    }
    .banner-logo {
        bottom: 12px
    }
    .review-logo ul li {
        max-width: 22%;
        margin: 0 12px
    }
    .at-btn {
        min-width: 95px
    }
    .cartproduct-title {
        margin-top: 15px
    }
    .ticket-carttable .my-ticket-number span {
        margin: 0 4px 5px 0
    }
    .slick-prev {
        left: 0
    }
    .slick-next {
        right: 0
    }
    .selection-bmBtn .theme-btn {
        font-size: 11px;
        padding: 8px 7px
    }
    .p-method-card-num {
        display: block
    }
    .p-data-input {
        margin-top: 20px
    }
    .raffle_categories_col {
        padding: 40px 15px
    }
    .livedraw-countdown li p span {
        font-size: 19px;
        width: 60px
    }
    .closingsoon-content {
        padding: 12px 10px;
        padding-bottom: 65px
    }
    .closingsoon-btn .theme-btn {
        min-width: calc(50% - 25px);
        font-size: 12px
    }
    .closing-soon-slider .owl-nav {
        text-align: center
    }
    .closing-soon-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next,
    .closing-soon-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        position: static;
        margin: 20px 5px 0
    }
    .browse-categories-slider {
        max-width: 100%
    }
    .bc-left {
        max-width: 600px;
        flex: 0 0 600px
    }
    .browse-categories-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: 50%;
        top: auto;
        margin-right: -55px;
        bottom: -60px
    }
    .browse-categories-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        top: auto;
        left: 50%;
        margin-left: -55px;
        bottom: -60px
    }
    .how-work-box-right h2 {
        font-size: 20px
    }
    .benefits-free-part .benefits-card {
        padding: 25px 15px
    }
    .benefits-colinner p {
        font-size: 14px;
        line-height: 20px
    }
    .section-space.sellOffline-section {
        padding-top: 100px
    }
    .footer-review-logo {
        margin-top: -75px
    }
    .footer-review-logo ul li {
        margin-right: 10px;
        max-width: 65px
    }
    .footer-review-logo ul li.g_review_logo {
        max-width: 40px
    }
    .footer-review-logo ul li.bbb_review_logo {
        max-width: 25px
    }
    .footer-social-icon li a {
        font-size: 20px;
        margin-right: 13px;
        margin-bottom: 12px
    }
    .gt-ticket {
        margin-right: 11px
    }
    .your-selection-ticket .gt-ticket {
        min-width: 123px
    }
    .productdraw-middle h5 {
        font-size: 50px
    }
    .productdraw-middle p {
        font-size: 16px
    }
    .productdraw-middle h6 {
        font-size: 20px;
        line-height: 30px
    }
    .bc-left-info {
        padding: 75px 0 90px 50px
    }
    .contact-section {
        padding-bottom: 80px!important
    }
    .offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        top: auto;
        left: 50%;
        margin-left: -38px;
        bottom: -45px
    }
    .offline-sellers-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: 50%;
        top: auto;
        margin-right: -38px;
        bottom: -45px
    }
    .os-items h4 {
        font-size: 18px
    }
    .winnerSelection-modal {
        width: 300px;
        transform: translateX(340px)
    }
    .ws-modal-content {
        padding: 40px 15px 20px 35px
    }
    .winnerSelection-popup-countdown li span {
        width: 46px;
        height: 54px;
        margin: 0 2px;
        font-size: 20px
    }
    .winnerSelection-popup-countdown li p {
        font-size: 11px
    }
    .ws-popup-bm p {
        font-size: 14px;
        font-weight: 500;
        margin-right: 0;
        margin-bottom: 0
    }
    .winnerSelection-modal button.close {
        top: 8px;
        right: 8px
    }
    .ws-popup-bm {
        margin-top: 15px
    }
    .winnerSelection-popup-bm {
        max-width: 150px;
        margin: auto
    }
    .pw-toplist-left {
        max-width: 90px;
        flex: 0 0 90px;
        margin-right: 10px
    }
    .prize-winner-userinfo .table tr td:first-child {
        white-space: normal
    }
    .checkout-ticket-content .gt-ticket {
        margin: 8px 14px 8px 0
    }
    .offline_order_categories .raffle_categories_col {
        padding: 20px 8px
    }
    .offorder-remain-ticket {
        margin: 30px 0
    }
}

@media (max-width:1023.98px) {
    .home-banner-content h2 {
        font-size: 42px
    }
}

@media (max-width:991.98px) {
    .header-top {
        padding: 12px 0
    }
    .header-wrapper {
        padding: 20px 0
    }
    .menu-part {
        position: fixed;
        width: 280px;
        height: 100%;
        background: #fff;
        padding: 15px 0;
        padding-top: 50px;
        right: -100%;
        top: 0;
        z-index: 99;
        overflow-x: hidden;
        transition: all .4s ease-in-out
    }
    .nav-bar>ul>li> {
        margin-bottom: 10px
    }
    .nav-bar>ul>li {
        margin-left: 0
    }
    .nav-bar>ul>li>a {
        font-size: 12px;
        padding: 16px 12px;
        border-bottom: 1px solid #cdcdcd;
        border-radius: 0;
        position: relative;
        padding-right: 25px
    }
    .nav-bar>ul>li>a>i {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #00a9e0
    }
    .nav-bar>ul>li.auth-btn-menu>a {
        background: rgb(0 169 224 / 20%);
        color: #00a9e0;
        border-bottom-color: rgb(0 169 224 / 10%)
    }
    .nav-bar>ul>li.seller_login_btn>a {
        color: #00a9e0
    }
    .submenu-part {
        box-shadow: none;
        padding: 0
    }
    .submenu-part>li>a {
        padding: 10px 25px
    }
    .close-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 18px
    }
    .overlay-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease
    }
    .toggle-btn {
        width: 2.1rem;
        margin-left: 20px
    }
    .toggle-btn a {
        display: block
    }
    .toggle-btn a i {
        width: 100%;
        height: 3px;
        margin: 7px 0;
        display: block;
        background: #157cbf
    }
    .section-space {
        padding: 45px 0
    }
    .home-banner-content h1 {
        font-size: 33px
    }
    .section-title h2 {
        font-size: 30px
    }
    .footer-bottom {
        padding: 40px 0
    }
    .footer-bottom ul li a {
        margin-left: 10px;
        padding-left: 10px
    }
    .home-banner {
        min-height: 430px
    }
    .home-banner-bigtext {
        font-size: 116px;
        margin-top: -20px
    }
    .home-banner-content {
        padding-bottom: 20px;
        margin-top: -30px
    }
    .home-banner-content h2 {
        font-size: 32px
    }
    .home-banner-content h1 span::before {
        top: -21px
    }
    .review-logo ul li {
        max-width: 18%;
        margin: 0 8px
    }
    .review-logo ul li:last-child {
        margin-right: 15px
    }
    .review-logo ul li.r_logo {
        max-width: 50px
    }
    .winner-table-ui td {
        padding: 15px 15px;
        white-space: nowrap
    }
    .at-btn {
        min-width: 90px
    }
    .your-cart-row {
        display: flex
    }
    .cartproduct-title {
        margin-top: 0
    }
    .contact_map {
        height: 350px
    }
    .ddf-number-col {
        height: auto
    }
    .ddf-number-col h3 {
        font-size: 20px
    }
    .rp-part p b {
        display: none
    }
    .l-num-result>div:first-child {
        padding-right: 10px;
        margin-right: 10px
    }
    .raffle-fy-date h5 {
        font-size: 15px
    }
    .draw-title {
        margin: auto;
        margin-bottom: 30px;
        max-width: 400px
    }
    .participation-countdown ul {
        justify-content: center
    }
    .winners-search-part {
        padding-bottom: 1rem
    }
    .selection-bmBtn .theme-btn {
        font-size: 12px;
        padding: 8px 12px
    }
    .earn-r-ticket-left {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .sidebar-menu {
        width: 250px;
        position: absolute;
        top: 0;
        display: inline-block;
        margin-bottom: 30px;
        margin-top: 0;
        background-color: #fff;
        left: -250px;
        z-index: 9;
        border-radius: 0;
        transition: .5s;
        border: none
    }
    .sidebar-menu.active {
        left: 0
    }
    .sidebar-toggle {
        position: absolute;
        right: -42px;
        padding: 7px 14px;
        background-color: #04a9df;
        z-index: 99;
        display: block;
        top: 15px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .1)
    }
    .sidebar-toggle a {
        font-size: 16px;
        color: #fff
    }
    .profile-sidebar {
        overflow-x: hidden;
        height: 100%;
        margin-bottom: 0;
        border: none;
        box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
        border-radius: 0
    }
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .2);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease
    }
    .sidebar-overlay.active {
        opacity: 1;
        visibility: visible
    }
    .cm-right-btn {
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #157cbf;
        font-size: 15px;
        color: #fff!important;
        position: absolute;
        top: 75px;
        right: -34px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
    .contact_map_listing.cm-right-open {
        left: 0
    }
    .p-method-card-num {
        display: flex
    }
    .raffle_categories_col {
        padding: 20px 15px
    }
    .raffle_categories_col::after {
        width: 80px;
        height: 90px;
    }
    .raffle_categories_info h4 {
        font-size: 16px
    }
    .raffle_categories_info p {
        font-size: 13px
    }
    .productdraw-item-right {
        border-left: none;
        border-top: 1px solid #e8e8e8
    }
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next,
    .owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-top: -17px
    }
    .benefits-free-part .benefits-card {
        width: calc(33% - 30px)
    }
    .bc-items .row {
        align-items: center
    }
    .bc-left-info {
        padding: 50px 0 50px 50px
    }
    .bc-left-info h5 {
        font-size: 34px
    }
    .browse-categories-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        margin-left: -40px
    }
    .browse-categories-slider.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        margin-right: -40px
    }
    .make-change::before {
        background-position: center right -280px;
        border-radius: 0 0 10px 0
    }
    .mobile-app-section {
        padding-bottom: 90px
    }
    .mobile-app-right {
        max-width: 280px
    }
    .productdraw-left-ribbon.ribbon-tag {
        padding: 6px 10px;
        height: 56px
    }
    .productdraw-left-ribbon .ribbon-right-cuting {
        border-top-width: 28px;
        border-bottom-width: 28px;
        border-right-width: 28px;
        right: -28px
    }
    .productdraw-ribbon-win {
        font-size: 18px
    }
    .footer-review-logo {
        margin-top: -15px;
        margin-bottom: 30px
    }
    .footer-review-logo ul li {
        margin-right: 15px;
        max-width: 85px
    }
    .footer-review-logo ul li.g_review_logo {
        max-width: 75px
    }
    .footer-review-logo ul li.bbb_review_logo {
        max-width: 35px
    }
    .product-detail-right {
        padding-left: 0;
        padding-top: 40px
    }
    .product-detail-img {
        margin-bottom: 35px
    }
    .gt-ticket {
        min-width: 130px;
        margin-right: 8px
    }
    .your-selection-ticket .gt-ticket {
        margin-right: 4px
    }
    .productdraw-middle {
        margin: 25px 0
    }
    .remaining-ticket {
        margin-bottom: 20px
    }
    .productdraw-right-btn {
        margin-top: 20px
    }
    .announced_btn {
        margin-top: 0
    }
    .tracknumber-form-search {
        padding-bottom: 30px
    }
    .tracknumber-right-img {
        max-width: 240px;
        margin: auto
    }
    .tracknumber-title h2 {
        font-size: 22px
    }
    .tracknumber-search {
        padding: 50px 30px
    }
    .raffle-ticket-deatil {
        padding: 30px
    }
    .contact_style {
        padding: 0 15px
    }
    .contact_text p {
        font-size: 14px;
        line-height: 24px
    }
    .dont-know-col {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 350px;
        margin: auto;
        opacity: .06
    }
    .auth-login-row {
        justify-content: center;
        align-items: center
    }
    .auth-video-popup {
        width: 70px
    }
    .winnerSelection-modal {
        width: 270px;
        transform: translateX(310px)
    }
    .ws-popup-bm p {
        text-align: center;
        margin-bottom: 15px
    }
    .w-prize-part::before {
        background-position: center
    }
    .checkout-ticket-content .gt-ticket {
        margin: 8px 5px 8px 0;
        min-width: 107px
    }
    .offorder-available-left .gt-ticket {
        margin-right: 5px
    }
}

@media screen and (max-width:767.98px) {
    .preloader-logo {
        max-width: 160px
    }
    .banner-bg {
        min-height: 200px
    }
    .hoodie-banner {
        background-image: url(../images/banner/mobile/m-hoodie.jpg)!important
    }
    .poloshirt-banner {
        background-image: url(../images/banner/mobile/m-polo-shirt.jpg)!important
    }
    .shirt-banner {
        background-image: url(../images/banner/mobile/m-shirt.jpg)!important
    }
    .cap-banner {
        background-image: url(../images/banner/mobile/m-cap.jpg)!important
    }
    .brecelet-banner {
        background-image: url(../images/banner/mobile/m-bracelet.jpg)!important
    }
    .about-bg-banner {
        background-image: url(../images/banner/mobile/about-us.jpg)!important
    }
    .contact-bg-banner {
        background-image: url(../images/banner/mobile/contact-us.jpg)!important
    }
    .how-work-banner {
        background-image: url(../images/banner/mobile/how-it-works.jpg)!important
    }
    .login-banner {
        background-image: url(../images/banner/mobile/login.jpg)!important
    }
    .order-banner {
        background-image: url(../images/banner/mobile/order.jpg)!important
    }
    .priacy-policy-banner {
        background-image: url(../images/banner/mobile/priacy-policy.jpg)!important
    }
    .winner-banner {
        background-image: url(../images/banner/mobile/winner.jpg)!important
    }
    .dashboard-banner {
        background-image: url(../images/banner/mobile/dashboard.jpg)!important
    }
    .change-password-banner {
        background-image: url(../images/banner/mobile/change-password.jpg)!important
    }
    .earnmoney-banner {
        background-image: url(../images/banner/mobile/earn-money.jpg)!important
    }
    .kyc-verification-banner {
        background-image: url(../images/banner/mobile/kyc-verification.jpg)!important
    }
    .profile-banner {
        background-image: url(../images/banner/mobile/my-profile.jpg)!important
    }
    .notification-banner {
        background-image: url(../images/banner/mobile/notification.jpg)!important
    }
    .raise-ticket-banner {
        background-image: url(../images/banner/mobile/raise-ticket.jpg)!important
    }
    .referral-program-banner {
        background-image: url(../images/banner/mobile/referral-program.jpg)!important
    }
    .wallet-banner {
        background-image: url(../images/banner/mobile/wallet.jpg)!important
    }
    .winning-history-banner {
        background-image: url(../images/banner/mobile/winning-history.jpg)!important
    }
    .how-claim-banner {
        background-image: url(../images/banner/mobile/how-to-claim.jpg)!important
    }
    .cart-banner {
        background-image: url(../images/banner/mobile/cart.jpg)!important
    }
    .checkout-banner {
        background-image: url(../images/banner/mobile/checkout.jpg)!important
    }
    .brmillions-banner {
        background-image: url(../images/banner/mobile/brmillions-banner.jpg)!important
    }
    .page-banner-content h1 {
        font-size: 22px
    }
    .page-banner-content .breadcrumb li {
        font-size: 12px;
        padding-left: .3rem
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: .1rem
    }
    .hs-mobile-img {
        display: block!important
    }
    .hs-dk-img {
        display: none!important
    }
    .home-banner {
        min-height: auto;
        padding-top: 90px
    }
    .home-banner-content {
        margin-top: -20px;
        padding-bottom: 40px
    }
    .home-banner-bigtext {
        font-size: 84px;
        margin-top: -13px
    }
    .home-man {
        position: absolute;
        opacity: .1;
        top: -30px
    }
    .review-logo {
        position: relative
    }
    .review-logo ul {
        justify-content: center
    }
    .product-title {
        margin-top: 20px
    }
    .at-btn {
        min-width: 95px
    }
    .your-cart-listing {
        max-height: 275px
    }
    .contact_style {
        height: auto
    }
    .viewall-btn {
        margin-top: 10px
    }
    .ddf-number-col h3 {
        font-size: 18px
    }
    .pw-toplist-left {
        margin-right: 15px
    }
    .ticket-carttable .table {
        width: 600px
    }
    .fb-live-logo {
        margin-top: 20px;
        margin-right: 0
    }
    .s-cart-table {
        width: 770px
    }
    .lucky-number {
        width: 28px;
        height: 28px;
        line-height: 28px
    }
    .steps-delivery li .steps-icon::after {
        width: calc(100% + 79px)
    }
    .p-price-buy {
        top: auto;
        margin-top: 40px
    }
    .draw-item-center {
        padding-bottom: 30px
    }
    .draw-item-center::before {
        width: 90%;
        height: 2px;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        margin: auto;
        right: 0
    }
    .otp-inputbar {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-right: 5px;
        padding: 10px 8px
    }
    .limited-EarnMoney {
        text-align: center
    }
    .limited-EarnMoney span {
        display: block;
        margin-top: 8px
    }
    .limited-EarnMoney img {
        margin: auto
    }
    .about-us-content h3 {
        font-size: 20px
    }
    .p-method-card-num {
        display: block
    }
    .header-top-menu>li>a {
        text-decoration: underline
    }
    .raffle_categories_col {
        width: calc(33% - 5px);
        min-width: calc(33% - 5px)
    }
    .productdraw-right-arrow {
        margin: 30px 0
    }
    .productdraw-right-arrow img {
        transform: rotate(90deg)
    }
    .draw-item-data {
        padding-top: 20px
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 42%
    }
    .closingsoon-info-right {
        max-width: 85px;
        flex: 0 0 85px
    }
    .sell-offline-left {
        max-width: 250px;
        margin: auto
    }
    .sell-offline-right {
        max-width: 100%
    }
    .make-change {
        padding: 20px;
        justify-content: center;
        text-align: center
    }
    .make-change::before {
        background-position: center right 0;
        width: 100%;
        opacity: .15
    }
    .make-change h5 {
        font-size: 28px;
        margin-bottom: 10px
    }
    .mobile-app-section {
        padding-bottom: 0
    }
    .browse-categories-slider::before {
        width: 100%;
        height: 100%;
        left: 0
    }
    .bc-items {
        display: block;
        padding: 20px
    }
    .bc-left-info {
        padding: 40px 0 40px 20px
    }
    .bc-left-info h5 {
        font-size: 38px
    }
    .section-space.sellOffline-section {
        padding-top: 90px
    }
    .benefits-colinner h2 {
        font-size: 34px
    }
    .benefits-right-col h3 {
        font-size: 30px;
        line-height: 40px
    }
    .footer-review-logo {
        margin-top: -30px;
        margin-bottom: 20px
    }
    .footer-review-logo ul {
        justify-content: center
    }
    .footer-review-logo ul li {
        margin-right: 8px;
        max-width: 21%
    }
    .footer-review-logo ul li.g_review_logo {
        max-width: 55px
    }
    .footer-review-logo ul li.bbb_review_logo {
        max-width: 25px
    }
    .footer-social-icon li a {
        margin-right: 15px
    }
    .gt-ticket {
        min-width: 120px;
        margin-right: 7px
    }
    .your-selection-ticket .gt-ticket {
        min-width: 140px;
        margin-right: 15px
    }
    .how-it-works-bg {
        padding-bottom: 65px
    }
    .product-section-title {
        margin-bottom: 30px
    }
    .tickets-search {
        margin-bottom: 10px
    }
    .product-detail-img .nav-pills .nav-link {
        font-size: 16px;
        min-width: 150px;
        padding: 8px 5px
    }
    .out-stock-ribbon {
        width: 156px;
        height: 45px;
        top: 6px;
        font-size: 16px;
        padding: 5px 16px 14px 20px
    }
    .product-section-title h2 {
        font-size: 22px;
    }
    .tracknumber-title {
        margin-bottom: 40px
    }
    .tracknumber-right-img {
        display: none
    }
    .contact_info_col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ced4da;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .contact_info_row {
        padding: 30px 40px
    }
    .contact-section-title h2 {
        font-size: 28px
    }
    .support-teams-row .col-12:last-child {
        background-color: #fff
    }
    .support-teams-row .col-12:nth-of-type(2n+1) .contact-support-col {
        background-color: #f7f7fb
    }
    .contact-info-text span {
        min-width: 45px;
        max-width: 45px;
        min-height: 45px;
        max-height: 45px;
        margin-right: 15px
    }
    .contact-info-text span img {
        max-height: 22px
    }
    .contact-info-text p {
        font-size: 16px;
        line-height: 26px
    }
    .seller_map {
        height: 620px
    }
    .whychoose-col {
        text-align: center
    }
    .why-box-heading {
        display: block
    }
    .why-box-heading .bg-circle {
        margin: 0 auto 20px
    }
    .whychoose-col h6 {
        margin-left: 0
    }
    .faq-accordion.accordion>.card>.card-header {
        padding: 20px;
        padding-right: 70px
    }
    .faq-accordion.accordion>.card .card-body {
        padding: 20px
    }
    .winnerSelection-modal {
        top: 280px
    }
    .pd-before-box p {
        font-size: 18px
    }
    .checkout-ticket-content .gt-ticket {
        margin: 8px 8px 8px 0;
        min-width: 118px
    }
    .section-title {
        margin-bottom: 25px
    }
    .brmillions-title.section-title h2 {
        font-size: 26px
    }
    .comt-relyinput-part>input {
        max-width: 100%
    }
    .offline_order_categories .raffle_categories_col {
        width: calc(33% - 10px);
        min-width: calc(33% - 10px);
        padding: 35px 10px;
        margin-bottom: 20px;
        margin-right: 10px
    }
    .offorder-available-left .gt-ticket {
        min-width: 117px;
        margin-right: 10px
    }
    .checkout-ticket-content .gt-ticket {
        margin: 8px 8px 8px 0;
        min-width: 115px
    }
}

@media screen and (max-width:575.98px) {
    .logo-part a {
        max-width: 120px
    }
    .account-right .theme-btn {
        padding: 0;
        border: none;
        font-size: 26px
    }
    .home-banner-bigtext {
        font-size: 70px;
        margin-top: -10px
    }
    .play-box-left h2 {
        font-size: 20px
    }
    .play-box-right {
        max-width: 50%
    }
    .how-work-box {
        flex-wrap: wrap;
        text-align: center;
        padding: 30px;
        padding-bottom: 0
    }
    .how-work-box-left {
        max-width: 80%;
        margin: 0 auto;
        order: 2
    }
    .how-work-box-right {
        width: 100%;
        padding-bottom: 20px;
        order: 1
    }
    .make-change {
        padding-left: 20px
    }
    .make-change h5 {
        font-size: 24px
    }
    .at-btn {
        min-width: 82px
    }
    .tickets-btn {
        display: block
    }
    .tickets-search input {
        width: 100%;
        margin-bottom: 20px
    }
    .your-cart-row {
        display: block
    }
    .cartproduct-title {
        margin-top: 15px
    }
    .steps-delivery {
        margin-left: 15px
    }
    .steps-delivery li {
        float: none;
        display: flex;
        align-items: center;
        min-height: 62px
    }
    .steps-delivery li .steps-icon::after {
        width: 2px;
        height: calc(100% + 20px);
        top: -40px;
        right: 9px
    }
    .steps-img {
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .steps-img img {
        width: 42px;
        height: 42px
    }
    .steps-delivery li .steps-icon {
        margin: 0 15px;
        left: 0;
        display: inline-block
    }
    .steps-icon::before {
        position: absolute;
        top: 5px;
        left: 5px
    }
    .steps-content {
        margin-top: 0
    }
    .order-chat-area {
        max-width: 95%
    }
    .kyc-upload-img {
        padding-right: 0;
        padding-left: 15px
    }
    .kyc-upload-img>div {
        width: 38%;
        height: 119px;
        margin-right: 15px
    }
    .national-info-row .kyc-upload-img>div {
        width: 75px;
        height: 75px;
        margin: 5px
    }
    .auth-left-iframe {
        padding: 15px
    }
    .product-title h2 {
        font-size: 18px
    }
    .payment-method-part li a.nav-link {
        padding: 12px 15px;
        margin: 0 10px
    }
    .p-method-row {
        display: block
    }
    .p-method-card-num {
        flex-direction: column
    }
    .p-method-data {
        width: 100%
    }
    .p-data-input {
        width: 100%
    }
    .raffle_categories_col {
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
        padding: 30px 12px;
        margin-bottom: 24px
    }
    .raffle_categories_col::after {
        width: 90px;
        height: 100px;
    }
    .review-logo ul li {
        max-width: 20%
    }
    .mobile-app-right {
        max-width: 200px
    }
    .footer-copyright li a {
        font-size: 13px
    }
    .gt-ticket {
        min-width: 140px;
        margin-right: 8px
    }
    .your-selection-ticket .gt-ticket {
        min-width: 135px;
        margin-right: 8px
    }
    .how-it-works-content li p {
        font-size: 14px
    }
    .d-card-content,
    .d-card-title {
        padding: 15px
    }
    .copylink-btn {
        position: static;
        margin-top: 10px
    }
    .rp-part {
        padding-right: 5px
    }
    .rp-part p {
        white-space: normal
    }
    .checkout-ticket-content .gt-ticket {
        margin: 8px 16px 8px 0;
        min-width: 125px
    }
    .offline_order_categories .raffle_categories_col {
        width: calc(33% - 5px);
        min-width: calc(33% - 5px);
        padding: 25px 10px;
        margin-bottom: 12px;
        margin-right: 5px
    }
    .ticket_selection_block label {
        padding-left: 20px
    }
    .ticket_selection_block {
        margin-right: 6px
    }
    .offorder-available-left .gt-ticket {
        min-width: 131px;
        margin-right: 15px
    }
}

@media screen and (max-width:479.98px) {
    .logo-part a {
        width: 130px
    }
    .logo-part {
        margin-right: 5px
    }
    .header-top-menu>li>a {
        margin-right: 10px;
        padding-right: 10px;
        font-size: 14px
    }
    .header-top-menu>li>a>span {
        font-size: 12px
    }
    .home-banner {
        padding-top: 75px
    }
    .home-banner-bigtext {
        font-size: 46px;
        margin-top: -4px
    }
    .bg-countdown li p span {
        font-size: 28px
    }
    .bg-countdown li {
        margin: 0 4px;
        min-height: 62px;
        min-width: 62px
    }
    .tickets-left button {
        min-width: 85px;
        padding: 8px;
        margin-right: 4px
    }
    .available-tickets-listing ul li {
        width: calc(33% - 8px);
        margin-right: 8px
    }
    .gt-ticket {
        min-width: 100%;
        margin-right: 0
    }
    .ticket_selection_part {
        margin-top: 20px
    }
    .at-btn {
        min-width: inherit;
        padding: 0 15px;
        margin: 0 10px 10px 0
    }
    .payment-method-part li a.nav-link {
        padding: 10px 15px
    }
    .l-num-result h2 {
        font-size: 20px
    }
    .my-ticket-number span {
        width: 26px;
        height: 26px;
        margin: 0 3px 5px 0
    }
    .item-raffleTitle h6 {
        font-size: 14px;
        line-height: 1.3
    }
    .raffle-fy-date h5 {
        font-size: 14px
    }
    .fy-play-icon {
        top: 57%
    }
    .lucky-cart-row h5 {
        font-size: 18px
    }
    .lucky-cart-row h4 {
        font-size: 18px
    }
    .product-detail-right h1 {
        font-size: 22px
    }
    .price-tag h5 {
        font-size: 28px
    }
    .p-info-table tr td p,
    .p-info-table tr th {
        font-size: 14px
    }
    .header-countdown>span {
        font-size: 12px;
        white-space: nowrap
    }
    .number-countdown li p {
        font-size: 12px;
        text-align: center
    }
    .number-countdown li p span {
        font-size: 18px
    }
    .login_wrap {
        padding: 15px
    }
    .getcode-part {
        font-size: 12px
    }
    .btn-login li a {
        font-size: 14px;
        max-width: 60px;
        padding: 0 5px
    }
    .payment-method-part .nav-tabs {
        display: block
    }
    .payment-method-part li a.nav-link {
        padding: 12px 10px;
        width: 100%;
        margin: 20px 0
    }
    .p-method-card {
        display: block
    }
    .p-method-data {
        display: block
    }
    .p-card-m {
        margin-bottom: 20px;
        margin-right: 0
    }
    .p-method-card-header {
        margin-bottom: 0;
        align-items: flex-start
    }
    .p-method-data .p-card-m:last-child {
        margin-bottom: 0
    }
    .benefits-free-part .benefits-card {
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px
    }
    .footer-col li a {
        font-size: 13px
    }
    .footer-col .footer-social-icon li a {
        font-size: 22px
    }
    .your-selection-ticket ul li {
        width: calc(33% - 8px);
        margin-right: 8px
    }
    .your-selection-ticket .gt-ticket {
        min-width: 100%;
        margin-right: 0
    }
    .tickets-left .nav-pills a.nav-link {
        min-width: 75px
    }
    .raffle-ticket-deatil {
        padding: 15px
    }
    .raffle-ticket-listTop {
        padding: 15px
    }
    .raffle-ticket-user {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px
    }
    .raffle-ticket-user img {
        height: 40px
    }
    .raffle-ticket-listBm {
        padding: 15px
    }
    .tracknumber-title h2 {
        font-size: 18px
    }
    .tracknumber-search {
        padding: 50px 15px
    }
    .bc-left-info {
        padding: 20px 0 40px 10px
    }
    .bc-left-info h5 {
        font-size: 28px
    }
    .offline-sellers-heading {
        justify-content: center
    }
    .offline-sellers-heading h4 {
        display: none
    }
    .contact-section-title {
        margin-bottom: 35px
    }
    .why-page-title h3 {
        font-size: 24px
    }
    .why-page-title p {
        font-size: 14px
    }
    .custome-checkbox .form-check-label span {
        font-size: 14px
    }
    .auth-content li::before {
        width: 24px;
        height: 22px
    }
    .comt-box .form-control {
        padding-right: .75rem;
        height: 45px
    }
    .checkout-ticket-content .gt-ticket {
        margin: 8px 8px 8px 0;
        min-width: 100%
    }
    .comt-box-title {
        display: block
    }
    .comt-boxInner h5 {
        margin-bottom: 0
    }
    .comt-box-title span {
        font-size: 11px;
        display: block;
        margin-bottom: 10px
    }
    .comt-right {
        padding-left: 45px
    }
    .comments-row ul li.comments-row {
        margin-left: 45px
    }
    .comt-relyinput-part,
    .write-comment-box {
        margin-left: 10px
    }
    .comt-inline-itms a {
        margin-right: 6px
    }
    .comt-inline-itms a:last-child {
        margin-right: 0
    }
    .comt-boxInner {
        padding-right: 0
    }
    .offline_order_categories .raffle_categories_col {
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
        padding: 20px 10px;
        margin-bottom: 15px;
        margin-right: 5px
    }
    .offorder-available-left .gt-ticket {
        min-width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:413.98px) {
    .ticktes-filter .w-100 .select2-container {
        width: 100%!important
    }
    .copylink-btn {
        display: block;
        text-align: center
    }
}

@media screen and (max-width:374.98px) {
    .home-banner-content h2 {
        font-size: 28px;
        padding: 3px 10px
    }
    .play-box-right {
        max-width: 45%
    }
    .payment-method-part li a.nav-link {
        font-size: 13px;
        padding: 10px 9px
    }
    .selection-bmBtn .theme-btn {
        font-size: 11px;
        padding: 8px 7px
    }
    .otp-inputbar {
        width: 35px;
        height: 35px
    }
    .ro-card-part h5 {
        font-size: 12px;
        padding: 9px
    }
    .p-data-input .theme-btn.bg-theme-yellow-btn {
        white-space: nowrap
    }
    .closingsoon-btn .theme-btn {
        padding: 8px 10px
    }
}

@media screen and (max-width:1199.98px) and (min-width:992px) {
    .header-top-menu>li>a {
        font-size: 12px
    }
}

@media (min-width:576px) {
    .data-details-list>li {
        display: flex;
        align-items: center
    }
    .data-details-head {
        width: 190px;
        padding: 14px 20px
    }
    .data-details-docs {
        border-top: none
    }
    .signup-title {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .data-details-head {
        font-size: 14px
    }
    .data-details-docs {
        display: flex
    }
    .data-details-docs>li {
        border: none
    }
    .login_wrap_popup {
        padding: 0 20px;
        position: relative
    }
    .login_wrap_popup button.close {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (min-width:992px) {
    .submenu-part {
        position: absolute;
        z-index: 1001;
        right: 0;
        top: 150%
    }
}

@media (min-width:1200px) {
    .your-cart-row {
        display: flex
    }
    .lucky-lines-block>.row>.col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .product-slick .slick-prev {
        left: -35px
    }
    .product-slick .slick-next {
        right: -35px
    }
}

.seller-intro {
    background: #000;
    border-radius: 50%;
    margin-left: 5px;
    color: #fff;
    padding: 0 5px;
    cursor: pointer;
    line-height: 18px;
    font-size: 12px
}

.page-item.active .page-link {
    z-index: 1!important;
    color: #fff!important;
    background-color: #00a9e0!important;
    border-color: #00a9e0!important;
    box-shadow: none!important
}

.reseller-right-btn a {
    display: inline-block;
    position: relative;
    margin-left: 10px
}

.notification-counts {
    background: #e00505;
    border-radius: 50%;
    padding: 3px 4px;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 11px;
    line-height: 1
}

.select2-container span.selectcountry-number.ccode-label {
    font-size: 13px;
    position: relative;
    left: -2px;
    display: block;
}

@media screen and (max-width: 479.98px) {
    .btn-login.btn-signup li a {
        max-width: 100%;
    }
}

.page-banner-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.admin-offline-order .product-color .custome-radio .form-check-label span.p-set-color::before {
    font: normal normal normal 14px/1 FontAwesome;
    top: 3px;
}

.admin-offline-order .offline_price_part h4 {
    margin-top: 0;
    line-height: 1;
}

.admin-offline-order .offorder-available-left .gt-ticket {
    min-width: 105px;
}

.admin-offline-order .fa {
    font-size: 12px;
}

.admin-offline-order .checkout-accordion.accordion>.card>.card-header h2 .btn {
    background-color: transparent;
    box-shadow: none;
}

.admin-offline-order .btn.disabled,
.btn.btn[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.admin-offline-order .custome-checkbox input[type=checkbox]+.form-check-label::after {
    font: normal normal normal 14px/1 FontAwesome;
}

#raffle_categories_slider .raffle_categories_col {
    width: auto;
    min-width: inherit;
    padding-bottom: 35px;
    margin-bottom: 0;
}

.raffle_categories_list.owl-carousel .owl-item {
    padding: 15px 10px;
}

.raffle_categories_list.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.raffle_categories_list.owl-carousel .owl-item.active.firstActiveItem:first-child {
    padding-left: 10px;
}

.raffle_categories_list.owl-carousel .owl-item.active.lastActiveItem:last-child {
    padding-right: 10px;
}

#raffle_categories_slider .raffle_categories_col.active,
#raffle_categories_slider .raffle_categories_col:hover {
    transform: scale(1);
}

.raffle_categories_list.owl-carousel .owl-nav button.owl-next,
.raffle_categories_list.owl-carousel .owl-nav button.owl-prev {
    background: rgb(0 169 224);
    color: #fff;
}

.product-title-left h2 {
    color: #157cbf;
}

.product-img-left {
    max-width: 150px;
    margin: auto;
}

.product-price-right h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.product-price-right p {
    color: #2e3235;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.product-price-right p i {
    color: #157cbf;
}

.product-price-right .prize-breakdown {
    background-color: transparent;
    color: #e52727;
    border: 1px solid #e52727;
    max-width: 180px;
    margin-left: auto;
    margin-bottom: 15px;
}

.complimentary-info {
    padding-top: 40px;
}

.your-selection {
    display: none;
}

.your-selection-title {
    background: none;
    color: #2c2f36;
    margin-top: 0 !important;
    padding: 15px 20px;
    border-bottom: 1px solid #e7e7e7
}

.your-selection-ticket {
    padding: 10px 0px 0px 10px;
}

.select-ticket-emty {
    padding: 10px 0 15px 0;
}

.select-ticket-emty p {
    text-align: center;
    opacity: 0.65;
}

.select-ticket-emty p img {
    max-width: 35px;
    margin-right: 5px;
    opacity: 0.65;
}

.ticket-list-content {
    min-height: 120px;
}

.available-tickets {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.shareticket-t-table .cart-table-ui.table th {
    background-color: #157cbf;
    border: 2px solid #fff;
}

.shareticket-t-table .cart-table-ui.table td {
    border-top: 2px solid #dee2e6;
    border-bottom: none;
    font-size: 18px;
}

.shareticket-t-table .cart-table-ui.table tr:first-child td {
    border: none;
}

.st-ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 118px;
    height: 75px;
    position: relative;
}

.st-ticket span.series-number {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: url(../images/series-t-bg.png) no-repeat 0 0/100% 100%;
    width: 100%;
    height: 39px;
    padding: 5px 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-ticket span.ticket-number {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: url(../images/ticket-bg.png) no-repeat 0 0/100% 100%;
    text-align: center;
    width: 100%;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.st-ticket.disabled span.series-number {
    background: 0 0;
}

.st-ticket.disabled span.ticket-number {
    background: 0 0;
}

.st-ticket.disabled .ticket-sold {
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}

.addtocart-input a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    border-radius: 5px;
    background: #00a9e0;
}

.addtocart-input .form-control {
    color: #495057;
}

.addtocart-input .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057;
}

.addtocart-input .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057;
}

.addtocart-input .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057;
}

.addtocart-input .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #495057;
}


/* 15-12-2021  productdraw-card  design change start */

.productdraw-card {
    margin-bottom: 30px;
    border-radius: 10px;
}

.product-carousels.filter_data .productdraw-card {
    /* box-shadow: 0px 2px 2px rgb(0 0 0 / 45%); */
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.35));
    position: relative;
    z-index: 1;
}

.productdraw-card .product-img .gift-image {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.productdraw-card .product-seriesno {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-left-wraper .product-seriesno {
    display: none;
    margin-bottom: 0;
}

.product-seriesno b {
    color: #767676;
    text-transform: uppercase;
}

.productdraw-content h5 {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

.productdraw-content h5 span {
    color: #ee361c;
    font-weight: 800;
    text-transform: uppercase;
    /* font-style: italic; */
    font-size: 18px;
}

.productdraw-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #404040;
}

.productdraw-price {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

.productdraw-price span {
    font-size: 20px;
    font-weight: 600;
    color: #ff2600;
}

.productdraw-content .productdraw-note,
.productdraw-content .productdraw-price-right .raffle-oty {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #9c9c9c;
}

.productdraw-content .productdraw-price-right .raffle-oty {
    text-shadow: none;
    margin-bottom: 0;
}

.productdraw-content .productdraw-price-right .raffle-oty span {
    color: #00a9e0;
    font-weight: 700;
    font-size: 20px;
    margin-left: 5px;
}

.productdraw-price-right+.productdraw-note {
    display: none;
}

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

.productdraw-button .theme-btn {
    border-radius: 5px;
    border: none;
    text-align: center;
    display: block;
    width: 50%;
    text-align: center;
}

.product-carousels.filter_data .productdraw-button {
    justify-content: flex-start;
}

.product-carousels.filter_data .productdraw-button .theme-btn {
    width: auto;
    min-width: 180px;
    /* box-shadow: 0px 2px 3px rgb(0 0 0 / 35%); */
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.35));
}

.productdraw-button .theme-btn.bg-theme-yellow-btn {
    color: #404040;
}

.productdraw-button .theme-btn.bg-theme-blue-btn {
    background-image: linear-gradient(0deg, rgba(34, 101, 168, 1) 0%, rgba(50, 151, 252, 1) 100%);
    background-color: transparent;
}

.theme-btn.bg-theme-blue-btn:hover {
    background-color: transparent;
    border-color: transparent;
}

.productdraw-content hr {
    margin: 8px 0;
}

.productdraw-content .productdraw-price-right h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.35));
    color: #00a9e0;
    line-height: 1;
}

.productdraw-price-right h4:before {
    content: attr(data-winner-number);
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #e52727;
    background: rgb(229, 39, 39);
    background: linear-gradient(0deg, rgba(229, 39, 39, 1) 0%, rgba(255, 197, 1, 1) 50%, rgba(229, 39, 39, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    margin-right: 5px;
}

.productdraw-content .productdraw-price-right p {
    font-size: 16px;
    font-weight: 400;
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.35));
    color: #404040;
    text-transform: uppercase;
}

.productdraw-content .productdraw-price-right h5 {
    font-weight: 700;
    color: #ff2600;
    font-size: 16px;
    text-transform: uppercase;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.35));
}

.productdraw-button .productdraw-price {
    display: block;
    color: #ffffff;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.productdraw-button .productdraw-price-button {
    display: none;
}

.productdraw-button .productdraw-price span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-left: 30px;
}

.product-card+.soldout-label {
    margin-top: -45px;
    text-align: right;
    margin-bottom: 30px;
}

.soldout-label p {
    background-color: #f73234;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px 0px 10px 10px;
    text-align: right;
    padding-top: 10px;
    padding: 20px 15px 5px;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.35));
    z-index: -1;
}

.draw-counter-label>div {
    background-color: #f73234;
    padding: 20px 15px 5px;
    margin-top: -45px;
    text-align: right;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 5px 0 10px 10px;
}

.draw-counter-label .draw-date {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

.draw-counter-label .draw-date b {
    font-weight: 600;
    font-size: 14px;
}

.draw-counter-label p {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.draw-counter-label .number-countdowndu li,
.closingsoon-counter-main .number-countdowndu li {
    margin-left: 5px;
}

.draw-counter-label .number-countdowndu li p,
.closingsoon-counter-main .number-countdowndu li p {
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.draw-counter-label .number-countdowndu li p span,
.closingsoon-counter-main .number-countdowndu li p span {
    background-color: #f5f5f5;
    color: #f73234;
    border-radius: 5px;
    padding: 3px 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.productdraw-image-slider.owl-carousel .owl-dots {
    text-align: center;
}

.productdraw-image-slider.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #c0c0c0;
    margin: 0 2px;
}

.productdraw-image-slider.owl-carousel button.owl-dot.active {
    background-color: #00a9e0;
}

.productdraw-image-slider.owl-carousel .owl-item .product-img img {
    max-height: initial;
    width: 360px;
    height: 360px;
    object-fit: contain;
}

.choosef-ticket-wrapper .ticket_selection_block {
    margin-right: 15px;
}

.choosef-ticket-wrapper .ticket_selection_block:last-child {
    margin-right: 0;
}

.choosef-ticket-wrapper .ticket_selection_block label {
    padding-left: 25px;
}

.choosef-ticket-wrapper .ticket_selection_block label::before {
    top: 3px;
}

.choosef-ticket-wrapper .ticket_selection_block label::after {
    top: 6px;
}

.choosef-ticket-wrapper .p-tab-filter .nav-tabs .nav-link {
    padding: 5px 8px;
    border-radius: 5px !important;
}

.choosef-ticket-wrapper .selection-bmBtn .add_to_cart {
    width: 35%;
}

.choosef-ticket-wrapper .selection-bmBtn .add_to_checkout {
    width: calc(65% - 15px);
    margin-left: 15px;
}

.choosef-ticket-wrapper .selection-bmBtn .theme-btn {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
}

.choosef-ticket-wrapper .product-section-title h2 {
    color: #02aae1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.st-ticket-status p span {
    width: 35px;
    display: inline-block;
    text-align: left;
}

.shareticket-t-card {
    padding: 15px;
}

.shareticket-t-card .st-ticket {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.shareticket-t-card .st-ticket-status {
    text-align: right;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    padding: 0;
    font-size: 12px;
}

.shareticket-t-card .st-ticket-add {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.shareticket-t-card .st-ticket-add .addtocart-input-nots {
    font-size: 10px;
    text-align: right;
    color: #a7a7a7;
}

.addtocart-input a,
.addtocart-input .form-control {
    background: #ededed;
    background-color: #ededed;
    color: #2e3235;
    border: none;
}

.choosef-ticket-wrapper .shareticket-t-table-main {
    max-height: 480px;
    overflow-y: auto;
    padding: 0 15px;
}

.choosef-ticket-wrapper .available-tickets .shareticket-t-table,
.choosef-ticket-wrapper .standard-t-table {
    padding: 40px 0px 15px;
    background-color: #ededed;
    border-radius: 0 0 8px 8px;
    margin-top: -40px;
}

.choosef-ticket-wrapper .standard-t-table {
    padding-left: 15px;
    padding-right: 15px;
}

.choosef-ticket-wrapper .available-tickets-listing,
.choosef-ticket-wrapper .ys-tickets-list {
    overflow-y: auto;
}

.choosef-ticket-wrapper .p-tab-filter {
    position: relative;
    z-index: 1;
}

.shareticket-t-item:not(:last-child) {
    margin-bottom: 15px;
}

.choosef-ticket-wrapper .group-tickets-th {
    padding: 8px 12px;
    font-size: 14px;
}

.groupticket-listing .available-tickets-listing ul {
    max-height: initial;
}

.groupticket-listing .available-tickets-listing ul li,
.standard-t-table .available-tickets-listing ul li {
    width: 20%;
    flex: 0 auto;
}

.choosef-ticket-wrapper .p-tab-filter .mobile-title {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 50%); */
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.35));
    display: none;
}

.choosef-ticket-wrapper .add-cart-selection {
    border: 4px solid #e8e8e8;
    border-radius: 5px;
}

.choosef-ticket-wrapper .your-selection-title {
    font-size: 20px;
    padding: 8px 15px;
    text-align: center;
}

.choosef-ticket-wrapper .add-cart-selection .selection-bmBtn,
.choosef-ticket-wrapper .add-cart-selection .cart-price-box {
    padding: 0 15px;
}

.choosef-ticket-wrapper .add-cart-selection .cart-price-box>ul li h4 {
    align-items: flex-end;
    font-size: 16px;
}

.choosef-ticket-wrapper .add-cart-selection .cart-price-box>ul li h4 span+span {
    color: #ff3434;
}

.choosef-ticket-wrapper .add-cart-selection .cart-price-box>ul li h4 span+span span {
    font-size: 20px;
}

.add-cart-condition h6 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
}

.add-cart-condition ol {
    padding-left: 15px;
}

.add-cart-condition li {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 5px;
}

.add-cart-condition li .readmore-link {
    font-weight: 600;
    color: #00a9e0;
}

.termcondition-modal p {
    font-size: 14px;
    margin-bottom: 10px;
}

.termcondition-modal p a {
    font-weight: 600;
}

.standard-t-table .tickets-left .nav-pills a.nav-link,
.standard-t-table .tickets-search input {
    background: #cccccc;
    color: #ffffff;
    min-width: 86px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.standard-t-table .tickets-search input {
    color: #000;
}

.standard-t-table .tickets-left .nav-pills a.active,
.standard-t-table .tickets-left .nav-pills a:hover {
    background: #157cbf;
    border-color: #157cbf;
}

.closingsoon-counter-main {
    text-align: center;
    margin-bottom: 0;
}

.closingsoon-counter-main .number-countdowndu {
    background-color: #e52727;
    color: #fff;
    padding: 8px;
    display: block;
    border-radius: 0 0 10px 10px;
    padding-top: 15px;
    margin-top: -10px;
    z-index: -3;
    position: relative;
    text-align: center;
}

.closingsoon-counter-main .number-countdowndu ul {
    justify-content: center;
}

.choosef-ticket-wrapper .your-selection-ticket {
    padding: 10px 0;
}

.choosef-ticket-wrapper .your-selection-ticket ul li {
    width: calc(25% - 8px);
    margin: 0 4px;
}

.choosef-ticket-wrapper .your-selection-ticket .gt-ticket,
.admin-offline-order .offorder-available-left .gt-ticket {
    margin: 0 0px 8px 0;
    min-width: 100%;
}

.choosef-ticket-wrapper .your-selection-ticket .gt-ticket span.series-number {
    padding: 4px 0;
}

.choosef-ticket-wrapper .remove-ticket {
    top: -5px;
    right: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.choosef-ticket-wrapper .your-selection-ticket ul {
    padding: 6px 0 0;
    width: 100%;
}

.admin-offline-order.choosef-ticket-wrapper .your-selection-ticket ul li {
    width: calc(33.33% - 8px);
    flex: 0 auto;
}

.admin-offline-order.choosef-ticket-wrapper .checkout-ticket-content {
    padding: 0;
}

.admin-offline-order .checkout-ticket-title {
    padding: 9px 20px;
}


/* closing-items-wrap */

.closing-items-wrap .productdraw-content h3 {
    font-size: 18px;
    font-weight: 800;
}

.closing-items-wrap .productdraw-price-right h4,
.closing-items-wrap .productdraw-content .productdraw-price-right p,
.closing-items-wrap .productdraw-content .productdraw-price-right h5,
.closing-items-wrap .productdraw-card .product-seriesno {
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
    filter: none;
}

.closing-items-wrap .productdraw-price-right h4 {
    color: #ff9933;
}

.closing-items-wrap .productdraw-price-right h4:before {
    display: none;
}

.closing-items-wrap .productdraw-button .theme-btn {
    padding: 5px 4px;
    font-size: 11px;
}

.closing-items-wrap .productdraw-button .productdraw-price {
    font-size: 11px;
}

.closing-items-wrap .productdraw-button .productdraw-price span {
    font-size: 12px;
}

.closing-items-wrap .productdraw-content .productdraw-note {
    font-size: 9px;
}

.closing-items-wrap .product-img {
    min-height: auto;
    position: relative;
}

.closing-items-wrap .productdraw-card .product-img .gift-image {
    width: 60px;
    left: 0;
}

.closing-items-wrap .closing-item {
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.closing-items-wrap .product-left-wraper .img-label {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5px;
}

.closing-items-wrap .owl-carousel .owl-item .product-img img {
    max-height: auto;
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.closing-items-wrap .active.center .closing-item {
    transform: scale(1);
}


/* winner-ticket-card */

.winner-tickets-section {
    overflow-x: hidden;
}

.winner-tickets-section .title-heading-part h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #ffc501;
    text-shadow: 0px 2px 2px rgb(64 64 64);
}

.winner-ticket-card {
    margin-bottom: 30px;
}

.ticket-shadow {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    position: relative;
    display: flex;
    flex-direction: row;
}

.winner-ticket-left,
.winner-ticket-right {
    min-height: 110px;
    background-color: #fff;
}

.winner-ticket-text,
.winner-ticket-img {
    padding: 10px 5px;
}

.winner-ticket-text {
    border: 1px solid #dee2e6;
}

.winner-ticket-title h3 {
    color: #00a9e0;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.winner-ticket-title p span {
    color: #ee361c;
    font-weight: 700;
}

.winner-ticket-img {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.winner-ticket-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: auto;
}

.winner-ticket-left {
    flex: 4;
    padding: 10px 0;
}

.winner-ticket-right {
    flex: 1.5;
}

.winner-ticket-right .ticket-prize {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ee361c;
}

.ticket-details {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-top: 10px;
}

.ticket-details p {
    font-size: 12px;
    line-height: 1.1;
}

.ticket-details p b {
    color: #070b28;
}

.ticket-details div {
    padding: 10px 5px;
    flex: 1 auto;
}

.ticket-details-text {
    border-right: 1px solid #dee2e6;
    width: 55%;
}

.ticket-details .theme-btn.bg-theme-yellow-btn {
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 6px 10px;
    text-align: center;
}

.ticket-divider {
    position: relative;
    background-color: #fff;
    margin: 10px 0;
    width: 20px;
    z-index: 1;
}

.ticket-divider::before,
.ticket-divider::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 5px solid transparent;
    border-top-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    border-radius: 50%;
    box-sizing: unset;
}

.ticket-divider::before {
    top: -25px;
    border-top-color: #fff;
    border-right-color: #fff;
}

.ticket-divider::after {
    border-right-color: #fff;
    border-top-color: #fff;
    bottom: -25px;
    transform: translateX(-50%) rotate(-45deg);
}

.divider-left.ticket-divider,
.divider-right.ticket-divider {
    width: 10px;
}


/* .divider-left.ticket-divider{margin-right: -0.5px;} */

.divider-right.ticket-divider {
    margin-left: -0.5px;
}

.divider-left.ticket-divider::before,
.divider-left.ticket-divider::after {
    transform: translateX(-50%) rotate(45deg);
    left: 0px;
}

.divider-left.ticket-divider::before {
    border-top-color: transparent;
}

.divider-left.ticket-divider::after {
    border-right-color: transparent;
}

.divider-right.ticket-divider::before,
.divider-right.ticket-divider::after {
    left: 100%;
    transform: translateX(-50%) rotate(-45deg);
}

.divider-right.ticket-divider::before {
    border-color: transparent;
    border-left-color: #ffffff;
}

.divider-right.ticket-divider::after {
    border-right-color: transparent;
}

.ticket-divider span {
    display: block;
    border-right: 2px dashed #e5e5e5;
    height: 100%;
    width: 1px;
    margin: auto;
}


/* header-wrapper */

.header-wrapper .cart-part {
    display: none;
}


/* .footer-social-icon li a img{
    display: none;
}
.footer-social-icon li a img{display: block;} */

.footer-social-icon li a {
    cursor: pointer;
}

.footer-social-icon li a i,
.footer-social-icon li a svg {
    display: none;
}

.footer-social-icon li a {
    margin-right: 2px;
}

.footer-social-icon li:nth-child(1) {
    order: 1;
}

.footer-social-icon li:nth-child(2) {
    order: 5;
}

.footer-social-icon li:nth-child(3) {
    order: 2;
}

.footer-social-icon li:nth-child(4) {
    order: 6;
}

.footer-social-icon li:nth-child(5) {
    order: 3;
}

.footer-social-icon li:nth-child(6) {
    order: 7;
}

.footer-social-icon li:nth-child(7) {
    order: 4;
}


/* .choosef-ticket-wrapper .standard-t-table .available-tickets-listing {
    overflow: scroll;
} */

.img240 {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.product-section-title h2 {
    text-decoration: none;
}

@media screen and (max-width: 1199.98px) {
    .choosef-ticket-wrapper .selection-bmBtn .add_to_cart {
        width: 45%;
    }
    .choosef-ticket-wrapper .selection-bmBtn .add_to_checkout {
        width: calc(55% - 15px);
    }
    .shareticket-t-card .st-ticket {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .shareticket-t-card .st-ticket-status {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .shareticket-t-card .st-ticket-add {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .choosef-ticket-wrapper .selection-bmBtn .theme-btn {
        font-size: 12px;
    }
    .choosef-ticket-wrapper .p-tab-filter .nav-tabs .nav-link {
        font-size: 13px;
    }
    .groupticket-listing .available-tickets-listing ul li,
    .standard-t-table .available-tickets-listing ul li {
        width: 25%;
        flex: 0 auto;
    }
    .prd-details-main .productdraw-button .theme-btn {
        width: 100%;
    }
    .standard-t-table .tickets-left .nav-pills a.nav-link {
        min-width: 66px;
    }
    .choosef-ticket-wrapper .your-selection-ticket .gt-ticket {
        min-width: 100%;
    }
    .admin-offline-order .groupticket-listing .available-tickets-listing ul li,
    .admin-offline-order .standard-t-table .available-tickets-listing ul li {
        width: calc(20% - 8px);
        margin: 0 4px;
    }
    .admin-offline-order .addtocart-input .form-control {
        padding: 0;
    }
    .closing-items-wrap .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
    .ticket-details p {
        font-size: 11px;
        line-height: 1.1;
    }
    .winner-ticket-left {
        flex: 6;
    }
    .ticket-details .theme-btn.bg-theme-yellow-btn {
        letter-spacing: 0;
        font-size: 12px;
    }
    .ticket-details-text {
        width: 58%;
    }
    .winner-ticket-title h3 {
        font-size: 16px;
    }
    .winner-ticket-title p,
    .p-info-series p span,
    .p-info-series p i {
        font-size: 14px;
    }
    .winner-ticket-text,
    .winner-ticket-img {
        padding: 5px 5px 0;
    }
    .ticket-details {
        border-bottom: none;
    }
    .p-info-table tr td p {
        font-size: 14px;
        font-weight: 600;
    }
    .p-info-table tr th {
        font-size: 13px;
    }
    .p-info-table tr th,
    .p-info-table tr td {
        padding: 2px;
    }
    .product-detail-img .nav-pills .nav-link {
        font-size: 14px;
        min-width: 130px;
        padding: 10px 5px;
    }
    .product-detail-img .nav-pills .nav-link {
        margin-right: 0;
    }
    .product-detail-img .nav-pills .nav-item:not(:last-child) .nav-link {
        margin-right: 8px;
    }
    .product-detail-img .nav-pills .nav-link i {
        margin-right: 8px;
    }
    .product-info h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .divider-left.ticket-divider,
    .divider-right.ticket-divider {
        width: 6px;
    }
    .ticket-divider {
        margin: 6px 0;
        width: 12px;
    }
    .ticket-divider::before,
    .ticket-divider::after {
        width: 11px;
        height: 11px;
    }
    .ticket-divider::after {
        bottom: -16px;
    }
    .ticket-divider::before {
        top: -16px;
    }
    .winner-ticket-img img {
        width: 80px;
        height: 80px;
    }
    .ticket-details div {
        padding: 5px;
    }
}

@media screen and (max-width: 991.98px) {
    .productdraw-content .productdraw-price-right {
        margin-top: 15px;
    }
    .prd-details-main .productdraw-content .productdraw-price-right {
        margin-top: 0px;
    }
    .productdraw-content .productdraw-price-right p,
    .productdraw-content .productdraw-price-right h5 {
        display: inline-block;
        /* margin-top: 5px; */
        font-size: 16px;
    }
    .productdraw-content .productdraw-price-right h5 {
        font-size: 20px;
    }
    .productdraw-content .productdraw-price-right p {
        font-size: 14px;
        padding-left: 40px;
    }
    .productdraw-card .product-img .gift-image {
        width: 90px;
        bottom: 30px;
        left: 0;
    }
    .productdraw-content .productdraw-note {
        margin-bottom: 10px;
    }
    .shareticket-t-card .st-ticket {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }
    .shareticket-t-card .st-ticket-status {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .shareticket-t-card .st-ticket-add {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .choosef-ticket-wrapper .available-tickets {
        margin-bottom: 30px;
    }
    .choosef-ticket-wrapper .p-tab-filter .mobile-title {
        display: block;
    }
    .choosef-ticket-wrapper .product-section-title {
        display: none;
    }
    .choosef-ticket-wrapper .group-tickets-row {
        background-color: #ffffff;
        padding: 5px;
        margin-bottom: 15px;
        border-radius: 6px;
    }
    .choosef-ticket-wrapper .groupticket-listing {
        padding: 40px 15px 15px;
        background-color: #ededed;
        margin-top: -40px;
        border-radius: 0 0 8px 8px;
    }
    .prd-details-main .productdraw-content .productdraw-price-right .raffle-oty {
        padding-left: 0;
    }
    .closing-items-wrap .productdraw-content .productdraw-price-right p,
    .closing-items-wrap .productdraw-content .productdraw-price-right h5 {
        padding-left: 0;
        margin-top: 0;
    }
    .closing-items-wrap .productdraw-content .productdraw-price-right {
        margin-top: 0;
    }
    .winner-tickets-section .title-heading-part h6 {
        font-size: 20px;
    }
    .winner-tickets-section .title-heading-part h2 {
        font-size: 30px;
    }
    /* .footer-review-logo ul li.bbb_review_logo, .footer-review-logo ul li.g_review_logo{max-width: inherit !important;} */
    .footer-review-logo ul li {
        max-width: 180px;
    }
    .footer-review-logo ul li.g_review_logo {
        max-width: 105px;
    }
    .footer-review-logo ul li.bbb_review_logo {
        max-width: 55px;
    }
    .header-wrapper {
        background-color: #00a9e0;
    }
    .header-wrapper .toggle-btn span {
        width: 1.6rem;
        margin-right: 5px;
    }
    .header-wrapper .toggle-btn a {
        color: #ffffff;
    }
    .header-wrapper .toggle-btn a i {
        margin: 5px 0;
        background-color: #ffffff;
    }
    .header-top {
        display: none;
    }
    .is-login .header-wrapper .toggle-btn {
        margin-left: 0;
    }
    .is-login .header-wrapper .cart-part {
        display: block;
    }
    .is-login .header-wrapper .cart-part a {
        color: #ffffff;
        font-size: 16px;
    }
    .is-login .header-wrapper .action-button {
        order: 1;
    }
    .is-login .header-wrapper .logo-part {
        order: 2;
    }
    .is-login .header-wrapper .cart-part {
        order: 3;
    }
    .divider-right.ticket-divider {
        margin-left: -1px;
    }
    .divider-left.ticket-divider {
        margin-right: 0;
    }
    /* .winner-ticket-img img{width: 80px;height: 80px;object-fit: cover;margin: 0 auto;} */
    .product-detail-img .nav-pills .nav-link {
        font-size: 12px;
        min-width: 100px;
        padding: 8px 5px;
    }
    .pd-prize-right {
        min-height: auto;
    }
    .p-info-table tr th {
        text-align: right;
    }
    .p-info-table tr td {
        padding-left: 15px;
    }
    .product-info h2 {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
    }
    .product-section-title {
        margin-bottom: 30px;
    }
    .productdraw-image-slider.owl-carousel .owl-item .product-img img {
        width: 270px;
        height: 270px;
    }
    .winner-ticket-img img {
        width: 100px;
        height: 100px;
    }
    .p-info-series p {
        display: flex;
    }
    .p-info-series p span {
        flex: 0 auto;
        font-size: 13px;
        text-align: right;
        padding: 2px;
        color: #aaa;
        font-weight: 500;
        background: 0 0;
        border: none;
        width: 40%;
        margin-bottom: 0;
    }
    .p-info-series p i {
        font-size: 14px;
        font-weight: 600;
        padding-left: 15px;
        color: #454546;
    }
}

@media screen and (max-width: 767.98px) {
    .productdraw-content .productdraw-note {
        display: none;
    }
    .productdraw-content h5 {
        text-align: center;
    }
    .prd-details-main .productdraw-content h5 {
        font-size: 0;
    }
    .productdraw-content .productdraw-price-right h5 {
        font-size: 20px;
        text-transform: capitalize;
        margin-top: 0;
    }
    /* .productdraw-content .productdraw-price-right h4 {
        color: #3298fd;
        text-shadow: 0px 2px 1px rgb(64 64 64 / 40%);
    } */
    .productdraw-price-right h4:before {
        background: linear-gradient(0deg, #FF7100 15%, #FFFF00 50%, #ff7100 85%);
        -webkit-background-clip: text;
        background-clip: text;
    }
    .productdraw-content h5 span {
        text-align: left;
        display: block;
        margin-top: 10px;
        padding-top: 5px;
        border-top: 1px solid #e5e5e5;
        font-size: 26px;
        line-height: 0.8;
    }
    .product-carousels .productdraw-content hr {
        margin-top: 0px;
    }
    .productdraw-price-right+.productdraw-note {
        margin-bottom: 0;
        margin-top: 0px;
        display: block;
        text-align: center;
    }
    .productdraw-price,
    .productdraw-content .product-seriesno,
    .draw-counter-label .number-countdowndu li:last-child,
    .draw-counter-label .draw-date {
        display: none;
    }
    .productdraw-button .productdraw-price-button,
    .product-left-wraper .product-seriesno {
        display: block;
        text-transform: lowercase;
    }
    .productdraw-card .product-img {
        margin-bottom: 5px;
    }
    .productdraw-card .product-img .gift-image {
        width: 110px;
        bottom: 15px;
        left: 40%;
        transform: translateX(-50%);
    }
    .draw-counter-label p,
    .shareticket-t-card .st-ticket span.series-number {
        font-size: 12px;
    }
    .draw-counter-label .number-countdowndu li:not(:first-child) {
        margin-left: 0;
    }
    .draw-counter-label .number-countdowndu li p {
        font-size: 10px;
    }
    .draw-counter-label .number-countdowndu li p span,
    .closingsoon-counter-main .number-countdowndu li p span {
        padding: 1px 2px;
        font-size: 12px;
        display: inline;
        margin-right: 2px;
    }
    .draw-counter-label>div {
        padding: 20px 11px 5px;
        margin-top: 0;
    }
    .draw-counter-label {
        margin-top: -45px;
    }
    .shareticket-t-card .soldout-label p {
        font-size: 12px;
        padding: 20px 10px 5px;
    }
    .shareticket-t-card .st-ticket span.ticket-number,
    .shareticket-t-card .ticket-sold {
        font-size: 14px;
    }
    .shareticket-t-card {
        padding: 10px;
    }
    .shareticket-t-card .st-ticket {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .shareticket-t-card .st-ticket-status {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .shareticket-t-card .st-ticket-add {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .choosef-ticket-wrapper .available-tickets .shareticket-t-table {
        padding: 30px 0px 10px;
    }
    .choosef-ticket-wrapper .shareticket-t-table-main {
        padding: 0 10px;
    }
    .shareticket-t-card .addtocart-input a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
    }
    .shareticket-t-card .addtocart-input .form-control {
        width: 35px;
        height: 28px;
        font-size: 14px;
    }
    .choosef-ticket-wrapper .product-section-title h2 {
        font-size: 24px;
    }
    .choosef-ticket-wrapper .ticket_selection_block {
        margin-right: 10px;
    }
    .choosef-ticket-wrapper .ticket_selection_block label {
        padding-left: 20px;
        font-size: 14px;
    }
    .choosef-ticket-wrapper .gt-ticket span.series-number {
        font-size: 13px;
    }
    .choosef-ticket-wrapper .gt-ticket span.ticket-number,
    .choosef-ticket-wrapper .ticket-sold {
        font-size: 15px;
    }
    .choosef-ticket-wrapper .group-tickets-row-label label {
        font-size: 12px;
    }
    .choosef-ticket-wrapper .group-tickets-row-label label:last-child {
        margin-right: 0;
    }
    .available-tickets-listing .group-tickets-row-label {
        justify-content: space-between;
    }
    .group-tickets-th {
        padding: 10px 15px;
        font-size: 14px;
    }
    /* .choosef-ticket-wrapper .ticket_selection_part{display: none !important;} */
    .choosef-ticket-wrapper .gt-ticket {
        min-width: 100%;
        margin: 0 0 8px 0;
    }
    .groupticket-listing .available-tickets-listing ul li,
    .standard-t-table .available-tickets-listing ul li {
        width: calc(25% - 8px);
        flex: 0 auto;
        margin: 0 4px;
    }
    .choosef-ticket-wrapper .standard-t-table {
        padding-left: 10px;
        padding-right: 10px;
    }
    .closing-items-wrap .productdraw-card .product-img .gift-image {
        left: 0;
        transform: none;
        bottom: 0;
    }
    .closing-items-wrap .product-img {
        margin-bottom: 0;
        min-height: 100px;
    }
    .closing-items-wrap .product-left-wraper .img-label {
        margin-bottom: 0;
        font-size: 10px;
        margin-top: 5px;
    }
    .footer-review-logo {
        border-top: 1px solid #cbcbcb;
        margin-top: 0px;
    }
    .footer-review-logo ul {
        justify-content: flex-start;
        position: relative;
    }
    .footer-review-logo ul li {
        max-width: 30%;
        margin-right: 30px;
    }
    .footer-review-logo ul li.bbb_review_logo {
        position: absolute;
        right: 0;
        max-width: 75px;
    }
    .footer-review-logo ul li.g_review_logo {
        max-width: 85px;
    }
    #siteseal img {
        max-width: 100%;
    }
    .footer-review-logo ul li:nth-child(2) {
        order: 4;
    }
    .footer-review-logo ul li:nth-child(3) {
        order: 5;
    }
    .ticket-details div {
        padding: 5px;
    }
    .p-info-diaclaimer p {
        font-size: 12px;
        line-height: 1.5;
    }
    .p-info-table tr th {
        font-size: 12px;
    }
    .product-detail-img .nav-pills .nav-link {
        font-size: 10px;
        min-width: 72px;
    }
    .product-detail-img .nav-pills .nav-link i {
        margin-right: 5px;
    }
    .product-detail-img .nav-pills .nav-item:not(:last-child) .nav-link {
        margin-right: 3px;
    }
    .product-info h2 {
        font-size: 16px;
    }
    .p-info-diaclaimer h6 {
        font-size: 14px;
    }
    .prd-details-main .productdraw-card {
        margin-bottom: 0;
    }
    .choosef-ticket-wrapper.section-space,
    .prizes-details-section.section-space {
        padding: 30px 0;
    }
    .product-detail-img {
        margin-bottom: 10px;
    }
    .footer-social-icon {
        margin-top: 0 !important;
        align-items: center !important;
    }
    .productdraw-image-slider.owl-carousel .owl-item .product-img img {
        width: 360px;
        height: 360px;
    }
    .footer-social-icon .footer-social-text {
        font-size: 12px;
    }
    .winner-ticket-img img {
        width: 85px;
        height: 85px;
    }
    .product-carousels.filter_data .productdraw-button .theme-btn {
        width: 100%;
        min-width: auto;
    }
    .p-info-series p span {
        font-size: 12px;
    }
}

@media screen and (max-width: 575.98px) {
    .productdraw-content h3 {
        font-size: 20px;
    }
    .shareticket-t-card .st-ticket-status,
    .shareticket-t-card .st-ticket span.series-number,
    .choosef-ticket-wrapper .group-tickets-row-label label {
        font-size: 11px;
    }
    .choosef-ticket-wrapper .available-tickets .shareticket-t-table,
    .choosef-ticket-wrapper .groupticket-listing {
        padding: 30px 5px 10px;
    }
    .choosef-ticket-wrapper .available-tickets .shareticket-t-table {
        padding-left: 0;
        padding-right: 0;
    }
    .choosef-ticket-wrapper .shareticket-t-table-main {
        padding: 0 5px;
    }
    .shareticket-t-card .st-ticket span.series-number,
    .shareticket-t-card .st-ticket span.ticket-number,
    .choosef-ticket-wrapper .gt-ticket span.series-number,
    .choosef-ticket-wrapper .gt-ticket span.ticket-number {
        height: 30px;
    }
    .shareticket-t-card .st-ticket,
    .choosef-ticket-wrapper .gt-ticket {
        min-height: 50px;
    }
    .st-ticket-status p span {
        width: 30px;
    }
    .shareticket-t-card {
        padding: 10px 5px;
    }
    .choosef-ticket-wrapper .p-tab-filter .nav-tabs .nav-link,
    .choosef-ticket-wrapper .gt-ticket span.series-number {
        font-size: 12px;
    }
    .choosef-ticket-wrapper .ticket_selection_part {
        margin-top: 5px;
    }
    .choosef-ticket-wrapper .gt-ticket span.ticket-number,
    .choosef-ticket-wrapper .ticket-sold,
    .prd-details-main .product-seriesno+span {
        font-size: 13px;
    }
    .prd-details-main .product-seriesno+span span {
        font-size: 16px;
    }
    .choosef-ticket-wrapper .group-tickets-row {
        margin-bottom: 10px;
    }
    .choosef-ticket-wrapper .add-cart-selection .selection-bmBtn,
    .choosef-ticket-wrapper .add-cart-selection .cart-price-box {
        padding: 0 10px;
    }
    .choosef-ticket-wrapper .group-tickets-row-label label span {
        display: block;
    }
    .closingsoon-counter-main .number-countdowndu {
        padding-top: 18px;
    }
    .admin-offline-order .groupticket-listing .available-tickets-listing ul li,
    .admin-offline-order .standard-t-table .available-tickets-listing ul li {
        width: calc(33.33% - 8px);
    }
    .closing-items-wrap .productdraw-price-right h4,
    .closing-items-wrap .productdraw-content .productdraw-price-right p,
    .closing-items-wrap .productdraw-content .productdraw-price-right h5,
    .closing-items-wrap .productdraw-card .product-seriesno,
    .closing-items-wrap .productdraw-button .theme-btn,
    .closing-items-wrap .productdraw-button .productdraw-price {
        font-size: 10px;
    }
    .closing-items-wrap .productdraw-button .theme-btn {
        padding: 5px;
    }
    .closing-items-wrap .productdraw-button .productdraw-price span {
        font-size: 12px;
    }
    .closing-items-wrap .productdraw-content h3 {
        font-size: 14px;
    }
    .productdraw-content h5 span {
        font-size: 20px;
    }
    .closing-items-wrap .productdraw-button .productdraw-price span {
        margin-left: auto;
    }
    .winner-tickets-section .title-heading-part h6 {
        font-size: 16px;
    }
    .winner-tickets-section .title-heading-part h2 {
        font-size: 28px;
    }
    .footer-review-logo ul li {
        margin-right: 10px;
    }
    .ticket-details {
        margin-top: 6px;
    }
    .p-info-table tr td {
        padding-left: 2px;
    }
    .p-info-table tr td p {
        font-size: 12px;
    }
    .p-info-table tr th {
        width: 45%;
    }
    .product-detail-img .nav-pills .nav-link i {
        font-size: 10px;
        margin-right: 0;
        line-height: 28px;
    }
    .product-detail-img .nav-pills .nav-link {
        font-size: 0;
        min-width: auto;
        padding: 0;
        width: 30px;
        height: 30px;
    }
    .product-section-title {
        margin-bottom: 10px;
    }
    .prizes-details-section.section-space {
        padding: 15px 0;
    }
    .choosef-ticket-wrapper.section-space,
    .prizes-details-section.section-space {
        padding: 20px 0;
    }
    /* .productdraw-price-right+.productdraw-note {
        font-size: 12px;
    } */
    .footer-social-icon .footer-social-text {
        font-size: 10px;
    }
    .winner-ticket-img img {
        width: 75px;
        height: 75px;
    }
    .standard-t-table .tickets-left .nav-pills a.nav-link {
        min-width: 60px;
        font-size: 12px;
    }
    .p-tab-filter .nav-tabs .nav-item:last-child .nav-link {
        margin-right: 0;
    }
    .p-info-series p i {
        font-size: 12px;
        padding-left: 2px;
    }
    .p-info-series p span {
        width: 45%;
    }
}

@media screen and (max-width: 479.98px) {
    .ticket-details {
        flex-wrap: wrap;
    }
    .ticket-details-text {
        border-right: none;
    }
    .winner-ticket-left {
        flex: 5;
    }
    .footer-review-logo ul li {
        margin-right: 15px;
    }
    .footer-review-logo ul li.bbb_review_logo {
        max-width: 65px;
    }
    .footer-review-logo ul li.g_review_logo {
        max-width: 75px;
    }
    .footer-review-logo ul li:nth-child(5) {
        max-width: 85px;
    }
    .contact-widget {
        margin-bottom: 15px;
    }
    .winner-ticket-title h3 {
        font-size: 14px;
        line-height: 1.3;
    }
    .winner-ticket-title p {
        font-size: 12px;
    }
    .ticket-details div {
        padding: 5px 5px 0;
    }
    .winner-ticket-text,
    .winner-ticket-img {
        padding: 5px;
    }
    .ticket-details .theme-btn.bg-theme-yellow-btn {
        font-size: 11px;
        padding: 3px 10px;
    }
    .p-info-table tr th {
        font-size: 10px;
        width: 48%;
    }
    .p-info-table tr td p {
        font-size: 11px;
    }
    .prizes-details-section .row.flex-lg-row-reverse .col-4 {
        padding-right: 0;
    }
    .footer-col .footer-social-icon li a {
        width: 20px;
    }
    .productdraw-price-right+.productdraw-note {
        font-size: 12px;
    }
    .winner-ticket-img img {
        width: 70px;
        height: 70px;
    }
    .standard-t-table .theme-btn {
        padding: 5px 14px;
        font-size: 12px;
    }
    .prd-details-main .productdraw-button .theme-btn {
        padding: 4px 6px;
        font-size: 12px;
    }
    .p-info-series p span {
        font-size: 10px;
        width: 48%;
    }
    .p-info-series p i {
        font-size: 11px;
    }
}

@media screen and (max-width: 413.98px) {
    .product-card .card-body {
        padding: 10px;
    }
    .productdraw-button .theme-btn {
        padding: 8px 6px;
        font-size: 13px;
    }
    .st-ticket-status p span {
        width: 22px;
    }
    .shareticket-t-card .st-ticket-add {
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
        max-width: 43%;
    }
    .shareticket-t-card .st-ticket-status {
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
    }
    .closing-items-wrap .productdraw-price-right h4,
    .closing-items-wrap .productdraw-content .productdraw-price-right p,
    .closing-items-wrap .productdraw-content .productdraw-price-right h5,
    .closing-items-wrap .productdraw-card .product-seriesno {
        font-size: 8px;
    }
    .closing-items-wrap .productdraw-content h3 {
        font-size: 12px;
    }
    .winner-ticket-title h3 {
        font-size: 14px;
    }
    .winner-ticket-title p,
    .productdraw-button .productdraw-price {
        font-size: 13px;
    }
    .footer-review-logo ul li:nth-child(5) {
        max-width: 65px;
    }
    .footer-review-logo ul li.g_review_logo,
    .footer-review-logo ul li.bbb_review_logo {
        max-width: 55px;
    }
    .footer-review-logo ul li {
        margin-right: 8px;
    }
    .winner-ticket-title p {
        font-size: 10px;
    }
    .winner-ticket-title h3 {
        font-size: 12px;
        line-height: 1.3;
    }
    .product-info h2 {
        font-size: 14px;
    }
    /* .productdraw-price-right+.productdraw-note {
        font-size: 10px;
    } */
    .productdraw-image-slider.owl-carousel .owl-item .product-img img {
        width: 280px;
        height: 280px;
    }
    .prd-details-main .productdraw-content .col-7,
    .prd-details-main .productdraw-content .col-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prd-details-main .productdraw-content .productdraw-price-right .raffle-oty {
        font-size: 10px;
    }
    .prd-details-main .productdraw-content .productdraw-price-right .raffle-oty span {
        font-size: 16px;
        margin-left: 0;
    }
    .prd-details-main .productdraw-button .theme-btn {
        margin-right: 0 !important;
    }
    .prd-details-main .productdraw-content .productdraw-price-right {
        margin-top: 0;
    }
    .winner-ticket-img img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 379.98px) {
    .winner-ticket-left {
        flex: 4;
    }
    /* .ticket-details p b{display: block;} */
    .ticket-details p {
        font-size: 10px;
        line-height: 1.2;
    }
    .ticket-details div {
        padding: 5px 0px 0px;
    }
    .winner-ticket-left+.ticket-divider {
        margin-right: -1px;
    }
    .contact-widget .d-flex {
        flex-wrap: wrap;
    }
    .contact-widget .footer-contact,
    .contact-widget .footer-social-icon {
        width: 100%;
    }
    .contact-widget .d-flex {
        justify-content: flex-start !important;
    }
    .footer-social-icon .footer-social-text {
        text-align: left;
    }
}


/* 15-12-2021  productdraw-card  design change end */

@media (max-width: 1279.98px) {
    .raffle_categories_list.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-prev {
        top: auto;
        left: 50%;
        margin-left: -55px;
        bottom: -20px;
    }
    .raffle_categories_list.owl-nav-arrowbtn.owl-carousel .owl-nav button.owl-next {
        right: 50%;
        top: auto;
        margin-right: -55px;
        bottom: -20px;
    }
}

@media (max-width: 1199.98px) {
    #raffle_categories_slidert .raffle_categories_col::after {
        width: 90px !important;
        height: 90px !important;
    }
}

@media screen and (max-width: 767.98px) {
    .raffle_categories_list {
        flex-wrap: initial;
    }
    .raffle_categories_col {
        width: calc(20% - 5px) !important;
        min-width: calc(20% - 5px) !important;
        padding: 25px 6px !important;
    }
    .raffle_categories_icon {
        margin-bottom: 0;
    }
    .raffle_categories_icon img {
        max-height: 30px;
    }
    .raffle_categories_col::after,
    .raffle_categories_info h4,
    .raffle_categories_info p {
        display: none;
    }
    .raffle_categories_col.active,
    .raffle_categories_col:hover {
        transform: scale(1.2);
    }
    .footer-bm-link li {
        display: inline-block;
    }
    .sell-online-offline-card {
        padding: 18px;
    }
    .title-heading-part h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .p-tab-filter .nav-tabs .nav-item {
        margin-bottom: 5px;
    }
}


/* .home-slider-7{ } */

.new-win-modal {
    background: url('../img/home-slider/homer-slider-bg-7.jpg') no-repeat 0 0 / cover;
    height: 100%;
    position: relative;
}

.newwin-modal-wrapper .close {
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    display: block;
    z-index: 989898;
    position: absolute;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    opacity: 1;
    right: -8px;
    top: -10px;
}

.new-win-banner-img .banner-men-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
}

.new-win-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 80px;
    max-width: 80%;
}

.new-win-banner-text h2 {
    font-size: 67px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Segoe UI";
    filter: drop-shadow(-4.142px 6.142px 2px rgba(255, 125, 1, 0.7));
}

.new-win-banner-text h6 {
    font-size: 67px;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    font-family: "Segoe UI";
    filter: drop-shadow(-4.142px 6.142px 2px rgba(255, 125, 1, 0.7));
}

.new-win-banner-text h6 span {
    font-size: 133px;
    line-height: 0;
    color: #000000;
    font-weight: bold;
    font-family: "Segoe UI";
}

.new-win-banner-text h6 span sup {
    font-size: 53px;
    top: -53px;
}

.new-win-banner-text .bg-countdown {
    margin-top: 55px;
}

.new-win-banner-text .bg-countdown li {
    margin: inherit;
    padding: inherit;
    border-radius: inherit;
    background-color: transparent;
    min-height: inherit;
    min-width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-win-banner-text .bg-countdown li p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-family: "Segoe UI";
    text-transform: uppercase;
    filter: drop-shadow(-4.142px 6.142px 2px rgba(255, 125, 1, 0.7));
}

.new-win-banner-text .bg-countdown li p span {
    font-size: 47px;
    line-height: 57px;
    color: #ff0000;
    font-weight: bold;
    font-family: "Segoe UI";
    display: block;
    letter-spacing: 0;
    margin: 0 9px;
    padding: 8px;
    border-radius: 5px;
    background-color: #fff;
    min-height: 80px;
    min-width: 80px;
}

.theme-btn.bg-theme-blue-btn:hover {
    background-color: #00a9e0;
    box-shadow: none;
    border-color: #00a9e0;
    color: #fff;
}

.mobile-menu {
    display: none;
}

.nolive-video-banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.nolive-video-banner .fb-youtube-block {
    position: relative;
}

.nolive-video-banner .fb-youtube-block .not-live-bg {
    height: 545px;
    width: 100%;
    object-fit: cover;
}

.live-video-banner {
    background-color: #1e1314;
    position: relative;
}

.video-width {
    max-width: 970px;
    margin: auto;
    position: relative;
}

.live-video-banner .live-nots-label {
    z-index: 9;
    width: auto;
    display: inline-block;
    background: #ff4141;
    font-size: 20px;
    line-height: 1;
    color: #f9f9f9;
    right: 0;
    top: 10px;
    left: inherit;
    padding: 9px 40px 9px 60px;
    text-transform: uppercase;
    font-weight: 500;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7% 100%);
}

.raffle-results-section .section-title h1 {
    font-size: 40px;
    line-height: 1.5;
    color: #3d3d3d;
    text-transform: uppercase;
}

.raffle-results-section .section-title p {
    font-size: 16px;
    line-height: 1.5;
    color: #848484;
    text-transform: uppercase;
}

.section-title p span {
    font-weight: 700;
    font-size: 20px;
    color: #3d3d3d;
}

.raffle-results-section .winner-table-ui .badge-warning {
    background-color: #ffc501;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
    padding: 6px 10px;
    min-width: 100px;
}

.all-prize-table .product-title {
    background-color: #00a9e0;
    border-bottom: none;
}

.raffle-results-section .winner-table-ui tr .tw-division,
.raffle-results-section .winner-table-ui tr .tw-ticket {
    width: 150px !important;
}

.raffle-results-section .winner-table-ui tr .tw-ticket .seriesno-mobile {
    display: none;
}

.raffle-results-section .winner-table-ui tr .tw-ticket p {
    font-weight: 600;
}

.raffle-results-section .winner-table-ui tr .tw-pimage {
    width: 90px !important;
}

.raffle-results-section .winner-table-ui tr .tw-prize {
    width: 30% !important;
}

.raffle-results-section .product-title h2 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    filter: drop-shadow(0px 1px 0.5px #333333);
}

.raffle-results-section .product-title i {
    font-size: 22px;
}

.prize-table-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.raffle-results-section .winner-table-ui>tbody>tr>td {
    padding: 10px 5px;
    border-bottom-color: #d9d9d9;
}

.raffle-results-section .bg-gray {
    background-color: #f4f8fb !important;
}

.raffle-results-section .winner-table-ui>tbody>tr>td:first-child {
    padding-left: 15px;
}

.raffle-results-section .winner-table-ui>tbody>tr>td:last-child {
    padding-right: 15px;
}

.raffle-results-section .table td p {
    font-size: 18px;
    text-transform: capitalize;
    color: #3d3d3d;
}

.raffle-results-section .winner-table-ui>tbody>tr:last-child td {
    border-bottom: none;
}

.raffle-results-section table {
    border-collapse: separate;
    border-spacing: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #d9d9d9;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 35%);
}

.lvw-content-section .product-title h2 {
    font-size: 40px;
    color: #ffc501;
    font-weight: 800;
    text-transform: uppercase;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.35));
    text-align: center;
    display: block;
    flex-grow: 1;
}

.tprize-win-other .table thead th {
    border-bottom: none;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}

.tprize-win-name .pwn-icon img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 26px;
}

.tprize-win-name .pwn-text h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #3d3d3d;
}

.tprize-win-name .pwn-text h4 a {
    color: inherit;
}

.tprize-win-name .pwn-text .pwn-label {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    background-color: #17a2b8;
    padding: 3px 5px;
    display: block;
    text-transform: uppercase;
    max-width: 96px;
    text-align: center;
}

.tprize-win-name .pwn-text .pwn-label a {
    color: inherit;
}

.tprize-win-name .pwn-text .pwn-label.bg-warning {
    background-color: #ffc501;
    color: #303030;
}

.raffle-results-section .table td .tprize-name p,
.raffle-results-section .table td .pwn-label-text {
    font-size: 11px;
    color: #808080;
}

.raffle-results-section .table td .pwn-label-text {
    display: block;
}

.raffle-results-section .table td .pwn-label-text b {
    color: #3d3d3d;
}

.tprize-win-other .table td p {
    font-size: 16px;
}

.pwn-text .text-blue {
    color: #005b90 !important;
}

.tprize-name .text-success {
    color: #28a900!important;
    font-weight: 500;
}

.prize-table .tprize-name h5 {
    margin-bottom: 0;
    font-size: 18px;
}

.lvw-content-section .winners-search-part {
    background: #dedfe1;
    padding: 10px 15px 0;
}

.lvw-content-section .winners-search-part .form-group {
    margin-bottom: 10px;
}

.lvw-content-section .winners-search-part .form-control {
    border: 1px solid #a0a0a0;
    font-size: 15px;
    color: #a0a0a0;
    border-radius: 8px;
    height: auto;
}

.lvw-content-section .winners-search-part .theme-btn {
    padding: 5px 18px;
}

.fb-youtube-block .raffle-fy-date {
    position: absolute;
    background: rgb(61 61 61);
    margin: auto;
    padding: 10px 10px 10px 30px;
    right: 0;
    width: auto;
}

.fb-youtube-block .raffle-fy-date .bg-countdown li p {
    text-transform: uppercase;
    text-align: center;
}

.fb-youtube-block .raffle-fy-date .bg-countdown li span {
    display: block;
    margin-right: 0;
    margin: 0 !important;
    font-size: 28px;
    text-align: center;
}

.fb-youtube-block .raffle-fy-date .bg-countdown li:not(:last-child)::after {
    content: ":";
    font-size: 25px;
    display: inline-block;
    margin: 0 10px;
    color: #f4c24f;
    font-weight: bold;
}

@media screen and (min-width: 1999.98px) {
    .nolive-video-banner .fb-youtube-block .not-live-bg {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 1699.98px) {
    .newwin-modal-wrapper .modal-dialog {
        max-width: 1280px;
    }
    .new-win-modal {
        min-height: 720px;
    }
    .new-win-banner-img .banner-men-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1699.98px) {
    .newwin-modal-wrapper .modal-dialog {
        max-width: 1000px;
    }
    .new-win-modal {
        min-height: 563px;
    }
    .new-win-banner-img .banner-men-img {
        max-width: 473px;
    }
    .new-win-banner-text h2,
    .new-win-banner-text h6 {
        font-size: 47px;
    }
    .new-win-banner-text h6 span {
        font-size: 93px;
    }
    .new-win-banner-text h6 span sup {
        font-size: 43px;
        top: -33px;
    }
    .new-win-banner-text .bg-countdown {
        margin-top: 45px;
    }
    .new-win-banner-text .bg-countdown li p span {
        min-height: 60px;
        min-width: 60px;
        font-size: 37px;
        line-height: 47px;
        padding: 5px;
    }
    .new-win-banner-text .bg-countdown li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1399.98px) {
    .newwin-modal-wrapper .modal-dialog {
        max-width: 720px;
    }
    .new-win-modal {
        min-height: 405px;
    }
    .new-win-banner-text h2,
    .new-win-banner-text h6 {
        font-size: 37px;
    }
    .new-win-banner-text h6 span {
        font-size: 73px;
    }
    .new-win-banner-text h6 span sup {
        font-size: 30px;
        top: -30px;
    }
    .new-win-banner-img .banner-men-img {
        max-width: 341px;
    }
    .new-win-banner-text {
        padding-left: 40px;
    }
    .new-win-banner-text .bg-countdown {
        margin-left: -9px;
    }
    .new-win-banner-text .bg-countdown li p span {
        min-height: 60px;
        min-width: 60px;
        font-size: 37px;
        line-height: 47px;
        padding: 5px;
    }
    .new-win-banner-text .bg-countdown li p {
        font-size: 16px;
    }
    .new-win-banner-text .bg-countdown {
        margin-top: 40px;
    }
    .raffle-results-section .winner-table-ui .badge-warning {
        font-size: 12px;
        min-width: 80px;
    }
    .tprize-win-name .pwn-text h4 {
        font-size: 16px;
    }
    .tprize-win-other .table td p,
    .prize-table .tprize-name h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199.98px) {
    .tprize-win-name .pwn-text h4,
    .tprize-win-other .table thead th,
    .raffle-results-section .section-title p {
        font-size: 14px;
    }
    .tprize-win-name .pwn-text .pwn-label {
        padding: 2px 4px;
    }
    .raffle-results-section .winner-table-ui .badge-warning {
        padding: 5px 8px;
    }
    .raffle-results-section .product-title h2,
    .raffle-results-section .product-title i,
    .section-title p span {
        font-size: 18px;
    }
    .lvw-content-section .product-title h2,
    .raffle-results-section .section-title h1 {
        font-size: 34px;
    }
    .raffle-results-section .section-title {
        margin-bottom: 25px;
    }
    .nolive-video-banner .fb-youtube-block .not-live-bg {
        height: 450px;
    }
    .lvw-content-section.section-space {
        padding-bottom: 40px;
    }
    .raffle-results-section .winner-table-ui>tbody>tr>td {
        padding: 8px 5px;
    }
    .raffle-results-section .winner-table-ui tr .tw-division,
    .raffle-results-section .winner-table-ui tr .tw-pimage,
    .raffle-results-section .winner-table-ui tr .tw-ticket {
        width: 100px !important;
    }
}

@media screen and (max-width: 991.98px) {
    .menu-part .mobile-menu {
        max-width: 320px;
        margin: auto;
        display: block;
    }
    .menu-part {
        width: 100%;
        max-width: 360px;
        padding: 30px;
        padding-top: 50px;
    }
    .h-social-icon {
        margin-bottom: 30px;
    }
    .h-social-icon ul li:not(:last-child) {
        margin-right: 15px;
    }
    .h-social-icon ul li img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
    .h-social-icon p {
        font-size: 12px;
        line-height: 23px;
        color: #575757;
    }
    .menu-card {
        border: 3px solid #00a9e0;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .menu-card.nav-bar>ul>li>a {
        border-bottom: 1px solid #00a9e0;
        padding: 10px 12px;
        color: #575757;
        transition: all .4s ease-in-out;
        font-weight: 500;
    }
    .dropdown-part .dropdown-menu ul>li,
    .submenu-part>li {
        border-color: #00a9e0;
    }
    .menu-card.nav-bar>ul>li>a>i {
        color: #dddddd;
        transition: all .4s ease-in-out;
    }
    .menu-card.nav-bar>ul>li>a:hover {
        background-color: #00a9e0;
        color: #ffffff;
    }
    .menu-card.nav-bar>ul>li>a:hover i {
        color: #ffffff;
    }
    .menu-hide {
        display: none !important;
    }
    .menu-card.nav-bar>ul>li:last-child a {
        border-bottom: none;
    }
    .menu-card.nav-bar>ul>li>a>.menu-icon {
        margin-right: 5px;
        transition: all .4s ease-in-out;
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .menu-card.nav-bar>ul>li>a:hover .menu-icon {
        filter: brightness(10);
    }
    .is-login .menu-part .login-user {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
    }
    .menu-part .login-user {
        display: flex;
        align-items: center;
    }
    .menu-part .login-user-img {
        width: 86px;
        height: 86px;
        /* background-color: #00a9e0; */
        border-radius: 86px;
        overflow: hidden;
        flex-shrink: 0;
        margin: auto;
    }
    .menu-part .login-user-detail {
        flex-grow: 1;
        margin-left: 15px;
        display: none;
    }
    .is-login .menu-part .login-user-detail,
    .is-login .menu-part .profile-menu,
    .is-login .mobile-menu hr {
        display: block;
    }
    .menu-part .login-user-detail a {
        font-size: inherit;
        color: inherit;
        line-height: inherit;
        font-weight: inherit;
    }
    .menu-part .login-user-detail h4 {
        font-size: 18px;
        color: #575757;
        line-height: 1.2;
    }
    .menu-part .login-user-detail p {
        font-size: 12px;
        color: #575757;
        line-height: 1.2;
    }
    .is-login .login-signup-button,
    .menu-part .profile-menu,
    .mobile-menu hr {
        display: none;
    }
    .menu-part .login-signup-button .login-btn {
        background-color: #00a9e0;
        border-color: #00a9e0;
        color: #ffffff;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    .header-copyright li,
    .header-copyright li a,
    .header-copyright p {
        font-size: 12px;
        line-height: 1.5;
        color: #898989;
        font-weight: 400;
    }
    .header-copyright li a:hover {
        color: #000000;
    }
    .menu-part .badge-red {
        border-radius: 50px;
        background-color: #ff0000;
        color: #ffffff;
        font-size: 12px;
        min-width: 20px;
        min-height: 20px;
        line-height: 9px;
        position: absolute;
        display: inline-block;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .raffle-results-section .winner-table-ui .badge-warning {
        min-width: auto;
    }
    .raffle-results-section .winner-table-ui>tbody>tr>td {
        padding: 6px 5px;
        white-space: normal;
        word-break: break-word;
    }
    .lvw-content-section .product-title h2,
    .raffle-results-section .section-title h1 {
        font-size: 30px;
    }
    .nolive-video-banner .fb-youtube-block .not-live-bg {
        height: 350px;
    }
    .tprize-win-other .table thead th {
        padding: 10px 5px;
        text-align: center !important;
    }
    .raffle-results-section .winner-table-ui tr .tw-division,
    .raffle-results-section .winner-table-ui tr .tw-pimage,
    .raffle-results-section .winner-table-ui tr .tw-ticket {
        width: 70px !important;
    }
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-seriesno,
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-pimage {
        display: none;
    }
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-ticket .seriesno-mobile {
        display: block;
    }
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-ticket {
        text-align: left;
    }
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-name,
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-ticket,
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-prize {
        width: 33.33% !important;
    }
    .raffle-results-section .winner-table-ui>tbody>tr>td:first-child {
        padding-left: 5px;
    }
    .raffle-results-section .winner-table-ui>tbody>tr>td:last-child {
        padding-right: 5px;
    }
    .raffle-winners-section.raffle-results-section .tprize-win-name .pwn-text .pwn-label {
        font-size: 8px;
        max-width: 80px;
    }
    .raffle-winners-section.raffle-results-section .table td .tprize-name p {
        font-size: 10px;
    }
}

@media screen and (max-width: 767.98px) {
    .newwin-modal-wrapper .modal-dialog {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .new-win-modal {
        min-height: 500px;
    }
    .newwin-modal-wrapper .modal-body {
        overflow: hidden;
    }
    .new-win-banner-text {
        position: relative;
        top: unset;
        transform: none;
        padding-top: 38px;
        padding-left: 38px;
        max-width: 90%;
    }
    .new-win-banner-text h2,
    .new-win-banner-text h6 {
        font-size: 30px;
    }
    .new-win-banner-text h6 span {
        font-size: 60px;
    }
    .new-win-banner-text h6 span sup {
        font-size: 24px;
        top: -25px;
    }
    .new-win-banner-text .bg-countdown li p span {
        min-height: 40px;
        min-width: 40px;
        font-size: 30px;
        line-height: 33px;
        padding: 2px;
        letter-spacing: 0;
    }
    .new-win-banner-text .bg-countdown li p {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .new-win-banner-text .bg-countdown {
        margin-top: 30px;
    }
    .new-win-banner-img .banner-men-img {
        max-width: 381px;
        right: -40px;
    }
    .all-prize-table .product-title,
    .lvw-content-section .product-title,
    .comment-section .product-title {
        margin-top: 0;
    }
    .nolive-video-banner .fb-youtube-block .not-live-bg {
        height: 300px;
    }
    .tprize-win-name .pwn-text .pwn-label {
        max-width: 87px;
        font-size: 9px;
    }
    .tprize-win-other .table thead th,
    .raffle-results-section .winner-table-ui>tbody>tr>td {
        padding: 5px 5px;
    }
    .raffle-results-section .table td .tprize-name p,
    .raffle-results-section .table td .pwn-label-text {
        font-size: 9px;
    }
    .raffle-results-section .table td .pwn-label-text b {
        font-size: 11px;
    }
    .tprize-win-name .pwn-icon {
        margin-right: 6px !important;
    }
    .tprize-win-name .pwn-text .pwn-label {
        font-size: 7px;
        max-width: 70px;
    }
    .tprize-win-other .table td p,
    .prize-table .tprize-name h5,
    .tprize-win-name .pwn-text h4 {
        font-size: 12px;
    }
    .winner-list-table div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-end !important;
    }
    .live-video-banner .live-nots-label {
        font-size: 16px;
        padding: 8px ​10px 8px 30px;
    }
}

@media screen and (max-width: 575.98px) {
    .menu-part {
        width: 100%;
        max-width: 100%;
        top: 69px;
        height: calc(100% - 69px);
        padding-bottom: 50px;
    }
    .menu-part {
        padding: 45px 15px 30px;
    }
    .lvw-content-section .product-title h2,
    .raffle-results-section .section-title h1 {
        font-size: 26px;
    }
    .nolive-video-banner .fb-youtube-block .not-live-bg {
        height: 260px;
    }
    .action-button .close-menu {
        position: static;
        top: unset;
        right: unset;
        height: 29px;
        width: 20px;
    }
    .action-button .close-menu svg path {
        fill: #ffffff;
    }
    .menu-part .close-menu {
        display: none !important;
    }
    .closing-items-wrap .owl-carousel .owl-item .product-img img {
        width: 85px;
        height: 85px;
        max-height: initial;
    }
    .closing-items-wrap .productdraw-content h5 span {
        font-size: 16px;
    }
    .home-main-content .benefits-card {
        display: flex;
        align-items: center;
        padding: 15px;
    }
    .home-main-content .benefits-icon.bg-circle {
        max-width: 44px;
        max-height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
        margin-right: 15px;
        flex-shrink: 0;
    }
    .home-main-content .benefits-colinner p {
        flex-grow: 1;
        margin: 0;
    }
    .home-main-content .section-space {
        padding: 30px 0;
    }
    .home-main-content .section-heading-title,
    .home-main-content .title-heading-part {
        margin-bottom: 30px;
    }
    .home-main-content .benefits-right-col {
        text-align: center;
    }
    .home-main-content .benefits-right-col h3 {
        margin-bottom: 15px;
    }
    .home-main-content .benefits-right-col h3::after {
        width: 100%;
    }
    .homerslider-two-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .homerslider-two-content {
        max-width: 320px;
    }
    .home-main-content .benefits-free-part .benefits-card {
        width: 100%;
        margin-right: 0;
    }
    .home-main-content .sell-online-offline-card h3 {
        margin-left: 0;
    }
    .home-main-content .sellOffline-section {
        padding-top: 60px;
    }
    .fb-youtube-block .raffle-fy-date .bg-countdown li span {
        font-size: 24px;
        line-height: 1;
    }
    .live-video-banner .live-nots-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 490.98px) {
    .newwin-modal-wrapper .modal-dialog {
        max-width: 300px;
        margin: auto;
    }
    .new-win-modal {
        min-height: 300px;
    }
    .new-win-banner-text {
        padding-top: 20px;
        padding-left: 20px;
    }
    .new-win-banner-text h2,
    .new-win-banner-text h6 {
        font-size: 18px;
    }
    .new-win-banner-text h6 span {
        font-size: 40px;
    }
    .new-win-banner-text h6 span sup {
        font-size: 16px;
        top: -16px;
    }
    .new-win-banner-img .banner-men-img {
        max-width: 231px;
        right: -40px;
    }
    .new-win-banner-text .bg-countdown li p span {
        margin: 0 5px;
    }
    .new-win-banner-text .bg-countdown li p span {
        min-height: 36px;
        min-width: 36px;
        font-size: 24px;
        line-height: 30px;
        padding: 2px;
        letter-spacing: 0;
    }
    .new-win-banner-text .bg-countdown li p {
        line-height: 30px;
    }
    .new-win-banner-text .bg-countdown {
        margin-top: 25px;
    }
    .nolive-video-banner .fb-youtube-block .not-live-bg {
        height: 190px;
    }
    .raffle-results-section .table td .tprize-name p,
    .raffle-results-section .table td .pwn-label-text,
    .raffle-winners-section.raffle-results-section .table td .tprize-name p {
        font-size: 7px;
    }
    .tprize-win-other .table td p,
    .prize-table .tprize-name h5,
    .tprize-win-name .pwn-text h4,
    .tprize-win-other .table thead th {
        font-size: 10px;
    }
    .raffle-results-section .winner-table-ui .badge-warning {
        font-size: 8px;
        padding: 3px 4px;
    }
    .raffle-results-section .winner-table-ui tr .tw-division,
    .raffle-results-section .winner-table-ui tr .tw-pimage,
    .raffle-results-section .winner-table-ui tr .tw-ticket {
        width: 0px !important;
    }
    .raffle-results-section .winner-table-ui tr .tw-division {
        width: 0px !important;
    }
    .tprize-win-name .pwn-text .pwn-label {
        font-size: 7px;
    }
    .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-ticket {}
    /* .raffle-winners-section.raffle-results-section .winner-table-ui tr .tw-ticket {
        width: 0px !important;
    } */
    .raffle-winners-section.raffle-results-section .tprize-win-name .pwn-text .pwn-label {
        font-size: 7px;
        max-width: 70px;
    }
    .raffle-results-section .winner-table-ui>tbody>tr>td:last-child {
        padding-right: 5px;
    }
    .raffle-results-section .winner-table-ui>tbody>tr>td:first-child {
        padding-left: 5px;
    }
    .winner-tickets-section.raffle-results-section .winner-table-ui tr .tw-prize {
        width: 35% !important;
    }
    .raffle-results-section .table td .pwn-label-text b {
        font-size: 9px;
    }
    .tprize-win-other .table td.tw-winner.text-left p {
        font-size: 14px;
    }
}

@media screen and (max-width: 479.98px) {
    .winner-tickets-section .tprize-win-other .table .tw-pimage {
        display: none;
    }
    .winner-list-table .bottom .dataTables_length {
        float: none;
        margin-top: 20px;
    }
    .bottom .dataTables_length {
    float: none;
    margin-top: 20px;
}
    .winner-list-table div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 379.98px) {
    .tprize-win-name .pwn-icon img {
        width: 20px;
        height: 20px;
    }
}

.cart-tickets-wrap .s-cart-table .accordion>.card {
    border: 2px solid rgba(128, 128, 128, 0.3);
    border-radius: 0 20px 0 20px;
    padding: 10px;
}

.cart-tickets-wrap .s-cart-table .accordion>.card>.card-header {
    border: none;
}

.cart-tickets-wrap .cart-tickets-ul {
    border-top: 1px solid #3d3d3d;
    padding-top: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.cart-tickets-wrap .pt-title a.product-thumbnail,
.cart-tickets-wrap .sc-tbody-col a.product-thumbnail {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: 70px;
}

.cart-tickets-wrap .pt-title a.product-thumbnail img,
.cart-tickets-wrap .sc-tbody-col a.product-thumbnail img {
    object-fit: contain;
    border-radius: 0px;
}

.cart-tickets-wrap .s-cart-table .card-header .sc-enries-col {
    flex: 0 auto;
    flex-grow: 1;
    max-width: 100%;
}

.cart-tickets-wrap .s-cart-table .card-header .sc-qty-col,
.cart-tickets-wrap .s-cart-table .card-header .sc-amount-col {
    flex: 0 auto;
    flex-shrink: 0;
    max-width: 100%;
    text-align: right;
}

.cart-tickets-wrap .s-cart-table .card-header .sc-amount-col p {
    font-size: 20px;
    line-height: 20px;
    color: #00c024;
    font-weight: bold;
    font-family: "Segoe UI";
    margin-bottom: 8px;
}

.cart-tickets-wrap .s-cart-table .card-header .sc-tbody-col {
    padding: 10px;
}

.cart-tickets-wrap .s-cart-table .card-header .sc-qty-col button.btn {
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    font-family: "Segoe UI";
    padding: 5px 8px;
}

.cart-tickets-wrap .s-cart-table .card-header .sc-qty-col .sc-qty-text {
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    font-family: "Segoe UI";
    font-weight: 400;
    text-transform: uppercase;
}

.cs-subcontent-ticket .cs-ticket-top {
    background-color: #00a9e0;
    padding: 0px 5px 5px;
    min-height: 31px;
}

.cs-subcontent-ticket .ticket-divider {
    position: relative;
}

.cs-subcontent-ticket .cs-ticket-bottom {
    background-color: #ffc600;
    padding: 5px 5px 0;
    min-height: 18px;
}

.cs-subcontent-ticket .cs-ticket-b {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    align-items: center;
}

.cs-subcontent-ticket .sd-ticket-btn {
    display: flex;
    align-items: center;
}

.cs-subcontent-ticket .cs-ticket-id {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Segoe UI";
    display: inline-block;
}

.cs-subcontent-ticket .soldout-label {
    font-size: 10px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: bold;
    font-family: "Segoe UI";
    display: block;
    text-transform: uppercase;
}

.cs-ticket-bottom .seller-intro,
.cs-subcontent-ticket .soldout-label .seller-intro {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #3d3d3d;
    margin-left: 5px;
    padding: 0;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
}

.cs-subcontent-ticket .soldout-label .seller-intro {
    color: #dc3646;
    font-weight: bold;
    background: #ffffff;
}

.cs-ticket-bottom .cs-ticket-code {
    font-size: 9px;
    line-height: 1;
    color: #3d3d3d;
    display: inline-block;
    font-family: "Segoe UI";
}

.cs-ticket-bottom .cs-ticket-code b {
    font-weight: 600;
    font-size: 12px;
}

.cs-subcontent-ticket .badge,
.cart-tickets-list .sc-enries-col .cart-trash {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1;
    color: #ffffff;
    font-family: "Segoe UI";
    padding: 2px 5px;
    display: inline-block;
}

.cart-tickets-list .sc-enries-col .product-thumbnail,
.cart-tickets-list .sc-enries-col .cart-trash {
    margin-right: 10px;
}

.cart-tickets-list .sc-product-details p {
    font-size: 15px;
    line-height: 1;
    color: #3d3d3d;
    font-family: "Segoe UI";
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cart-tickets-list .sc-product-details p span {
    color: #dc3646;
    font-family: 'Poppins' sans-serif;
    font-weight: 700;
    font-style: italic;
}

.cart-tickets-list .sc-product-details .sc-product-name {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    color: #3d3d3d;
    font-family: "Segoe UI";
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cart-tickets-list .sc-product-details .sc-series-no {
    font-size: 12px;
    line-height: 20px;
    color: #808080;
    font-family: "Segoe UI";
}

.cart-tickets-list .sc-product-details .sc-series-no b {
    color: #3d3d3d;
    font-weight: 600;
    font-size: 15px;
}

.cart-tickets-ul {
    display: flex;
    flex-wrap: wrap;
}

.cart-tickets-ul .s-cart-tr {
    width: 20%;
    flex: 0 auto;
    border-bottom: none;
}

.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket {
    text-align: center;
    margin: 5px;
}

.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket .soldout-label {
    display: none;
}

.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket.soldout-ticket .cs-ticket-top,
.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket.soldout-ticket .divider-top {
    background-color: #ff0000;
}

.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket.soldout-ticket .divider-top::before,
.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket.soldout-ticket .divider-top::after {
    border-right-color: #ff0000;
}

.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket.soldout-ticket .soldout-label {
    display: block;
    position: relative;
    z-index: 1;
    top: -5px;
}

.cart-tickets-ul .s-cart-tr .cs-subcontent-ticket.soldout-ticket .cs-ticket-top .cs-ticket-id {
    display: block;
    margin-top: -5px;
}

.cs-subcontent-ticket .divider-top {
    background-color: #00a9e0;
}

.cs-subcontent-ticket .divider-bottom {
    background-color: #ffc600;
}

.cs-subcontent-ticket .ticket-divider::before,
.cs-subcontent-ticket .ticket-divider::after {
    top: 50%;
    transform: rotate(-45deg);
    left: unset;
    width: 20px;
    height: 20px;
}

.cs-subcontent-ticket .ticket-divider::after {
    right: 0;
}

.cs-subcontent-ticket .ticket-divider {
    width: calc(100% - 20px);
    margin: 0px 10px;
    height: 10px;
}

.cs-subcontent-ticket .divider-top::after {
    border-right-color: transparent;
    right: -25px;
    top: -15px;
    transform: rotate(135deg);
    border-right-color: #00a9e0;
}

.cs-subcontent-ticket .divider-top::before {
    border-top-color: transparent;
    top: -15px;
    transform: rotate(45deg);
    left: -25px;
    border-right-color: #00a9e0;
}

.cs-subcontent-ticket .divider-bottom::after {
    border-right-color: transparent;
    right: -25px;
    top: -5px;
    border-top-color: #ffc600;
}

.cs-subcontent-ticket .divider-bottom::before {
    border-right-color: transparent;
    transform: rotate(45deg);
    left: -25px;
    top: -5px;
    border-top-color: #ffc600;
}

.add-cart-right {
    border: 2px solid rgba(128, 128, 128, 0.35);
    padding: 24px;
    border-radius: 0px 20px 0 20px;
}

.add-cart-right hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.add-cart-right .cart-total-li:not(:last-child) {
    margin-bottom: 15px;
}

.add-cart-right h4 {
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 36px;
}

.add-cart-right .cart-total-li h6 {
    font-size: 12px;
    line-height: 20px;
    color: #3d3d3d;
    font-family: "Segoe UI";
}

.add-cart-right .cart-total-li p {
    font-size: 14px;
    line-height: 14px;
    color: #808080;
    font-family: "Segoe UI";
}

.add-cart-right .cart-total-checkout p {
    font-size: 10px;
    line-height: 12px;
    color: #808080;
    font-family: "Segoe UI";
}

.add-cart-right .cart-total-li h2 {
    font-size: 16px;
    line-height: 16px;
    color: #00c024;
    font-weight: bold;
    font-family: "Segoe UI";
}

.add-cart-right .theme-btn {
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-family: "Segoe UI";
    padding: 8px 5px;
    text-align: center;
    border-radius: 6px;
}

.productdraw-content h5 span {
    font-family: 'Poppins', sans-serif;
}

.your-cart-listing .cart-accordion.accordion .card {
    border: 1px solid rgba(128, 128, 128, 0.3) !important;
    border-radius: 0 20px 0 20px;
    padding: 10px;
}

.add-cart-right .your-cart-listing {
    max-height: inherit;
    overflow: inherit;
    border: none;
}

.add-cart-right .your-cart-listing .sc-tbody-col button {
    line-height: 1;
    padding: 5px 8px;
    font-size: 12px;
}

.fw-700 {
    font-weight: 700 !important;
}

.add-cart-right .cart-accordion.accordion .cart-tickets-ul .s-cart-tr {
    width: 33.33%;
}

.add-cart-right .cart-accordion.accordion .cart-tickets-ul {
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    margin: 5px;
}

.coupon .form-control {
    border-radius: 6px !important;
}

.card-icon-circle {
    width: 40px;
    height: 40px;
}

.my-wallet-card {
    border-radius: 20px 20px 0 0;
}

.my-wallet-card .card-icon-circle i {
    font-size: 20px;
    color: #000000;
}

.ticket-grey.cs-subcontent-ticket .cs-ticket-bottom,
.ticket-grey.cs-subcontent-ticket .divider-bottom,
.ticket-grey.cs-subcontent-ticket .divider-top {
    background-color: #efefef;
}

.winner-ticket-card.cs-subcontent-ticket .cs-ticket-bottom,
.winner-ticket-card.cs-subcontent-ticket .cs-ticket-top {
    padding-left: 10px;
    padding-right: 10px;
}

.ticket-grey.cs-subcontent-ticket .divider-bottom::before,
.ticket-grey.cs-subcontent-ticket .divider-bottom::after {
    border-top-color: #efefef;
}

.ticket-grey.cs-subcontent-ticket .divider-top::before,
.ticket-grey.cs-subcontent-ticket .divider-top::after {
    border-right-color: #efefef;
}

.ticket-grey.divider-right.ticket-divider::before {
    border-left-color: #efefef;
}

.ticket-grey.cs-subcontent-ticket {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

.ticket-grey .ticket-divider::after {
    border-top-color: transparent;
}

.ticket-reject.cs-subcontent-ticket .divider-top,
.ticket-reject.cs-subcontent-ticket .cs-ticket-top {
    background-color: #fd3939;
}

.ticket-reject.cs-subcontent-ticket .divider-top::before,
.ticket-reject.cs-subcontent-ticket .divider-top::after {
    border-right-color: #fd3939;
}

.ticket-grey .cs-ticket-top {
    display: block;
}

.ticket-grey.ticket-reject .cs-ticket-top {
    display: block;
}

.ticket-reject {
    position: relative;
}

.ticket-reject .cs-ticket-top h6 {
    position: absolute;
    top: 3px;
    z-index: 4;
    width: 100%;
    left: 0;
    color: #ffffff;
    line-height: 1;
    padding: 0 10px;
}

.ticket-reject.cs-subcontent-ticket .cs-ticket-top {
    min-height: auto;
}

.ticket-reject .cs-ticket-top a {
    display: block;
    color: #ffffff;
    padding-top: 5px;
    line-height: 1;
}

.ticket-grey .cs-ticket-bottom p b {
    color: #3d3d3d;
}

.win-prize-list .card-header:first-child,
.claim-prize-list .card-header:first-child {
    border-top-right-radius: 15px;
}

.win-prize-list.card,
.claim-prize-list.card {
    border-radius: 0 15px 0 15px;
}

.ticket-grey.cs-subcontent-ticket .cs-ticket-bottom {
    min-height: 151px;
}

.ticket-reject.cs-subcontent-ticket .cs-ticket-bottom {
    min-height: calc(151px - 32px);
}

.claim-prize-list .cs-subcontent-ticket .cs-ticket-bottom {
    min-height: auto;
}

.img60 {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.align-center tr td {
    vertical-align: middle;
}

.wh-table-wrapper .label-success {
    background-color: #e5f9ea;
}

.wh-table-wrapper .label-danger {
    background-color: #ffebeb;
}

.wh-table-wrapper .label-primary {
    background-color: #e5f6fc;
}

.wh-table-wrapper .label-warning {
    background-color: #fff4cf;
}

.wh-table-wrapper tr .label-baged,
.wh-table-wrapper .ticket-baged {
    padding: 4px 10px;
    border-radius: 6px;
    color: #2c2f36 !important;
    font-weight: 600 !important;
    text-align: center;
    font-size: 12px;
    display: inline-block !important;
}

.wh-table-wrapper .ticket-baged {
    line-height: 1;
}

.wh-table-wrapper .ticket-baged.share-label {
    background-color: #ffe280;
}

.wh-table-wrapper .ticket-baged.group-label {
    background-color: #7bd5f3;
}

.wh-table-wrapper .winner-table-ui>tbody>tr>td.pr-action,
.wh-table-wrapper .winner-table-ui>tbody>tr>td.pr-status {
    text-align: center;
}

.tr-border {
    border-spacing: 0px 6px;
    border-collapse: separate;
}

.tr-border.winner-table-ui.table thead th {
    border-bottom: none;
}

.wh-table-wrapper .label-success .label-baged {
    background-color: #81d797;
}

.wh-table-wrapper .label-danger .label-baged {
    background-color: #ff9797;
}

.wh-table-wrapper .label-primary .label-baged {
    background-color: #7ddcfd;
}

.wh-table-wrapper .label-warning .label-baged {
    background-color: #ffdc64;
}

.wh-table-wrapper .winner-table-ui>thead>tr>th {
    font-size: 14px;
    padding: 12px 8px;
}

.wh-table-wrapper .winner-table-ui>tbody>tr>td {
    padding: 12px 8px;
    border-bottom: none;
    font-size: 13px;
    color: #2c2f36;
    font-weight: 600;
}

.wh-table-wrapper .winner-table-ui>tbody>tr>td p {
    font-size: 13px;
}

.wh-table-wrapper .winner-table-ui>tbody>tr>td p.title {
    font-weight: 700;
}

.wh-table-wrapper .winner-table-ui>tbody>tr>td span {
    display: block !important;
    ;
    color: #666666;
    font-size: 11px;
    font-weight: 400;
}

.wh-table-wrapper .winner-table-ui>tbody>tr>td span b {
    font-size: 12px;
    color: #2c2f36;
}

.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td {
    font-size: 11px;
    font-weight: 600;
    padding: 8px 4px;
}

.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td p {
    font-size: 11px;
}

.wh-table-wrapper.mobile-table tr .label-baged,
.wh-table-wrapper.mobile-table .ticket-baged {
    padding: 3px 6px;
    font-size: 10px;
}

.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td.pr-status {
    text-align: center;
}

.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td.pr-date,
.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td span b {
    font-size: 11px;
    color: #2c2f36;
}

.wh-table-wrapper.mobile-table .winner-table-ui>thead>tr>th {
    font-size: 12px;
    padding: 8px 4px;
}

.mobile-table {
    display: none;
}

.desktop-table {
    display: block;
}

.wh-table-wrapper .pr-action-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 4px;
    background-color: #00a9e0;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.wh-table-wrapper.mobile-table .pr-action-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td.pr-date .label-baged {
    display: block !important;
}

.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td span,
.wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td span b {
    font-size: 10px;
}

.order-table-wrap .winner-table-ui>tbody>tr>td.pr-status p {
    font-size: 16px;
    font-weight: 700;
}

.order-table-wrap.wh-table-wrapper .label-warning .pr-status p {
    color: #ff9901;
}

.order-table-wrap.wh-table-wrapper .label-danger .pr-status p {
    color: #ed5454;
}

.order-table-wrap.wh-table-wrapper .label-success .pr-status p {
    color: #0ead37;
}

.order-table-wrap.wh-table-wrapper .label-primary .pr-status p {
    color: #00a9e0;
}

.order-table-wrap .label-success .number-countdowndu li {
    margin-left: 10px;
}

.order-table-wrap .label-success .number-countdowndu li p {
    font-size: 10px !important;
    text-transform: uppercase;
    color: #2c2f36 !important;
    font-weight: 600 !important;
}

.order-table-wrap .label-success .number-countdowndu li p span {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0ead37 !important;
    display: block;
}

.order-table-wrap.mobile-table .winner-table-ui>tbody>tr>td {
    white-space: normal;
}

.order-table-wrap.mobile-table .winner-table-ui>tbody>tr>td.pr-status {
    max-width: 120px;
}

.order-table-wrap.mobile-table .winner-table-ui>tbody>tr>td.pr-status p {
    font-size: 12px;
}

.order-table-wrap.mobile-table .winner-table-ui>tbody>tr>td.pr-action {
    width: 90px;
}

.order-table-wrap.mobile-table .label-success .number-countdown li p span {
    font-size: 12px !important;
}

.order-table-wrap.mobile-table .label-success .number-countdown li p {
    font-size: 9px !important;
}

.order-table-wrap.mobile-table .label-success .number-countdown li {
    margin-left: 6px;
}

.order-table-wrap.mobile-table .label-success .number-countdown ul {
    justify-content: center !important;
    align-items: center !important;
}

.order-table-wrap.mobile-table .label-success .number-countdown li:first-child {
    margin-left: 0;
}

.order-table-wrap.wh-table-wrapper .pr-action-icon.live-video-button {
    display: none;
}

.od-table-list .odt-card-header {
    padding: 10px 40px 10px 15px;
    border-radius: 0 10px 0 10px;
    background-color: #00a9e0;
    margin-bottom: 25px;
    position: relative;
}

.od-table-list .odt-card-header a {
    display: block;
}

.od-table-list .odt-card-header a::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 15px;
    color: #ffffff;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}

.od-table-list .odt-card-header .odt-card-flex {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.od-table-list .odt-card-header p,
.od-table-list .odt-card-header h6 {
    padding: 0 5px;
}

.od-table-list .odt-card-header h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

.od-table-list .odt-card-header p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.od-table-list .odt-card-header p .badge {
    font-size: 95%;
}

.od-table-list .odt-card-header p:not(:first-child) {
    margin-left: 10px;
}

.odt-card-body .prize-image {
    text-align: center;
}

.odt-card-body .prize-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.odt-card-body .prize-image p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    font-weight: 700;
    font-style: italic;
    color: #ee361c;
    font-family: 'Poppins', sans-serif;
}

.odt-card-body .ticket-grey.cs-subcontent-ticket .cs-ticket-bottom {
    min-height: auto;
}

.table-custom-width th:nth-child(5),
.table-custom-width td:nth-child(5) {
    /* width: 20% !important; */
    white-space: normal;
}

.table-custom-width th:nth-child(4),
.table-custom-width td:nth-child(4) {
    /* width: 20% !important; */
    white-space: normal;
}

.table-custom-width th:nth-child(3),
.table-custom-width td:nth-child(3) {
    width: 25% !important;
    white-space: normal;
    word-break: break-word;
}

.table-custom-width th:nth-child(2),
.table-custom-width td:nth-child(2) {
    width: 25% !important;
    white-space: normal;
    word-break: break-word;
}

.table-custom-width th:nth-child(1),
.table-custom-width td:nth-child(1) {
    width: 30% !important;
    white-space: normal;
    word-break: break-word;
}

@media screen and (max-width: 1199.98px) {
    .cart-tickets-ul .s-cart-tr {
        width: 33.33%;
    }
    .ticket-grey.cs-subcontent-ticket .cs-ticket-bottom {
        min-height: 131px;
    }
    .ticket-reject.cs-subcontent-ticket .cs-ticket-bottom {
        min-height: calc(141px - 32px);
    }
    .winner-ticket-card.cs-subcontent-ticket .theme-btn {
        font-size: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .winner-ticket-card.cs-subcontent-ticket h3 {
        font-size: 16px;
    }
    .cs-subcontent-ticket .cs-ticket-bottom p.fs-12 {
        font-size: 10px !important;
    }
    .my-wallet-card .card-icon-circle {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }
    .my-wallet-card .card-icon-circle i,
    .my-wallet-card h4,
    .my-wallet-card h3 {
        font-size: 16px;
    }
    .my-wallet-card h5 {
        font-size: 24px;
    }
    .my-wallet-card {
        padding: 15px;
    }
}

@media screen and (max-width: 991.98px) {
    .cart-tickets-list .sc-product-details .sc-product-name {
        font-size: 18px;
        margin-bottom: 0;
    }
    .cart-tickets-list .sc-product-details .sc-series-no b,
    .cart-tickets-list .sc-product-details p {
        font-size: 13px;
    }
    .cart-tickets-list .sc-product-details .sc-series-no {
        font-size: 11px;
    }
    .winner-ticket-card.cs-subcontent-ticket {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .cart-tickets-list .sc-product-details .sc-product-name {
        font-size: 16px;
    }
    .cart-tickets-list .sc-product-details p {
        font-size: 12px;
    }
    .cart-tickets-list .sc-product-details .sc-series-no {
        font-size: 10px;
    }
    .cart-tickets-list .sc-product-details .sc-series-no b {
        font-size: 13px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-qty-col button.btn {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 6px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-qty-col .sc-qty-text {
        font-size: 12px;
        line-height: 20px;
    }
    .cart-tickets-wrap .sc-tbody-col a.product-thumbnail {
        width: 60px;
        height: 60px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-tbody-col {
        padding: 0;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-qty-col {
        padding-left: 5px;
    }
    .cart-tickets-list .sc-enries-col .product-thumbnail,
    .cart-tickets-list .sc-enries-col .cart-trash {
        margin-right: 8px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-amount-col p {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .card.win-prize-list .card-body,
    .card.claim-prize-list .card-body {
        padding: 15px;
    }
    .ticket-grey.cs-subcontent-ticket .cs-ticket-bottom,
    .ticket-reject.cs-subcontent-ticket .cs-ticket-bottom {
        min-height: auto;
    }
    .ticket-reject .cs-ticket-top h6 {
        position: relative;
    }
}

@media screen and (max-width: 479.98px) {
    .cs-ticket-bottom .seller-intro,
    .cs-subcontent-ticket .soldout-label .seller-intro {
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 8px;
    }
    .cs-ticket-bottom .cs-ticket-code,
    .cs-subcontent-ticket .badge,
    .cart-tickets-list .sc-enries-col .cart-trash {
        font-size: 8px;
    }
    .cs-ticket-bottom .cs-ticket-code b {
        font-size: 10px;
    }
    .cs-subcontent-ticket .cs-ticket-id {
        font-size: 16px;
    }
    .add-cart-right {
        padding: 15px;
    }
    .add-cart-right .cart-total-li:not(:last-child) {
        margin-bottom: 10px;
    }
    .add-cart-right .theme-btn {
        font-size: 10px;
    }
    .add-cart-right h4 {
        margin-bottom: 20px;
    }
    .winner-ticket-card.cs-subcontent-ticket .theme-btn {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 413.98px) {
    .cs-subcontent-ticket .badge,
    .cart-tickets-list .sc-enries-col .cart-trash {
        font-size: 7px;
    }
    .cart-tickets-ul .s-cart-tr .cs-subcontent-ticket {
        margin: 3px;
    }
    .cs-subcontent-ticket .cs-ticket-id {
        font-size: 14px;
    }
    .cs-subcontent-ticket .cs-ticket-bottom {
        padding: 5px 2px 0;
    }
    .cs-subcontent-ticket .cs-ticket-top {
        padding: 0px 2px 5px;
    }
    .cs-subcontent-ticket .ticket-divider::before,
    .cs-subcontent-ticket .ticket-divider::after {
        width: 10px;
        height: 10px;
    }
    .cs-subcontent-ticket .divider-top::before {
        left: -15px;
        top: -10px;
    }
    .cs-subcontent-ticket .divider-top::after {
        right: -15px;
        top: -10px;
    }
    .cs-subcontent-ticket .divider-bottom::before {
        left: -15px;
    }
    .cs-subcontent-ticket .divider-bottom::after {
        right: -15px;
    }
    .cs-subcontent-ticket .ticket-divider {
        width: calc(100% - 10px);
        margin: 0px 5px;
        height: 5px;
    }
    .cs-subcontent-ticket .badge,
    .cart-tickets-list .sc-enries-col .cart-trash {
        padding: 2px 3px;
    }
    .cart-tickets-list .sc-product-details p {
        font-size: 8px;
    }
    .cart-tickets-list .sc-product-details .sc-product-name {
        font-size: 14px;
    }
    .cart-tickets-wrap .sc-tbody-col a.product-thumbnail {
        width: 40px;
        height: 40px;
    }
    .cart-tickets-list .sc-product-details .sc-series-no b {
        font-size: 11px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-qty-col .sc-qty-text {
        font-size: 10px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-qty-col button.btn {
        font-size: 12px;
        line-height: 16px;
        padding: 2px 5px;
    }
    .cart-tickets-wrap .s-cart-table .card-header .sc-amount-col p {
        font-size: 16px;
    }
    .cs-subcontent-ticket .cs-ticket-top {
        min-height: 22px;
    }
    .winner-ticket-card.cs-subcontent-ticket .theme-btn {
        font-size: 9px !important;
    }
    .wh-table-wrapper.mobile-table .winner-table-ui>thead>tr>th,
    .wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td {
        font-size: 10px;
        padding: 6px 2px;
    }
    .wh-table-wrapper .winner-table-ui>tbody>tr>td p {
        margin-bottom: 0;
    }
    .wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td.pr-date,
    .wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td span b {
        font-size: 10px;
    }
    .wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td span,
    .wh-table-wrapper.mobile-table .winner-table-ui>tbody>tr>td span b {
        font-size: 9px;
    }
}

@media screen and (max-width: 374.98px) {
    .cs-subcontent-ticket .badge,
    .cart-tickets-list .sc-enries-col .cart-trash {
        font-size: 7px;
    }
    .cs-subcontent-ticket .cs-ticket-id {
        font-size: 12px;
    }
    .cs-subcontent-ticket .cs-ticket-top {
        min-height: 22px;
    }
}

@media (max-width:1199px) {
    /* .order-table-wrap.wh-table-wrapper .winner-table-ui>tbody>tr>td.pr-price,
    .order-table-wrap.wh-table-wrapper .winner-table-ui>thead>tr>th.pr-price {
        display: none;
    } */
    .order-table-wrap .winner-table-ui>tbody>tr>td.pr-status {
        max-width: 160px;
    }
    .order-table-wrap .winner-table-ui>tbody>tr>td.pr-status p {
        font-size: 13px;
    }
    .order-table-wrap .label-success .number-countdown ul {
        justify-content: center;
    }
    .order-table-wrap .label-success .number-countdown li {
        margin-left: 8px;
    }
    .order-table-wrap .label-success .number-countdown li:first-child {
        margin-left: 0;
    }
    .order-table-wrap .label-success .number-countdown li p {
        font-size: 9px !important;
    }
    .order-table-wrap .label-success .number-countdown li p span {
        font-size: 13px !important;
    }
    .wh-table-wrapper .winner-table-ui>tbody>tr>td.pr-image,
    .wh-table-wrapper .winner-table-ui>thead>tr>th.pr-image {
        display: none;
    }
    .order-table-wrap.wh-table-wrapper .pr-action-icon.live-video-button {
        display: inline-block;
    }
    .order-table-wrap.wh-table-wrapper .winner-table-ui>tbody>tr>td p,
    .wh-table-wrapper .winner-table-ui>tbody>tr>td,
    .wh-table-wrapper .winner-table-ui>thead>tr>th {
        font-size: 12px;
    }
    .wh-table-wrapper .winner-table-ui>tbody>tr>td span {
        font-size: 10px;
    }
    .wh-table-wrapper .winner-table-ui>tbody>tr>td span b {
        font-size: 11px;
    }
    .odt-card-body .prize-image img {
        width: 80px;
        height: 80px;
    }
    .odt-card-body .prize-image p {
        font-size: 12px;
    }
    .od-table-list .odt-card-header h6 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .mobile-table {
        display: block;
    }
    .desktop-table {
        display: none;
    }
}

@media (max-width:575px) {
    .od-table-list .odt-card-header {
        padding: 8px 30px 8px 10px;
    }
    .od-table-list .odt-card-header h6 {
        font-size: 14px;
    }
    .od-table-list .odt-card-header a::before {
        right: 12px
    }
    .od-table-list .odt-card-header p,
    .od-table-list .odt-card-header h6 {
        padding: 0;
    }
    .od-table-list .odt-card-header p:not(:first-child) {
        margin-left: 10px;
    }
    .od-table-list .odt-card-header p {
        font-size: 12px;
    }
}

@media (max-width:413px) {
    .od-table-list .odt-card-header .odt-card-flex {
        flex-wrap: wrap;
    }
    .od-table-list .odt-card-header h6 {
        width: 100%;
    }
    .od-table-list .odt-card-header p:not(:first-child) {
        margin-left: 0 !important;
    }
}

.menu-card.nav-bar>ul>li.menu-active>a i:before {
    content: "\f0d7";
}

@media screen and (max-width: 575px) {
    .my_wallet_history_mobile_table {
        display: block;
    }
}

@media (max-width:767px) {
    .winners_members_table .pwn-label-text {
        font-size: 10px !important;
    }
    .winners_members_table.winner-table-ui>tbody>tr>td {
        padding: 6px 4px;
    }
    .winners_members_table .natinal-td,
    .winners_members_table .date-td {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .raffle-results-section .table td .pwn-label-text b {
        display: block;
    }
    .winners_members_table.winner-table-ui>tbody>tr>td,
    .winners_members_table.table td p {
        font-size: 12px;
    }
    .winners_members_table.winner-table-ui.table thead th {
        padding: 10px 4px;
    }
    .winners_members_table.table td .user-box p {
        word-break: break-word;
        max-width: 120px;
        white-space: normal;
    }
}

@media screen and (max-width: 479px) {
    .winners_members_table .payment-td,
    .winners_members_table .user-other-data {
        display: none;
    }
    .winners_members_table .pwn-label-text.payment-td {
        display: block !important;
    }
    .winners_members_table .pwn-label-text {
        font-size: 9px !important;
    }
    .winners_members_table.winner-table-ui>tbody>tr>td,
    .winner-table-ui.table thead th {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .raffle-results-section .table td .pwn-label-text b {
        font-size: 8px;
    }
    
}