section.login {
    padding: 50px 0;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.user-icon i.fa.fa-user-o {
    font-size: 29px;
    margin: 11px;
}

.admin-toastr hr {
    background: #cdcdcd;
    height: 2px;
    display: inline-block;
    margin: 50px 0;
    width: 100%;
}

.login-user-custom {
    margin: 10px 0;
}

a.active,
li {
    background-color: unset !important;
}

a.login-user {
    background-color: #57baed;
    border: none;
    color: white;
    padding: 16px 90px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    text-decoration: none;
}

.site-error {
    color: #f36363;
}

.site-error.float-right {
    width: 50%;
}

.site-error {
    color: #f36363;
    font-size: 75% !important;
}

.container_user {
    margin: auto;
    border-radius: 10px;
    background: #fff;
    max-width: 450px;
    position: relative;
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    text-align: center;
}

.container_user .user-form {
    padding: 30px;
}

.container_user .user-form input {
    background-color: #f6f6f6;
    color: #0d0d0d;
    padding: 25px 32px;
    text-align: center;
    border: 2px solid #f6f6f6;
    border-radius: 5px;
    outline: none;
}

.container_user .user-form .login_button {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    margin: 35px 0px 20px 0px;
    text-decoration: none;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

a,
a:hover {
    text-decoration: none;
    list-style: none;
}

img {
    width: 100%;
}

li.active a {
    color: #e3251e !important;
}

a.navbar-brand {
    width: 300px;
    padding: 0;
    height: unset;
}

ul.nav.navbar-nav {
    float: right;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #e51e0b;
    height: 4px;
    ;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav>li>a {
    padding: 14px 0 14px 20px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header.main_header {
    padding: 16px 0;
    border-bottom: 2px solid #fff;
    background: #f6f6f6;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: unset !important;
}

.footer {
    text-align: center;
    padding-bottom: 15px;
    padding: 50px 0;
    background-color: #f6f6f6;
}

.footer-tflimg {
    width: unset;
    max-width: 30px;
}

.textwidget p,
.footer_social_Copyright {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #888;
}

.footer_social {
    padding: 20px 0;
}

.footer_social a.wow {
    border-radius: 50%;
    text-align: center;
    width: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 9px;
    color: #e3251e;
}

.footer_social a.wow:hover {
    color: #fff;
    background-color: #e3251e;
}


/*======================Dashboard=========================*/

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-family: 'Poppins';
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}


/*.price .grey {
  background-color: #eee;
  font-size: 20px;
}
*/


/*========14-12-2021===============*/

section.dashboard {
    padding: 10rem 0;
}

li.grey {
    color: #e3251e!important;
    font-size: 36px;
    font-weight: bolder;
}

li.header {
    width: 28%;
    margin: auto;
    border-radius: 72px;
    margin-top: -63px;
    box-shadow: 0 0px 31px 0 rgb(0 0 0 / 19%);
    /* border: 1px solid red; */
    line-height: 82px;
}

.paypal-box {
    margin: 0px !important;
}

h1.paypal-Pro {
    margin: 0;
    padding: 13px 0;
    font-weight: bold;
    font-size: medium;
    text-transform: capitalize;
    font-family: 'Poppins';
    color: #e3251e;
}


/*========14-12-2021===============*/

.dropdown-menu>li>a {
    padding: 8px 20px;
    font-size: 15px;
    font-weight: bolder;
}

@media only screen and (max-width: 403px) {
    a.navbar-brand {
        width: 220px;
        padding: 0;
        height: unset;
    }
    .navbar-toggle {
        margin-top: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    ul.nav.navbar-nav {
        float: left;
    }
    .textwidget p,
    .footer_social_Copyright {
        font-size: 16px !important;
        line-height: 22px;
        padding: 0 5px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .container_user .user-form input {
        padding: 25px 22px;
    }
    ul.dropdown-menu li a {
        color: #fff;
    }
    li.header {
        width: 28%;
        margin-top: -12%;
        box-shadow: 0 0px 31px 0 rgb(0 0 0 / 19%);
        line-height: unset;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .navbar-nav>li>a {
        padding: 15px 0 15px 11px;
    }
    .navbar-brand>img {
        width: 42%;
        margin: auto;
    }
    .navbar-brand {
        float: unset;
    }
    ul.nav.navbar-nav {
        margin: auto;
        width: 100%;
        display: flex;
    }
    ul.nav.navbar-nav li {
        margin: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:2900px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky */
        pointer-events: none;
    }
}

@media only screen and (min-width:993px) and (max-width:1199px) {
    .navbar-nav>li>a {
        padding: 14px 0 14px 13px;
        font-size: 12px;
    }
}