::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}


.order-tracker {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
}
.order-tracker::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15%;
    width: 70%;
    height: 3px;
    background: #ddd;
    z-index: 0;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 1; /* bring above line */
    color: #999;
}

.step .circle {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #ddd;
    line-height: 40px;
    font-weight: bold;
    color: #666;
}

.step.active {
    color: #28a745;
}

.step.active .circle {
    background: #28a745;
    color: #fff;
}

.step::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -50%;
    width: 100%;
    height: 3px;
    background: #ddd;
    z-index: -1;
}

.step:last-child::after {
    display: none;
}

.step.active::after {
    background: #28a745;
}




.select:focus-visible
{
    outline: none;
}
#tooltip_box{
    position:fixed;
    background:#222;
    color:#fff;
    padding:8px 10px;
    border-radius:0;
    font-size:13px;
    display:none;
    z-index:99999;
    pointer-events:none;
    max-width:200px;
    box-shadow:0 3px 8px rgba(0,0,0,0.3);
}
.tooltip_table
{
    color: #fff;
}
.user_tooltip{
    cursor:pointer;
}
.geneology_icon
{
    width: 20px;
    padding: 5px;
}
.select
{
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-bottom: solid thin #333;
    padding-left: 32px;
    background: url(images/refer.png) no-repeat left center;
    background-size: 35px;
}

