@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

a {
    color: #ef336c;
}

body {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body.guest {
    background-color: #131129;
}

.guest .navbar.navbar-default {
    background-color: transparent;
    border: none;
    padding: 10px 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.navbar-default .navbar-nav.navbar-right>li>a {
    background: #ee336d;
    border-radius: 6px;
    padding-left: 40px;
    padding-right: 40px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    border-bottom: 2px solid #6f4ef2;
    color: #ffffff;
}

.guest .navbar-nav li a:hover,
.guest .navbar-nav li a:focus,
.guest .navbar-nav li a:focus-visible,
.guest .navbar-nav li.active a,
.guest .navbar-nav li.active a:hover {
    border-bottom: 2px solid #6f4ef2;
    background-color: transparent;
    color: #fff;
}

#top h3,
#top p.before-title {
    font-size: 24px;
    font-weight: 400;
    color: #ee336d !important;
    margin-bottom: 0 !important;
}

#top p a {
    font-weight: 400 !important;
}

#top h2,
#top h1 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.45;
}

#top p {
    color: rgba(255, 255, 255, 0.36);
    margin-bottom: 45px;
    color: #fff;
    line-height: 1.5;
}

#top {
    padding: 80px 0 40px;
    overflow-x: hidden;
    position: relative;
    isolation: isolate;
}

#top::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 550px;
    border-radius: 40%;
    background-color: #443195;
    filter: blur(50px);
    z-index: -1;
    rotate: 20deg;
    top: 0px;
    right: 18%;
}

#top::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: #ee336d;
    border-radius: 100%;
    filter: blur(50px);
    opacity: 60%;
    top: -35%;
    right: -16%;
    z-index: -1;
}

#top .form-row {
    margin-top: 90px;
}

.btn.btn-primary,
.btn.btn-secondary {
    max-height: 72px;
    overflow: hidden;
    border: 2px solid;
    border-radius: 10px !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.btn.btn-primary {
    background-color: rgba(111, 78, 242, 0.21);
    border-color: #6f4ef2;
}

.btn.btn-primary img,
.btn.btn-secondary img {
    margin-top: -40px;
    margin-bottom: -40px;
    margin-right: -50px;
}

.btn.btn-secondary {
    border-color: #f73164;
    background-color: rgba(247, 49, 100, 0.21);
}

.btn-group .btn.btn-primary {
    margin-right: 15px;
}

.right-pic {
    width: 170%;
    display: block;
}

.form-group.icgrp {
    position: relative;
    background-color: #1d1933;
    border: 1px solid #505051;
    border-radius: 10px;
    padding: 20px 15px;
}

.icgrp img {
    position: absolute;
    left: -25px;
    top: -21px;
}

.form-group.icgrp .form-control {
    background-color: transparent;
    border: none;
    padding-left: 70px;
    z-index: 1;
    position: relative;
    box-shadow: none;
    height: 34px;
}

.btn.btn-block.btn-primary {
    height: 76px;
}

.row.form-row {
    margin-top: 80px;
}

.form-row .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.form-row .checkbox {
    color: #ffffff;
}

.form-row .pull-right.pull-right-middle {
    color: #ffffff;
}

#why-try .row {
  background: radial-gradient(circle at 0% 100%, #541e40, transparent 40%), radial-gradient(circle at 100% 0%, #312562, transparent 40%), #1d1933;
  border-radius: 45px;
}

.why-head {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 120px;
}

.start {
    font-size: 18px;
    font-weight: 700;
    color: #f73164;
}

.why-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.why-box p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff5c;
}

.why-icon {
    margin-bottom: 15px;
}

.why-box {
    padding: 28px 20px 15px;
}

.why-slider .slick-arrow {
    background-color: transparent;
    border: none;
    padding: 0;
}

.why-slider .right-arrow.slick-arrow {
    margin-left: auto;
    margin-right: 0;
    display: block !important;
    margin-bottom: 15px;
}

.why-slider .left-arrow.slick-arrow {
    display: block !important;
    position: absolute;
    right: 40px;
    bottom: 0;
}

#why-choss {
    padding: 100px 0;
    background-position: center top;
    background-repeat: no-repeat;
}

.hed {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
}

.choss-box {
    padding: 28px 20px 15px;
    border: 2px solid #6f4ef2;
    background: #1d1933;
    border-radius: 30px;
    min-height: 385px;
}

.choss-box.whyred {
    border: 2px solid #ea2f61;
    background: #131129;
}

.choss-box,
.choss-box.whyred {
    border-color: transparent;
    background: transparent;
}

.choss-box:hover {
    border: 2px solid #ea2f61 !important;
    background: #131129 !important;
}

.choss-box img {
    margin-left: -40px;
    margin-bottom: -30px;
}

.choss-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.choss-box p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff5c;
}

.had {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

#social h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.sociali {
    margin: -5px -10px -20px -20px;
}

#social p {
    color: #ffffff5c;
}

.socialp {
    width: 140%;
    margin-top: -120px;
    margin-left: -100px;
}

#social {
    padding: 100px 0 0;
}

.hat {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.castamar h3,
.castamar h6 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

.castamar p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff5c;
    font-style: italic;
}

.castamar {
    margin-top: 80px;
}

.buoaye {
    width: 190%;
    margin: -230px 0 0 0;
}

.castamar .slick-arrow {
    background-color: transparent;
    border: none;
    padding: 0;
}

.castamar .left-arrow.slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
}

.castamar .right-arrow.slick-arrow {
    margin-left: 35px;
    margin-top: 100px;
}

.count-wrap {
    background: radial-gradient(circle at 50% 50%, #2a205ad6, transparent 60%);
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    right: -110px;
    bottom: -260px;
    text-align: center;
    padding: 210px 130px;
}

.count-wrap .count {
    font-size: 120px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.count-wrap p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff5c;
}

#what-cust {
    overflow-x: hidden;
    padding: 120px 0;
    overflow-y: hidden;
}

#buysmm .row {
    background-image: url(https://i.imgur.com/gRpQ5bs.png);
    background-repeat: no-reapeat;
    background-size: cover;
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.heed {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

#buysmm p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff5c;
    margin: 0;
}

#buysmm .btn.btn-secondary {
    float: right;
}

#payi {
    padding: 70px 0;
    text-align: center;
}

footer {
    background-color: #1d1933;
    padding: 15px 0;
}

footer p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

footer ul {
    display: flex;
    list-style: none;
    margin: 0;
}

footer ul a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 0px 10px;
}

.dash .wrapper {
    background-color: #131129;
    border-radius: 15px;
    padding: 0 15px;
    height: 100vh;
}

.sidebar-wrap {
    position: fixed;
    left: 15px;
    top: 15px;
    background-color: #2d2358;
    width: 270px;
    height: 97%;
    border-radius: 15px;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
}

.sidebar-logo {
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.sidebar-logo img {
    display: block;
    margin: auto;
    max-width: 120px;
}

.profile {
    border: 2px solid #6d4dee;
    padding: 12px;
    border-radius: 12px;
    background-color: rgba(111, 78, 242, 26%);
    position: relative;
}

.profile {
    border: 2px solid #6d4dee;
    padding: 12px;
    border-radius: 12px;
    background-color: rgba(111, 78, 242, 26%);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: ;
}

.profile-left {
    flex: 0 0 60px;
    max-width: 60px;
}

.profile-right {
    flex: 0 0 70%;
    max-width: 70%;
    color: #fff;
    position: relative;
}

.username,
.username-b {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.username-b {
    color: #f73164;
}

.username-b span {
    font-size: 10px;
    color: #fff;
}

.username {
    margin-bottom: 7px;
}

.user-deposite {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 700;
}

.sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 25px 0;
}

.sidebar-nav li a {
    color: #fff;
    text-align: left;
    display: block;
    padding: 12px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
}

.sidebar-nav li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.sidebar-nav li a:hover {
    background-color: #6f4ef2;
    border-radius: 8px;
    text-decoration: none;
}

.inner-wrap {
    padding-left: 270px;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
}

.inner-nav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 15px 0;
    border-radius: 15px;
    margin-bottom: 20px;
}

