/* Imports */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Press+Start+2P&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    scroll-behavior: smooth;
}

section {
    overflow: hidden;
}

/* Animations */

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }
    50% {
        transform: scale(1);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

/* Global */

body {
    background: #000;
}

body {
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/0hpnjxgrgi7h7c06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #337ab7;
    font-family: 'Red Hat Display', sans-serif;
}

p,
label,
a,
button,
span,
div {
    color: #337ab7;
    font-family: "Montserrat", -apple-system, BlinappacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
    color: #ffb827;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #d49c0e;
}

a:hover i,
button:hover i,
i:hover {
    animation: 0.5s ease wobble;
}

.checkbox label,
span.pull-right.pull-right-middle {
    color: #fff;
}

.row-flex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.m-0 {
    margin: 0 !important;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.ml0 {
    margin-left: 0;
}

.text-align-center {
    text-align: center;
}

span.highlighted {
    color: #ffb827;
    font-weight: 900;
    font-family: 'Red Hat Display', sans-serif;
}

.btn.btn-primary {
    width: 100%;
    padding: 8px;
    /*background: url(/profelar/i.imgur.com/43Q2waH.jpg);
  background-size: cover;*/
    background: #ffb827;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    overflow: hidden;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: 2px 2px black;
}

.well {
    background: #ffffff20;
    border-radius: 12px;
    border: 2px solid #ffb800;
    backdrop-filter: blur(6px);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
}

.form-control {
    width: 100%;
    color: #fff;
    background: #635f59;
    height: 40px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ffffff20;
    backdrop-filter: blur(4px);
}

.form-control:focus {
    border-color: #ebaa00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(227 164 0 / 43%);
}

.form-control option {
    background: #36312a;
    color: #fff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #0000004f;
}

textarea.form-control {
    border-radius: 20px;
}

.panel-body.border-solid.border-rounded {
    background: #ffffff20;
    border: 1px solid #ffffff10;
    border-radius: 22px;
    padding: 12px;
    color: #fff;
}

.fields .panel-body.border-solid.border-rounded {
    max-height: 202px;
    overflow: auto;
}

label.control-label,
label.control-label span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

small.help-block.min-max {
    background: linear-gradient(45deg, #ffb827, #ff9527);
    color: #000;
    font-weight: 600;
    padding: 2px 10px;
    font-size: 11px;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
}

label.form-group__label-title {
    color: #fff;
}

.select2-container--default .select2-selection--single {
    padding: 8px;
    color: #fff;
    border-radius: 20px !important;
}

.select2-container .select2-selection__text {
    color: #fff;
    font-size: 13px;
}

.select2-container .dropdown-menu>li>a {
    color: #fff;
}

.select2-container .dropdown-menu>li>a:hover {
    color: #000;
}

.select2-container .dropdown-menu>li>a {
    display: flex;
    align-items: center;
}

.badge {
    background: linear-gradient(45deg, #ffb800, #c89204);
    color: #000;
}

.dropdown-menu {
    background: #202124;
    border-radius: 15px !important;
    margin-top: 5px !important;
    overflow: auto;
    padding: 10px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: linear-gradient(177deg, #ffb800, #c89204);
}

.dropdown-menu>.active>a span.select2-selection__text,
.dropdown-menu>.active>a:hover span.select2-selection__text,
.dropdown-menu>.active>a:focus span.select2-selection__text {
    color: #000;
}

.dropdown-menu>li>a:hover span.select2-selection__text,
.dropdown-menu>li>a:focus span.select2-selection__text {
    color: #000;
}

.select2-results__option a {
    border: 0.1em solid #ffffff7a;
    margin: 10px 0;
    border-radius: 30px;
    padding: 2px !important;
}

.select2-container .select2-selection__icon img {
    max-width: 28px;
    max-height: 28px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent !important;
}

/* Slick Slider */

.desktopslider ul.slick-dots {
    bottom: 0;
}

.desktopslider .slick-dots li button:before {
    color: white;
}

.desktopslider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

/* Major */

.marginforfixed {
    margin-top: 100px;
}

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

.heading h2 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
}

.heading p.subheading {
    display: inline-block;
    text-align: center;
    margin: auto 0;
    border: 2px solid;
    padding: 2px 15px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.heading p.headingdesc {
    text-align: center;
    color: #ffffffd9;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    max-width: 800px;
    margin: 0;
}

img#profilePicture {
    border: 2px solid #fff;
    border-radius: 50px !important;
}

/* Guest Navbar */

nav.guestnav {
    background: #161107;
    border: 2px solid #ffb827;
    padding: 10px;
    margin: 15px;
    border-radius: 38px;
    overflow: hidden;
}

.navbar-brand img {
    max-width: 180px;
}

.guestnav.navbar-default .navbar-nav>.active>a,
.guestnav.navbar-default .navbar-nav>.active>a:hover,
.guestnav.navbar-default .navbar-nav>.active>a:focus {
    width: 100%;
    background: #000;
    background-size: cover;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #000000;
    overflow: hidden;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
}

.guestnav.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px 15px;
    margin: 3px 0;
}

nav.guestnav ul li.ctamenu a {
    color: #fff !important;
    border: 1px solid #ffffff20;
    font-weight: 500;
    border-radius: 50px;
    margin-left: 10px !important;
}

nav.guestnav ul li.ctamenu a.ctabtn.frstctabtn {
    margin-left: 40px !important;
}

nav.guestnav:after {
    content: '';
    display: block;
    height: 100px;
    width: 225px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skew(20deg, 0deg);
    z-index: -1;
}

nav.guestnav.navbar-default .navbar-collapse,
nav.guestnav.navbar-default .navbar-form {
    border-color: #ffffff05;
}

@media (max-width: 768px) {
    nav.guestnav:after {
        right: -130px !important;
        border-radius: 0 30px;
        top: -20px;
    }
    nav.guestnav ul li.ctamenu a {
        color: #fff !important;
    }
    nav.guestnav ul li.ctamenu a.ctabtn {
        margin-left: 0px !important;
    }
    nav.guestnav ul li.ctamenu a.ctabtn.frstctabtn {
        margin-left: 0px !important;
    }
}

/* First Section */

section.firstsec {
    padding: 50px 0 80px 0;
}

.topcont h1 {
    color: #fff;
    text-align: start;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.topcont p {
    color: #ffffffd9;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    max-width: 800px;
    margin: 10px auto;
}

.topcont h1 span.goldbox {
    display: inline-block;
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    margin: 10px;
    font-size: 42px;
    transform: skew(-6deg, 0deg);
    overflow: hidden;
    font-family: 'Red Hat Display', sans-serif;
}

.topcont h1 span.goldbox:before {
    content: '';
    display: block;
    background: #ffffff26;
    height: 205%;
    width: 20px;
    transform: rotate(35deg);
    position: absolute;
    left: 0;
    top: -24px;
    transition: all 0.5s ease-in-out;
    animation: 5.2s shine infinite;
}

.topstat {
    margin-top: 20px;
}

.topstat p {
    margin: 0;
    font-size: 13px;
}

.topstat h2 {
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    margin: 0;
    font-size: 25px;
}

.topstat h2 span.counter {
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    margin: 0;
    font-size: 25px;
}

@keyframes shine {
    0% {
        left: 0;
    }
    20% {
        left: 100%;
        top: -20px;
    }
    100% {
        left: 100%;
        top: -20px;
    }
}

form.loginform {
    padding: 12px 10px;
    background: #ffffff20;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
}

form.loginform .form-control {
    background: transparent;
    border: 2px solid #fff;
    padding: 25px;
    border-radius: 15px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

form.loginform .form-control::placeholder {
    color: #fff;
}

form.loginform .forgot-password {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
}

form.loginform label,
form.loginform .pull-right-middle {
    color: #fff;
}

.formwrap {
    position: relative;
}

.formwrap i {
    padding: 8px;
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    border-radius: 11px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    overflow: hidden;
    font-size: 17px;
    text-shadow: 2px 2px black;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
}

.formwrap input {
    padding-left: 52px !important;
}

div.topbackimage {
    display: block;
    min-height: 50vh;
    /*background: url(/profelar/i.imgur.com/i79e4NG.jpg);
  background: url(/profelar/i.imgur.com/vRQoIhI.jpg);*/
    background: url(/profelar/i.imgur.com/Bq4z4SH.jpg);
    background-size: cover;
}

img.lfprfp {
    width: 100%;
    max-width: 80px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: -50px;
    margin-bottom: 15px;
}

h3.lftit {
    color: #fff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}

p.lfcnt {
    text-align: center;
    color: #ffffff99;
    line-height: 1.2;
    margin-bottom: 30px;
}

/*img.profileimagestar {
max-width: 100%;
display: block;
width: 100%;
background: #ffffff20;
border: 1px solid #ffffff20;
padding: 15px;
margin: 15px 10px 0 0;
border-radius: 25px;
}*/

img.profileimagestar {
    max-width: 100%;
    display: block;
    width: auto;
}

/* Second Section */

section.secondsec {
    padding: 70px 0;
}

.wcucard {
    border: 2px solid #fff;
    padding: 20px;
    margin: 30px 0;
    border-radius: 30px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.wcucard:before {
    content: '';
    display: block;
    height: 20px;
    width: 60%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 100% 0;
    box-shadow: 2px 2px 50px -10px #fbb321;
}

.wcucard>div {
    display: flex;
    align-items: center;
}

.wcucard>div>i {
    display: inline-flex;
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    margin: 10px;
    font-size: 45px;
    transform: skew(-6deg, 0deg);
    overflow: hidden;
    text-shadow: 3px 3px 7px black;
    min-height: 70px;
    min-width: 90px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wcucard>div>i:after {
    content: '';
    display: block;
    background: #ffffff26;
    height: 205%;
    width: 20px;
    transform: rotate(35deg);
    position: absolute;
    left: 0;
    top: -24px;
    transition: all 0.5s ease-in-out;
    animation: 5.2s shine infinite;
}

.wcucard>div>h2 {
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    font-size: 25px;
}

.wcucard p {
    color: #ffffffd9;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
}

/* Third Section */

section.thirdsec {
    padding: 50px 0;
}

iframe#trailervid {
    border-radius: 30px;
}

.tolcont {
    padding: 20px;
}

.tolcont h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    color: #fff;
}

.tolcont p {
    color: #ffffffd9;
    margin: 0;
}

/* Fourth Section */

section.fourthsec {
    padding: 0 0 50px 0;
}

.stats {
    margin-bottom: 20px;
    background: transparent;
    border: 2px solid #ffb827;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.stats:hover {
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    border: 2px solid #fff;
    background-size: cover;
}

.stats h2 {
    color: #ffb827;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.stats:hover h2 {
    color: #fff;
    text-shadow: 2px 2px #000;
}

.stats p {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    transition: all 0.5s ease;
}

.stats:hover p {
    color: #000;
}

/* Fifth Section */

section.fifthsec {
    padding: 80px 0;
    overflow: hidden;
}

.servicebox {
    display: flex;
    align-items: center;
    background: #ffffff20;
    padding: 15px;
    margin: 10px 0;
    border-radius: 20px;
    justify-content: space-between;
    cursor: pointer;
}

.servicebox img {
    width: 100%;
    border-radius: 50%;
    max-width: 50px;
    margin-right: 10px;
}

.servicebox .serviceboxname p {
    margin: 0;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    margin-right: 10px;
    line-height: 1;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

.servicebox .serviceboxname p span {
    color: #ffffff50;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
}

.servicebox .serviceboxprice p {
    margin: 0;
    margin-left: 15px;
    color: #ffffff50;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
    line-height: 1;
}

.servicebox .serviceboxprice p span {
    display: block;
    margin-top: 5px;
    color: #ffb827;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

/*a.btn.btn-primary.serviceboxbtn {
margin-top: 20px;
background: none;
box-shadow: none;
border: 0 !important;
color: #ffb827;
padding: 0;
font-weight: 500;
text-transform: uppercase;
}*/

a.btn.btn-primary.serviceboxbtn {
    max-width: fit-content;
    display: block;
    margin: auto;
    margin-top: 20px;
    text-shadow: none;
    font-weight: 900;
    padding-left: 14px;
}

a.btn.btn-primary.serviceboxbtn i {
    background: #ffb827;
    height: 35px;
    width: 35px;
    border-radius: 25px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

/* Sixth Section */

section.sixthsec {
    padding: 60px 0;
}

.stepcardsteps {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Red Hat Display', sans-serif;
    height: 60px;
    width: 60px;
    border: 4px solid #fff;
    border-radius: 40px;
    background: #000;
    color: #ffb827;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepcardsteps:after {
    content: '';
    display: block;
    height: 50px;
    width: 4px;
    background: #ffb827;
    position: absolute;
    top: 45px;
    z-index: -1;
}

.stepcard {
    padding: 0;
    border: 4px solid #ffb827;
    border-radius: 30px;
    background: #000;
    margin: 20px 0 30px 0;
}

.stepcard h2 {
    margin: 0;
    color: #000;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1.1;
    font-weight: 800;
    font-size: 20px;
    background: #ffb827;
    padding: 10px 0;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.stepcard p {
    font-family: 'DM Sans', sans-serif;
    color: #ffffffd9;
    margin-top: 10px;
    line-height: 1.2;
    padding: 15px;
}

/* Seventh Section */

.seventhsec {
    padding: 50px 0;
}

.featcard {
    border: 2px solid #ffb8273d;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 50px -10px #bd8e1326;
    margin: 20px;
}

.featcard img {
    width: 100%;
    margin-top: -80px;
}

.featcard h2 {
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.featcard p {
    color: #ffffffd9;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
    line-height: 1.3;
}

.featcard .featwrap {
    padding: 35px;
}

.featcard img {
    width: 100%;
    margin-top: -155px;
    position: relative;
    z-index: -1;
}

/* Eight Section */

section.eightsec {
    padding: 70px 0;
}

ul.nav.nav-pills.faqpills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border: none;
}

ul.nav.nav-pills.faqpills li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Red Hat Display';
    color: #fff;
    padding: 20px 10px;
    background: #ffffff10;
    width: inherit;
    margin: 10px;
    border-radius: 20px;
    border: 2px solid;
    min-width: 135px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

ul.nav.nav-pills.faqpills li a i {
    font-size: 35px;
    margin-bottom: 10px;
    color: #ffb827;
    transition: all 0.5s ease-in-out;
    margin-right: 0;
    background: transparent;
    border: none;
}

ul.nav.nav-pills.faqpills li.active a {
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    color: #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    text-shadow: 2px 2px #000;
}

ul.nav.nav-pills.faqpills li.active a i {
    color: #fff;
}

.tab-content.faq-cotent {
    margin-top: 25px;
}

.faqcard p {
    color: #ffffffd9;
}

.faqcard h5 {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    font-style: italic;
}

.faqcard {
    display: block;
    padding: 20px;
    border: 2px solid #ffb8273d;
    border-radius: 20px;
    box-shadow: 2px 2px 50px -10px #bd8e1326;
    margin: 10px 0;
}

/* Sign Up Modal */

.modal.signupmod .modal-content .modal-header {
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 15px;
}

.modal.signupmod .modal-content {
    background: #000;
    padding: 20px 18px;
    border: 2px solid #fff;
    border-radius: 25px;
}

.modal.signupmod .modal-content .modal-header h4.modal-title {
    color: #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    font-size: 20px;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    text-shadow: 2px 2px #000;
    padding: 2px 10px;
}

.modal.signupmod .modal-content .modal-header .close {
    background: #fff;
    color: #000;
    opacity: 1;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 0 0 #000;
}

/********* User Side **********/

/* Add Fund */

div#currencyBoxContainer {
    max-height: 500px;
    overflow: auto;
}

div#currencyBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

div#currencyBox div {
    color: #fff;
    border: 1px solid #ffb800;
    width: 49%;
    margin: 5px;
    padding: 10px;
    border-radius: 14px;
    text-align: center;
}

div#currencyCode:after {
    content: '';
    display: block;
    height: 100%;
    width: 70px;
    background: url(https://www.freeiconspng.com/thumbs/white-arrow-png/white-arrow-transparent-png-10.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

/* New Order */

.desktopslider {
    border-radius: 30px;
    padding: 0;
}

.desktopslider img {
    width: 100%;
    border: 2px solid #ffb800;
    border-radius: 30px;
    margin: 0;
}

.rightno .usergreet div,
.rightno .usergreet div h2 {
    color: #fff;
    margin: 0;
    margin-left: 10px;
}

.rightno .usergreet {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rightno .usergreet i {
    display: inline-flex;
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    padding: 15px 18px;
    border-radius: 12px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    font-size: 20px;
    overflow: hidden;
    text-shadow: 3px 3px 7px black;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rightno {
    display: block;
}

.rightno .usergreet h2 {
    text-transform: uppercase;
    margin-top: 3px !important;
    font-size: 25px;
    font-weight: 900;
}

.datewrap div {
    color: #ffb800;
    font-size: 20px;
    font-weight: 900;
    margin-top: 5px;
}

.datewrap p {
    color: #fff;
    margin-bottom: 0;
}

.datewrap {
    background: #ffffff20;
    padding: 13px;
    display: block;
    margin-top: 12px;
    border: 1px solid #ffffff20;
    border-radius: 15px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 47%;
}

.datetimewrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.timewrap {
    background: #ffffff20;
    padding: 13px;
    display: block;
    margin-top: 12px;
    border: 1px solid #ffffff20;
    border-radius: 15px;
    min-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 47%;
}

.timewrap p {
    color: #fff;
    margin: 0;
}

.timewrap div {
    color: red;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Press Start 2P', cursive;
    margin-top: 2px;
}

.rightno {
    display: block;
    padding: 18px;
    background: #ffffff20;
    border-radius: 30px;
    border: 2px solid #ffb800;
}

.datetimewrap>div {
    width: 47%;
    margin: 5px;
    background: #151105;
}

.datetimewrap {
    background: #ffb800;
    border-radius: 20px;
    padding: 5px;
}

/* Date Time Format */

.dateformat {
    display: flex;
    height: 62px;
}

.dateformat>div {
    margin-top: 0 !important;
}

.datewrap div {
    color: #ffb800;
    font-size: 20px;
    font-weight: 900;
    margin-top: 5px;
}

.onlydate #date {
    margin: 0;
    line-height: 1;
    font-size: 68px;
    margin-right: 5px;
    color: #fff;
}

.datewrap div {
    color: #ffb800;
    font-size: 20px;
    font-weight: 900;
}

.datewrap>div {
    margin-top: 8px;
}

.rightdtfrmt div {
    margin: 0;
}

.monthnday {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

.rightdtfrmt #year {
    font-size: 36px;
    margin-top: -10px;
}

.timeflex {
    display: flex;
    gap: 4px;
    align-items: flex-end;
}

.time.timeampm {
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -3px;
}

.datewrap .dateformat {
    margin: 0;
}

/* Community */

.communityno p {
    margin: 0;
    color: #fff;
    font-family: 'DM Sans';
}

.communityno h2 {
    font-weight: 900;
    color: #00a4e0;
    margin: 0;
    margin-top: 5px;
}

.communityno {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid #00a4e0;
    border-radius: 30px;
    margin-top: 15px;
    cursor: pointer;
}

.communityno img {
    width: 100%;
    max-width: 60px;
    margin: 10px;
    background: #00a4e0;
    border-radius: 18px;
}

.communityno div {
    margin: 10px;
}

ul.servFiltr {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.servFiltr li button {
    display: flex;
    padding: 12px;
    border-radius: 15px;
    margin: 5px;
    font-size: 16px;
    background: linear-gradient(45deg, #ffb800, #c89204);
    color: #fff;
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

ul.servFiltr li button.CatFltr.insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

ul.servFiltr li button.CatFltr.fb {
    background: linear-gradient(45deg, #036ce3, #149ff8);
}

ul.servFiltr li button.CatFltr.tweet {
    background: #00acee;
}

ul.servFiltr li button.CatFltr.yt {
    color: #fe0000;
    background: #fff;
}

ul.servFiltr li button.CatFltr.tt {
    background: #000000;
}

ul.servFiltr li button.CatFltr.tele {
    background: #0088cc;
}

/* Service Page and Table */

.table>thead>tr>th {
    background: #00000090 !important;
    color: #fff;
    padding: 15px;
    border: 0;
    border-bottom: 1.5px solid #000;
}

/*.table > tbody > tr.cattr > td {
background: linear-gradient(45deg, #fdb600, #bf8900);
background-size: contain;
color: #fff;
border: 2px solid #fff;
box-shadow: 2px 2px 50px -10px #bd8e13;
text-align: center;
padding: 6px !important;
text-shadow: 1.5px 1.5px #000;
}*/

.table>tbody>tr.cattr>td {
    padding: 22px !important;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-size: cover;
    text-align: inherit;
    font-size: 17px;
    background-position: right;
    box-shadow: none;
    border: 2px solid;
}

.table>tbody>tr.cattr>td span {
    color: #fff;
}

tr {
    border: 2px solid #ffffff20;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    background: transparent;
    padding: 15px;
    vertical-align: middle;
    color: #fff;
}

a.ordbtn {
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    font-weight: 500;
    display: inline-flex;
    padding: 15px;
    text-shadow: 2px 2px black;
}

.transwell {
    background: transparent;
    border: 0;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    overflow: auto;
}

.servmodal .modal-content {
    /* background: url(/profelar/i.imgur.com/eWLU5Z5.png); */
    background-size: cover;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #1d1a13;
}

.servmodal .modal-header {
    border: 0;
    border-bottom: 1px solid #ffffff10;
}

.servmodal .modal-footer button.btn.btn-danger {
    background: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    border-radius: 20px;
}

.servmodal .modal-footer button.btn.btn-success {
    background: linear-gradient(#53b100, #14d104 50%, #4caf50);
    border-radius: 20px;
}

.servmodal .modal-footer button.btn.btn-info {
    background: linear-gradient(#0082b1, #048fd1 50%, #4c7baf);
    border-radius: 20px;
}

.servmodal .modal-header img {
    width: 100%;
    max-width: 140px;
    display: inline-block;
}

span.servid {
    background: linear-gradient(45deg, #fdb600, #bf8900);
    display: block;
    padding: 2px 15px;
    border-radius: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid;
    position: relative;
}

.servtitle span.servid {
    margin-right: 5px;
    display: initial;
}

.servtitle {
    margin-bottom: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
    color: #000;
    font-weight: 500;
}

.servdesc {
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
}

.servmodal .modal-footer {
    border-top: 1px solid #ffffff10;
}

.copbut {
    background: #fff;
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 10px;
    border: 1px solid #ffb827;
    position: absolute;
    right: -8px;
    top: 3px;
}

.width-service-name {
    min-width: auto;
}

ul.servFiltr.servFilterservpage {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

ul.servFiltr.servFilterservpage button {
    padding: 8px;
    background: #e4a500;
    border-radius: 32px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    overflow: hidden;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1.5px 1.5px black;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

h1.headingserv {
    margin: 0;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

/* Orders and table*/

tr.spacer {
    height: 20px;
    border: 0;
}

img.staticon {
    max-width: 25px;
    display: inline-block;
}

.min125px {
    min-width: 125px;
}

ul.nav.nav-pills.ordpills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    margin: 0;
}

ul.nav.nav-pills.ordpills li a {
    display: flex;
    align-items: center;
    border: 2px solid;
    border-radius: 12px;
    padding: 4px;
    padding-right: 20px;
    margin: 5px;
    transition: all 0.5s ease-in-out;
    background: transparent;
    color: #fff;
}

.nav-pills.ordpills>li.active>a,
.nav-pills.ordpills>li.active>a:hover,
.nav-pills.ordpills>li.active>a:focus {
    background: #000 !important;
}

ul.nav.nav-pills.ordpills li a img {
    max-width: 35px;
    margin-right: 5px;
}

ul.nav.nav-pills.ordpills li a:hover,
ul.nav.nav-pills.ordpills li a:focus {
    background: #251d08;
    color: #fff;
}

/*li.pull-right.search.ordsrc {
width: -webkit-fill-available;
margin: 15px 0;
}*/

li.pull-right.search.ordsrc {
    margin: 10px 0 0 10px;
}

li.pull-right.search.ordsrc button.btn.btn-default {
    background: #ffb800;
    padding: 12px;
    border-radius: 0 50px 50px 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff20;
}

/* Accounts */

ul.nav.nav-pills.acc-pills {
    width: 100%;
    background: none;
    border: none;
    margin: 0;
}

ul.nav.nav-pills.acc-pills li {
    width: 100%;
}

ul.nav.nav-pills.acc-pills li a {
    width: 100%;
    margin: 2px 0;
    border-radius: 20px;
    border: 2px solid #00000000;
    transition: all 0.5 ease-in-out;
    background: transparent;
    box-shadow: none;
    color: #fff;
    padding: 6px 15px 6px 6px;
}

ul.nav.nav-pills.acc-pills li a:hover {
    background: #000;
    color: #ffffff;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

ul.nav.nav-pills.acc-pills li.active a,
ul.nav.nav-pills.acc-pills li.active a:hover {
    background: #000;
    border-radius: 30px;
    border: 2px solid #ffb827;
    color: #fff;
}

/* User Navbar */

nav.usernav {
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/0hpnjxgrgi7h7c06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    border: 0;
    padding: 15px;
    box-shadow: rgb(0 0 0) 0px 50px 100px -20px, rgb(0 0 0) 0px 30px 60px -30px;
    border-bottom: 1px solid #ffffff20;
}

/* New New order */

.noleftban {
    background: url(/profelar/i.imgur.com/S95UudV.png);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #fff;
    width: auto;
    max-height: 298px;
    min-height: 298px;
}

.noleftban img {
    width: 100%;
    display: block;
    position: relative;
    right: -15px;
}

.nlbcont {
    padding: 40px;
}

.nlbcont h2 {
    color: #000;
    font-weight: 900;
    font-size: 40px;
}

.nlbcont h2 span.highlighted {
    color: #fff;
    font-weight: 900;
}

.nlbcont p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.modal.servmodal.updtmodal .modal-body p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    padding: 25px;
    border: 1px solid #ffffff20;
    border-radius: 20px;
}

.modal.servmodal.updtmodal img {
    width: 100%;
    border-radius: 25px;
}

/* Support */

.dropzone .info,
.dropzone .dropinfo {
    display: none;
}

.attchrow .status {
    display: none;
}

.loading-modal {
    display: none;
}

/* Navbar Bottom */

button.sidebarbtn {
    float: right;
    background: #ffffff20;
    border: 1px solid #ffffff20;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button.sidebarbtn .icon {
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
    margin: 3px 0;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}

button.sidebarbtn .icon.icon2 {
    width: 14px;
    background: #f3af25;
}

button.sidebarbtn.tog .icon.icon1,
button.sidebarbtn.tog .icon.icon3 {
    visibility: hidden;
    margin: 0;
    transition: all 0.2s ease;
}

button.sidebarbtn.tog .icon.icon2 {
    width: 20px;
}

.navbarbottom ul li a i {
    min-height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff20;
    color: #fff;
    border-radius: 30px;
    margin-right: 12px;
    border: 1px solid #ffffff20;
    transition: all 0.5s ease-in-out;
}

.navbarbottom ul li a p {
    margin: 0;
    color: #fff;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

.navbarbottom ul li.active a i {
    background: #ffb827;
    color: #000;
}

.navbarbottom ul li.active a {
    border-color: #ffb827;
}

.navbarbottom ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 4px 0;
    padding: 5px;
    border: 1px solid #ffffff20;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.navbarbottom ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    height: 84%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    margin: 0;
    margin-top: 14px;
}

.navbarbottom {
    display: block;
    position: fixed;
    z-index: 100;
    background: #201a0d;
    height: 92%;
    width: 0;
    margin-top: -52px;
    padding: 0;
    border-right: 1px solid #ffffff20;
    box-shadow: rgb(0 0 0) 0px 50px 100px -20px, rgb(0 0 0) 0px 30px 60px -30px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/* width */

.navbarbottom ul::-webkit-scrollbar {
    width: 0px;
}

/* width */

.navbarbottom:hover ul::-webkit-scrollbar {
    width: 5px;
}

/* width */

.navbarbottom.expanded ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.navbarbottom ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.navbarbottom ul::-webkit-scrollbar-thumb {
    background: #f3af25;
}

/* Handle on hover */

.navbarbottom ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbarbottom.expanded {
    width: 300px;
    padding: 20px;
}

.navbarbottom ul li.smbtn>a p {
    color: #fff;
}

.navbarbottom ul li.smbtn>a i {
    border: 1px solid #fcb600;
    background: #fcb60020;
    color: #fcb600;
}

.navbarbottom ul li.smbtn>a {
    background: #00000000;
    border-color: transparent !important;
}

.navbarbottom ul li.smbtn ul.sbsub {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.navbarbottom ul li.smbtn ul.sbsub.show {
    max-height: 1000px;
    min-height: 100%;
}

.navbarbottom.expanded .profilecard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    background: #ffffff20;
    border-radius: 50px;
    border: 1px solid #ffffff20;
}

.profilecard img {
    max-width: 50px;
    transition: all 0.5 ease-in-out;
}

.profilecard p.pcuser {
    font-weight: bold;
    transition: all 0.5 ease-in-out;
}

.navbarbottom.expanded .profilecard p {
    display: initial;
    color: #fff;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.navbarbottom.expanded .profilecard p.pcuserfnd {
    background: #efac25;
    color: #000;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    padding: 2px 15px;
}

.navbarbottom.expanded .profilecard i {
    display: initial;
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transform: rotate(-45deg);
    border-radius: 50px;
    margin-left: -38px;
}

.profilecard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    background: #ffffff20;
    border-radius: 50px;
    border: 1px solid #ffffff20;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.profilecard img {
    max-width: 50px;
    transition: all 0.5s ease-in-out;
}

.profilecard p.pcuser {
    font-weight: bold;
}

.profilecard p {
    color: #fff;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}

.profilecard p.pcuserfnd {
    background: #efac25;
    color: #000;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}

.profilecard i {
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transform: rotate(-45deg);
    border-radius: 50px;
    margin-left: 57px;
    transition: all 0.5s ease-in-out;
}

button.profilebutn {
    background: transparent !important;
    border: 0;
    outline: none !important;
}

button.profilebutn img {
    max-width: 50px;
    max-height: 50px;
}

button.profilebutn {
    background: transparent !important;
    border: 0;
    outline: none !important;
    padding: 0px;
    margin: 0 10px;
    float: right;
    position: relative;
}

ul.dropdown-menu.profileddmenu {
    top: 50px;
    right: 0;
    left: auto;
    background: #342b22;
    border: 1px solid #ffffff20;
    padding: 0;
}

ul.dropdown-menu.profileddmenu li {
    border-bottom: 1px solid #ffffff20;
}

ul.dropdown-menu.profileddmenu li:last-child {
    border: 0;
}

ul.dropdown-menu.profileddmenu li a {
    color: #fff;
    text-align: center;
    padding: 8px;
}

ul.dropdown-menu.profileddmenu li a:hover {
    background: #dfdfdf;
    color: #000;
}

img.profilePicture {
    border: 6px solid #1c1508;
    border-radius: 50px !important;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50px;
    height: auto;
    display: inline-block;
}

@media (min-width: 765px) {
    div.phnbtmbar {
        display: none;
    }
    .userbody .container {
        width: auto;
        margin-left: 100px;
    }
    .userbody .container-fluid {
        width: auto;
        margin-left: 100px;
    }
    .usernav .navbar-header {
        width: 100%;
    }
    .navbarbottom {
        display: block;
        position: fixed;
        z-index: 100;
        background: #201a0d;
        height: 90%;
        width: 100px;
        margin-top: -52px;
        padding: 20px;
        border-right: 1px solid #ffffff20;
    }
    .navbarbottom ul li a {
        border: 1px solid transparent;
    }
    .navbarbottom ul li.active a i {
        background: #ffb827;
        color: #000;
    }
    .navbarbottom ul li.active a {
        border-color: transparent;
    }
    .navbarbottom ul li a p {
        display: none;
    }
    .navbarbottom:hover {
        display: block;
        position: fixed;
        z-index: 100;
        background: #201a0d;
        height: 90%;
        width: 300px;
        margin-top: -52px;
        padding: 20px;
        border-right: 1px solid #ffffff20;
        padding-bottom: 0;
    }
    .navbarbottom:hover ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 4px 0;
        padding: 5px;
        border: 1px solid #ffffff20;
        border-radius: 30px;
    }
    .navbarbottom:hover ul li a p {
        display: block;
    }
    .navbarbottom:hover ul li.active a {
        border-color: #ffb827;
    }
    .navbarbottom.expanded {
        width: 300px;
    }
    .navbarbottom.expanded ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 4px 0;
        padding: 5px;
        border: 1px solid #ffffff20;
        border-radius: 30px;
    }
    .navbarbottom.expanded ul li.active a {
        border-color: #ffb827;
    }
    .navbarbottom.expanded ul li a p {
        display: block;
    }
    .profilecard {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: transparent;
        border-radius: 50px;
        border: 1px solid #ffffff00;
    }
    .profilecard img {
        max-width: 50px;
    }
    .profilecard p.pcuser {
        font-weight: bold;
    }
    .profilecard p {
        display: none;
        color: #fff;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .profilecard p.pcuserfnd {
        background: #efac25;
        color: #000;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 700;
        margin-top: 2px;
    }
    .profilecard i {
        background: #fff;
        color: #000;
        height: 40px;
        width: 40px;
        display: flex;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transform: rotate(-45deg);
        border-radius: 50px;
        margin-left: -38px;
    }
    .navbarbottom:hover .profilecard {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background: #ffffff20;
        border-radius: 50px;
        border: 1px solid #ffffff20;
    }
    .navbarbottom:hover .profilecard img {
        max-width: 50px;
    }
    .navbarbottom:hover .profilecard p.pcuser {
        font-weight: bold;
    }
    .navbarbottom:hover .profilecard p {
        display: initial;
        color: #fff;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbarbottom:hover .profilecard p.pcuserfnd {
        background: #efac25;
        color: #000;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        padding: 2px 20px;
        font-weight: 700;
        margin-top: 2px;
    }
    .navbarbottom:hover .profilecard i {
        background: #fff;
        color: #000;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transform: rotate(-45deg);
        border-radius: 50px;
        margin-left: -38px;
    }
}

/* Navs and Pills */

ul.nav.nav-pills li a {
    background: #ffffff;
    padding: 5px 20px 5px 5px;
    padding: 9px 20px 8px 6px;
    border: 2px solid #000;
    box-shadow: 2px 2px #000;
    border-radius: 35px;
    margin: 3px 5px;
    color: #000;
    font-weight: 500;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

ul.nav.nav-pills li.active a {
    opacity: 1;
}

ul.nav.nav-pills {
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 12px;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-size: auto;
    background-position: right;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    z-index: 9;
    position: relative;
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tab-content .well {}

ul.nav.nav-pills li a i {
    background: #ffb800;
    padding: 6px;
    border-radius: 26px;
    border: 2px solid #000;
    margin-right: 5px;
    font-size: 12px;
}

ul.nav.nav-pills li a i {
    background: #ffb800;
    padding: 6px;
    border-radius: 26px;
    border: 2px solid #000;
    margin-right: 5px;
    color: #000;
}

span.nowrap.pbdate span {
    background: #ffffff20;
    padding: 4px 10px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #ffffff20;
}

@media(max-width: 467px) {
    ul.nav.nav-pills li {
        width: -webkit-fill-available;
    }
    ul.nav.nav-pills li {
        width: 49%;
    }
    ul.nav.nav-pills li a {
        width: 100%;
        margin: 3px 0;
    }
    ul.nav.nav-pills.ordpills li {
        width: 42%;
        margin: 0 10px;
    }
    ul.nav.nav-pills.ordpills li.pull-right.search.ordsrc {
        width: 100%;
        margin-top: 10px;
    }
    .communityno h2 {
        font-size: 26px;
    }
    .communityno img {
        max-width: 55px;
        margin-right: 4px;
    }
}

/* Intro Js */

.introjs-tooltip {
    border-radius: 16px 16px 16px 10px;
}

.introjs-tooltip-header {
    display: none;
}

.introjs-progressbar {
    background: #ffb800 !important;
}

.introjs-arrow.bottom {
    bottom: -9px;
}

a.introjs-button,
.introjs-button:focus {
    background: #ffb827;
    border-radius: 10px;
    text-shadow: 0 0 black;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #000 !important;
    box-shadow: 2px 2px !important;
}

a.introjs-button.introjs-prevbutton.introjs-disabled {
    opacity: 0.5;
}

/* Bottom Bar */

.phnbtmbar ul li a i {
    color: #000;
    font-size: 18px;
}

.phnbtmbar ul li a {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phnbtmbar ul li {
    width: 20%;
    display: flex;
    justify-content: center;
}

.phnbtmbar ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.phnbtmbar {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #ffb800;
    width: -webkit-fill-available;
    margin: 15px;
    border-radius: 35px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -15px #ffb800;
}

.phnbtmbar ul li a p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.phnbtmbar ul li.midlone a i {
    background: #000;
    padding: 25px;
    margin-top: -45px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #fff;
}

.phnbtmbar ul li.midlone a p {
    display: none;
}

/* Counter */

.well.countwell .counthead {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff20;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.well.countwell .counthead img {
    max-width: 65px;
}

.well.countwell .counthead h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    margin-left: 5px;
}

.well.countwell button.btn.btn-primary {
    width: auto;
    font-size: 14px;
    min-width: 120px;
    background-position: center right;
}

.well.countwell iframe {
    width: 100%;
    border-radius: 20px;
    background: #ffffff;
}

/* Preloader */

.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/0hpnjxgrgi7h7c06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    display: block;
    max-width: 300px;
    margin: auto;
}

/* New User Det New Order */

.row.userbaldet {
    background: #ffb800;
    margin: 20px 0 0 0;
    border-radius: 45px;
}

.row.userbaldet .col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.flexdet {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #000;
    margin: 5px 0;
    border-radius: 65px;
}

.flexdet i {
    background: #ffb800;
    color: #000;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.flexdet p {
    color: #fff;
    margin: 0;
    line-height: 1;
}

.flexdet h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 900;
}

.onlinecircle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
    position: absolute;
    top: 0;
    right: 0;
}

.onlinecircle::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(0 255 0 / 40%);
    animation: pulse 2s infinite ease-in-out;
    z-index: -1;
}

.api h4 {
    color: #fff;
    font-size: 20px;
}

.api h4 strong {
    color: #fff;
}

.api strong {
    color: #ffffff99;
}

.api h2 {
    color: #fff;
    font-weight: 900;
}

.profcard p {
    margin: 0;
    margin-left: 5px;
    color: #000;
    font-weight: 600;
}

.profcard img.profilePicture {
    max-width: 40px;
    border: 50px;
}

.profcard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffb800;
    padding: 5px;
    margin: 5px;
    border-radius: 40px;
}

ul.dropdown-menu.profileddmenu {
    border-radius: 30px 30px 15px 15px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
    bottom: -3px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ffc100;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
    width: 38px;
    height: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Footer */

footer {
    padding: 100px 30px 50px 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

img.footerlogo {
    max-width: 200px;
    margin-bottom: 18px;
}

.footerinfo p {
    color: #fff;
}

ul.footerlinks li a {
    color: #ffffff99;
    display: block;
    margin: 10px 0;
    line-height: 1.3;
}

ul.footerlinks p:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 25%;
    background: #fff;
    margin-top: 3px;
    margin-bottom: 20px;
}

ul.footerlinks p {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

ul.footerlinks {
    list-style: none;
    padding: 0;
}

.footer-btm p {
    color: #fff;
    text-align: center;
    margin: 0;
}

.footer-btm {
    padding: 25px;
}

.lstrid {
    border: 2px solid #ffb827;
    padding: 30px;
    border-radius: 30px;
    background: #000;
    margin-bottom: -50px;
}

.lstrid h2 {
    color: #fff;
    font-weight: 900;
}

.lstrid ul {
    display: flex;
    color: #fff;
    list-style: none;
    padding: 0;
    font-size: 12px;
    margin: 0;
}

.lstrid ul li {
    margin-right: 15px;
}

ul.footertopactbtn li a {
    border: 2px solid;
    padding: 5px 5px 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 5px 0;
}

ul.footertopactbtn li a i {
    background: #ffb827;
    color: #000;
    margin-left: 10px;
    padding: 10px;
    border-radius: 20px;
}

ul.footertopactbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navbarbottom.expanded ul li a {
    padding: 0;
    border-color: transparent !important;
}

.navbarbottom.expanded ul li a p {
    border: 2px solid #ffffff20;
    background: #ffffff20;
    padding: 8px 12px;
    width: 100%;
    border-radius: 35px;
}

.navbarbottom.expanded ul li.active a p {
    background: #fcb627;
    border-color: #fcb627 !important;
    color: #000;
    font-weight: 500;
}

.navbarbottom:hover ul li a {
    padding: 0;
    border-color: transparent !important;
}

.navbarbottom:hover ul li a p {
    border: 2px solid #ffffff20;
    background: #ffffff20;
    padding: 8px 12px;
    width: 100%;
    border-radius: 35px;
}

.navbarbottom:hover ul li.active a p {
    background: #fcb627;
    border-color: #fcb627 !important;
    color: #000;
    font-weight: 500;
}

.navbarbottom ul li a {
    padding: 0;
    justify-content: center;
}

.navbarbottom ul li a i {
    margin: 0;
}

.navbarbottom.expanded ul li a i {
    margin-right: 10px;
}

.navbarbottom:hover ul li a i {
    margin-right: 10px;
}

.navbarbottom .profilecard p.pcuserfnd {
    background: transparent !important;
    border: 2px solid #efac25 !important;
    color: #efac25 !important;
    text-align: center !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-top: 2px !important;
    padding: 3px 15px !important;
    display: none !important;
    width: 95% !important;
    position: relative !important;
    left: -34px !important;
    z-index: -1 !important;
    padding-left: 18px !important;
    margin: 0 10px;
}

.navbarbottom.expanded .profilecard p.pcuserfnd,
.navbarbottom:hover .profilecard p.pcuserfnd {
    display: inline-block !important;
}

.navbarbottom .profilecard p {
    font-size: 16px;
}

.navbarbottom .profilecard img {
    max-width: 90px !important;
    width: 58px;
    max-height: initial;
    background: #000000;
}

.socicnsb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
}

.socicnsb i {
    color: #f9b427;
    font-size: 16px;
    background: #ffffff20;
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px;
    border-radius: 35px;
    border: 1px solid;
    flex-wrap: wrap;
}

.navbarbottom:hover .socicnsb,
.navbarbottom.expanded .socicnsb {
    flex-direction: row;
}

.navbarbottom ul {
    height: 49%;
}

.navbarbottom:hover ul,
.navbarbottom.expanded ul {
    height: 70%;
}

.profilecard div i {
    position: absolute;
    top: 34px;
    height: 25px !important;
    width: 25px !important;
    left: 15px;
}

.profilecard div {
    position: relative;
}

.navbarbottom {
    z-index: 1031 !important;
    top: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/0hpnjxgrgi7h7c06.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center;
}

@media (min-width: 765px) {
    .usernav .container-fluid {
        margin-left: 90px;
    }
}

.sidebarhead {
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/k3eqriy7in4g1r2f.png);
    margin: -20px -20px 0px -20px;
    padding: 15px;
    padding-bottom: 60px;
    border-radius: 0 0 20px 20px;
}

.navbarbottom .sidebarhead img {
    visibility: hidden;
}

.navbarbottom.expanded .sidebarhead img,
.navbarbottom:hover .sidebarhead img {
    visibility: visible;
}

.sidebarhead img {
    max-width: 180px;
    background: #00000030;
    padding: 12px;
    backdrop-filter: blur(80px);
    border: 1px solid #ffffff20;
    border-radius: 14px;
}

.navbarbottom .profilecard {
    margin-top: -40px;
    backdrop-filter: blur(30px);
    background: #00000020 !important;
    border: 2px solid #fcb627 !important;
}

.socicnsb {
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/k3eqriy7in4g1r2f.png);
    margin: 0px -20px 0 -20px;
    padding: 15px;
    border-radius: 20px 20px 0 0;
}

.socicnsb i {
    color: #000;
    background: #fff;
    border: 2px solid #000;
}

select.goog-te-combo {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.fncnbtn {
    display: none;
    position: fixed;
    bottom: 70px;
    justify-content: center;
    align-items: center;
    right: inherit;
    left: 38px;
}

.navbarbottom.expanded .fncnbtn,
.navbarbottom:hover .fncnbtn {
    display: flex;
}

.fncnbtn a {
    background: #fff;
    color: #000;
    padding: 2px 9px;
    border-radius: 30px;
    border: 5px solid #201a0d;
    font-size: 10px;
    font-weight: 800;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.skiptranslate.goog-te-gadget {
    font-size: 0;
}

.introjs-helperLayer {
    margin-top: -100px;
}

.introjs-tooltipReferenceLayer {
    margin-top: -100px;
}

.socicnsb {
    position: fixed;
    bottom: 0;
    width: inherit;
    z-index: -1;
}

@media (max-width: 765px) {
    .socicnsb {
        display: none;
    }
    .navbarbottom.expanded .socicnsb {
        display: flex;
    }
}

img.ftrpymtimg {
    width: 100%;
    margin: 10px 0;
}

td {
    border: 2px solid #ffffff20;
}

ul.nav.nav-pills.no-pills {
    margin: 10px 0 20px 0;
}

.modal-header h4,
.modal-header button {
    color: #fff;
    opacity: 1;
}

.noleftban {
    background: url(/profelar/i.imgur.com/dT77j4F.jpg);
    background-size: cover;
    background-position: center;
    min-height: auto;
    max-height: inherit;
}

.nlbcont h2 {
    color: #fff;
}

.nlbcont h2 span.highlighted {
    color: #ffb800;
}

.nlbcont p {
    color: #ffffff99;
    font-weight: 300;
}

ul.nav.nav-pills.faq2-pills {
    width: fit-content;
    margin: auto;
}

.switch-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.switch-group button {
    margin: 0;
    margin-bottom: 20px;
    margin-left: 10px;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show,
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    background: linear-gradient(180deg, black, #3c2b00)/*url(/profelar/i.imgur.com/eWLU5Z5.png)*/
    ;
    background-size: cover;
    border-radius: 30px;
    border: 2px solid #fff;
    min-width: 30%;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show h2#swal2-title {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #f27474;
}

.swal2-popup.swal2-modal.swal2-icon-success.swal2-show h2#swal2-title {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #a5dc86;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show div#swal2-html-container,
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show div#swal2-html-container {
    color: #fff;
    font-size: 15px;
}

button.swal2-confirm.swal2-styled {
    width: 100%;
    padding: 8px;
    background: #ffb800;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    overflow: hidden;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: 2px 2px black;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show .swal2-actions,
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show .swal2-actions {
    width: 95%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line],
.swal2-success-fix {
    display: none;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show div#swal2-html-container h4,
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show div#swal2-html-container h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

th.selectord.shown {
    color: transparent;
}

.noleftban img {
    width: auto;
    display: block;
    position: relative;
    right: -15px;
    max-height: 295px;
}

div#swal2-html-container b {
    color: #ffb800;
}

td span {
    color: #fff;
}

.nlbcont {
    background: #ffffff20;
    border-radius: 22px;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff20;
    padding: 22px;
    margin: 20px;
}

span.subtop {
    background: #ffb827;
    padding: 2px 20px;
    border-radius: 13px;
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.nlbcont h2 {
    margin-bottom: 10px;
    line-height: 1;
}

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

.noleftban img {
    animation: float 6s ease-in-out infinite, wobble 12s ease-in-out;
}

.topnoimggrp {
    position: relative;
}

.topnoimggrp img {
    margin: auto;
    animation: none;
}

.topnoimggrp img.icon1,
.topnoimggrp img.icon2 {
    position: absolute;
    top: 0;
    left: 0;
}

.topnoimggrp img.icon1 {
    animation: 5s float ease-in-out infinite;
}

.topnoimggrp img.icon2 {
    animation: 7s float ease-in-out infinite;
}

ul.nav.nav-pills li.active a:hover,
ul.nav.nav-pills li.active a:focus {
    background: #fff;
    color: #000;
}

ul.nav.nav-pills {
    margin: 10px 0;
}

@media (max-width: 991.20px) {
    .topnoimggrp {
        display: none;
    }
}

span.highlighted span.orng {
    color: orange;
}

span.highlighted span.wht {
    color: white;
}

span.highlighted span.grn {
    color: #00f200;
}

span.highlighted span {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Red Hat Display';
}

.form-group.instruction .panel-body.border-solid.border-rounded.text-center {
    padding: 20px 5px;
}

.iframupdts {
    border: 1px solid #00000010;
    border-radius: 18px;
    padding: 5px;
    width: 100%;
    height: 460px;
}

ul.nav.nav-pills.pull-right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.nav.nav-pills.pull-right li {
    width: 32.3%;
}

ul.nav.nav-pills.pull-right li .dropdown button.btn.btn-primary.dropdown-toggle {
    width: 100%;
    text-shadow: none;
    background: url(/profelar/i.imgur.com/43Q2waH.jpg);
    background-size: cover;
    border: 2px solid #fff;
}

ul.nav.nav-pills.pull-right li .dropdown.open ul.dropdown-menu {
    padding: 5px 2px;
    width: 100%;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-size: auto;
    background-position: right;
    border: 2px solid #ffffff;
    max-height: 282px;
    overflow: auto;
}

ul.nav.nav-pills.pull-right li .dropdown.open ul.dropdown-menu li a {
    width: -webkit-fill-available;
}

ul.nav.nav-pills.pull-right.serv-pill li .dropdown button.btn.btn-primary.dropdown-toggle {
    width: auto;
    max-width: 100%;
}

@media (max-width: 765px) {
    ul.nav.nav-pills.pull-right.serv-pill li {
        width: 100%;
    }
    .customertopimg {
        padding: 5px;
    }
}

ul.nav.nav-pills.pull-right li .dropdown.open ul.dropdown-menu li {
    width: 100%;
}

ul.nav.nav-pills.pull-right.serv-pill li .dropdown {
    margin-bottom: 6px;
}

.input-group-btn button {
    height: 40px;
    border-radius: 12px;
    background: #ffb827;
    border: 1px solid #ffffff20;
    color: #000;
}

ul.servFiltr.servFilterservpage button img {
    max-width: 50px;
}

ul.servFiltr.servFilterservpage button {
    height: auto;
    width: auto;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}

div#privacy p {
    color: #ffffff99;
    font-size: 13px;
}

ul.curndropdown-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.curndropdown-menu li a#currencies-item span {
    background: #ffb827;
    border-radius: 35px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

ul.curndropdown-menu li a#currencies-item {
    background: #fff;
    padding: 2px;
    display: block;
    margin: 5px;
    border-radius: 20px;
    color: #000;
    padding-left: 15px;
    font-weight: 600;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show div#swal2-html-container span,
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show div#swal2-html-container span {
    color: #fff;
}

ul.servFiltr li button {
    background: transparent !important;
    border: none;
}

ul.servFiltr li button img {
    max-width: 50px;
}

.customertopimg {
    background: #ffffff20;
    border: 1px solid #ffffff20;
    padding: 15px;
    margin: 50px 0px 0 0;
    border-radius: 25px;
}

.bootstrap-datetimepicker-widget {
    background: #fff;
}

select.input-sm {
    height: auto;
    line-height: 30px;
}

label {
    color: #fff;
    font-weight: 400;
}

.dropzone input {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
}

.dropzone input::file-selector-button {
    background: #fff;
    border-radius: 20px;
    color: #000;
}

.well.confirm-email h3,
.well.confirm-email .confirm-email__description {
    color: #fff;
}

.confirm-email__action button {
    max-width: 48%;
}

.confirm-email__action {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

ul.servFiltr {
    list-style: none;
    padding: 0;
    display: flex;
    overflow: auto;
    flex-wrap: inherit;
}

/*#filtrButns {
list-style: none;
white-space: nowrap;
overflow: hidden;
width: 93.5%;
margin: auto;
}

#filtrButns li {
display: inline-block;
/* Add additional styling for list items if needed */

}

/*
button#slideLeft {
background: transparent;
outline: 0;
border: 0;
color: #f2af00;
font-size: 20px;
position: absolute;
top: 27px;
left: 0;
}
button#slideRight {
background: transparent;
outline: 0;
border: 0;
color: #f2af00;
font-size: 20px;
position: absolute;
top: 27px;
right: 0;
}*/

/*
*  STYLE 4
*/

#filtrButns::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

#filtrButns::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
    border-radius: 50px;
}

#filtrButns::-webkit-scrollbar-thumb {
    background-color: #ffb800;
    border-radius: 50px;
}

.select2-container ul#select2-orderform-service-results.dropdown-menu>li>a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 6px !important;
    border-radius: 16px;
    margin-bottom: 16px;
    margin-top: 14px;
}

.select2-container ul#select2-orderform-service-results.dropdown-menu>li>a .badge {
    background: #fff;
    margin-top: -20px;
    margin-left: 10px;
    margin-bottom: 6px;
}

button.CatFltr {
    position: relative;
}

.hotbadge {
    position: absolute;
    top: -4px;
    background: #fff;
    padding: 2px 6px 6px 2px;
    border-radius: 40px;
    transform: rotate(15deg) scale(0.8);
    right: -7px;
}

.hotbadge img {
    display: block;
    width: 20px;
}

a.feedbackimg img {
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    border: 2px solid;
}

.noinfosucs {
    color: #fff;
    text-align: left;
    border: 1px solid #ffffff20;
    padding: 10px;
    border-radius: 20px;
    background: #ffffff20;
    backdrop-filter: blur(35px);
    margin-top: 20px;
}

.noinfosucs button {
    display: none;
}

h2#swal2-title {
    display: none !important;
}

.noinfosucs h4 {
    color: #000000 !important;
    font-size: 20px !important;
    margin-bottom: 20px;
    background: #a5dc86;
    border: 2px solid #fff;
    padding: 4px;
    text-align: center;
    border-radius: 50px;
    margin-top: -30px !important;
    display: block;
}

button.swal2-confirm.swal2-styled {
    width: auto;
    padding: 10px 25px;
    background: linear-gradient(45deg, #a5dc86, #59a330) !important;
    border-radius: 15px;
    color: #000;
    border: 2px solid #fff;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    overflow: hidden;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: 1px 1px white;
}

div#swal2-html-container b {
    background: #bfbfbf;
    color: #000;
    font-weight: 500 !important;
    padding: 2px 10px;
    border-radius: 20px;
    border: 2px solid;
    margin-right: 10px;
    display: inline-block;
}

.noinfosucs ul li {
    margin-bottom: 5px;
}

.noalrt.alert-success button {
    display: none;
}

.noalrt {
    border-radius: 20px;
    border: 2px solid;
    margin: 0;
}

.noalrt {
    margin-top: 32px;
    padding: 15px;
    color: #000;
    border-color: #3c763d;
}

.noalrt.alert-success h4 {
    margin-top: -52px !important;
    margin-bottom: 28px;
    color: #ffffff !important;
    font-size: 23px !important;
}

.noalrt span {
    color: #000 !important;
}

.communityno.waco {
    border: 2px solid #40d348;
}

.communityno.waco h2 {
    color: #40d348;
}

nav.navbar.guestnav.navbar-default.navbar-fixed-top {
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/0hpnjxgrgi7h7c06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    border: 0;
    padding: 15px;
    box-shadow: rgb(0 0 0) 0px 50px 100px -20px, rgb(0 0 0) 0px 30px 60px -30px;
    border-bottom: 1px solid #ffffff20;
    margin: 0;
    border-radius: 0;
}

.guestnav a.navbar-brand img {
    margin: 14px;
}

nav.guestnav:after {
    width: 250px;
    right: -30px;
    display: none !Important;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #ffb827;
    border-radius: 15px;
    height: 45px;
    width: 45px;
    box-shadow: 2px 2px 50px -10px #bd8e13;
    border: 2px solid #fff;
    padding: 8px;
    margin: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    border-radius: 20px;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    width: 16px;
}

ul.nav.nav-pills.pull-right li .dropdown button.btn.btn-primary.dropdown-toggle {
    width: 100% !important;
    text-shadow: none;
    background: #fcb627;
    background-size: cover;
    border: 2px solid #fff;
}

button.btn.btn-primary:hover:before {
    width: 100%;
}

button.btn.btn-primary:before {
    content: '';
    display: block;
    height: 200px;
    width: 50%;
    background: #ffffff30;
    border-radius: 50%;
    position: absolute;
    top: -285%;
    left: -15%;
    z-index: 0;
    transition: all 0.5s ease;
}

button.btn.btn-primary:hover:after {
    width: 100%;
}

button.btn.btn-primary:after {
    content: '';
    display: block;
    height: 200px;
    width: 50%;
    background: #ffffff30;
    border-radius: 50%;
    position: absolute;
    top: -100%;
    right: -15%;
    z-index: 0;
    transition: all 0.5s ease;
}

button.btn.btn-primary:hover:before {
    width: 100%;
}

button.btn.btn-primary:before {
    content: '';
    display: block;
    height: 200px;
    width: 50%;
    background: #ffffff30;
    border-radius: 50%;
    position: absolute;
    top: -285%;
    left: -15%;
    z-index: -1;
    transition: all 0.5s ease;
}

button.btn.btn-primary:hover:after {
    width: 100%;
}

button.btn.btn-primary:after {
    content: '';
    display: block;
    height: 200px;
    width: 50%;
    background: #ffffff30;
    border-radius: 50%;
    position: absolute;
    top: -100%;
    right: -15%;
    z-index: -1;
    transition: all 0.5s ease;
}

button.btn.btn-primary {
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 30px #000;
    background: #ffb318;
    color: #f5f5f5;
    font-weight: 900;
}

button.btn.btn-primary:hover {
    color: #000;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background: #ffb827;
}

a#showPassword {
    position: absolute;
    top: 20px;
    right: 15px;
}

input#password {
    margin-bottom: 35px;
}

a.forgot-password {
    bottom: -35px;
}

/* New Services */

.servidwrap span.servid {
    padding-right: 25px;
    background: transparent;
}

.servidwrap {
    width: fit-content;
}

.copbut {
    background: #000;
}

.serv-name {
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    margin: 10px 0;
}

.serv-name.mk-icons span.servnamespan {
    width: auto;
    height: auto;
}

.serv-name.mk-icons span {
    display: inline-block;
    color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 18px;
}

.serv-name.mk-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0 20px;
    width: 100%;
    padding: 0;
}

.servquantitygrp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.servquantitygrp div i {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    margin: -10px;
    background: #000;
    margin-right: 10px;
    margin-left: 0;
}

.servquantitygrp div {
    display: block;
    width: 50%;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 4px 0;
}

.avgspd i {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    margin: -10px;
    background: #000;
    margin-right: 10px;
    margin-left: 0;
}

.avgspd {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    /*margin-bottom: 20px;*/
    margin-top: 6px;
    padding: 4px 0;
}

.avgspd.chrgserv i {
    background: #161107;
    color: #ffb827;
    border: 1px solid;
    width: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.avgspd.chrgserv {
    border: 1px solid #ffb827;
}

.serv-name.mk-icons {
    width: 100% !important;
    max-height: 45px;
    overflow: hidden;
    min-height: 45px;
    border-radius: 0;
    align-items: center;
}

.servbtngrp button {
    width: 32%;
    border-radius: 12px;
}

.servbtngrp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.servbox {
    padding: 10px;
    background: #ffffff20;
    margin: 10px 0;
    border-radius: 12px;
    border: 1px solid #ffffff20;
}

.minquant {
    width: 40% !important;
}

.maxquant {
    width: 60% !important;
}

.cattr {
    padding: 22px !important;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-size: cover;
    text-align: inherit;
    font-size: 17px;
    background-position: right;
    box-shadow: none;
    border: 2px solid;
    color: #fff;
    border-radius: 12px;
}

.btngrpbtnflex {
    display: flex;
    gap: 20px;
}

.avgspd.chrgserv span {
    color: #fff;
}

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

.favbtnserv>span {
    background: #ffffff3d;
    padding: 4px;
    height: 28px;
    width: 28px;
    border-radius: 12px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favbtnserv span {
    color: #fff;
    font-size: 11px;
}

.favbtnserv span.favorite-active {
    background: #35260d;
    border-color: #ffb800;
}

.favbtnserv span.favorite-active span {
    color: #feb700;
}

.toprow {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.servbtngrp button.btn.btn-info {
    background: linear-gradient(45deg, #2564ff, #00a9ff);
    border: 1px solid #fff;
}

.servbtngrp button.btn {
    background: linear-gradient(45deg, #f6bf4e, #ffdb93);
    border: 1px solid #fff;
}

.servbtngrp button.btn.btn-success {
    background: linear-gradient(45deg, #5de323, #35a31e);
}

.btngrpbtnflex {
    margin: 20px 0 5px;
}

.btngrpbtnflex a.btn.btn-primary {
    width: auto;
    padding: 7px 25px;
}

a.btn.btn-primary.signtopbtn {
    border: 0;
    text-shadow: none;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(45deg, #df4f4f, #ff7575);
    box-shadow: 5px 5px 35px 0px #cb4141;
    border: 1px solid #ffffff20;
}

a.btn.btn-primary.signtopservbtn {
    border: 0;
    text-shadow: none;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(45deg, #a6e647, #1bb741);
    box-shadow: 5px 5px 35px 0px #4ecb41cf;
    border: 1px solid #ffffff20;
}

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/

body {
    margin-top: 30px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: grid;
    width: 100%;
    position: relative;
    margin: 10px 0 15px 0;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #000000;
    background: #fff;
    border: 2px solid #fff;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard-step a.btn-circle.active {
    background: #000000;
    border: 2px solid #ffb800;
    color: #ffb800;
    font-weight: 800;
}

.stepwizard-step small {
    font-weight: 600;
    color: #fff;
}

.democard {
    display: flex;
    align-items: center;
    background: #000;
    border: 2px solid #fff;
    padding: 12px;
    border-radius: 20px;
}

.democard p {
    color: #fff;
    margin: 0;
    margin-right: 12px;
    width: 180%;
}

a.btn.btn-primary.signtopbtn {
    border: 0;
    text-shadow: none;
    padding: 10px 50px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    color: #ffffff;
    background: transparent;
    box-shadow: 5px 5px 35px 0px #ffffff00;
    border: 2px solid #ffb800;
}

a.btn.btn-primary.signtopservbtn {
    border: 0;
    text-shadow: none;
    padding: 10px 50px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #000000;
    background: #ffb800;
    box-shadow: 5px 5px 35px 0px #ffffff42;
    border: 2px solid #ffb800;
}

a#pasteButton {
    background: #ffb800;
    padding: 1px 10px;
    color: #000;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    left: 38px;
}

div#order_link {
    position: relative;
}

a#pasteButton {
    position: absolute;
    z-index: 10;
    top: 25px;
    bottom: auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: auto;
    border-radius: 0 20px 20px 0;
    text-decoration: none;
    cursor: pointer;
}

div#newsfeed {
    border: 2px solid #ffb827;
    border-radius: 12px;
}

@media(max-width: 390px) {
    .row.ticket-message-block .ticket-message {
        padding-bottom: 80px !important;
    }
    .info {
        margin-top: -75px !important;
    }
}

.select2-container .dropdown-menu>li>a>span>span {
    color: #fff;
}

.select2-container .dropdown-menu>li>a:hover>span>span {
    color: #000;
}

button.input-wrapper__prepend {
    background: #ffb800 !important;
    padding: 10px !important;
    z-index: 1;
    width: 40px;
    left: 0px !important;
    border-radius: 20px 0 0 20px;
}

button.input-wrapper__prepend span {
    color: #000;
    text-shadow: none;
}

.search-dropdown .input-wrapper .form-control {
    padding-right: 50px !important;
    padding-left: 15px !important;
}

.itnewscard {
    background: #000000;
    padding: 10px;
    border: 2px solid #ffffff;
    border-radius: 28px;
    margin: 20px 10px;
}

.incheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

span.brandnameinc {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 20px;
}

span.brandnameinc.iginc {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.incheader .datetime {
    color: #fff;
}

.incbody {
    padding: 15px;
    border: 1px solid #ffffff20;
    border-radius: 25px;
    background: #ffffff10;
}

.incbody h3 {
    color: #fff;
    margin-bottom: 10px;
}

.incbody p {
    color: #ffffff99;
    margin: 0;
    margin-top: 12px;
}

.incheader .datetime i {
    margin-right: 4px;
}

button.input-wrapper__prepend {
    right: 0 !important;
    left: auto !important;
    border-radius: 0 30px 30px 0;
}

.alert.alert-success.ordalert b {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.alert.alert-success.ordalert span {
    color: #3c763d !important;
    font-weight: 500;
}

.alert.alert-success.ordalert {
    border-radius: 20px;
    margin-bottom: 0;
    margin-top: 18px;
    border: 2px solid;
}

h2.socialounterstitle {
    color: #ffb800;
    font-weight: 700;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-size: cover;
    padding: 15px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 20px;
    background-position: right;
    font-weight: 900;
}

.well.countwell {
    margin: 0;
}

/* New Login */

/* Major Changes */

body {
    background: url(/profelar/i.imgur.com/1rm0vrX.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #000;
    margin: 0;
    font-size: 15px;
}

.btn.btn-primary {
    border: 2px solid #ffffff26;
    background: radial-gradient(42.73% 42.73% at 50% 96.36%, #ffe194 0%, #ffb80012 100%), #ffb800 !important;
    background-size: 100% 100%;
    box-shadow: 0px 1.18245px 2.3649px 0px #ffb800, 0px 0px 0px 1.18245px #bd8e13, #000000 5px 5px 60px -10px;
    border-radius: 12px;
    font-weight: 600;
    color: #000000 !important;
}

/* Navbar */

nav.navbar.guestnav.navbar-default.navbar-fixed-top {
    max-width: 1200px;
    margin: 15px auto;
    border: 1px solid #ffffff20;
    border-radius: 55px;
    padding: 5px;
    background: url(/profelar/i.imgur.com/imAqucG.png);
    background-size: cover;
}

li.ctamenu a {
    padding: 15px 20px !important;
    margin: 5px !important;
    color: #ffb827 !important;
}

li.ctamenu.ctaregis a {
    border: 2px solid #ffffff26;
    background: radial-gradient(42.73% 42.73% at 50% 96.36%, #ffe194 0%, #ffb80012 100%), #ffb800 !important;
    background-size: 100% 100%;
    box-shadow: 0px 1.18245px 2.3649px 0px #ffb800, 0px 0px 0px 1.18245px #bd8e13;
    border-radius: 20px;
    font-weight: 600;
    color: #000 !important;
}

nav.guestnav ul li.ctamenu.ctaregis a {
    color: #000 !important;
}

.guestnav.navbar-default .navbar-nav>li>a {
    margin: 11px 2px;
    transition: all 0.5s ease-in-out;
}

.guestnav.navbar-default .navbar-toggle,
.guestnav.navbar-default .navbar-toggle:hover,
.guestnav.navbar-default .navbar-toggle:focus {
    margin: 8px;
    border-radius: 22px;
}

.guestnav.navbar-default .navbar-nav>.active>a,
.guestnav.navbar-default .navbar-nav>.active>a:hover,
.guestnav.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    border: initial;
    box-shadow: none;
    color: #ffb800;
    font-family: inherit;
}

.guestnav.navbar-default .navbar-nav>li>a:hover,
.guestnav.navbar-default .navbar-nav>li>a:focus,
.guestnav.navbar-default .navbar-nav>li>a:active {
    color: #ffb800;
}

@media(max-width: 1200px) {
    nav.navbar.guestnav.navbar-default.navbar-fixed-top {
        margin: 15px;
        background: url(/profelar/i.imgur.com/JqxbzPi.png);
        background-position: left;
        background-size: cover;
        background-color: #000;
    }
}

@media(max-width: 768px) {
    nav.navbar.guestnav.navbar-default.navbar-fixed-top div#navbar {
        position: fixed;
        z-index: 1;
        width: -webkit-fill-available;
        background: #000;
        border: 1px solid #ffffff20;
        max-height: fit-content;
        padding: 28px;
        border-radius: 27px;
        padding-bottom: 0;
        left: 0;
        margin: 14px;
    }
}

/* First Section */

.firstSec {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    margin-top: -100px;
    padding-top: 200px;
    /*background: url(/profelar/i.imgur.com/1rm0vrX.png);
  background-size: cover;
  background-color: #000;
  background-size: cover;*/
}

canvas#particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
    width: -webkit-fill-available !important;
}

.firstcont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.toplabel span.badge {
    position: absolute;
    top: -12px;
    right: -10px;
    background: #069cd5;
    transform: rotate(18deg);
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.toplabel {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 6px 35px;
    border-radius: 20px;
    position: relative;
    font-size: 13px;
    border: 2px solid #ffb827;
}

.firstcont h1 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 3.5vw;
}

.firstcont p {
    color: #ffffff90;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
}

@media(max-width: 768px) {
    .firstcont h1 {
        font-size: 10vw;
    }
}

.loginform button.btn.btn-primary {
    padding: 12px;
}

/*.lines {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 90vw;
pointer-events: none;
}
.line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.1);
overflow: hidden;
}
.line::after {
content: '';
display: block;
position: absolute;
height: 15vh;
width: 100%;
top: -50%;
left: 0;
background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffb800 75%, #ffb800 100%);
animation: drop 7s 0s infinite;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
margin-left: -50%;
}
.line:nth-child(1)::after {
animation-delay: 2s;
}
.line:nth-child(2) {
margin-left: -25%;
}
.line:nth-child(2)::after {
animation-delay: 5.3s;
}
.line:nth-child(3) {
margin-left: 25%;
}
.line:nth-child(3)::after {
animation-delay: 2.7s;
}
.line:nth-child(4) {
margin-left: 50%;
}
.line:nth-child(4)::after {
animation-delay: 4.2s;
}
@keyframes drop {
0% {
top: -50%;
}
100% {
top: 110%;
}
}*/

.area {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #ffffff20;
    border: 1px solid #ffffff20;
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        tran sform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.optionsflexlogin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: #ffffff20;
    padding: 2px 20px;
    border: 1px solid #ffffff20;
    border-radius: 33px;
    flex-wrap: wrap;
    margin-top: 13px;
}

form.loginform .forgot-password {
    position: inherit;
    margin: 0;
}

.optionsflexlogin div.checkbox {
    margin: 0 !important;
}

.optionsflexlogin span.pull-right.pull-right-middle {
    display: inline-block;
    float: none !important;
}

form.loginform.row {
    background: none;
    border: none;
}

form.loginform input#password {
    margin: auto;
}

a#showPassword {
    padding: 10px;
    background: #000000;
    height: 40px;
    width: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 6px;
    right: 23px;
    border: 1px solid #fff;
    text-decoration: none !important;
    cursor: pointer;
}

@media(max-width: 560px) {
    .optionsflexlogin {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        background: #ffffff20;
        padding: 10px 20px;
        border: 1px solid #ffffff20;
        border-radius: 33px;
        flex-wrap: wrap;
        margin-top: 13px;
    }
}

.formwrap i {
    background: #ffb827;
    text-shadow: none;
    color: #000;
}

form.loginform .form-control {
    background: radial-gradient(#2a1e04, #00000040);
}

/* Second Section */

section.secondSec {
    background: #ffffff10;
    padding: 20px;
    border-top: 1px solid #ffffff20;
    border-bottom: 1px solid #ffffff20;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 60px -25px #000;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper-slide {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.swiper-slide img {
    max-width: 140px;
    opacity: 0.6;
}

/* Third Section */

section.thirdSec {
    padding: 50px 0;
    overflow: visible;
}

.contclmnone .badgetop {
    background: #ffffff20;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #ffffff20;
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 22px 5px 5px;
}

.contclmnone .badgetop i {
    height: 30px;
    width: 30px;
    border: 1px solid #ffb800;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #ffb82730;
}

.contclmnone h2 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 3.5vw;
}

.contclmnone p {
    color: #ffffff99;
    font-weight: 300;
    line-height: 1.5;
}

.contclmnone p b {
    color: #fff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .contclmnone h2 {
        font-size: 10vw !important;
    }
}

/* Fourth Section */

section.fourthSec {
    padding: 50px 0;
}

.smallcard,
.biggercard {
    background: #ffffff10;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #ffffff20;
    border-radius: 20px;
    box-shadow: 5px 5px 70px -35px #000;
    position: relative;
}

.smallcard:before,
.biggercard:before {
    background: linear-gradient(18.48deg, rgba(255, 255, 255, .25) 2.76%, rgba(255, 255, 255, 0) 17.23%), linear-gradient(200.6deg, rgba(255, 255, 255, .25) 4.13%, rgba(255, 255, 255, 0) 20.54%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.smallcard h2,
.biggercard h2 {
    color: #fff;
}

.smallcard p,
.biggercard p {
    color: #ffffff99;
    font-weight: 300;
}

/* Fifth Section */

section.fifthSec {
    padding: 60px 0;
}

.processflex {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: auto;
    gap: 25px;
}

.processflex .processgrid {
    max-width: 23%;
    padding: 30px;
    border-right: 1px solid #ffffff20;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: #ffffff10;
    background-size: cover;
    background-position: center;
    border: 1px solid #ffffff20;
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 5px 80px -30px #000000;
    backdrop-filter: blur(5px);
}

.processflex .processgrid h2 {
    color: #ffb800;
    font-weight: 900;
    font-size: 40px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #ffffff20;
}

.processflex .processgrid h4 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-top: 18px;
    line-height: 1.3;
}

.processflex .processgrid p {
    color: #ffffff90;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
}

.processflex .processgrid:hover p {
    height: 82px;
    max-height: max-content;
}

.processflex .processgrid h2 i {
    transform: rotate(45deg);
    margin-left: 122px;
    transition: all 0.5s ease-in-out;
}

.processflex .processgrid>i {
    color: #ffb800;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 1px solid #ffb827;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 37px;
    background: #ffb82721;
    position: absolute;
    top: 20px;
    right: 20px;
}

.processflex .processgrid:hover h2 i {
    transform: rotate(-45deg);
}

/* Fifth Section Services */

.servicebox {
    border: 1px solid #fff;
    box-shadow: 5px 5px 60px -30px #000000;
    position: relative;
    overflow: hidden;
}

.servicebox .serviceboxname p span {
    color: #ffffff99;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
}

.servicebox .serviceboxprice p {
    color: #ffffff99;
}

.servicebox .serviceboxprice p span {
    color: #fff;
}

.servicebox:before {
    content: '';
    display: block;
    height: 200px;
    width: 70%;
    background: #ffffff15;
    border-radius: 50%;
    position: absolute;
    top: -141px;
    right: -100px;
    z-index: 5;
    transition: all 0.5s ease;
    transform: rotate(112deg);
}

.servicebox:after {
    content: '';
    display: block;
    height: 200px;
    width: 70%;
    background: #ffffff15;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -100px;
    z-index: 5;
    transition: all 0.5s ease;
}

.servicebox.igservicebox {
    background: url(/profelar/i.imgur.com/1F1ZabO.png);
    background-size: cover;
    background-position: center;
}

.servicebox.tgservicebox {
    background: linear-gradient(45deg, #3ea3cd, #1d7cbd);
}

.servicebox.ytservicebox {
    background: linear-gradient(45deg, #c72929, #e54141);
}

.servicebox.fbservicebox {
    background: linear-gradient(45deg, #285cc5, #0094dd);
}

.servicebox.xservicebox {
    background: #000;
}

.servicebox.ttservicebox {
    background: #171717;
}

.text-card p {
    color: #ffffff90;
    font-weight: 300;
    line-height: 1.3;
}

.text-card h2 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}

.text-card {
    margin: 40px 10px;
}

.smmcons h2 i {
    color: #ff0000;
    background: #ff00002e;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
}

.smmcons h3,
.smmpros h3 {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.smmcons h3 i,
.smmpros h3 i {
    background: #ff000036;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
    color: red;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.smmcons h2,
.smmpros h2 {
    color: #fff;
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.smmcons span,
.smmpros span {
    color: red;
    font-weight: 600;
    font-size: 35px;
    display: block;
    line-height: 1;
    margin: -5px 0 5px 0;
}

.smmcons p,
.smmpros p {
    color: #fff;
    font-size: 15px;
}

ul.listsprcn {
    padding: 0;
    list-style: none;
    color: #ffffff99;
    font-size: 14px;
    margin: 15px 0;
}

.smmcons ul.listsprcn li i {
    display: inline-flex;
    height: 25px;
    width: 25px;
    background: #ff000036;
    color: red;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid;
    margin-right: 10px;
}

ul.listsprcn li {
    margin: 10px 0;
}

.smmpros span {
    color: green;
}

.smmcons,
.smmpros {
    padding: 15px;
}

.smmpros {
    background: radial-gradient(#00800024, #90ff9024);
    border: 2px solid green;
    border-radius: 22px;
    backdrop-filter: blur(15px);
}

.smmpros ul.listsprcn li i {
    display: inline-flex;
    height: 25px;
    width: 25px;
    background: #0080001c;
    color: green;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid;
    margin-right: 10px;
}

.servicebox {
    margin: 10px;
}

@media(max-width: 992px) {
    .processflex .processgrid {
        max-width: 90%;
    }
    .processflex {
        flex-wrap: wrap;
    }
}

table.table.servtable {
    backdrop-filter: blur(20px);
    border-radius: 40px;
    overflow: hidden;
    border: 8px solid #000 !important;
    margin: 0;
}

th.con,
td.con {
    background: #e74c3c33 !important;
    border: 1px solid #e74c3c !important;
    padding: 15px 30px !important;
    width: 28%;
}

th.pro,
td.pro {
    background: #00800030 !important;
    border: 1px solid #008003 !important;
    padding: 15px 30px !important;
    width: 38%;
}

table.table.servtable th,
table.table.servtable td {
    background: #0000003d;
    border: 1px solid #e74c3c;
    text-align: center;
}

.well.well-float.comptabwell {
    background: transparent;
    border: 0;
    border-radius: 40px;
    overflow: auto;
    box-shadow: 2px 2px 70px -26px #000;
    padding: 0;
}

.smmpros.row {
    background: transparent;
    border: none;
    backdrop-filter: none;
}

.smmcons h3,
.smmpros h3 {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

th.con i,
td.con i {
    border: 2px solid;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 10px;
    color: red;
    font-size: 12px;
}

td.pro i,
th.pro i {
    border: 2px solid;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 10px;
    color: green;
    font-size: 12px;
}

/* Tenth Sec */

.statboxgrp .statbox.statboxfill {
    border: 1px solid #ffb800;
}

.statboxgrp .statbox p {
    color: #fff;
    margin: 0;
}

.statboxgrp .statbox h2 {
    color: #ffb800;
    font-weight: 600;
    margin: 0;
    margin-bottom: 22px;
    font-size: 38px;
}

.statboxgrp .statbox {
    background: #ffffff20;
    display: block;
    border: 1px solid #ffffff20;
    padding: 15px 30px;
    width: 48%;
    border-radius: 20px;
    position: relative;
}

.statbox:before {
    background: linear-gradient(18.48deg, rgba(255, 255, 255, .25) 2.76%, rgba(255, 255, 255, 0) 17.23%), linear-gradient(200.6deg, rgba(255, 255, 255, .25) 4.13%, rgba(255, 255, 255, 0) 20.54%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.statboxgrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 562px) {
    .statboxgrp .statbox {
        width: 100%;
    }
    .statboxgrp {
        margin-top: 35px;
    }
}

section.tenthSec {
    padding: 50px 0;
}

img.dashboardfeat {
    width: 100%;
    filter: drop-shadow(0px 15px 120px #ffb82750);
}

/* Eleventh Section */

section.eleventhSec {
    padding: 60px 0;
}

.panel-group.faqpanel .panel {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ffffff20;
}

.panel-group.faqpanel .panel:last-child {
    border-bottom: 2px solid #ffffff00;
}

.panel-group.faqpanel .panel-heading {
    padding: 0;
    background: transparent;
}

.panel-group.faqpanel .panel-heading .panel-title a {
    display: flex;
    justify-content: space-between;
    padding: 25px 10px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    align-items: center;
}

.panel-group.faqpanel .panel-heading .panel-title a i {
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.panel-group.faqpanel .panel-heading .panel-title a.collapsed i {
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.panel-group.faqpanel .panel-collapse .panel-body {
    border: 0;
    color: #ffffff90;
}

.panel-group.faqpanel .panel-heading .panel-title a span small {
    display: inline-block;
    font-size: 14px;
    background: #ffb80020;
    width: fit-content;
    padding: 6px 12px;
    margin-bottom: 10px;
    border: 1px solid #ffb800;
    color: #fff;
    border-radius: 20px;
}

.panel-group.faqpanel .panel-heading .panel-title a span {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.panel-group.faqpanel .panel-heading .panel-title a:hover i,
.panel-group.faqpanel .panel-heading .panel-title a i:hover {
    animation: none;
}

.heading p.subheading {
    background: #ffffff20;
    border: 1px solid #ffffff20;
    padding: 4px 20px;
    border-radius: 20px;
    font-weight: 100;
    font-size: 14px;
}

.heading h2 {
    font-weight: 400;
}

.processgrid:before {
    background: linear-gradient(18.48deg, rgba(255, 255, 255, .25) 2.76%, rgba(255, 255, 255, 0) 17.23%), linear-gradient(200.6deg, rgba(255, 255, 255, .25) 4.13%, rgba(255, 255, 255, 0) 20.54%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

/* Footer */

.footerfoot {
    padding: 5px 0;
    background: url(/profelar/i.imgur.com/JqxbzPi.png);
    background-position: right;
    background-size: cover;
    background-color: #000;
    margin-bottom: -2px;
    border-top: 1px solid #ffffff20;
}

img.footerimg {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 20px auto;
}

.footerfoot p {
    margin-bottom: 0;
    text-align: right;
    color: #fff;
}

footer.footer ul li a {
    font-weight: 600;
}

footer.footer ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    justify-content: center;
}

footer.footer {
    background: url(/profelar/i.imgur.com/JqxbzPi.png);
    background-position: right;
    background-size: cover;
    background-color: #000;
    padding: 20px 20px;
    border-top: 1px solid #ffffff20;
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0px -10px 85px -20px #ffb82717;
    margin-bottom: -2px;
}

footer p {
    margin: 0;
    color: #fff;
    text-align: right;
}

@media (max-width: 567px) {
    footer p {
        text-align: center;
    }
}

button#topgoTo {
    display: block;
    position: fixed;
    bottom: -60px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ffb827;
    color: black;
    cursor: pointer;
    padding: 11px;
    height: 50px;
    width: 50px;
    border-radius: 36px;
    transition: all 0.5s ease-in-out;
}

button#topgoTo:hover {
    opacity: 0.5;
}

img.dashboardfeatinsta {
    position: absolute;
    top: 121px;
    right: -30px;
    width: 18%;
    filter: drop-shadow(-50px 0px 30px black);
    border: 1px solid #ffffff20;
    border-radius: 12px;
}

img.dashboardfeattele {
    position: absolute;
    top: 140px;
    left: -95px;
    width: 30%;
    filter: drop-shadow(50px 0px 30px #00000090);
}

.dashboardfeat {
    position: relative;
    margin-bottom: 7px;
}

.text-card {
    background: #ffffff20;
    padding: 18px;
    border: 1px solid #ffffff20;
    border-radius: 20px;
    margin: 15px 0;
}

.text-card img {
    max-width: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(2px 2px 35px #00000090);
}

.text-card i {
    border: 2px solid #ffffff26;
    background: radial-gradient(42.73% 42.73% at 50% 96.36%, #ffe194 0%, #ffb80012 100%), #ffb800 !important;
    box-shadow: 0px 1.18245px 2.3649px 0px #ffb800, 0px 0px 0px 1.18245px #bd8e13, #000000 5px 5px 60px -10px;
    border-radius: 35px;
    font-weight: 600;
    color: #000 !important;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 1px 1px white;
}

form.loginform .form-control {
    color: #ffffff99;
}

.smallcard h2:before {
    content: '';
    display: block;
    height: 100px;
    width: 100px;
    background: linear-gradient(45deg, #ffb827, #ffb800);
    filter: blur(100px);
    position: absolute;
    left: 40%;
    top: 20px;
    opacity: 1;
    z-index: -1;
}

.biggercard h2:before {
    content: '';
    display: block;
    height: 100px;
    width: 100px;
    background: linear-gradient(45deg, #ffb827, #ffb800);
    filter: blur(100px);
    position: absolute;
    left: 40%;
    bottom: 20px;
    opacity: 1;
    z-index: -1;
}

.smallcard img {
    width: -webkit-fill-available;
    margin: -20px;
}

.smallcard,
.biggercard {
    overflow: hidden;
    backdrop-filter: blur(11px);
}

.biggercard img {
    width: -webkit-fill-available;
    margin: -20px;
}

.alert.alert-dismissible.alert-success {
    background: #0080003b;
    backdrop-filter: blur(11px);
    border: 1px solid #3c763d50;
    border-radius: 20px;
    color: #fff;
}

/* Browser Window */

.browser-window-osx {
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.11);
    border: 1px solid #ffffff20;
    width: 100%;
    padding: 14px;
    border-radius: 20px;
    position: relative;
    background: #00000080;
    margin: 20px auto;
    max-width: 425px;
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 50px -15px #00000040;
    margin-bottom: -18px;
}

.browser-window-osx .header {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.browser-window-osx .header .menu {
    background: #0000006b;
    height: 38px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff20;
    display: inline-flex;
    align-items: center;
    min-width: 85px;
    padding: 10px;
}

.browser-window-osx .header .menu span {
    margin: 6px 4px;
    padding: 0;
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    border-radius: 50%;
}

.browser-window-osx .header .menu span.close {
    background: #ff9292;
    opacity: 1;
}

.browser-window-osx .header .menu span.minimize {
    background: #ffdc7f;
}

.browser-window-osx .header .menu span.maximize {
    background: #42b673;
}

.browser-window-osx .header .search {
    background: #0000006b;
    width: -webkit-fill-available;
    height: 38px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff20;
    display: inline-flex;
    align-items: center;
}

.browser-window-osx .header .search p {
    color: #fff;
    font-size: 12px;
    margin: 6px 10px;
    letter-spacing: 0.6px;
    position: absolute;
}

.browser-window-osx .header .search p span {
    color: #7ed321;
}

.browser-window-osx .window {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: scale(1);
    border-radius: 0 0 5px 5px;
}

@media (max-width: 750px) {
    .browser-window-osx .header .menu {
        display: none;
    }
    .browser-window-osx .header .search {
        width: 100%;
    }
}

.bonusbox {
    padding: 5px;
    border: 1px solid #ffffff20;
    border-radius: 20px;
    overflow: hidden;
    background: url(/profelar/i.imgur.com/cRac7p6.png);
    background-size: cover;
    background-position: center;
    margin: 10px 0 20px;
}

.bonusflexes>div p {
    color: #000000;
    margin: 0;
    background: #ffb827;
    font-weight: 600;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.bonusflexes>div span {
    color: #ffffff;
    font-size: 12px;
    margin: auto;
}

.bonusflexes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00000090;
    border: 1px solid #ffffff20;
    padding: 8px 15px;
    border-radius: 13px;
    margin: 5px 0;
    box-shadow: 0px 5px 40px -10px #000000;
}

.bonusflexes img {
    max-width: 80px;
}

.bonusslider.slick-initialized.slick-slider.slick-vertical {
    margin-bottom: 0 !important;
}

.bonusbox .nlbcont h2,
.bonusbox .nlbcont h2 span {
    font-size: 30px;
    font-weight: 500;
}

.bonusbox .nlbcont p {
    font-weight: 200;
    line-height: 1.3;
}

.browser-window-osx.browserbc {
    max-width: 100%;
}

span.toplabel span.badge {
    position: absolute;
    top: -12px;
    right: -10px;
    background: url(/profelar/i.imgur.com/IpFMG3o.png);
    background-size: cover;
    transform: rotate(18deg);
    color: #000;
    border: 2px solid #000;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.20px) {
    img.dashboardfeatinsta {
        width: 30%;
        top: 75px;
    }
    img.dashboardfeattele {
        width: 40%;
        top: 140px;
        left: -50px;
    }
    img.dashboardfeat {
        width: 150%;
        left: 0px;
    }
}

/* Testimonial */

section.ninthSec {
    padding: 50px 0;
}

.testimonial-card .testimonial-footer p {
    color: #fff;
    margin: 0;
}

.testimonial-card .testimonial-footer h4 {
    color: #ffb800;
    font-weight: 700;
    margin: 0;
}

.testimonial-card .testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonial-card .testimonial-footer img {
    border-radius: 40px;
    width: 50px;
    margin-right: 10px;
}

.testimonial-card .testimonial-body {
    color: #fff;
    margin-bottom: 20px;
}

.testimonial-card:before {
    background: linear-gradient(18.48deg, rgba(255, 255, 255, .25) 2.76%, rgba(255, 255, 255, 0) 17.23%), linear-gradient(200.6deg, rgba(255, 255, 255, .25) 4.13%, rgba(255, 255, 255, 0) 20.54%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.testimonial-card {
    background-color: #ffffff20;
    padding: 25px;
    border-radius: 20px;
    background-image: url(/profelar/i.imgur.com/7SGP4WF.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    border: 1px solid #ffffff20;
    margin: 20px 0;
}

/* Blog Section */

section.twelveSec {
    padding: 0 0 60px 0;
}

.blogcard img.blogcardimg {
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 2px 70px -25px #000;
}

.blogcard .blogcarddetails h4 {
    font-size: 25px;
    color: #ffffff;
}

.blogcardright {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.blogcardright .blogcarddetails h4 {
    color: #fff;
    font-weight: 400;
}

.blogcardright img.blogcardimg {
    max-width: 230px;
    border-radius: 12px;
    margin-right: 14px;
    box-shadow: 2px 2px 70px -25px #000;
}

.blogcard .blogcarddetails p,
.blogcardright .blogcarddetails p {
    color: #ffffff90;
}

a.nodec {
    text-decoration: none;
}

a.blogbtn {
    background: #ffffff20;
    padding: 5px 20px;
    border: 1px solid #ffffff20;
    border-radius: 20px;
    color: #fff;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 18px;
    box-shadow: 1px 1px 40px -6px #000;
    text-decoration: none;
    transition: all 0.5s ease;
}

a.blogbtn:hover {
    opacity: 0.6;
}

@media(max-width: 767px) {
    .blogcardright img.blogcardimg {
        max-width: 130px;
    }
    .blogcardright .blogcarddetails p {
        display: none;
    }
    .blogcard {
        margin-bottom: 20px;
    }
}

/* New Order Top New Designs */

.analystat {
    border: 1px solid #ffffff20;
    margin: 10px 0;
    padding: 20px;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    width: -webkit-fill-available;
    background: #ffffff10;
    backdrop-filter: blur(3px);
    position: relative;
}

.analystat:before {
    background: linear-gradient(18.48deg, rgba(255, 255, 255, .25) 2.76%, rgba(255, 255, 255, 0) 17.23%), linear-gradient(200.6deg, rgba(255, 255, 255, .25) 4.13%, rgba(255, 255, 255, 0) 20.54%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.tophdr {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}

.tophdr p {
    color: #fff;
    margin: 0;
}

.tophdr p i {
    color: #ffb800;
    margin-right: 5px;
}

.dotsanlyc {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dotsanlyc .dot1 {
    display: block;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 20px;
}

.dotsanlyc .dot2 {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 20px;
    margin-left: -8px;
}

.analystat h2 {
    color: #ffb827;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown.statdd button {
    background: transparent;
    border: 0;
    outline: none;
}

.dropdown.statdd ul.dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 10px !important;
    background: #342b22;
    border: 1px solid #ffffff20;
    padding: 0;
}

.dropdown.statdd ul.dropdown-menu li a {
    color: #fff;
    border-bottom: 1px solid #ffffff20;
    padding: 8px 16px;
}

.dropdown.statdd ul.dropdown-menu li:last-child a {
    border: none;
}

.dropdown.statdd ul.dropdown-menu li a:hover {
    background: #00000020;
}

span.medbalalrt span,
span.medbalalrt a {
    font-weight: 500;
    background: #4f9427;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    margin-right: 4px;
    vertical-align: bottom;
}

span.medbalalrt {
    color: #ffffff99;
    font-size: 13px;
}

span.lowbalalrt span {
    font-weight: 500;
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    margin-right: 4px;
    vertical-align: bottom;
}

span.lowbalalrt {
    color: #ffffff90;
    font-size: 13px;
}

.prflbar {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-size: cover;
    background-position: right;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 1px solid #ffffff20;
    border-radius: 12px;
    margin-bottom: 10px;
    position: relative;
}

.prflbar:before {
    background: linear-gradient(18.48deg, rgba(255, 255, 255, .25) 2.76%, rgba(255, 255, 255, 0) 17.23%), linear-gradient(200.6deg, rgba(255, 255, 255, .25) 4.13%, rgba(255, 255, 255, 0) 20.54%);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.mainprofcard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

img.profilePicture {
    max-width: 80px;
    max-height: 80px;
}

.prflbar .mainprofcard div div#greeting {
    color: #fff;
    margin: 0;
}

.prflbar .mainprofcard div h2 {
    color: #ffb800;
    margin: 0;
}

a.acntsbtn {
    display: flex;
    height: 35px;
    width: 35px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transform: rotate(45deg);
    text-decoration: none;
}

.welcmcard {
    padding: 25px;
    background: url(/profelar/i.imgur.com/lL8Nvfq.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    border: 1px solid #ffffff20;
    margin-bottom: 15px;
    justify-content: space-around;
}

.leftcontwelcm {
    z-index: 1;
    /*background: #00000010;
  padding: 30px;
  backdrop-filter: blur(80px);
  border-radius: 25px;
  border: 1px solid #ffffff20;*/
    max-width: 370px;
}

.leftcontwelcm h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 12px;
}

.leftcontwelcm p {
    color: #ffffff70;
    font-size: 13px;
    margin: 0;
    line-height: 1.3;
}

.leftcontwelcm h2 span {
    color: #ffb800;
    font-weight: 700;
    font-size: 30px;
}

.subheadwlcm span {
    background: #ffb800;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 5px;
    border-radius: 20px;
    margin-right: 10px;
}

.subheadwlcm p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.subheadwlcm {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff20;
    padding: 4px;
    border-radius: 20px;
    border: 1px solid #ffffff20;
    margin-bottom: 6px;
    padding-right: 15px;
}

.welcmcard .imfwelcmdiv img {
    max-width: 230px;
    margin: -25px;
    margin-left: 25px;
    margin-right: 20px;
    margin-top: 0;
}

@media(max-width: 600px) {
    .welcmcard {
        flex-direction: column;
        align-items: normal;
    }
    .leftcontwelcm {
        max-width: 100%;
    }
    .welcmcard .imfwelcmdiv {
        display: none;
    }
}

.fundhistwell {
    background: #000000cf;
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 50px -15px #00000040;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ffffff40;
}

.fundcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ffffff20;
}

.fundcard .leftfndscard p {
    margin: 0;
    color: #ffffff90;
}

.fundcard .leftfndscard h4 span {
    color: #ffb827;
}

.fundcard .leftfndscard h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}

.rightfndscard .fundrightamnt {
    color: green;
    font-weight: 600;
    font-size: 17px;
}

.rightfndscard .fundrightamnt p.date {
    font-size: 12px;
    color: #ffffff90;
    font-weight: 200;
    margin: 0;
    margin-top: 5px;
}

.rightfndscard .fundrightamnt.negbal {
    color: red;
}

.communityno {
    border-radius: 12px;
    margin: 10px 0;
}

.communityno.waco {
    border: 1px solid #40d34830;
    background: radial-gradient(#0c2a0f, #0d2c10);
}

.communityno.tgco {
    border: 1px solid #00a4e030;
    background: radial-gradient(#0c2832, #0d3442);
}

.communityno.ytco {
    border: 1px solid #b61d1d30;
    background: radial-gradient(#3d0c0c, #320b0b);
}

.communityno.ytco h2 {
    color: #c81717;
}

.communityno img {
    border-radius: 15px;
}

.imfwelcmdiv {
    position: relative;
}

img.emo {
    position: absolute;
}

img.emo.emoji1 {
    width: 60px;
    top: 100px;
    left: 10px;
    transform: rotate(-10deg);
    filter: blur(4px);
    animation: 7s float ease-in-out infinite;
}

img.emo.emoji2 {
    max-width: 75px;
    bottom: 0;
    right: -37px;
    z-index: 0;
    filter: blur(4px);
    animation: 9s float ease-in-out infinite;
}

img.emo.emoji3 {
    top: 115px;
    right: 0;
    width: 52px;
    z-index: 2;
    filter: drop-shadow(2px 2px 22px #000);
    transform: rotate(26deg);
    animation: 10s float ease-in-out infinite;
}

img.emo.emoji4 {
    max-width: 70px;
    bottom: 0;
    left: -30px;
    transform: rotate(-11deg);
    z-index: 2;
    filter: drop-shadow(2px 2px 25px black);
    animation: 6s float ease-in-out infinite;
}

.welcmcard .imfwelcmdiv img.protagonist {
    z-index: 1;
    position: relative;
    filter: drop-shadow(4px 4px 35px black);
}

.levelcards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.levelcards::-webkit-scrollbar {
    display: none;
}

.leccards {
    background: #ffffff20;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 10px;
    border-radius: 20px;
    min-width: 200px;
    border: 1px solid #ffffff20;
}

.leccards p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}

.leccards h3 {
    margin: 0;
    font-size: 20px;
    color: #ffb827;
}

.leccards.active {
    background: #ffb8002e;
    border: 1px solid #ffb800;
}

.leccards.completed {
    background: #ffb8002e;
    border: 1px solid #ffb800;
    opacity: 0.3;
    cursor: no-drop;
}

.cardlvl .rightdivlvl p {
    color: #fff;
    margin: 0;
    margin-top: 5px;
}

.cardlvl .rightdivlvl h2 {
    color: #ffb827;
    margin: 0;
}

.cardlvl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffb8002b;
    border: 1px solid #ffb8004a;
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0;
}

.cardlvl img {
    max-width: 60px;
    margin-right: 10px;
}

@media(max-width: 991.2px) {
    select#serviceFilter {
        margin-bottom: 10px;
    }
}

.fncnbtn a {
    text-decoration: none;
    cursor: pointer;
    background: #ffb80021;
    border: 1px solid #ffb80020;
    color: #ffb800;
    font-weight: 400;
    white-space: nowrap;
}

.fncnbtn {
    position: initial;
    margin: 10px 0 0 0;
    gap: 10px;
}

.signinbtmbtngrp {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.signinbtmbtngrp a {
    border: 2px solid #ffffff26;
    background: radial-gradient(42.73% 42.73% at 50% 96.36%, #ffe194 0%, #ffb80012 100%), #ffb800 !important;
    background-size: 100% 100%;
    box-shadow: 0px 1.18245px 2.3649px 0px #ffb800, 0px 0px 0px 1.18245px #bd8e13, #000000 5px 5px 60px -10px;
    border-radius: 20px;
    font-weight: 600;
    color: #000 !important;
    padding: 10px 20px;
    font-weight: 800;
    text-decoration: none;
}

nav.navbar.guestnav.navbar-default.navbar-fixed-top {
    overflow: visible;
}

nav.navbar.guestnav.navbar-default.navbar-fixed-top ul.dropdown-menu.profileddmenu {
    border-radius: 20px !important;
}

.guestnav.navbar-default .navbar-nav>.open>a {
    background: transparent;
    color: #ffb800 !important;
}

.tophdr a.profbutn {
    background: #ffb80020;
    padding: 2px 10px;
    border: 1px solid;
    border-radius: 30px;
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

div#lottie-animation {
    width: 150%;
    margin: -100px;
    margin-bottom: -200px;
}

.tsservcard p.headingservts {
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 5px;
}

.tsservcard>p {
    color: #ffffff99;
    border: 1px solid #ffffff20;
    padding: 15px;
    border-radius: 20px;
    margin: 0;
}

.tsservcard .headtscard h2 {
    color: #ffb827;
    margin: 0;
}

.tsservcard .headtscard p {
    color: #fff;
    font-size: 16px;
}

.tsservcard .headtscard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.tsservcard span.subid {
    background: #ffffff20;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    border: 1px solid #ffffff20;
    border-radius: 20px;
}

.tsservcard {
    background: #ffffff20;
    padding: 10px;
    border: 1px solid #ffffff20;
    border-radius: 20px;
    margin: 15px 0;
    cursor: pointer;
}

.complog .swiper-slide img {
    max-width: 200px;
}

.communityno.tgco {
    background: #ffb8002b;
    border: 1px solid #ffb8004a;
}

.communityno h2 {
    color: #ffb800;
    text-shadow: 2px 2px 40px;
}

.communityno img {
    width: 100%;
    max-width: 60px;
    margin: 10px;
    background: #00bdff;
    border-radius: 18px;
    filter: hue-rotate(205deg) brightness(1.1);
    box-shadow: 2px 2px 80px -8px #00bdff;
}

button.form-control.dropdown-toggle.payselecbtn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

button.form-control.dropdown-toggle.payselecbtn img {
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 50px;
    border: 1px solid #fff;
    margin-right: 10px;
    margin-left: -6px;
}

button.form-control.dropdown-toggle.payselecbtn span.caret {
    display: none;
}

ul.dropdown-menu.fundlistml {
    width: 100%;
    max-height: 350px;
}

p.labelfunds {
    padding: 7px 10px;
    border-bottom: 1px solid #ffffff10;
    color: #fff;
}

li.payment-option img {
    width: 35px;
    height: 35px;
    background: #000000;
    border-radius: 20px;
    border: 1px solid #fff;
}

li.payment-option a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff10;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #ffffff10;
    align-items: center;
}

li.payment-option a:hover {
    background: #ffffff20;
}

li.payment-option p {
    margin: 0;
    color: #fff;
}

@media(max-width: 454px) {
    .tophdr {
        flex-wrap: wrap;
    }
    span.tickcardstat {
        width: 100%;
        text-align: center;
    }
}

p.menuheading {
    color: #fff;
    margin: 5px 0;
    transition: all 0.5s ease;
    white-space: nowrap;
}

@media (min-width: 765px) {
    .navbarbottom.expanded p.menuheading {
        display: block;
    }
    p.menuheading {
        color: #fff;
        margin: 5px 0;
        display: none;
        transition: all 0.5s ease;
        white-space: nowrap;
    }
    .navbarbottom:hover p.menuheading {
        display: block;
    }
}

.navbarbottom ul {
    height: -webkit-fill-available;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.sidebarhead {
    display: flex;
    flex-direction: column;
}

.socicnsb {
    position: sticky;
    bottom: 0;
    width: inherit;
    z-index: 0;
}

.navbarbottom,
.navbarbottom.expanded {
    padding-bottom: 0;
}

.signinbtmbtngrp a {
    border-radius: 40px;
}

.signinbtmbtngrp a:last-child {
    background: transparent !important;
    color: #ffb800 !important;
    box-shadow: none;
    border: 2px solid;
    border-radius: 40px !important;
}

td.service-name.width-40 {
    min-width: 350px;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-position: center;
    color: #fff;
    border: 2px solid #ffb827;
    transition: all 0.1s ease;
}

.socialcall-icons {
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.5s ease;
    pointer-events: none;
}

.socialcall-icons a {
    width: 60px;
    height: 60px;
    font-size: 20px;
    background-color: #241903;
    border: 1px solid #ffffff20;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

a.telegrambtn {
    background: #2e93c7;
}

.socialcall-icons.show {
    display: flex !important;
    pointer-events: all;
}

.socialcall-icons.show a {
    opacity: 1;
    transform: translateY(0);
}

.socialcall-icons a:nth-child(1) {
    transition-delay: 0.1s;
}

.socialcall-icons a:nth-child(2) {
    transition-delay: 0.2s;
}

.socialcall-icons a:nth-child(3) {
    transition-delay: 0.3s;
}

ul.nav.nav-pills li a {
    cursor: pointer;
}

.signinbtmbtngrp {
    margin: 20px 0;
}

/* New Sidebar */

.sidebarnorm {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    background: url(/profelar/storage.perfectcdn.com/fcm9r8/0hpnjxgrgi7h7c06.png);
    z-index: 1031;
    background-position: center;
    background-size: cover;
}

.sidebarnorm * {
    transition: all 0.5s ease;
}

.sidebarnorm.expanded {
    width: 300px;
}

.userprofilecardnew {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    /*padding: 14px;*/
    margin-bottom: 20px;
    width: 260px;
}

.userprofilecardnew img {
    height: 70px;
    width: 70px;
}

.userprofcont p.upcname {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.userprofcont p.upcfund {
    color: #ffffff90;
    margin: 0;
}

.userprofilecardnew i {
    margin-left: auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff10;
    border-radius: 10px;
    border: 1px solid #ffffff10;
}

ul.sidemenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    /*padding: 22px;*/
    height: -webkit-fill-available;
    margin-bottom: 95px;
}

ul.sidemenu li {
    width: 100%;
}

ul.sidemenu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    margin: 4px 0px;
    text-decoration: none;
}

ul.sidemenu li a i {
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff10;
    border-radius: 8px;
    color: #ffffff90;
    border: 1px solid #ffffff10;
    margin: 0 10px;
    font-size: 14px;
}

ul.sidemenu li a:hover i {
    color: #fff;
    border-color: #fff;
    animation: none;
}

ul.sidemenu li a p {
    margin: 0;
    color: #fff;
    margin-left: 5px;
}

ul.sidemenu li a p {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #fff !important;
}

p.menusubs {
    color: #ffffff90;
    margin: 15px 0 10px 0;
    font-size: 13px;
    white-space: nowrap;
}

ul.sidemenu p.menusubs:first-child {
    margin-top: 0;
}

.userprofilecardnew img {
    height: 70px;
    width: 70px;
    margin: -5px;
}

@media (min-width: 765px) {
    .navbarbottom .userprofcont,
    .navbarbottom .userprofilecardnew i {
        display: none;
    }
    ul.sidemenu p.menusubs {
        display: none;
    }
    .navbarbottom:hover ul.sidemenu p.menusubs,
    .navbarbottom.expanded ul.sidemenu p.menusubs {
        display: block;
    }
    .navbarbottom:hover .userprofcont,
    .navbarbottom.expanded .userprofcont {
        display: block;
    }
    .navbarbottom:hover .userprofilecardnew i,
    .navbarbottom.expanded .userprofilecardnew i {
        display: flex;
    }
}

.navbarbottom:hover ul.sidemenu,
.navbarbottom.expanded ul.sidemenu {
    height: -webkit-fill-available;
}

i.rightarrowsbm {
    margin: 0;
    margin-left: auto;
    padding: 0;
    min-height: auto !important;
    min-width: auto !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffffff40 !important;
}

.navbarbottom ul li a:hover i.rightarrowsbm {
    color: #ffffff !important;
}

.sidebarbtmacbtns {
    position: sticky;
    bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb827;
    border-radius: 12px;
}

.sidebarbtmacbtns {
    position: sticky;
    bottom: 10px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: flex-start;
    background: #ffb827;
    border-radius: 12px;
    padding: 12px;
    background: #ffb8002b;
    border: 1px solid #ffb8004a;
    width: 260px;
    backdrop-filter: blur(60px);
}

.sidebarbtmacbtns ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sidebarbtmacbtns ul li button {
    background: transparent;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    margin: 2px 1px;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
}

.sidebarbtmacbtns ul li button i {
    background: #ffb827;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 2px;
    border: 0;
    margin-right: 10px;
    box-shadow: 2px 2px 40px #ffb82754;
}

ul.actnsbtnssb {
    gap: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 2px;
    overflow: visible;
}

.navbarbottom:hover .sidebarbtmacbtns,
.navbarbottom.expanded .sidebarbtmacbtns {
    display: flex;
}

.navbarbottom.expanded ul::-webkit-scrollbar,
.navbarbottom ul::-webkit-scrollbar {
    width: 5px;
    display: none;
}

@media(max-width: 767px) {
    button#topgoTo {
        left: 20px !important;
    }
}

td.service-name div {
    font-size: 14px !important;
}

.floating-btn:hover {
    transform: scale(0.95);
    box-shadow: 0px 4px 20px 0 #000;
}

a.updtbtn.btn.btn-primary {
    text-shadow: none;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 4px 15px;
}

.floating-btn p {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    line-height: 1;
    margin-top: 2px;
}

.floating-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.socialcall-icons.show a img {
    width: 100%;
    border: 0;
    padding: 0;
}

span.toplabel {
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    border: 2px solid #ffb827;
    background-size: cover;
    background-position: center;
    padding: 5px;
    padding-right: 15px;
    border-radius: 13px;
}

span.toplabel span.badge {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: inline-flex;
    font-size: 13px;
    background: #fff;
}

.paymenthdr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paymenthdr img {
    max-width: 200px;
    border-radius: 10px;
    border: 1px solid #ffffff10;
}

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

.statscardpay {
    background: #ffffff20;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.statscardpay p {
    margin: 0;
    color: #fff;
}

.statscardpay p strong {
    color: #ffb800;
}

.btngrpfunds {
    margin-top: 20px;
}

.btngrpfunds p a.contactbtn {
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 10px;
    margin-left: 5px;
    display: inline-block;
    background: url(/profelar/i.imgur.com/3rsNRGV.png);
    background-position: center;
    color: #fff;
    border: 2px solid #ffb827;
    text-decoration: none;
    transition: all 0.1s ease;
}

.btngrpfunds p a.contactbtn:hover {
    transform: scale(0.95);
}

.btngrpfunds p {
    margin: 0;
    color: #fff;
}

.fundschldcont p {
    color: #ffffff90;
    margin: 0;
    text-align: left;
}

.fundschldcont span.contfundspan {
    color: #fff;
}

.fundschild {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
    background: linear-gradient(45deg, #ffffff20, transparent);
    padding: 5px;
    border-radius: 12px;
}

.fundschild .frstnum {
    min-height: 43px;
    min-width: 43px;
    background: #ffb827;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 10px;
}

.topgrp {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.ordbtn button.btn.btn-info {
    background: linear-gradient(45deg, #2564ff, #00a9ff);
    border: 1px solid #fff;
    border-radius: 12px;
}

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

td.bonusperc {
    font-weight: bold;
    color: #ffb827 !important;
    text-align: right;
}

.address-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

button.btn.copybtn {
    color: #000;
    background: #ffffff;
    margin-left: 10px;
    border-radius: 8px;
    position: absolute;
    right: 4px;
    padding: 5px 10px;
}

.landingleft h2 {
    color: #fff;
    margin-top: 10px;
}

.landingleft p {
    color: #ffffff90;
    line-height: 1.4;
    margin-bottom: 15px;
}

.googlebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 2px solid #ffffff26;
    background: radial-gradient(42.73% 42.73% at 50% 96.36%, #ffe194 0%, #ffb80012 100%), #ffb800 !important;
    box-shadow: 0px 1.18245px 2.3649px 0px #ffb800, 0px 0px 0px 1.18245px #bd8e13, #000000 5px 5px 60px -10px;
    border-radius: 12px;
    font-weight: 600;
    color: #000 !important;
    margin-top: 15px;
}

span.flting {
    color: #000000;
    position: absolute;
}

.g_id_signin {
    opacity: 0.01;
}

iframe.ytiframetut {
    border-radius: 20px;
}

ul.pagination li a {
    border-radius: 10px !important;
    background: #ffffff20;
    border: 1px solid #ffffff10;
    color: #fff;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.pagination li a span {
    color: #fff;
}

ul.pagination li.active a {
    border: 2px solid #ffffff26;
    background: radial-gradient(42.73% 42.73% at 50% 96.36%, #ffe194 0%, #ffb80012 100%), #ffb800 !important;
    box-shadow: 0px 1.18245px 2.3649px 0px #ffb800, 0px 0px 0px 1.18245px #bd8e13;
    color: #000;
    font-weight: 600;
}

ul.pagination li a:hover span {
    color: #000;
    font-weight: 500;
}

ul.sidemenu {
    margin-bottom: 125px;
}

a.footer-brand img {
    width: 100%;
    max-width: 200PX;
    margin-bottom: 10px;
}

footer.footer h4 {
    color: #fff;
    font-weight: 500;
}

footer.footer ul.list-unstyled {
    display: flex;
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    border: 0;
    flex-wrap: nowrap;
    padding: 0;
}

.communityno.tgco.wpco img {
    filter: hue-rotate(-89deg) brightness(0.95) saturate(0.7);
    box-shadow: 2px 2px 80px -8px #000;
}

ul.pagination {
    display: block;
}

ul.pagination li a {
    margin-right: 10px;
}

table.table.newtable {
    font-size: 14px;
}

table.table.newtable>tbody>tr>td {
    padding: 10px;
    line-height: 1;
}

td.idtd div {
    color: #000000;
    margin-bottom: 8px;
    background: #ffb800;
    display: block;
    padding: 4px 10px;
    text-align: center;
    border-radius: 20px;
    max-width: fit-content;
    font-weight: 600;
}

.servlinkbox {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ordstatbox i {
    font-size: 18px;
}

.ordstatbox {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 13px;
}

.ordstatbox p {
    color: #ffffff99;
    margin-bottom: 5px;
}

table.table.newtable>tbody>tr.active>td {
    background: #ffffff20;
}

.ordertopfeats {
    margin-bottom: 25px;
    color: #fff;
    background: #ffffff20;
    padding: 0px;
    border-radius: 12px;
    border: 1px solid #ffffff20;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ordertopfeats .search {
    width: 100%;
}

.ordertopfeats .search i {
    display: none;
}

.ordertopfeats .search form {
    margin: 0;
}

.ordertopfeats .search form input.form-control {
    border-radius: 12px 12px 0 0;
    padding: 22px;
}

a.btn-order {
    background: #ffb827;
    border: 1px solid #ffde9c;
    padding: 4px 10px;
    border-radius: 28px;
    font-weight: 600;
}

a.btn-order-danger {
    background: #c32020;
    border: 1px solid #ff2727;
    padding: 4px 10px;
    border-radius: 28px;
    font-weight: 500;
    color: #fff;
}

/* New Codes CSS To Transfer */

span.select2-selection__rendered span {
    color: #fff;
}

.select2-container ul#select2-orderform-service-results.dropdown-menu>li>a {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    padding-top: 15px !important;
    padding-left: 15px !important;
}

.select2-container ul#select2-orderform-service-results.dropdown-menu>li>a .badge {
    position: absolute;
    top: 12px;
    margin-left: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #000 !important;
}

ul.nav.nav-pills li a:hover {
    opacity: 1;
}