::-webkit-scrollbar-corner {
    background: #000;
}
.buy_now
{
    padding: 10px;
    /* width: 100%; */
    display: block;
    background-color: #4f9b44;
    color: #fff;
    margin-top: 10px;
}
.product_heading
{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.product_image
{
    width: 200px;
    height: 200px;
    margin: 10px 0;
}
.inactive
{
    background-color: brown;
    padding: 1px 5px 2px 5px;
    color: #fff;
    border-radius: 5px;
}
input[type="file"] {
    font-size: 10px;
    padding-top: 6px;
}
.pchart
{
    width: 100%;
    text-align: center;
}
.pchart_inner img
{
    margin: 10px auto;
    display: block;
}
.pchart_inner
{
    text-align: center;
    background-color: #fff;
}
#level
{
    padding: 0px;
    height: auto;
}
.pan_data
{
    max-height: 150px;
}
.tac
{
    text-align: center;
}
.wallet_balance
{
    margin: 0 auto;
    color: #111 !important;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #defad7;
    font-size: 24px;
    border-radius: 10px;
}


div.input-block 
{
    position: relative;
}
div.input-block input {
    font-weight: 500;
    color: #333;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    padding-left: 40px;
    border: none;
    outline:none;
    background-color: transparent;
    background-size: 40px 40px;
    border-bottom: thin solid #333;
    -webkit-border-radius:0px;
    border-radius: 0;
    box-sizing: border-box;
}
.wal
{
    text-transform: uppercase;
}
.wal i
{
    font-size: 20px;
    /* line-height: 40px; */
    background: rgba(255,255,255,0.5);
    padding: 19px 20px;
    border-radius: 100%;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting
{
    padding-right: 0px !important;
}
.bts
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.bts a
{
    color: #000 !important;
    text-decoration: underline;
}
.not-on-big
{
    display: none !important;
}
.not-on-bigf
{
    display: none !important;
}
#resetpassword input[type="button"]
{
    background-color: #ccc;
}
#resetpassword input[type="submit"]
{
    background-color: #a91111;
}

.login a:hover
{
    text-decoration: underline;
}
.login a 
{
    color: #000;
}
.logpassword
{
    background: url(images/password.png) no-repeat left center;
}
.logrefer
{
    background: url(images/refer.png) no-repeat left center;
}
.logmobile
{
    background: url(images/mobile.png) no-repeat left center;
}
.logpin
{
    background: url(images/location.png) no-repeat left center;
}
.logemail
{
    background: url(images/email.png) no-repeat left center;
}
.ref_name
{
    background-color: #4f9b44;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 7px;
    margin-top: -25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.loguser
{
    background: url(images/userid.png) no-repeat left center;
}
div.input-block span.placeholder {
    position: absolute;
    margin: 8px 0;
    padding: 0 20px;
    color:  #333;
    display: flex;
    align-items: center;
    top: 0;
    font-size: 14px;
    left: 17px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}
.country
{
    background-color: transparent;
    border: none;
    border-bottom: thin solid #333;
    width: 100%;
    margin-bottom: 25px;
    color: #333;
    padding: 10px 5px;
    height: auto;
    margin-top: -10px;
    background: url(images/userid.png) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 32px;
    font-size: 14px;
    font-family: "Verdana";
}
.plc
{
    transform: scale(0.8) translateY(-30px) translateX(-20px);
}
div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder {
    transform: scale(0.8) translateY(-30px) translateX(-20px);
}
div.input-block input:focus{
    color: #333;
    border-color: #4f9b44;
}
div.input-block input:focus + span.placeholder {
    color: #000;
    padding: 0px;
}
.confirm
{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}
.conf
{
    width: 80px;
}

.user_data
{
    font-size: 14px;
    border-top: solid 2px #4f9b44;
    border-bottom: solid 2px #4f9b44;
    padding: 10px 0px;
}












.cont
{
    font-size: 11px;
}
.tbhead td
{
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #333;
}
.logo img
{
    height: 60px;
    width: 60px;
    margin: 10px 10px 10px 0px;
}
.ml0
{
    margin-left: 0 !important;
    font-size: 12px;
}
.profile
{
    padding: 0px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    width: 26%;
}
.profiles
{
    padding: 0px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    width: 70%;
}
.profile li a
{
    color: #555;
    font-size: 12px;
}
.profiles li a
{
    color: #555;
    font-size: 12px;
}
.style25
{
    background-color: #333;
    color: #fff;
}
.profile li
{
    padding: 10px;
    border-bottom: dashed thin #ccc !important;
}
.profiles li
{
    padding: 10px;
    border-bottom: dashed thin #ccc !important;
}
.f24
{
    font-size: 24px !important;
}
.f16
{
    font-size: 16px !important;
}
.t-center
{
    text-align: center;
}
.value
{
    font-size: 12px;
    text-align: left;
    padding: 15px 10px 18px 0px;
}
.yellow-bg
{
    background-color: #fec01d;
}
.pink-bg
{
    background-color: #f24369;
    background-position: top right;
}
.logout
{
    text-align: center;
    color: #62b70d;
    font-weight: bold;
}
#error
{
    color:#c90b0b;
    margin-bottom: 10px;
}
.wrong
{
    text-align: center;
    color:firebrick;
    font-weight: bold;
}
.blue-bg
{
    background-color: #4f4adb;
    background-position: center left;
}
.dblue-bg
{
    background-color: #2c1d68;
    background-position: bottom left;
}
.orange-bg
{
    background-color: #e55934;
    background-position: top right;
}
.purple-bg
{
    background-color: #731963;
}
.red-bg
{
    background-color: #731919;
    color: #fff;
}
.green-bg
{
    background-color: #70bd14;
    background-position: top right;
}
.green-border
{
    border-bottom: solid 4px #70bd14;
    background-position: top right;
}
.blue-border
{
    border-bottom: solid 4px #4f4adb;
    background-position: center left;
}
.blue-color
{
    color:#4f4adb;
}
.dblue-border
{
    border-bottom: solid 4px #2c1d68;
    background-position: bottom left;
}
.orange-border
{
    border-bottom: solid 4px #e55934;
    background-position: top right;
}
.purple-border
{
    border-bottom: solid 4px #731963;
}
.yellow-border
{
    border-bottom: solid 4px #fec01d;
}
.pink-border
{
    border-bottom: solid 4px #f24369;
    background-position: top right;
}
.outer-width
{
    width: 90%;
    margin: 0 auto;
}
.news-outer
{
    float: right;
    overflow: hidden;
    width: 95%;
}
.news-inner
{
    /*padding-left: 100%;*/
    animation: marquee 30s linear infinite;
    width: 1200px;
}
.notification_panel
{
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 10px;
    border: solid thin #ccc;
    font-size: 13px;
}
.notification_panel i
{
    font-size: 9px;
}
.green
{
    color:#70bd14 !important;
}
.blue
{
    color: #4f4adb;
}
.dblue
{
    color: #2c1d68;
}
.red
{
    color:#db2e00 !important;
}
.orange
{
    color: #e55934 !important;
}
.purple
{
    color:  #731963;
}
.yellow
{
    color: #fec01d !important;
}
.pink
{
    color: #f24369;
}

.fl
{
    float: left;
}
.f60
{
    font-size: 60px;
}
.f20
{
    font-size: 20px;
}
.f12
{
    font-size: 12px;
}
.box
{
    height: auto;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 0px;
    float: left;
    margin-bottom: 3px;
    margin-top: 6px;
    color: #333;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f5f5f5);
}
.content
{
    padding: 10px;
    display: flow-root;
}
.w8
{
    width: 86%;
    padding: 5px 2%;
    margin-left: 5%;
    background: #fff;
    color: #333;
    overflow: auto;
}
.main-heading
{
    width: 86%;
    padding: 0px 2%;
    margin-left: 5%;
    color: #333;
    overflow: auto;
}
.main-right a
{
    color: #fff !important;
}
.notif_top
{
    margin-top: 8px;
    display: inline-block;
}
.w6
{
    width: 72%;
    margin-left: 2%;
}
.w4
{
    width: 42.5%;
    margin-left: 5%;
}
.w2
{
    width: 22%;
    margin-left: 2%;
}
.news
{
    padding: 5px 5px 8px 5px;
    text-transform: uppercase;
    background: #4f9b44;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.news a 
{
    color: #fff;
}
body
{
    color: #000 !important;
}
.img-scroll
{
    border: 10px solid #333;
}
table
{
    font-size: 12px;
    color: #333;
}
.error
{
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    background-color: firebrick;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.blue
{
    padding: 10px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    background-color:darkturquoise;
    letter-spacing: 0.5px;
}
.success
{
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color:darkgreen;
    letter-spacing: 0.5px;
}
.wid50
{
    width: 50%;
    margin-top: 30px;
    float: left;
    text-align: center;
}
.wid50 img
{
    max-width: 90%;
    height: auto;
    border: solid thin #333;
    margin:5%;
}
.wid50 a
{
    color: #fff;
    background-color:firebrick;
    padding: 10px;
    margin-top: 10px;
}
.yellow{
    color:#ebcc34;
}

.border_hover:hover{
    background-color: #333 !important;
    color:#fff;
}
.border_hover
{
    padding:5px; margin-top:2%; margin-left:2%; text-align:center; width:11.7%;
    color: #fff;
    float:left;
}
textfield
{
    outline:none;
}
a
{
    color:#333;
    text-decoration:none;
}
.menu li a
{
    color: #fff;
}
a:hover
{
    text-decoration:underline;
}
.none{
    display:none;
}
.block{
    display:block;
}
html
{
    background: #ededf5;
}
.lock-screen
{
    height: 100%;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(images/bg/1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;*/
    background: linear-gradient(to bottom left, #800958, #0C3045);
}
body {
    margin: 0px;
    font-size:11px;
    font-family:Verdana;
}
.recloud_logo
{
    width: 105px;
    margin-bottom: 5px;
}
}
.table_top
{
    background:#f0f0f0;
}
.footer	{
    font-size:12px;
    margin-bottom:20px;
}
.footer a{
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    text-decoration:none;
}
.footer a:hover
{
    color:#000000;
    text-decoration:underline;
}
.login-outer
{
    height: 100vh;
    width: 100%;display: flex;
    justify-content: center; /* horizontally center */
    align-items: center;     /* vertically center */
}
.login-inner
{
    width: 350px;
    padding: 10px 15px;
    background: rgba(255,255,255,1);
    border-radius: 5px;
}
.client-logo
{
    width: 80px;
}
.login
{
    color: #000;
}
.login p
{
    font-size: 12px;
    margin-top: 0px;
}
.login-input
{
    width: 290px;
    padding: 10px;
    padding-left: 40px;
    border: none;
    border-bottom: solid thin #fff;
    background: none;
    margin-bottom: 20px;
    border-radius: 0;
    background: url(images/mobile.png) no-repeat left center;
    background-size: 40px 40px;
    color: #fff;
}
.logo img
{
    border-radius: 30px;
}
.ass_name span
{
    font-size: 14px;
    font-weight: bolder;
}
.login-input-pass
{
    width: 290px;
    padding: 10px;
    padding-left: 40px;
    border: none;
    border-bottom: solid thin #fff;
    background: none;
    margin-bottom: 20px;
    border-radius: 0;
    background: url(images/password.png) no-repeat left center;
    background-size: 40px 40px;
    color: #fff;
}
.login-input:focus-visible, .login-input-pass:focus-visible
{
    border: none;
    border-bottom: solid thin #fff;
    box-shadow: none;
    outline: 0;
}
.login-input::placeholder, .login-input-pass::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.login-btn {
    padding:15px  10px;
    background-color: #4f9b44;
    color:#fff;
    font-size: 15px;
    width: 100%;
    cursor:pointer;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
}
h1
{
    font-size:16px;
    font-weight:normal;
    color:#000;
    margin: 10px 0 0 0;
}
.border
{
    border:#333 thin solid;
    font-family:Verdana;
    font-size:10px;
}
.border a{
    font-family:Verdana; 
    font-size:13px;
    color:#333333;
    text-align:left;
    font-weight:normal;
}
.border a.no_change
{font-size:10px;}
.border a:hover
{
    text-decoration:none;
}
.topheadingtbl{
    font-family:Verdana; 
    font-size:11px;
    color:#555555;
    font-weight:bold;

}
.rowheadingtbl{
    font-family:Verdana; 
    font-size:11px;
    color:#333333;
    text-align:left;
    font-weight:normal;
}
.rowheadingtbl a{
    font-family:Verdana; 
    font-size:11px;
    color:#333333;
    text-align:left;
    font-weight:normal;
}
.rowheadingtbl a:hover
{
    text-decoration:none;
}

.profile-input:focus {
    outline: none;
}

#UserContactForm td
{
    font-size: 8px;
    text-transform: uppercase;
}
.no-edit
{
    background-color: #f5f5f5;
}
input[type="file"] {
}
.custom-file-upload {
    border-bottom: thin solid #999;
    background: #f5f5f5;
    padding: 6px 0px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.profile-input
{
    margin-top: 5px;
    margin-bottom: 10px;
    border: none;
    border-bottom:thin solid #999999;
    height:30px;
    width:100% !important;
    padding-left: 5px;
    color:#333333;
    font-size: 14px;
    font-family:Verdana;
}

.bordertext {

    background-color: #f0f0f0;border:1px solid #999999; height:30px; padding-left:5px; padding-bottom:2px; padding-top:2px; width:230px; color:#333333; font-family:Verdana;
}
.bordertext:focus {
    outline:none;
    background-color:#e7e6e6;
}
#clientlistfrm .bordertext
{
    border-radius:0px;
    padding:0px;
    height:30px;
    padding-left:10px;
    width:180px;
    float: left;
    margin-right: 10px;
}
#clientlistfrm .bordertext2
{
    border-radius:0px;
    padding:0px;
    height:33px;
    font-family:Verdana;
    padding-left:10px;
    width:180px;
}
.maintext {

    background-color:transparent;border: none; border-bottom:1px solid #fff; line-height:25px; width:298px; color:#fff; font-family:Verdana; outline:none; border-radius: 0; font-size: 13px;
}
.maintext:focus	{
}
.bordertext1 {
    background-color: #f0f0f0;border:1px solid #999999; height:60px; padding-left:5px; padding-bottom:2px; padding-top:2px; width:230px; color:#333333; font-family:Verdana;
}
.btn
{
    outline:none;
}
.btn:focus
{
    color:#ccc;
}
.bordertext1:focus {
    outline:none;
    background-color:#e7e6e6;
}
.bordertext2 {

    background-color: #e7e6e6;border:1px solid #999999; height:60px;  padding: 5px; width:500px; color:#333333;  
}


.smalboldl {

    color: #006eb1;
    FONT: .77em Verdana;
    text-decoration: none;
    line-height:18px;
}
.required_field

{

    font-family:Verdana;

    font-size:13px;

    font-weight:bold;

    color:#000000;

}

.text

{
    font-family:Verdana;
    font-size:13px;
    color:#333333;
    text-decoration:none;
}

.pin { width:120px; }

.required_field1

{

    font-family:Verdana;

    font-size:11px;

    font-weight:bold;

    color:#000000;

}

.normal_field

{

    font-family:Verdana;

    font-size:12px;

    color:#000000;

}

.error_strings

{

    font-family:Verdana;

    font-size:10px;

    color:#FF0000;

}

.element_label

{

    font-family:Verdana;

    font-size:12px;

    color:#000000;

}

.form_heading

{

    font-family:Verdana;

    font-size:20px;

    font-weight:bold;

    color:#000066;

}

.form_subheading

{

    font-family:Verdana;

    font-size:14px;

    font-weight:bold;

    color:#000066;

}

.form_txtblock

{

    font-family:Verdana;

    font-size:12px;

    color:#000000;

}

select { min-width:50px; height:30px; padding:5px; }
.form_helptip

{

    font-family:Verdana;

    font-size:12px;

    color:#000000;

}
.footer_copyright
{
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    width:100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.social0
{
    background-color: #fff;
    padding: 7px 3px 1px 3px;
    border-radius: 30px;
}
.facebook{
    color: #3b5998 !important;
    font-size: 20px;
    padding: 0px 5px 0px 5px;
    background: #fff;
    border-radius: 2px;
}
.whatsapp
{
    color:#25D366 !important;
    font-size: 20px;
    padding: 0px 5px 0px 5px;
    background: #fff;
    border-radius: 2px;
}
.grid_table i
{
    font-size: 18px;
    line-height: 130%;
}
.footer_copyright a
{
    color:#FECC00;
    text-decoration: underline;
}
.footer_copyright a:hover
{
    color:#fff;
    text-decoration: none;
}
.slot {
    padding:10px;
    background-color: #050c26;
    color:#fff;
    font-size: 13px;
    font-weight:normal;
    width: auto;
    border: none;
    display: inline-block;
    letter-spacing: 2px;
    text-transform:uppercase;
    border-radius: 2px;
}
.btn {
    margin-bottom: 20px;
    padding:10px;
    background-color: #000;
    color:#fff;
    font-size: 13px;
    font-weight:normal;
    width: 100%;
    border: none;
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
    cursor:pointer;
    text-transform:uppercase;
    border-radius: 2px;
}
.btn_full {
    margin-bottom: 20px;
    padding:10px;
    background-color: #050c26;
    color:#fff;
    font-size: 13px;
    font-weight:normal;
    border: none;
    text-align: center;
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
    cursor:pointer;
    text-transform:uppercase;
    border-radius: 2px;
}
form{
    /*    margin: 5px;*/
}
#UserContactForm, #clientlistfrm
{
    margin-top: 40px;
}
fieldset {
    padding: 5px;
    width:80%; margin:0 auto;
    position: relative; margin-bottom:15px; 
}
legend {
    color: #0C3045;
    text-transform: uppercase;
    margin: 5px 0px;
    padding-bottom: 5px;
    width: 98%;
    font-size: 15px;
    border-bottom: solid thin #0C3045;
    font-weight: bold;
    position: absolute;
    letter-spacing: 1px;

}
.hdd table
{
    margin: 0 auto;
}
.legend
{
    font-size: 15px;
    border-bottom: solid thin #0C3045;
    color: #0C3045;
    font-weight: bold;
    margin: 5px 0px;
    padding-bottom: 5px;
    letter-spacing: 0px;
}
fieldset {
    border:none;
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 11px 5px 9px;
    background: #fff;
    margin-bottom: 120px;
}

.style1 
{
    font-size: 24px;
    color: #FF00FF;
}

.style2 
{
    font-size: 40px;
    color: #0033FF;
}

.style3 
{
    color: #009900;
    font-size: 18px;
}

.style4 
{
    font-size: 15px;
    color: #333333;
}


.style11 
{	
    color: #FF0000;
    font-size: 12px;
    font-weight:normal;
}

.style10 
{	
    color: #FFFFFF
}

.style6 {color: #FFFFFF; }
.style7 {color: #000000}

.style6 {color: #333333}

.style8 {color: #FF8040}

.style15 { font-size: 36px; color: #FF00FF; }

.style17 { font-size: 24px; color: #FF0000; }

.text a{color:#FFFFFF; text-decoration:none; }


.text a:hover{ text-decoration:underline; }
#nav {
    margin: 1px auto; 
    text-align: center;
    font-family: Verdana; text-transform:uppercase; font-size: 11px; line-height: 24px;
}

#nav ul ul {
    display: none;
}

#nav ul li:hover > ul {
    display: block;
}


#nav ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #cccccc 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); 
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    padding: 0 10px;
    border-radius: 3px;
    list-style: none;
    position: relative;
    display: inline-table;
}
#nav ul:after {
    content: ""; clear: both; display: block;
}

#nav ul li {
    float: left;
    margin-left:0px;
    margin-right:0px;
}
#nav ul li:hover {
    background: #90C333;
}
#nav ul li:hover a {
    color: #fff;
}

#nav ul li a {
    display: block; padding: 4px 8px;
    color: #757575; text-decoration: none;
    margin-right:15px;
    margin-left:15px;
}


#nav ul ul {
    background: #333; border-radius: 0px; padding: 0;
    position: absolute; top: 100%;
    min-width:180px;
    z-index:99;
}
#nav ul ul li {
    float: none;
    text-align:left;
    margin:0;
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a; position: relative;
}
#nav ul ul li a {
    padding: 0px 2px;
    text-transform:capitalize;
    color: #fff;
}	
#nav ul ul li a:hover {
    background: #90C333;
}

#nav ul ul ul {
    position: absolute; left: 100%; top:0;
}



body, select{
    /*text-transform:capitalize;*/
}
#UserContactForm input[type="text"], #UserContactForm textarea, #UserContactForm select{
    width:300px;
}
.wid3
{
    width:33%;
    float: left;
}
.align-center
{
    text-align: center;
}
.align-right
{
    text-align: right;
}
.white
{
    color: #fff;
}
.product_name_2
{
    font-family: "Verdana";
    text-transform: uppercase;
}
.edit_pp
{
    text-align: center;
}
.edit_pp img
{
    height: 100px;
}
.expense
{
    font-weight: bold;
}
.marq
{
    overflow: hidden;
    width: 91vW;
    margin-bottom: 5px;
}
.mar
{
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    width:800px;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.mar .top img
{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    float: left;
    margin: 10px;
}
.mar .top
{
    float:left;
    background: #310b38;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
}
.top p
{
    line-height: 20px;
}
.wa, .fb
{
    display: none;
}
.ass_name
{
    width: auto;
}
.menu li
{
    padding: 0px 0px 0px 14px;
}
.dropdown2
{
    border-top: thin solid #999;
    border-bottom: thin solid #999;
    padding-left: 0px;
    position: absolute;
    background: #000;
    left: 50px;
    display: none;
}
.dropdown li:hover .dropdown2
{
    display: block;
}
.top p
{
    line-height: 14px;
}

.dropdown li:hover {
    background-color: #4f9b44;
}

.dropdown2
{
    background-color: #0C3045;
    border: none;
}

.warn
{
    text-align:center;
    border-bottom: dashed red thin;
    border-top: dashed red thin;
    background: transparent;
    margin: 10px auto;
}
.warn b
{
    color: red;
}

.main_head h1
{
    color: #000;
    text-align: center;
    font-size: 24px;
}
.main_head p
{
    text-align: center;
}
.w6 b
{
    font-size: 18px;
}
.w2 i
{
    font-size: 20px;
}
@media screen and (min-width: 700px)
{
    .contain
    {
        background-color: #000;
    }
    .menu
    {
        margin-left: 10%;
    }
    .menu li
    {
        padding: 20px 10px;
        float: left;
    }
    .big-logo
    {
        text-align: center;
        padding: 20px 20px 5px 20px;
    }
    .dropdown
    {
        margin-top: 20px;
    }
    .payment_qr
    {
        max-width: 200px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }
}

.search_btn {
    margin-bottom: 20px;
    padding:7.5px 0px;
    background-color: #050c26;
    color:#fff;
    font-size: 13px;
    font-weight:normal;
    width: 120px;
    border: none;
    display: block;
    letter-spacing: 2px;
    cursor:pointer;
    text-transform:uppercase;
    border-radius: 2px;
    float: left;
    text-align: center;
    margin-right: 10px;
}



@media screen and (max-width: 700px) {
    .product_image
    {
        max-width: 100%;
        height: auto;
    }

    .search_btn {
        margin-bottom: 20px;
        padding:10px 0px;
        background-color: #050c26;
        color:#fff;
        font-size: 13px;
        font-weight:normal;
        width: 100%;
        border: none;
        display: block;
        letter-spacing: 2px;
        cursor:pointer;
        text-transform:uppercase;
        border-radius: 2px;
    }
    .payment_qr
    {
        max-width: 40%;
        margin-left: 30%;
        margin-bottom: 10px;
    }
    h2
    {
        margin: 0;
        padding: 0;
    }
    .outer-width
    {
        width: 100%;
        margin: 0 auto;
    }
    .news
    {
        width: 90%;
        margin: 0 auto;
    }
    .not-on-small
    {
        display: none !important;
    }
    .not-on-big
    {
        display: block !important;
    }
    .not-on-bigf
    {
        display: flex !important;
    }
    .top p
    {
        float: left;
        padding-right: 20px;
    }
    .mar .top
    {
        text-align: left;
    }
    .home
    {
        background-image: url(images/bg/bg-head.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    body
    {
        background-color: #ededf5;
    }
    .main_head
    {
        background: #fff;
        overflow: auto;
        width: 90%;
        margin-left: 5%;
        color: #000;
    }
    .shadow-radius
    {

        /*border-radius: 7px;*/
        box-shadow: 0px 0px 4px #afafaf;
        margin-bottom: 5px;
    }
    .main_head p
    {
        text-align: center;
        padding: 0;
        margin: 5px 0;
    }
    .main-left, .main-right
    {
        float: left;
        width: 20%;
        color: #fff;
    }
    .main-center
    {
        width: 60%;
        float: left;
        text-align: center;
    }
    .top-head
    {
        padding: 8px 20px;
        display: flex;
    }
    .main-center img
    {
        width: 120px;
    }
    .main_head h1
    {
        color: #000;
        text-align: center;
        font-size: 24px;
    }
    .main_head h1 span
    {
        font-size: 14px;
    }
    .header-img
    {
        width: 100%;
        height: 100px;
        border-radius: 10px;
    }
    .main-right
    {
        text-align: right;
        font-size: 16px;
        position: relative;
    }
    .notif
    {
        background: #f10000;
        position: absolute;
        top: 3px;
        font-size: 5px;
        padding: 1px 3px;
        border-radius: 10px;
        right: -4px;
    }
    .ass_name
    {
        font-size: 11px;
        padding: 18px 0px;
        float: left;
        text-align: left;
    }
    .shut
    {
        text-align: right;
        float: right;
        padding-right: 12px;
        padding-top: 12px;
        width: 15px;
        position: absolute;
        right: 0;
    }
    .dropdown li:hover
    {
        background-color: transparent;
    }
    .menu li:hover {
        background-color: #041D45;
        border-radius: 0px;
        transition: 0.3s ease;
    }
    .dropdown2
    {
        position: revert;
    }
    .dropdown {
        background-color: #0C3045;
        padding: 1em 0;
        position: absolute; /*WITH RESPECT TO PARENT*/
        display: none;
        border-radius: 0px;
        top: 27px;
        z-index: 9;
    }
    .services:hover .dropdown {
        display: block;
        /*    margin-left: -15px;*/
    }
    .services
    {
        background: url(images/arrow-down.png) right no-repeat;
        background-size: 40px 40px;
        transition: .1s;
    }
    .wa, .fb
    {
        display: block;
    }
    .services
    {
        width: 100%;
    }
    .dropdown
    {
        width: 85%;
    }
    .marq
    {
        overflow: hidden;
        width: 100%;
        margin-bottom: 5px;
    }
    .mar
    {
        padding-left: 100%;
        animation: marquee 10s linear infinite;
        width:800px;
    }
    @keyframes marquee {
        0%   { transform: translate(0, 0); }
        100% { transform: translate(-100%, 0); }
    }
    .contain
    {
        background-color: #000;
    }
    .mar .top img
    {
        width: 50px;
        height: 50px;
        float: left;
        margin: 10px;
    }
    .content a
    {
        /*color: #000 !important;*/
    }
    .mar .top
    {
        float:left;
        background: #05325f;
        color: #fff;
        border-radius: 5px;
        margin-left: 10px;
        width : auto;
    }
    .border-top-bottom
    {
        border-top: dashed thin #999;
        border-bottom: dashed thin #999;
    }
    .top p
    {
        line-height: 20px;
    }
    legend
    {
        width: 95% !important;
    }
    #clientlistfrm input, #clientlistfrm select
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .contain{
        width:100%;
    }
    .non, #print
    {
        display: none;
    }
    .details
    {
        text-align: right;
    }
    .wid3
    {
        width: 50%;
    }
    .contain
    {
        width: 100%;
        margin: 0 auto;
    }
    fieldset
    {
        width: auto;
    }
    .outer
    {
        width:95vw;
        margin-top: 5px;
    }
    .w100
    {
        width: 100%;
        height: auto;
    }
}
.pagination {
    padding-left: 0;
    margin-bottom: 0rem;
}
.pagination li
{
    list-style: none;
    float: left;
}
.float_left
{
    float: left;
}
.pagination > li > a {
    color: #000;
}
.pagination.pagination-flat > li > a {
    border-radius: 0; }
.pagination li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 30px;
    padding: 0.5rem;
    margin: 0 1px;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    text-align: center; }
.pagination li a.current {
    color: #ffffff !important; }
.pagination li a.current:hover {
    color: #ffffff !important; }
.pagination li a:hover {
    background: #fff;
    color: #000 !important; }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #737373;
    background-color: #ffffff;
    border-color: #ffffff;
    cursor: not-allowed; }


.category_outer
{
    width: 100%;
    overflow: hidden;
}

.category_scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;               /* horizontal scroll */
    overflow-y: hidden;
    padding: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
}

.category_scroll::-webkit-scrollbar {
    display: none;                  /* hide scrollbar (optional) */
}
.shop_heading
{
    font-size: 14px;
    font-weight: bold;
}
.category_block
{
    width: 70px;
    display: block;
    margin-right: 10px;
    float: left;
}
.category_image
{
    width:70px;
    height: 70px;
    border-radius: 70px;
    border: 2px solid #ccc;
}
.category_heading
{
    font-size: 10px;
    width: 100%;
    text-align: center;

}

.address_btn
{
    width: 10%;
    float: left;
}


.address_content
{
    width: 90%;
    float: left;
}

.container3 {
    padding: 15px;
    width: 80%;
    margin: 0 auto;
}

.product-grid4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.product-grid3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}

.product-grid32 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 10px;
}

.container2 {
    padding: 15px;
    width: 80%;
    margin: 0 auto;
}

.product-grid2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 100px;
}