.inner-nav-left ul,
.inner-nav-right ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.right-nav {
    font-size: 17px;
    color: #fff !important;
    margin-right: 12px;
    text-decoration: none !important;
}

.right-nav i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: rgb(111, 78, 242, 30%);
    border-radius: 8px;
    border: 2px solid #6f4ef2;
    margin-right: 8px;
}

.breads {
    font-size: 16px !important;
    color: #fff !important;
    margin-left: 15px;
}

.stats-wrap {
    background-color: #261a35;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.stats-title {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.stats-txt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}

.stats-right {
    position: relative;
}

.stats-right {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.form-group .control-label {
    color: rgba(255, 255, 255, 45%);
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-control,
#charge {
    background-color: #131129;
    border-color: #131129;
    height: 55px;
    color: #fff;
    font-size: 14px;
}

.panel-body {
    background-color: #131129;
    border-color: #131129;
}

.well {
    background-color: #1d1933;
    border: 1px solid #1d1933;
    border-radius: 20px;
}

.why-try-row {
    background: transparent !important;
    margin-bottom: 35px;
}

.why-try-row p {
    color: rgba(255, 255, 255, 33%);
}

.txt {
    color: rgba(255, 255, 255, 33%);
}

.social-slider button.left-arrow,
.social-slider button.right-arrow {
    display: block !important;
    position: absolute;
    right: 40px;
    bottom: -50px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.social-slider button.right-arrow {
    right: 0px;
}

.socialp {
    width: auto;
    margin-top: -120px;
    margin-left: -250px;
}

ul.step-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0;
    list-style: none;
    background-image: url('https://i.imgur.com/yyAsKbr.png');
    background-size: cover;
    background-position: center;
    height: 199px;
    justify-content: center;
    margin-top: 200px;
}

ul.step-ul li {
    flex: 0 0 25%;
    max-width: 25%;
    position: absolute;
    padding: 0 35px;
}

.step-wrap {
    text-align: center;
}

p.step-txt {
    color: rgba(255, 255, 255, 33%);
    font-size: 16px;
}

h3.step-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 9px auto;
}

span.step-num {
    width: 107px;
    height: 107px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: auto;
    border-radius: 100px;
    background-color: #7b3dd9;
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    box-shadow: -10px 10px 30px 0 rgb(255, 255, 255, 25%);
}

ul.step-ul li:first-child {
    left: 100px;
    top: 150px;
}

ul.step-ul li:nth-child(2) {
    top: 170px;
    left: 329px;
}

ul.step-ul li:nth-child(3) {
    top: 150px;
    right: 315px;
}

ul.step-ul li:last-child {
    right: 90px;
    top: 170px;
}

ul.step-ul li:nth-child(2) .step-num,
ul.step-ul li:last-child .step-num {
    background-color: #f73164;
}

section#cheapest .container {
    background-image: url('https://i.23robo.info/projects/yoyomedia/img/A6PIkn6.webp');
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 170px;
}

.title2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.row.step-row {
    margin-bottom: 120px;
}

ul.service-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 50px auto 0;
    width: 95%;
}

ul.service-ul li {
    flex: 0 0 18%;
    max-width: 18%;
}

.serv-box-wrap {
    text-align: center;
    background-color: #6f4ef2;
    border-radius: 15px;
    padding: 20px 15px;
    height: 205px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

h3.serv-title {
    color: #131129;
    font-size: 20px;
    font-weight: 700;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    height: 60px;
}

p.serv-num {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

p.serv-num sub {
    font-size: 24px;
    bottom: 0;
}

p.serv-num .line-through {
    text-decoration: line-through;
}

ul.service-ul li:nth-child(even) .serv-box-wrap {
    background-color: #f73164;
}

section#best {
    padding: 80px 0;
}

section#best .hat {
    margin-bottom: 20px;
}

#best .nav-tabs {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    border: 0;
    margin-bottom: 45px;
}

#best .nav-tabs li {
    flex: 0 0 20%;
    max-width: 20%;
}

#best .nav-tabs li a {
    text-align: center;
    background-color: #6f4ef2;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #6f4ef2;
}

#best .nav-tabs li.active a,
#best .nav-tabs li a:hover,
#best .nav-tabs li.active a:hover,
#best .nav-tabs li a:focus,
#best .nav-tabs li:nth-child(even).active a,
#best .nav-tabs li:nth-child(even).active a:hover,
#best .nav-tabs li:nth-child(even) a:hover,
#best .nav-tabs li:nth-child(even) a:focus {
    background: #241d50;
    box-shadow: 0 5px 15px 0 rgb(111 78 242 / 60%);
}

#best .nav-tabs li:nth-child(even) a {
    background-color: #f73164;
    border-color: #f73164;
}

.best-tab-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

#best .tab-pane .txt {
    font-size: 16px;
    line-height: 1.4;
}

.best-tab-title2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 20px auto;
}

#best .tab-pane ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

#best .tab-pane ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

#best .tab-pane ul li p {
    color: #fff;
    font-size: 16px;
}

#best .tab-pane {
    padding: 20px 0 0 0;
}

section#growing .txt {
    font-size: 16px;
}

.growing-slide .row {
    display: flex;
    align-items: center;
}

.growing-slide {
    width: auto;
    margin-left: 45px;
}

.growing-slider .right-arrow.slick-arrow {
    left: 90px;
}

.growing-slider .slick-arrow {
    display: block !important;
    position: absolute;
    left: 50px;
    bottom: -50px;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 999;
}

.growing-slider {
    margin-top: 80px;
}

section#growing .container {
    background-image: url('https://i.23robo.info/projects/yoyomedia/img/A6PIkn6.webp');
    padding: 80px 0 120px;
    background-size: 100% 100%;
}

section#faq {
    padding: 80px 0;
}

#faq .panel-heading {
    background-color: #1d1933;
    border-color: #1d1933;
    padding: 0;
}

#faq .panel-heading a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 15px 32px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    text-decoration: none !important;
}

#faq .panel-heading a span {
    font-size: 28px;
    font-weight: 700;
    margin-right: 10px;
}

#faq .panel-heading a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #f73164;
}

#faq .panel-default {
    border-color: #1d1933;
    background: transparent;
}

#faq .panel-body {
    border-color: #1d1933;
    background-color: #1d1933;
    color: #fff;
}

#faq .panel-heading a[aria-expanded="true"] i:before {
    content: "\f068";
}

#faq .panel-heading a span.t {
    font-size: 18px;
}

#faq .panel-heading a span.q {
    flex: 0 0 11%;
    max-width: 11%;
}

#faq .panel-heading a span.t {
    flex: 0 0 85%;
    max-width: 85%;
}

.dash .wrapper {
    background-image: url('https://i.imgur.com/W9Rz4Yw.png');
    background-size: cover;
    background-position: center;
}

.sidebar-wrap {
    background-color: rgba(19, 17, 41, 66%);
    box-shadow: 0 0 50px 0 rgba(11, 78, 242, 20%);
}

.profile {
    border: 2px solid #ed2f60;
    padding: 5px;
    border-radius: 8px;
    position: relative;
}

.profile-left {
    height: 50px;
}

