.password-wrapper {
    position: relative;
    width: 100%;
}

.logpassword {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
        position: absolute;
    top: 35%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    font-size: 12px;
}
::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background: #000;
}
.timeline {
    position: relative;
    margin-left: 20px;
}
.timeline::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #95c647;
}
.step {
    position: relative;
    padding: 15px 10px;
    margin: 10px 0 10px 10px;
    background: #f8f9fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.step span
{
    margin-left: auto;
}
.step i
{
    margin-right: 6px;
    width:20px;
    text-align: center;
}
.step::before {
    content: "";
    position: absolute;
    left: -27px;
    width: 14px;
    height: 14px;
    background-color: #95c647;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #95c647;
}
.steps {
    position: relative;
    padding: 15px 10px;
    margin: 10px 0 10px 10px;
    background: #f8f9fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #ccc;
}
.steps span
{
    margin-left: auto;
}
.steps i
{
    margin-right: 6px;
    width:20px;
    text-align: center;
}
.steps::before {
    content: "";
    position: absolute;
    left: -27px;
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #95c647;
}

::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}
.inactive
{
    background-color: brown;
    padding: 1px 5px 2px 5px;
    color: #fff;
    border-radius: 5px;
}


.tcenter
{
    text-align: center;
}
.referral_code
{
    font-size: 40px;
    text-align: center;
}

.active
{
    background-color: green;
    padding: 1px 5px 2px 5px;
    color: #fff;
    border-radius: 5px;
}
.up
{
    background-color: orange;
    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
{
    width: 100%;
    text-align: center;
}
#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;
}
.btsk
{
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.btsk a
{
    color: #000 !important;
    text-decoration: underline;
}
.bts a
{
    color: #000 !important;
    text-decoration: underline;
}
.not-on-big
{
    display: none;
}
#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;
}
.big-logo img
{
    width: 150px;
}
.ref_name
{
    background-color: #3f4095;
    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: #3f4095;
}
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 #3f4095;
    border-bottom: solid 2px #3f4095;
    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;
}
.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: 0% 2%;
    margin-left: 5%;
    color: #333;
    overflow: auto;
}
.main-right a
{
    color: #fff !important;
}
.notif_top
{
    margin-top: 13px;
    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: #feca59;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.chkout_table tr td
{
    font-size: 12px !important;
    text-transform: capitalize !important;
}
.payment_slots
{
    width: 100%;
    padding: 20px 0px 0px 0px;
    border-radius: 5px;
    background-color: #fff;
}
.news a 
{
    color: #000;
}
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 */
    background:rgba(255,255,255,0.5);
}
.login-inner
{
    width: 350px;
    padding: 10px;
    border-radius: 0px;
}
.client-logo
{
    width: 150px;
}
.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: #3f4095;
    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: 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:#fff;
    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;

}
#t_c
{
    display: inline-block !important;
}

.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 0px;
    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: #3f4095;
}

.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;
}

.congrats
{
    width: 100%;
}
@media screen and (min-width: 700px)
{
    
.congrats
{
    width: 50%;
    margin-left: 25%;
}
    .contain
    {
        background-color: #3f4095;
    }
    .menu
    {
        justify-content: center;
    }
    .menu li
    {
        padding: 20px 10px;
    }
    .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: 900px) {

    .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;
    }
    .not-on-big
    {
        display: block;
    }
    .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: 80px;
    }
    .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;
    }
    .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: #3f4095;
    }
    .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;
        overflow-x: scroll;
    }
    .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; }