.product-card2 {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.product-card3 {
    padding: 10px;
    text-align: left;
    background: #fff;
    position: relative;
}

.product-card-home {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.product-img2 {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.product-img3 {
    width: 100%;
    object-fit: cover;
}

.product-name2 {
    font-size: 14px;
    margin: 8px 0 0 0;
}

.product-name3 {
    font-size: 20px;
    margin: 8px 0 10px 0;
}
.product_description
{
    font-size: 14px;
    width: auto;
    line-height: 20px;
}

.product-weight2 {
    font-size: 13px;
    color: #666;
}

.product-price2 {
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0;
}

.qty2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:5px;
    width: 100%;
    margin-top: 10px;
    background-color: #eee;
}

.qty3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:5px;
    width: 40%;
    margin-top: 10px;
    background-color: #eee;
}

.qty-btn2 {
    width: 28px;
    height: 28px;
    border: none;
    background: #4f9b44;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
}

.qty-value2 {
    min-width: 20px;
    font-weight: bold;
    text-align: center;
}


.search_div
{
    background: #000;
    padding: 0 15px 5px 15px;
    width: 80%;
    margin: 0 auto;
}

.search_bar:focus
{
    outline: none;
}

.search_bar
{
    width: 100%;
    padding: 10px 12px 10px 40px; /* space for icon */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff url("images/search.png") no-repeat 12px center;
    background-size: 18px;
}
.rate_outer
{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.prices
{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.prices span
{
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}
.discount
{
    background-color: greenyellow;
    padding: 10px 5px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.product_prices
{
    width: 60%;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.product_prices span
{
    font-weight: normal;
    font-size: 12px;
    color: #666;
    margin-left: 5px; 
    text-decoration: line-through;
}
.dv
{
    width: 50%;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    justify-content: right;
    color: #666;
    align-items: baseline;
}
.weights
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#cart_bt
{
    display: none;
    position: fixed;
    bottom: 20px;
    width: 90%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    left: 5%;
    font-size: 14px;
    border-radius: 5px;
}
#black_btn
{
    text-align: center;
    background-color: #4f9b44;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
}
.file_upload
{
    width: 100%;
    border-bottom: solid thin #ccc;
    padding-bottom: 10px;
}














.slider-home {
    width: 100%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y; /* IMPORTANT */
}
.slider-home img
{
}






.slider {
    width: 50%;
    margin-left: 25%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y; /* IMPORTANT */
}

.slides {
    display: flex;
    transition: transform 0.35s ease;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    height: 300px;
    object-fit: cover;
    user-select: none;
}

.slide img,
.slide {
    width: 100%;
    height: auto;
}

.dots {
    text-align: center;
    /*background-color: #000;
    padding-bottom: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

.dot {
    margin: 0 5px;
    border: solid thin #ccc;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}
.dot img
{
    width: 40px;
    height: 40px;
}

.dot.active {
    border: solid thin #333;
}








/* 📱 Mobile View */
@media (max-width: 768px) {
    .product-grid4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}

    .head
    {
        width: 90% !important;
        justify-content: space-between;
        padding: 10px !important;
    }
    .product-name3 {
        font-size: 14px;
        margin: 8px 0 0 0;
    }

    #cart_bt
    {
        display: none;
        position: fixed;
        bottom: 85px;
        width: 90%;
        text-align: center;
        background-color: #000;
        color: #fff;
        padding: 15px 0;
        text-transform: uppercase;
        left: 5%;
        font-size: 14px;
        border-radius: 5px;
    }
    .search_div
    {
        width: 90%;
        padding: 0 5% 5px 5%;
    }
    .product-grid2 {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 100px;
    }


    .container2 {
        padding: 15px;
        width: auto;
    }
    .product-grid3 {
        grid-template-columns: repeat(1, 1fr);
    }


    .container3 {
        padding: 15px;
        width: auto;
    }

    .slider {
        width: 70%;
        overflow: hidden;
        margin-left: 0;
        position: relative;
        touch-action: pan-y;
        margin: 0 auto;
    }
    .rate_outer
    {
        flex-direction: row;
    }

    .product_description
    {
        font-size: 14px;
        width: auto;
        line-height: 20px;
    }
    .cart_qty
    {
        padding: 0;
        min-width: auto;
        height: auto;

    }
    .mb100
    {
        margin-bottom: 100px;
    }
    .product-card-home
    {
        width: 100%;
    }

    .slider-home img
    {
        height: auto;
    }
}
.m0
{
    margin: 0 !important;
}

.containers {
    display: flex;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
}
.containers:first-of-type {
    margin-top: 10px;
}

.col1 { width: 5%; }
.col2 { width: 45%; }
.col3 { width: 20%; }
.col4 { width: 15%; }
.col5 { width: 15%; text-align: right;}

.containers-x {
    display: flex;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    font-weight: bold;
    border-top: dashed thin #ccc;
}

.containers-x .col1 { width: 85%; }
.containers-x .col2 { width: 15%; text-align: right; }
.containers-x .col1 span { font-weight: normal;}

.product-grid3 label
{
    margin-top: 10px;
    float: left;
}
.product-grid3 textarea
{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: solid thin #ccc;
}
.product-grid32 label
{
    margin-top: 10px;
    float: left;
}
.product-grid32 textarea
{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: solid thin #ccc;
}
.chk
{
    display:inline-block !important;
    width: auto !important;
    vertical-align: middle;
    margin-top: 0 !important;
}
.product-grid3 input
{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: solid thin #ccc;
}
.product-grid3 h1
{
    font-size: 12px;
    font-weight: bold;
}
.product-grid32 input
{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: solid thin #ccc;
}
.product-grid32 h1
{
    font-size: 12px;
    font-weight: bold;
}

.head {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 20px 10px;
}

.head .left {
    width: 25%;
    align-content: center;
}

.head .center {
    width: 50%;
    align-content: center;
}

.head .right {
    width: 25%;
    align-content: center;
    text-align: right;
}
.main_logo
{
    height: 40px;
}
.index_cart
{
    color: #fff;
    font-size: 20px;
}
.index_cart span
{
    font-size: 10px;
}



/* Footer Container */
.d_footer {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 25px 15px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

/* Top link row */
.d_footer__top {
    margin-bottom: 15px;
}

/* Link styles */
.d_footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.d_footer__link {
    color: #ccc;
    text-decoration: none;
    padding: 6px 10px;
    transition: color 0.2s ease;
}

.d_footer__link:hover {
    color: #fff;
}

/* Policy links */
.d_footer__middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.d_footer__policy {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 8px;
}

.d_footer__policy:hover {
    color: #fff;
    text-decoration: underline;
}

/* Bottom copyright */
.d_footer__bottom {
    font-size: 12px;
    color: #ccc;
    margin-top: 12px;
}
.d_footer__copyright
{
    margin-bottom: 50px;
}
.payment_qrcode
{
    width: 250px;
    margin: 0 auto;
}

@media screen and (min-width: 700px)
{

}


.section {
    padding:70px 20px;
    text-align:center;
}

.section h2 {
    font-size:32px;
    margin-bottom:15px;
    color:#0f5132;
}

.section p {
    max-width:700px;
    margin:auto;
    color:#555;
    font-size: 15px;
    line-height: 25px;
}

/* CARDS */
.cards {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
    margin-top:40px;
}

.card {
    width:280px;
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:0.4s;
    animation: fadeUp 1.5s;
}

.card:hover {
    transform:translateY(-10px);
}

/* FLOAT EFFECT */
.float {
    animation: float 4s ease-in-out infinite;
}

/* IMAGE BLOCK */
.split {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.split div {
    flex:1;
    padding:30px;
}

.split img {
    width:100%;
    border-radius:10px;
}

/* CTA */
.cta {
    background:#198754;
    color:#fff;
    padding:60px;
}

.cta button {
    padding:15px 35px;
    border:none;
    background:#fff;
    color:#198754;
    font-size:18px;
    border-radius:6px;
    cursor:pointer;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
}

@keyframes fadeUp {
    from {
        opacity:0;
        transform:translateY(50px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes float {
    0% { transform:translateY(0px); }
    50% { transform:translateY(-12px); }
    100% { transform:translateY(0px); }
}