.profile-img {
    position: absolute;
    top: -5px;
}

.sidebar-wrap {
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 15px 0 0 15px;
}

.profile::after {
    content: '';
    position: absolute;
    background-image: url('https://i.imgur.com/Xqsuh5M.png');
    width: 240px;
    height: 150px;
    background-size: 240px 150px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.menu-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-image: url('https://i.imgur.com/EcYEWp3.png');
    background-position-y: center;
}

.sidebar-nav li a {
    position: relative;
    border-radius: 100px;
    padding: 8px 12px 8px 70px;
    margin-bottom: 14px;
}

.sidebar-nav li a.active,
.sidebar-nav li a:hover,
.sidebar-nav li a.active:hover,
.sidebar-nav li a:focus {
    background-color: #6f4ef2;
    box-shadow: -3px 5px 12px 0 rgba(111, 78, 242, 60%);
    border-radius: 100px;
}

.sidebar-nav li a.active .menu-icon,
.sidebar-nav li a:hover .menu-icon,
.sidebar-nav li a.active:hover .menu-icon,
.sidebar-nav li a:focus .menu-icon {
    background-color: #7c5ef3;
    box-shadow: 0 0 0 4px #1d1934;
}

.sidebar-copyright {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: rgba(255, 255, 255, 40%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 15px 0;
    border-radius: 0 0 0 15px;
    z-index: -1;
}

.inner-nav-left ul,
.inner-nav-right ul {
    align-content: center;
    align-items: center;
}

.breads span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 12px #fff;
}

.right-nav[href="/logout"] i {
    background-color: #6f4ef2;
    box-shadow: 0 7px 14px 0 rgba(111, 78, 242, 60%);
}

.stats-wrap {
    background-color: #1d1933;
    padding: 25px 15px;
    border: 2px solid #93264d;
}

.stats-row .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.stats-row .col-sm-3:first-child {
    padding-left: 15px;
}

.stats-row .col-sm-3:last-child {
    padding-right: 15px;
}

.stats-right img {
    margin-right: -15px;
}

.stats-wrap {
    background-color: #1d1933;
    padding: 25px 15px;
    border: 2px solid #93264d;
    background-image: url('https://i.imgur.com/YiqIeEe.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row.stats-row .col-sm-3:nth-child(2n) .stats-wrap {
    border-color: #493599;
    box-shadow: 0 0 20px 0 rgba(11, 78, 242, 50%);
    background-image: none;
}

.dash .well {
    background-color: rgba(19, 17, 41, 26%);
    border: 1px solid #6f4ef2;
    background-image: url('https://i.imgur.com/8X3EeXn.png');
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px 5px rgba(11, 78, 242, 50%);
}

.row.stats-row {
    margin-bottom: 10px;
}

.form-group.ipnt-icon {
    position: relative;
}

.form-group.ipnt-icon .form-control {
    padding-left: 55px;
}

.input-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #795af3;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    left: 7px;
    top: 38px;
    color: #fff;
    text-shadow: 0 0 12px #fff;
}

.input-icon-red {
    background-color: #f73366;
}

.dash .form-control:focus,
.dash .form-control:focus-visible {
    box-shadow: 0 0 7px 6px rgba(11, 78, 242, 50%);
    border: 1px solid rgba(11, 78, 242, 99%);
}

.dash .btn.btn-primary {
    width: 100%;
    background-color: #6f4ef2;
    padding: 10px 12px;
}

.dash .form-control,
form .panel-body {
    border-radius: 10px !important;
}

.row.stats-row .col-sm-3:last-child .stats-wrap {
    background-image: url(https://i.imgur.com/CZaXxW9.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}

.dash .nav-tabs {
    border-bottom: 0;
    margin-bottom: 15px;
}

.dash .nav-tabs li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #f33062;
    border-radius: 10px;
    padding: 0 18px;
    margin-right: 10px;
    background-color: rgba(243, 48, 98, 24%);
    min-width: 130px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.dash .nav-tabs li.active a,
.dash .nav-tabs li.active a:hover,
.dash .nav-tabs li a:hover,
.dash .nav-tabs li.active a:focus,
.dash .nav-tabs li a:focus {
    background-color: rgba(243, 48, 98, 99%);
    border-color: #f02f61;
    color: #fff;
    box-shadow: 0 0 12px 0 rgba(243, 48, 98, 90%);
}

.single-news {
    position: relative;
    background-color: #131129;
    border: 1px solid #6f4ef2;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0;
}

.news-detail {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.new-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.new-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.news-feed {
    list-style: none;
    margin-bottom: 0;
}

.single-news::before {
    content: attr(data-num);
    position: absolute;
    width: 25px;
    height: 25px;
    left: -32px;
    background-color: #f12f61;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.news-date {
    padding: 2px 12px;
    background-color: #7e61f3;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

#service_description .panel-body {
    color: #fff;
    font-size: 14px;
}

.news-box-wrap {
    height: 696px;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-width: thin;
}

.search-wrap .form-control {
    width: 100%;
}

.search-wrap .btn-default {
    background: transparent;
    border: 0;
    padding: 0;
    color: #6f4ef2;
    font-size: 20px;
}

.search-wrap .input-group-btn {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.search-wrap .input-group {
    width: 100%;
}

.row.search-row {
    margin-bottom: 20px;
}

.search-row .btn.btn-primary {
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.search-wrap .form-control::placeholder {
    color: #fff;
    font-size: 14px;
}

.search-wrap .form-control {
    padding-left: 35px;
    border: 1px solid #6f4ef2;
}

.search-wrap .form-control+.input-group-btn {
    display: none;
}

#servicefilter {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

#servicefilter i {
    float: right;
    font-size: 19px;
    color: #131129;
}

.table thead th {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 20px !important;
    background-color: #6f4ef2;
    border: 0 !important;
}

.table thead tr th:first-child {
    border-radius: 14px 0 0 14px;
}

.table thead tr th:last-child {
    border-radius: 0 14px 14px 0;
}

table.table {
    border-spacing: 0 15px;
    border-collapse: separate;
}

.table tbody tr.cat-row td {
    border: 0 !important;
    background-color: #f33268;
    padding: 15px !important;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.table tbody tr td {
    border: 0;
    padding: 20px;
    font-size: 18px;
    border-width: 2px 0 2px 0;
    border-color: #4a36a2;
    border-style: solid;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.table tbody tr td:first-child {
    border-left: 2px solid #4a36a2;
    border-radius: 14px 0 0 14px;
}

.table tbody tr td:last-child {
    border-right: 2px solid #4a36a2;
    border-radius: 0 14px 14px 0;
}

.table tbody tr.cat-row td {
    border-radius: 14px;
}

.table tbody tr {
    background-image: url('https://i.imgur.com/DntRusy.png');
    background-position: center center;
}

.table tbody tr:nth-child(2n+1) {
    background-image: url('https://i.imgur.com/nhaZD4D.png');
}

.badge.ser-min {
    width: 80%;
    background-color: #f33268;
    border-radius: 5px;
    padding: 8px;
    font-size: 15px;
    font-weight: 400;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.row.search-row .dropdown.open .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: left;
}

.row.search-row .dropdown.open .dropdown-menu a {
    display: block;
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 4px 15px;
    color: #6f4ef2;
}

.dash .nav.nav-pills {
    display: flex;
    flex-wrap: wrap;
    background-color: #1d1933;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: center;
    border-radius: 14px !important;
}

.dash .nav.nav-pills li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}

.dash .nav.nav-pills li a .pill-img {
    margin-right: 12px;
}

.dash .nav.nav-pills li.active a,
.dash .nav.nav-pills li.active a:hover,
.dash .nav.nav-pills li a:hover,
.dash .nav.nav-pills li a:focus,
.dash .nav.nav-pills li a:focus-visible {
    background: transparent;
}

.fund-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.fund-txt {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.fund-img {
    position: relative;
}

.fund-img img {
    position: absolute;
    top: -40px;
    transform: ;
}

.dash .nav-tabs.fund-tab li a {
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-width: auto;
    background-color: #131129;
    border: transparent;
    box-shadow: none !important;
}

.dash .fund-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.dash .fund-tab li {
    float: none;
    flex: 0 0 25%;
    max-width: 25%;
}

.dash .nav-tabs.fund-tab li.active a,
.dash .nav-tabs.fund-tab li a:hover,
.dash .nav-tabs.fund-tab li a:focus,
.dash .nav-tabs.fund-tab li a:focus-visible {
    background-color: #6f4ef2;
}

.fund-tab-content {
    padding: 45px 35px;
    background-color: #131129;
    border-radius: 14px;
}

.fund-title-sub {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px !important;
}

pre {
    padding: 45px 35px;
    background-color: #131129;
    border-radius: 14px;
    border: 1px solid #6f4ef2;
    color: #fff;
    margin-bottom: 0;
}

.ticket-faq {
    background-color: #131129;
    border-radius: 14px;
    padding: 26px 28px;
    margin-bottom: 25px;
}

.ticket-faq-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.ticket-faq-title span {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    color: #f73164;
}

.ticket-faq-txt {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.dash .nav-tabs.ticket-tab li a i {
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: #f73164;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-left: 12px;
}

.dash .nav-tabs.ticket-tab li a {
    display: flex;
    align-items: center;
    padding: 25px 18px !important;
}

.dash .nav-tabs.ticket-tab li.active a i,
.dash .nav-tabs.ticket-tab li a:hover i,
.dash .nav-tabs.ticket-tab li a:focus i,
.dash .nav-tabs.ticket-tab li a:focus-visible i {
    background-color: #fff;
    color: #f02f61;
}

.dash .nav-tabs.ticket-tab {
    margin-bottom: 50px;
}

.ticket-message-block .ticket-message {
    padding: 15px 25px;
    background-color: #131129;
    border-radius: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.info strong,
.info .text-muted {
    color: #fff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #131129;
    opacity: 1;
}

.breads:hover,
.breads:focus,
.breads:focus-visible {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.navbar-default .navbar-nav.navbar-right>li.active>a,
.navbar-default .navbar-nav.navbar-right>li>a:hover,
.navbar-default .navbar-nav.navbar-right>li>a:focus,
.navbar-default .navbar-nav.navbar-right>li>a:focus-visible {
    color: #fff;
    background-color: #ee336d;
    border: 0;
}

.have-acc {
    display: block;
    color: #fff;
    margin-top: 13px;
}

footer ul a:hover,
footer ul a:focus,
footer ul a:focus-visible {
    text-decoration: none;
    color: #fff;
}

.dash .wrapper.toogle .inner-wrap {
    padding-left: 100px;
}

.dash .wrapper.toogle .sidebar-wrap {
    width: 100px;
}

.dash .wrapper.toogle .sidebar-wrap .profile-right {
    display: none;
}

.dash .wrapper.toogle .sidebar-wrap .profile-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.dash .wrapper.toogle .sidebar-wrap .profile-img {
    left: 0;
    right: 0;
    margin: auto;
}

.dash .wrapper.toogle .sidebar-wrap .menu-name {
    display: none;
}

.dash .wrapper.toogle .sidebar-nav li a {
    background-color: transparent;
    box-shadow: none;
}

.dash .wrapper.toogle .sidebar-nav li a .menu-icon {
    left: 0;
    right: 0;
    margin: auto;
}

.dash .wrapper.toogle .sidebar-wrap .profile::after {
    display: none;
}

.pinner2 {
    display: none;
}

.best-tab-wrap {
  padding: 25px;
  background: radial-gradient(circle at -10% -10%, #531d3d, transparent 40%), radial-gradient(circle at -20% 110%, #2e2763, transparent 40%), radial-gradient(circle at 100% 50%, #2f235c, transparent 40%), #1d1933;
  border-radius: 30px;
}

.best-tab-img img {
    max-width: 100%;
    height: 420px;
    display: block;
    margin: auto;
}

#faq .panel-heading a::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, #2a205a, transparent 70%);
}

#faq .panel-heading a span.q,
#faq .panel-heading a span.t {
    position: relative;
    z-index: 1;
}

.btn_filter {
    display: flex;
    align-items: center;
    background-color: #131129;
    border: 1px solid #6f4ef2;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.btn_filter .icon i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.btn_filter .cat-name {
    color: #fff;
    font-size: 20px;
}

.btn_filter {
    text-decoration: none !important;
}

.dash .nav-tabs li a {
    margin-bottom: 8px;
}

.update-content-wrap {
    background-color: #131129;
    border-radius: 14px;
    padding: 26px 28px;
    margin-bottom: 25px;
    position: relative;
}

.update-content-wrap .id-boxi {
    font-size: ;
    font-size: 15px;
    font-weight: 700;
    color: #f73164;
}

.update-content-wrap .btn {
    background-color: #6f4ef2;
    border-radius: 3px !important;
    position: absolute;
    right: 20px;
    top: 26px;
}

.update-ser-name {
    font-size: 14px;
    color: #fff;
    margin: 15px auto 5px;
}

.update-date {
    font-size: 11px;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
}

.update-content {
    height: 790px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
    padding-right: 15px;
}

.brand-category {
    display: flex;
    align-items: center;
    background-color: #131129;
    border: 1px solid #6f4ef2;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 12px;
    text-decoration: none !important;
}

.brand-category .icon i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.brand-category .cat-name {
    color: #fff;
    font-size: 20px;
}

.brand-company {
    margin-bottom: 15px;
}

.result-box {
    background-color: #131129;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
}

.result-box .media-heading {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.result-box .media-heading+h5 {
    color: #6f4ef2;
    margin-bottom: 0;
    margin-top: 0;
}

.result-box .media-left {
    display: none;
}

.result-box .media-left,
.result-box .media-right,
.result-box .media-body {
    vertical-align: middle;
}

#service_desc {
    line-height: 1.4;
}

.new-stepbox {
    background-color: rgba(19, 17, 41, 72%);
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 72%);
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.stepbox-num {
    color: #6f4ef2;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: right;
    text-shadow: -5px 5px 10px rgba(0, 0, 0, 50%);
}

.stepbox-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.stepbox-txt {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 33%);
}

.row.new-step-row {
    width: 95%;
    margin: 80px auto auto;
}

.new-stepbox:hover {
    background-color: #6f4ef2;
}

.new-stepbox:hover .stepbox-num {
    color: #131129;
}

.new-stepbox:hover .stepbox-txt {
    color: #fff;
}

#get-top {
    padding: 80px 0;
}

.gettop-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.gettop-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-top: 50px;
    background-color: #6f4ef2;
    padding: 60px 20px;
    border-radius: 20px;
}

.gettop-ul li {
    flex: 0 0 16%;
    max-width: 16%;
}

.gettop-box-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.gettop-box-txt {
    margin-bottom: 0;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.growing-slide img {
    margin: auto;
}

.top-ftr {
    background-color: #6f4ef2;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: -245px;
}

.ftr-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.ftr-main-title-txt {
    font-size: 18px;
    font-weight: 300;
    width: 60%;
    margin: auto auto 25px;
}

.ftr-main-btn,
.ftr-main-btn:hover,
.ftr-main-btn:focus,
.ftr-main-btn:focus-visible {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
}

.ftr-main-btn span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #f73164;
    margin-left: 15px;
    border-radius: 5px;
}

footer {
    margin-top: 108px;
    position: relative;
    padding-top: 130px;
    padding-bottom: 0;
    background-image: url('https://yourpanelassets.com/projects/yoyomedia/img/webp/TmEwuI9.webp');
    background-size: cover;
    background-position: center;
}

footer>.container {
    position: relative;
}

.ftr-logo-wrap {
    margin-bottom: 25px;
}

.ftr-txt {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 33%);
    line-height: 1.4;
}

footer ul.social-share {
    padding: 0;
    margin-top: 25px;
}

.social-share li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f63164;
    border-radius: 5px;
    margin-right: 10px;
}

.ftr-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr-nav li {
    flex: 0 0 100%;
    max-width: 100%;
}

.ftr-nav li a {
    color: rgba(255, 255, 255, 33%);
    font-size: 14px;
    margin-bottom: 12px;
}

.ftr-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.newletter-wrap .form-control {
    height: 40px;
}

.newletter-wrap .btn.btn-primary {
    height: 40px;
    background-color: #6f4ef2;
    border-radius: 5px !important;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.ftr-pay-img {
    margin-top: 25px;
}

.ftr-bottom {
    background-color: #131129;
    padding: 15px 0;
    margin-top: 35px;
}

.copyright {
    text-align: center;
    font-size: 14px;
}

.right-pic1 {
    height: 650px;
    position: absolute;
    top: -110px;
}

.sidebar-nav li a.menu-New.order .menu-icon {
    background-position-x: 3px;
}

.sidebar-nav li a.menu-Mass.order .menu-icon {
    background-position-x: -264px;
}

.sidebar-nav li a.menu-Services .menu-icon {
    background-position-x: -86px;
}

.sidebar-nav li a.menu-Orders .menu-icon {
    background-position-x: -42px;
    background-position-y: -23px;
}

.sidebar-nav li a.menu-Add.funds .menu-icon {
    background-position: -132px -21px;
}

.sidebar-nav li a.menu-API .menu-icon {
    background-position: -221px -23px;
}

.sidebar-nav li a.menu-Tickets .menu-icon {
    background-position: -177px center;
}

.sidebar-nav li a.menu-Child.Panels .menu-icon {
    background-position: -402px -23px;
}

.inner-nav-right .dropdown ul {
    display: none;
}

.inner-nav-right .dropdown .dropdown-toggle {
    color: #fff;
    margin-right: 15px;
}

.inner-nav-right .dropdown.open ul {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: unset;
    min-width: auto;
}

.inner-nav-right .dropdown ul li a {
    color: #fff;
}

.inner-nav-right .dropdown ul {
    background-color: #131129;
    border: 1px solid #6f4ef2;
}

.inner-nav-right .dropdown ul li.active a,
.inner-nav-right .dropdown ul li.active a:hover,
.inner-nav-right .dropdown ul li a:hover,
.inner-nav-right .dropdown ul li a:focus,
.inner-nav-right .dropdown ul li a:focus-visible {
    background-color: #ed2f60;
}

.inner-nav-right .dropdown ul li a {
    padding: 5px;
    text-align: center;
}

.blog-wrap .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
}

.btn-blog span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #6f4ff2;
    margin-left: 8px;
    margin-top: ;
}

.btn-blog {
    margin-top: 20px;
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.blog-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-img {
    max-width: 100%;
    border-radius: 12px;
}

#blog-sec {
    padding: 80px 0;
}

#blog-sec .hed {
    margin-bottom: 80px;
}

.contact-box {
    background-color: #131129;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 140px;
    margin-bottom: 25px;
}

.contact-left {
    flex: 0 0 80%;
    max-width: 80%;
}

.contact-right {
    flex: 0 0 15%;
    max-width: 15%;
    margin-left: 10px;
}

.contact-right-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #f73164;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 #f73164;
}

.contact-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-txt {
    font-size: 14px;
    color: rgba(255, 255, 255, 33%);
}

.contact-txt:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 33%);
}

.contact-right-box.blue {
    background-color: #6f4ef2;
    box-shadow: 0 5px 10px 0 #6f4ef2;
}

#why-choss,
#cheapest,
#faq,
#social {
    overflow: hidden;
}

.relative {
    position: relative;
}

.yoyo-man.absolute {
    position: unset;
}

.yoyo-man {
    display: block;
    margin-left: auto;
}

.absolute {
    position: absolute;
}

.heart {
    left: 130px;
    bottom: -20px;
    animation: heartBeat 1.4s infinite ease-in-out;
}

.music1 {
    left: 100px;
    bottom: 130px;
    animation: tossing 1s infinite;
}

.thumbup {
    left: 126px;
    top: 345px;
    animation: fade-up 1.1s infinite ease-in-out;
}

.instagram {
    left: 50px;
    top: 110px;
    animation: fly 1.8s infinite ease-in-out;
}

.smiley {
    top: 0;
    left: 180px;
    animation: tada 1.8s infinite ease-in-out;
}

.music2 {
    top: 30px;
    right: 50px;
    animation: tossing 1s infinite;
}

.tiktok {
    top: 100px;
    right: -35px;
    animation: fly 1.8s infinite ease-in-out;
}

.youtube {
    top: 240px;
    right: 0;
    animation: fadeLTR 1.5s infinite ease-in-out;
}

.twitter {
    right: -60px;
    bottom: 170px;
    animation: fade-up 2.3s infinite ease-in-out;
}

.music3 {
    right: -30px;
    bottom: 90px;
    animation: tossing 1s infinite;
}

.big-smiley {
    right: 20px;
    bottom: -20px;
    animation: tada 1.8s infinite ease-in-out;
}

.dropdown.open #category-drop,
.dropdown.open #orders-drop {
    display: flex;
}

#category-drop,
#orders-drop {
    background-color: #131129;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-y: auto;
}

#category-drop button,
#orders-drop button {
    flex: 0 0 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 5px 12px;
    color: #fff;
    font-size: 14px;
}

.smiley {
    left: 120px;
}

.instagram {
    left: 20px;
    top: 130px;
}

.music1 {
    left: 150px;
    bottom: 300px;
}

.thumbup {
    left: 36px;
    top: 335px;
}

.heart {
    left: 50px;
    bottom: -20px;
}

.music2 {
    top: 25px;
    right: 95px;
}

.youtube {
    top: 240px;
    right: 60px;
}

.twitter {
    right: -20px;
    bottom: 130px;
}

.big-smiley {
    right: 130px;
    bottom: 10px;
}

.music3 {
    right: 30px;
    bottom: 40px;
}

.yoyo-man.absolute {
    animation: tossing 5s infinite;
}

.daymode.dash .wrapper {
    background-image: none;
    background-color: #fff;
}

.daymode .sidebar-wrap {
    background-color: #131129;
}

.daymode .night-mode-pinner,
.nightmode .daymode-mode-pinner {
    display: none;
}

.daymode .breads,
.daymode .breads span {
    color: #1d1933 !important;
}

.daymode .right-nav i {
    color: #6f4ef2;
}

.daymode .right-nav[href="/logout"] i {
    color: #fff;
}

.daymode.dash .well {
    box-shadow: none;
    background-color: #fff;
    background-image: none;
}

.daymode .form-group .control-label {
    color: #777585;
}

.daymode .form-control,
.daymode #charge {
    background-color: #e5e5e8;
    border-color: #6f4ef2;
    color: #49485a;
}

.daymode .update-content-wrap {
    background-color: #e5e5e8;
    border: 1px solid #6f4ef2;
}

.daymode .update-content-wrap .id-boxi {
    background-color: #f33062;
    width: max-content;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.daymode .update-ser-name {
    color: #49485a;
}

.daymode .update-date {
    color: #6f4ef2;
}

.daymode .update-content {
    scrollbar-color: #000 #e5e5e8;
}

.daymode .inner-wrap {
    scrollbar-color: #000 #e5e5e8;
}

.daymode .search-wrap .form-control::placeholder {
    color: #49485a;
}

.daymode .table tbody tr td {
    color: #49485a;
}

.daymode .cat-row td strong {
    color: #fff;
}

.daymode .table tbody tr {
    background-image: none;
}

.daymode .table tbody tr td {
    background-color: #e5e5e8;
}

.daymode .table tbody tr:nth-child(2n+1) {
    background-image: none;
    background-color: #e5e5e850;
}

.daymode .fund-txt,
.daymode .fund-title {
    color: #5e5d6d;
}

.daymode .fund-tab-content {
    background-color: #e5e5e8;
}

.daymode .fund-title-sub {
    color: #49485a;
}

.daymode pre {
    background-color: #e5e5e8;
    color: #49485a;
}

.daymode .table tbody tr.cat-row td {
    background-color: #f33268;
}

.daymode .ticket-faq {
    background-color: #e5e5e8;
}

.daymode .ticket-faq .ticket-faq-title,
.daymode .ticket-faq .ticket-faq-txt {
    color: #49485a;
}

.daymode .sidebar-wrap {
    background-color: #fff;
}

.daymode .sidebar-nav li a {
    color: #000;
}

.daymode .sidebar-nav li a .menu-icon {
    filter: invert(100);
}

.daymode .sidebar-nav li a.active .menu-icon,
.daymode .sidebar-nav li a:hover .menu-icon,
.daymode .sidebar-nav li a.active:hover .menu-icon,
.daymode .sidebar-nav li a:focus .menu-icon {
    background-color: #000;
}

.daymode .profile {
    background-color: #e5e5e8;
    border-color: #000;
}

.daymode .username,
.daymode .username-b span,
.daymode .user-deposite {
    color: #49485a;
}

.daymode .brand-category {
    background-color: #e5e5e8;
    border-color: #000;
}

.daymode .brand-category .icon i,
.daymode .brand-category .cat-name {
    color: #49485a;
}

#order-services {
    white-space: nowrap;
    width: 95%;
    display: inline-block;
    overflow: hidden;
}

.float-right {
    float: right;
    margin-top: 15px;
}

#order-category,
#order-services {
    line-height: 38px;
}

.dash.daymode .nav-tabs li a {
    color: #49485a;
}

.dash.daymode .nav-tabs li.active a,
.dash.daymode .nav-tabs li.active a:hover,
.dash.daymode .nav-tabs li a:hover,
.dash.daymode .nav-tabs li.active a:focus,
.dash.daymode .nav-tabs li a:focus,
.daymode .sidebar-nav li a.active,
.daymode .sidebar-nav li a:hover,
.daymode .sidebar-nav li a.active:hover,
.daymode .sidebar-nav li a:focus {
    color: #fff;
}

.dash.daymode .nav.nav-pills {
    border: 1px solid #6f4ef2;
    background-color: #e5e5e8;
}

.dash.daymode .nav.nav-pills li a {
    color: #49485a;
}

.daymode .result-box {
    background-color: #e5e5e8;
    border-color: #6f4ef2;
}

.daymode .result-box .media-heading {
    color: #49485a;
}

.sidebar-nav li a.menu-Updates .menu-icon {
    background-position: -445px center;
}

.daymode .inner-nav-right .dropdown .dropdown-toggle {
    color: #6f4ef2;
}

.update-wrapper {
    height: 790px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
    padding-right: 15px;
}

.dash.daymode .hed {
    color: #1d1933 !important;
}

.dash.daymode .contact-box {
    background-color: #e5e5e8;
    border: 1px solid #6f4ef2;
}

.dash.daymode .contact-title,
.dash.daymode .contact-txt {
    color: #49485a;
}

.yoyo-man {
    max-height: 300px;
    margin: auto;
}

.smiley {
    left: 120px;
    width: 30px;
}

.instagram {
    left: 120px;
    top: 70px;
    width: 30px;
}

.heart {
    left: 90px;
    bottom: 0;
    width: 30px;
}

.thumbup {
    left: 105px;
    top: 190px;
    width: 25px;
}

.big-smiley {
    right: 185px;
    bottom: 20px;
    width: 25px;
}

.music2 {
    top: 18px;
    right: 159px;
    width: 15px;
}

.music1 {
    left: 160px;
    bottom: 130px;
    width: 18px;
}

.tiktok {
    top: 60px;
    right: 120px;
    width: 30px;
}

.youtube {
    top: 160px;
    right: 158px;
    width: 20px;
}

.twitter {
    right: 90px;
    bottom: 50px;
    width: 30px;
}

.music3 {
    right: 140px;
    bottom: 20px;
    width: 20px;
}

.row.form-row {
    margin-top: 0;
}

#top {
    padding: 80px 0 50px;
    background-position: center;
}

.fa-solid,
.fas,
.fa-regular,
.far {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro";
    font-weight: 900;
}

.dash .wrapper.toogle .sidebar-logo img {
    max-width: 100%;
}

.badge-status {
    background-color: #f33268;
    border-radius: 5px;
    padding: 8px;
    font-size: 15px;
    font-weight: 400;
}

.badge-status.Completed {
    background-color: #009f43;
}

.badge-status.Pending {
    background-color: #dd8700;
}

.badge-status.Partial {
    background-color: #6f4ef2;
}

.badge-status.Refunded {
    background-color: #ff2525;
}

.order-modal .modal-body {
    background-color: #16132c;
    border: 1px solid #fff;
    border-radius: 20px;
}

.order-modal .modal-content {
    background-color: transparent;
}

.order-modal .close {
    color: #fff;
    opacity: 1;
}

.order-modal .modal-body .row {
    border-bottom: 1px solid #fff;
}

.order-modal .modal-body .row:last-child {
    border: 0;
}

.yoyo-man-wrap img {
    animation: none !important;
}

.dropdown.cat-dropdown-btn button {
    background-color: #131129;
    border: 1px solid #131129;
    height: 55px;
    color: #fff;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    text-align: left;
    border-radius: 10px !important;
    padding: 6px 12px;
}

.cat-dropdown-btn .dropdown-menu {
    width: 100%;
    background-color: #131129;
}

.cat-dropdown-btn .dropdown-menu a {
    color: #fff;
    padding: 5px 12px;
    border: 0;
    margin-bottom: 0;
}

.cat-dropdown-btn .dropdown-menu a i {
    margin-right: 8px;
}

.cat-dropdown-btn .dropdown-menu a:hover {
    background-color: #f12f61;
    border-radius: 0;
}

.sidebar-nav li a[href="/tickets"] {
    background-color: transparent !important;
}

.sidebar-nav li a[href="/tickets"]:hover {
    background-color: #6f4ef2 !important;
}

.daymode .dropdown.cat-dropdown-btn button {
    background-color: #e5e5e8;
    border-color: #6f4ef2;
    color: #49485a;
}

.daymode .dropdown.cat-dropdown-btn .dropdown-menu {
    background-color: #131129;
}

.daymode .dropdown.cat-dropdown-btn .dropdown-menu .brand-category {
    background: transparent;
}

.dropdown.cat-dropdown-btn .dropdown-menu .brand-category {
    cursor: pointer;
}

.daymode .dropdown.cat-dropdown-btn button:focus {
    box-shadow: 0 0 7px 6px rgba(11, 78, 242, 50%);
}

.daymode .dropdown.cat-dropdown-btn .dropdown-menu .brand-category:hover {
    background-color: #6f4ef2;
}

.daymode #service_description .panel-body {
    background-color: #e5e5e8;
    border-color: #6f4ef2;
    color: #6f4ef2;
}

.dash .category-dropdown_edited>span {
    max-width: 100% !important;
}

.dash .category-dropdown_edited .select2-container--default .select2-selection--single {
    background-color: #131129 !important;
    border: 0px !important;
    padding: 12px 0px !important;
    height: 100% !important;
    border-radius: 8px !important;
}

.dash .category-dropdown_edited .select2-selection__rendered {
    color: #fff !important;
    font-size: 14px !important;
}

.dash .category-dropdown_edited .select2-selection__arrow {
    transform: translateY(50%);
}

.tab-content>.active {
    display: block !important;
}

.select2-container--default .select2-results__option span {
    font-size: 14px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@media (max-width:1199px) {
    .update-content-wrap .btn {
        max-width: 150px;
        white-space: normal;
        word-break: break-word;
    }

    .update-date {
        text-align: left;
    }

    .dash .nav.nav-pills li a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .dash .nav-tabs.ticket-tab li a {
        padding: 20px 10px !important;
    }

    .dash .nav-tabs li a {
        margin-right: 3px;
    }

    .row.contact-page-row .contact-title {
        font-size: 15px;
    }

    .row.contact-page-row .contact-txt {
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
    }

    .row.contact-page-row .contact-right .contact-right-box {
        width: 35px;
        height: 35px;
        margin-top: 10px;
    }
}

@media (max-width:550px) {
    .navbar-default .navbar-toggle {
        border-color: #f73164;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #f73164;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .guest .navbar.navbar-default {
        margin-bottom: 0;
    }

    .right-pic {
        width: auto;
        max-width: 100%;
        margin-top: 50px;
    }

    #top h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    #top h2 {
        font-size: 24px;
    }

    body {
        font-size: 15px;
    }

    .btn.btn-primary img,
    .btn.btn-secondary img {
        margin-right: -30px;
        width: 80px;
    }

    .row.form-row {
        margin-top: 40px;
        padding: 0 15px;
    }

    .form-group.icgrp {
        padding: 10px 10px;
    }

    .icgrp img {
        max-width: 80px;
        left: -15px;
        top: -10px;
    }

    .form-group.icgrp .form-control {
        padding-left: 40px;
    }

    .btn.btn-block.btn-primary {
        height: 46px;
        font-size: 16px;
        font-weight: 400;
    }

    .form-row .pull-right.pull-right-middle {
        float: left !important;
    }

    #top {
        padding: 30px 0 25px;
    }

    .hed {
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    #why-try .row {
        margin: 0;
        border-radius: 25px;
    }

    #why-choss {
        padding: 30px 0;
    }

    .choss-box {
        padding: 15px;
        min-height: auto;
        margin-bottom: 15px;
    }

    .socialp {
        margin: auto;
        width: auto;
        max-width: 100%;
    }

    #social {
        padding: 0 0 0;
    }

    .had,
    .hat {
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    ul.step-ul {
        height: auto;
        margin-top: 25px;
        background: none;
    }

    ul.step-ul li {
        flex: 0 0 100%;
        max-width: 100%;
        position: unset;
    }

    ul.step-ul li:first-child .step-wrap,
    ul.step-ul li:nth-child(3) .step-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .row.step-row {
        margin-bottom: 15px;
    }

    ul.service-ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .serv-box-wrap {
        height: auto;
        margin: 15px;
    }

    ul.service-ul {
        position: unset;
    }

    section#cheapest .container {
        padding-bottom: 15px;
    }

    section#best {
        padding: 40px 0;
    }

    #best .nav-tabs li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    #best .nav-tabs li a {
        font-size: 20px;
    }

    #best .tab-pane {
        padding: 12px;
    }

    #best .tab-pane ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#growing .container {
        padding: 20px 0;
    }

    .growing-slide {
        width: 100%;
        margin: 12px;
    }

    h3.serv-title {
        height: auto;
    }

    section#growing .txt {
        font-size: 16px;
        padding: 0 15px 0 0;
    }

    .growing-slider {
        margin-top: 30px;
    }

    .growing-slider .slick-arrow {
        bottom: -60px;
    }

    #faq .panel-heading a span.t {
        font-size: 14px;
    }

    #faq .panel-heading a span {
        font-size: 20px;
        margin-right: 5px;
    }

    section#faq {
        padding: 60px 0 25px;
    }

    #what-cust {
        padding: 15px 0;
    }

    .buoaye {
        margin: -180px 0 0 0;
    }

    .count-wrap {
        position: unset;
        padding: 20px 10px;
    }

    .count-wrap .count {
        font-size: 80px;
    }

    #buysmm .row {
        display: block;
        margin: auto;
        border-radius: ;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .heed {
        font-size: 35px;
    }

    #buysmm .btn.btn-secondary {
        float: none;
        margin-top: 15px;
    }

    #payi {
        padding: 30px 0;
    }

    .pay-img {
        max-width: 100%;
    }

    footer p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
    }

    footer ul {
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer ul a {
        padding: 0px 5px;
        margin-bottom: 7px;
    }

    .growing-slide {
        width: auto;
        margin: 0;
    }

    section#growing .container {
        padding: 20px 15px;
    }

    .table-responsive {
        border: 0;
        margin-bottom: 0;
    }

    .table tbody tr {
        background-size: 100% 100%;
    }

    .table tbody tr td {
        padding: 12px;
        font-size: 14px;
    }

    .table tbody tr td:first-child {
        border-radius: 10px 0 0 10px;
    }

    .table tbody tr td:last-child {
        border-radius: 0 10px 10px 0;
    }

    .dash .wrapper.toogle .sidebar-wrap {
        width: 270px;
        z-index: 99;
        left: 0;
    }

    .dash .wrapper.toogle .sidebar-wrap .profile-right {
        display: block;
    }

    .dash .wrapper.toogle .sidebar-wrap .profile-left {
        flex: 0 0 60px;
        max-width: 60px;
        margin: auto;
        text-align: left;
    }

    .dash .wrapper.toogle .sidebar-wrap .profile-img {
        left: 10px;
        right: auto;
        margin: auto;
    }

    .user-deposite {
        right: 0;
    }

    .dash .wrapper.toogle .sidebar-wrap .menu-name {
        display: block;
    }

    .dash .wrapper.toogle .sidebar-nav li a .menu-icon {
        right: auto;
    }

    .dash .wrapper.toogle .sidebar-nav li a.active,
    .dash .wrapper.toogle .sidebar-nav li a:hover,
    .dash .wrapper.toogle .sidebar-nav li a.active:hover,
    .dash .wrapper.toogle .sidebar-nav li a:focus {
        background-color: #6f4ef2;
        box-shadow: -3px 5px 12px 0 rgba(111, 78, 242, 60%);
    }

    .dash .wrapper .sidebar-wrap {
        left: -270px;
    }

    .dash .wrapper .inner-wrap {
        padding-left: 0;
    }

    .dash .wrapper.toogle .inner-wrap {
        padding-left: 0;
    }

    .pinner2 {
        display: block;
    }

    .pinner2 {
        display: flex;
        position: absolute;
        top: 5px;
        right: 6px;
        color: #000;
        width: 15px;
        height: 15px;
        border-radius: 100px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .dash .wrapper.toogle .inner-wrap {
        opacity: 0.1;
    }

    .right-nav {
        font-size: 12px;
    }

    .right-nav i {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        margin-right: 5px;
    }

    .inner-nav-right ul {
        margin-top: 12px;
        justify-content: space-between;
        width: 100%;
    }

    .inner-nav-left,
    .inner-nav-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stats-wrap {
        padding: 15px;
        border-radius: 15px;
    }

    .dash .form-group .control-label {
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .input-icon {
        width: 30px;
        height: 30px;
        top: 33px
    }

    .dash .form-control,
    .dash #charge {
        height: 42px;
    }

    .form-group.ipnt-icon .form-control {
        padding-left: 45px;
    }

    .news-title {
        font-size: 16px;
    }

    .single-news {
        padding: 12px;
        margin-bottom: 10px;
    }

    .single-news::before {
        width: 18px;
        height: 18px;
        left: -25px;
        font-size: 12px;
    }

    .news-feed {
        padding-left: 26px;
    }

    .news-detail {
        font-size: 13px;
    }

    .stats-row .col-sm-3:first-child {
        padding-left: 5px;
    }

    .stats-row .col-sm-3:last-child {
        padding-right: 5px;
    }

    .dash textarea.form-control {
        height: 150px;
    }

    .dash .btn.btn-primary {
        padding: 10px 12px;
        font-size: 15px;
    }

    .search-row .btn.btn-primary {
        height: 42px;
        margin-top: 12px;
    }

    .row.search-row {
        margin-bottom: 0;
    }

    .table thead th {
        font-size: 14px;
        padding: 15px !important;
    }

    .table tbody tr.cat-row td {
        border-radius: 14px;
        text-align: left;
    }

    .dash .nav.nav-pills {
        padding: 15px;
    }

    .dash .nav.nav-pills li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fund-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .fund-txt {
        font-size: 14px;
        line-height: 1.6;
    }

    .fund-img {
        display: none;
    }

    .dash .nav-tabs.fund-tab li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 12px;
    }

    .dash .nav-tabs.fund-tab li a {
        height: 65px;
    }

    .fund-tab-content {
        padding: 20px;
    }

    .dash .nav-tabs.ticket-tab {
        margin-bottom: 15px;
    }

    .dash .nav-tabs.ticket-tab li a {
        margin-bottom: 12px;
        margin-right: 0;
    }

    #ticket-h {
        margin-bottom: 20px;
    }

    #ticket-h td a {
        color: #fff;
        text-decoration: none !important;
    }

    .right-pic1 {
        max-width: 100%;
        display: block;
        margin: 30px auto auto;
    }

    .new-stepbox {
        padding: 15px;
        border-radius: 10px;
    }

    .stepbox-num {
        text-align: left;
    }

    .gettop-ul {
        padding: 20px 15px;
    }

    .gettop-ul li {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }

    .gettop-ul li:last-child {
        border-bottom: 0;
    }

    #get-top {
        padding: 40px 0;
    }

    .contact-box {
        min-height: auto;
        margin-bottom: 15px;
    }

    .contact-title {
        font-size: 18px;
    }

    #blog-sec {
        padding: 25px 0;
    }

    #blog-sec .hed {
        margin-bottom: 20px;
    }

    .blog-left,
    .blog-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-blog-excerpt img {
        max-width: 100%;
        height: auto;
    }

    .top-ftr {
        width: 90%;
    }

    .ftr-main-title {
        font-size: 26px;
    }

    .ftr-main-title-txt {
        font-size: 14px;
        width: 100%;
        margin: auto auto 10px;
    }

    .right-pic1 {
        position: unset;
        height: auto;
    }

    .growing-slide .row {
        display: block;
    }

    .heart {
        left: 30px;
        bottom: -10px;
        width: 50px;
    }

    .big-smiley {
        right: 30px;
        bottom: 0px;
        width: 35px;
    }

    .music1 {
        left: 0;
    }

    .thumbup {
        left: 40px;
        width: 40px;
    }

    .instagram {
        left: 10px;
        width: 40px;
    }

    .smiley {
        left: 60px;
        width: 30px;
        top: 20px;
    }

    .tiktok {
        width: 40px;
        right: -10px;
    }

    .youtube {
        width: 45px;
        right: 30px;
    }

    .twitter {
        right: 0;
        width: 45px;
    }

    .music3 {
        right: 20px;
    }

    .yoyo-man-wrap {
        margin-top: 50px;
    }

    .yoyo-man.absolute {
        animation: tossing 5s infinite;
        max-width: 100%;
    }

    .smiley {
        left: 80px;
        top: 50px;
    }

    .music2 {
        top: 25px;
        right: 70px;
        width: 20px;
    }

    .music1 {
        left: 100px;
        width: 20px;
        bottom: 220px;
    }

    .thumbup {
        left: 0px;
    }

    .big-smiley {
        right: 130px;
    }

    .music3 {
        right: 40px;
        width: 20px;
        bottom: 30px;
    }

    .tiktok {
        width: 30px;
        right: 10px;
        top: 85px;
    }

    .youtube {
        width: 45px;
        right: 50px;
        top: 210px;
    }

    .twitter {
        right: -5px;
        width: 35px;
    }

    .daymode .form-group .control-label {
        color: #777585;
    }

    .fs-ig,
    #order-services span {
        width: 30px;
        height: 30px;
    }

    #order-services+.float-right {
        float: right;
        margin-top: 10px;
    }

    .update-content-wrap .btn {
        position: unset;
        margin-top: 5px;
    }

    #order-services {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        width: 93%;
    }

    #order-category,
    #order-services {
        line-height: 30px;
    }

    #top .yoyo-man-wrap {
        display: none;
    }

    #top h2,
    #top h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    #top h3,
    #top p.before-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .row.form-row {
        margin-top: 0;
    }

    #top p {
        margin-bottom: 15px;
    }

    .dropdown.cat-dropdown-btn button {
        height: 42px;
    }

    #top p {
        font-size: 14px !important;
        line-height: normal !important;
        color: #fff;
        opacity: 1;
        display: inline;
    }

    #top p.before-title {
        font-size: 18px;
        display: inline;
    }

    #top h1 {
        font-size: 22px;
        line-height: normal;
        margin-top: 10px !important;
        font-weight: 500;
        display: inline;
    }

    #top .form-row {
        margin-top: 20px;
    }

    .why-try-row .hed {
        font-size: 20px;
        line-height: 1.5;
    }

    #top::after,
    #top::before {
        content: "";
        background-color: transparent;
    }

    #top p a:hover,
    .why-try-row p a:hover {
        color: #ee336d !important;
    }

    .why-try-row p {
        color: #fff !important;
        font-size: 14px !important;
        opacity: 1;
        line-height: normal;
        display: inline;
    }
}

.menu-icon {
    background-image: url('https://i.imgur.com/dwd8KmW.png');
}

.dash .wrapper.toogle .sidebar-nav li a {
    margin-bottom: 34px;
}

.sidebar-nav li a.menu-Affiliates .menu-icon {
    background-position: -491px -23px;
}

.sidebar-nav li a.menu-Contact.Us .menu-icon {
    background-position: -534px -23px;
}

.sidebar-nav li a.menu-News .menu-icon {
    background-position: -578px -22px;
}

#template-searchbyid {
    padding-left: 38px;
}


.themeulli {
    position: absolute;
    width: 100%;
    max-height: 559px;
    overflow-y: auto;
    padding: 0px 0px;
    background: #fff;
    z-index: 999;
    background-color: white;
    border: 1px solid #aaa;
}

.themeulli ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.themeulli li {
    padding: 6px 31px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.themeulli li:hover {
    background-color: #f5f5f5;
}

.themeulli ul li span {
    background-color: #777;
    color: #FFF;
    border-radius: 10px;
    padding: 0px 10px;
    margin-right: 10px;
}