* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: rgba(110, 163, 255, .2);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #a60364;
    border-radius: 4px;
}

::placeholder {
    color: #aeb1d0;
    opacity: .6;
}

:-ms-input-placeholder {
    color: #aeb1d0;
    opacity: .6;
}

::-ms-input-placeholder {
    color: #aeb1d0;
    opacity: .6;
}

body {
    min-width: 100%;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    background-color: #c1c2c6;
    position: relative;
    overflow-x: hidden;
}

input[type=text],
input[type=password],
input[type=number],
textarea,
select {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    height: 52px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
    border: 1px solid #a60364 !important;
    box-shadow: 3px 3px rgba(94, 146, 237, .4) !important;
}

.form-check-input:checked {
    background-color: #a60364;
    border-color: rgba(94, 146, 237, .4);
}

.copy_me {
    cursor: pointer;
}

.copy_me.copied {
    background-color: green !important;
}

.nowrap {
    white-space: nowrap;
}

select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

textarea {
    min-height: 150px;
    resize: none;
    line-height: inherit;
    padding-top: 18px;
    padding-bottom: 18px;
}

input[type=submit],
button {
    display: inline-block;
    position: relative;
    padding: 10px 18px;
    font-size: 1rem;
    background: #a60364;
    color: #fff;
    border-radius: 29px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type=submit],
button {
    border: none;
    outline: none;
}

input[type=submit]:hover,
button:hover {
    color: #fff;
    background: #5e92ed;
}

button:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    color: #16162e;
}

h1 {
    font-size: 3.052rem;
    font-weight: 600;
}

h2 {
    font-size: 2.441rem;
}

h3 {
    font-size: 1.953rem;
}

h4 {
    font-size: 1.563rem;
}

h5 {
    font-size: 1.25rem;
}

small {
    font-size: 0.8rem;
}

.thin {
    font-weight: 100;
}

.section-title {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.section-title h1 {
    text-transform: capitalize;
    margin-bottom: .5em;
}

a {
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #454c66;
}

.button-medium {
    text-decoration: none;
    display: inline-block;
    min-width: 80px;
    padding: 10px 18px;
    font-size: 1rem;
    background: #a60364;
    color: #fff;
    border-radius: 29px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-medium:hover {
    color: #fff;
    background: #5e92ed;
}

.button-medium.small {
    padding: 5px 10px;
    font-size: 0.8rem;
    min-width: 60px;
    text-align: center;
    display: inline-block;
}

.button-medium img {
    max-width: 16px;
    margin-left: 5px;
}

.button-big {
    padding: 12px 24px;
    font-size: 1.2rem;
}

.mt-10 {
    margin-top: 6rem;
}

.pb-10 {
    padding-bottom: 6rem;
}

.home-page {
    background: url(../images/header-bg.png) left top no-repeat;
}

.nav-header .dropdown {
    top: 0;
    right: 0;
}

.nav-header .dropdown .nav-item,
.nav-header .nav-item a {
    text-decoration: none;
}

.nav-header .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    border-radius: 19px;
}

.dropdown-item:hover {
    background: #a60364;
    color: #fff;
}

.mini-title {
    border-radius: 19px;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: saturate(140%) blur(2px);
    color: #16162e;
}

.mini-title span {
    border-radius: 19px;
    background: #a60364;
    color: #fff;
}

.logo a {
    text-decoration: none;
    line-height: 1.2;
}

.logo a img {
    max-width: 40px;
}

.logo a span {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #16162e;
}

.logo a span small {
    font-weight: 300;
}

.right-header-home {
    transform: rotate(-10deg);
    background: url(../images/bg-pa.png) center center no-repeat;
}

.income-balance {
    width: 80%;
    margin-left: 20%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 1.4rem;
    cursor: default;
    z-index: 1;
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.income-balance .line {
    border-radius: 19px;
    background: #d7e6ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.income-balance div .line:hover,
.income-balance .line.active {
    background: #a60364;
}

.card-balance {
    cursor: default;
    border-radius: 19px;
    background: #a60364 url(../images/circle.png) right bottom no-repeat;
    border-radius: 19px;
    padding: 1.4rem;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.card-balance h4,
.card-balance h5 {
    color: #fff;
}

.card-balance span {
    color: #fff8;
}

.pa-p-dashboard-header {
    width: 90%;
    margin-left: 10%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgba(110, 163, 255, .25);
    border-radius: 19px;
    padding: 1.4rem;
    cursor: default;
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.6s;
    animation-duration: 2.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.last-activity {
    width: 80%;
    margin-left: -5%;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 1.4rem;
    cursor: default;
    z-index: 1;
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.statistics-home .row {
    background: #ecf3fe;
    border-radius: 19px;
}

.owl-carousel {
    margin-top: -1.5rem;
    z-index: 12;
    position: relative;
}

.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-prev {
    content: '';
    position: absolute;
    left: 36%;
    background: #b1ceff !important;
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
    color: #fff !important;
}

.owl-next {
    content: '';
    position: absolute;
    right: 36%;
    background: #b1ceff !important;
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
    color: #fff !important;
}

.owl-prev:hover,
.owl-next:hover {
    background: #a60364 !important;
}

.owl-item {
    filter: blur(3px);
    opacity: .5;
}

.owl-item.center {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: blur(0px);
    opacity: 1;
}

.owl-item.center .open-deposit {
    display: flex !important;
}

.owl-item .open-deposit {
    display: none !important;
}

.owl-item.center .dropdown {
    display: block;
}

.owl-item .dropdown {
    display: none;
}

.dropdown {
    top: .7rem;
    right: 1rem;
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    padding: 1rem;
    border-radius: 19px;
    border: none;
    min-width: 250px;
}

.dropdown-menu small {
    color: #aeb1d0;
}

.slide {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 2rem;
    margin: 1.5rem 0;
    z-index: 1;
}

.plan-amount {
    color: #16162e;
    font-size: 1.1rem;
}

.plan-line {
    width: 20%;
    height: 1px;
    background: rgba(110, 163, 255, .15);
}

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

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

.bg-about {
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
}

.bg-about img {
    border-radius: 19px 19px 0 0;
    width: 100%;
}

.bg-about-text {
    padding: 2rem;
}

.go-to-contact-page {
    background: #a60364;
    border-radius: 19px;
    padding: 1.4rem;
    right: -10%;
    bottom: -60%;
    text-decoration: none;
    color: #fff;
}

.go-to-contact-page:hover {
    color: #fff;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
}

.more-contants-image {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #a60364;
    font-size: 1.3rem;
}

.bg-payments:before {
    position: absolute;
    content: '';
    right: 0%;
    top: 50%;
    background: url(../images/bg-pa.png) center center no-repeat;
    width: 519px;
    height: 501px;
    margin: -260px 0 0 0;
    opacity: .6;
    transform: rotate(270deg);
}

.payment-item {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 1.4rem;
    margin: 1rem;
    text-align: center;
    z-index: 2;
}

.payments-folder:nth-child(1) .payment-item:nth-child(1) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(1) .payment-item:nth-child(2) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(2) .payment-item:nth-child(1) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(2) .payment-item:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(2) .payment-item:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(3) .payment-item:nth-child(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3.3s;
    animation-duration: 3.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(3) .payment-item:nth-child(2) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.9s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payments-folder:nth-child(3) .payment-item:nth-child(3) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.payment-item h5 {
    font-size: 1rem;
}

.payment-item img {
    max-width: 40px;
    margin-bottom: .8rem;
}

.ph-go-reg a {
    display: block;
    background: #d3d0f8;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 2rem;
}

.video-presentation:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 80%;
    background: #ecf3fe;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0 39px 19px 0;
}

.video-presentation .container-xxl {
    z-index: 1;
}

.bg-video img {
    bottom: -3rem;
    left: 0;
    max-width: 300px;
}

.video-presentation a.play-button {
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 84px;
    font-size: 3em;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
}

.company-registration {
    right: 16%;
    bottom: -40%;
    width: 35%;
    background: rgba(255, 255, 255, 1) url(../images/companieshouse.png) right bottom no-repeat;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 2rem;
    cursor: default;
    z-index: 1;
    backdrop-filter: saturate(140%) blur(2px);
}

.pr-partners:before {
    position: absolute;
    content: '';
    right: 0%;
    top: 50%;
    background: url(../images/bg-pa.png) center center no-repeat;
    width: 519px;
    height: 501px;
    margin: -210px 0 0 0;
    opacity: .7;
    transform: rotate(120deg);
}

.pr-all-partners {
    right: 20%;
    top: 10%;
    width: 70%;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 2rem;
    cursor: default;
    z-index: 1;
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.pr-all-partners-folder {
    width: 70%;
}

.pr-all-partners-list img {
    max-width: 60px;
    border-radius: 50%;
}

.pr-all-partners-list img:nth-child(5),
.pr-all-partners-list img:nth-child(6),
.pr-all-partners-list img:nth-child(7),
.pr-all-partners-list img:nth-child(8) {
    margin-top: .8rem;
}

.pr-all-partners-me {
    right: 0%;
    top: 20%;
    width: 36%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgba(110, 163, 255, .25);
    border-radius: 19px;
    padding: 2rem;
    cursor: default;
    z-index: 2;
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.pa-presentation:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background: url(../images/bg-pa.png) center center no-repeat;
    width: 519px;
    height: 501px;
    margin: -259px 0 0 -260px;
    opacity: .7;
}

.pa-p-statistic {
    left: 0;
    top: 30%;
    width: 32%;
    background: #fff5;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 2rem;
    cursor: default;
    z-index: 3;
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.pa-p-statistic a {
    cursor: default;
}

.pa-p-dashboard {
    top: 0;
    left: 24%;
    width: 40%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgba(110, 163, 255, .25);
    margin: 0 auto;
    border-radius: 19px;
    padding: 2rem;
    cursor: default;
    z-index: 2;
    backdrop-filter: saturate(140%) blur(2px);
}

.pa-p-avatar {
    text-align: center;
}

.pa-p-avatar img {
    max-width: 40%;
    border-radius: 9px;
}

.pa-p-name {
    text-align: center;
}

.pa-p-balance {
    text-align: center;
}

.pa-p-balance b {
    color: #16162e;
}

.rot {
    animation: 2s linear 0s normal none infinite running rot;
    -webkit-animation: 2s linear 0s normal none infinite running rot;
}

.pa-p-nav a {
    cursor: default;
}

.pa-p-nav a:hover {
    background: #a60364;
    color: #fff;
}

.pa-p-help {
    right: 50px;
    top: 5%;
    width: 35%;
    background: #fff8;
    box-shadow: 0 0 25px rgba(110, 163, 255, .25);
    border-radius: 19px;
    padding: 1rem;
    cursor: default;
    z-index: 1;
    filter: blur(.7px);
    backdrop-filter: saturate(140%) blur(13px);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.pa-p-help b {
    color: #16162e;
    font-weight: 600;
    background: rgba(0, 0, 0, .05);
    padding: 3px 9px;
    border-radius: 3px;
}

.pa-p-help .typing img {
    max-width: 40px;
    border-radius: 50%;
}

.blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 2s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 2s;
}

.pa-advantages .pa-images-list {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}

.pa-advantages .pa-images-list i {
    font-size: 2.3rem;
    color: #fff;
}

.pa-advantages li:nth-child(1) .pa-images-list {
    background: #d0dcf8;
}

.pa-advantages li:nth-child(2) .pa-images-list {
    background: #d0e8f8;
}

.pa-advantages li:nth-child(3) .pa-images-list {
    background: #d3d0f8;
}

.news-folder {
    background: #fff5;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 2rem;
    backdrop-filter: saturate(140%) blur(5px);
}

.news-body img {
    border-radius: 19px;
    max-width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
}

.more {
    border-top: 1px solid rgba(110, 163, 255, .15);
}

.welcome-home {
    background: #ecf3fe;
}

.welcome-home img {
    max-width: 120px;
    opacity: .3;
}

.social-company i {
    font-size: 1.3rem;
    color: #a60364;
}

.social-company li {
    margin-right: 1.8rem;
}

.social-company li:last-of-type {
    margin: 0;
}

.navbar-toggler {
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    border: none;
}

#block_check {
    height: 5px;
    margin-top: 5px;
    transition: 1s;
    border-radius: 5px;
}

.login-page input[type=text],
.login-page input[type=password] {
    min-width: 60%;
}

.show-password {
    position: absolute;
    right: 18px;
    top: 28px;
    margin-top: -14px;
    content: '';
    cursor: pointer;
}

.bi-eye-slash::before {
    content: "\f340" !important;
}

.login-page {
    background: #ecf3fe url(../images/bg-pa.png) 24% -30% no-repeat;
    ;
}

.login-page .row {
    min-height: 100vh;
}

.login-page .row>.col-md-6:nth-child(1) {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: saturate(140%) blur(2px);
    height: auto;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    display: flex;
    align-items: center;
}

.login-page .row>.col-md-6:nth-child(2) {
    background: url(../images/gb-news2.png) bottom center no-repeat;
}

.slide2 {
    padding: 2rem;
}

.loop2 .owl-nav.disabled {
    display: none !important;
}

.pages-bg img {
    width: 100%;
}

.help-sections a i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

.help-sections a:hover i {
    top: -5px;
}

.help-sections a {
    border-radius: 19px;
}

.help-sections a:hover,
.help-sections a.active {
    background: #fff;
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
}

.help-sections a.active {
    cursor: inherit;
}

.help-sections a:hover.active i {
    top: 0;
}

.help-for-feedback {
    padding: 2rem;
    border-radius: 19px;
    background: #ecf3fe url(../images/gb-news.png) center 80px no-repeat;
}

.accordion-item .accordion-button {
    border-radius: 19px !important;
    box-shadow: none;
}

.accordion-button:focus {
    background: #ecf3fe;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.wallet-link a {
    text-decoration: none;
}

.wallet-link img {
    max-width: 40px;
    margin-bottom: .8rem;
}

.please-note {
    padding: 2rem;
    border-radius: 19px;
    background: #ecf3fe;
}

.education-list-pa {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-bottom: 1rem;
}

.education-list-pa1 {
    background: #d0dcf8;
}

.education-list-pa2 {
    background: #d0e8f8;
}

.education-list-pa i {
    font-size: 2.3rem;
    color: #fff;
}

.gmail-link a {
    text-decoration: none;
}

.gmail-link img {
    max-width: 60px;
}

.news-page-bg {
    background: url(../images/news-page.png) top center no-repeat;
}

.all-page-bg>header {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: saturate(140%) blur(6px);
}

.fast-scroll-titles ul li {
    line-height: 1.8;
}

.video-youtube {
    position: absolute;
    content: '';
    left: 10%;
    top: 30%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 2;
}

.video-youtube img {
    width: 50%;
}

.video-user {
    width: 55%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgb(110 163 255 / 35%);
    border-radius: 19px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 1;
}

.video-user img {
    border-radius: 19px;
    width: 100%;
}

.country-list .nav {
    border-bottom: none;
}

.country-list .nav li button {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.country-list .nav li button img {
    width: 20px;
    height: 20px;
}

.representatives-list .pa-p-dashboard-header {
    width: 100%;
    margin-left: 0;
    animation: none;
}

.representatives-list .col-md-3 {
    margin-bottom: 1rem;
}

.left-account {
    background: url(../images/bg-pa.png) -180px top no-repeat;
}

.left-account-block {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 1.4rem;
    z-index: 10;
    position: relative;
    backdrop-filter: saturate(140%) blur(2px);
}

.nav-account a {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    border-radius: 19px;
    text-decoration: none;
}

.nav-account a:hover,
.nav-account a.active {
    background: #a60364;
    color: #fff;
}

.nav-account a:hover:before {
    background: #a60364;
}

.nav-account a:before {
    position: absolute;
    content: '';
    right: -1.4rem;
    top: 0;
    height: 100%;
    width: 2px;
    background: #b0cdff;
}

.top-account-links a {
    text-decoration: none;
    flex: 1 1 auto;
    margin: 0 5px;
}

.user-details {
    padding: 2rem;
    border-radius: 19px;
    background: #ecf3fe;
}

.rep {
    padding: 2rem 2rem 14rem 2rem;
    background: #ecf3fe url("../images/rep.png") center bottom no-repeat;
}

.user-balances {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgba(110, 163, 255, .35);
    border-radius: 19px;
    padding: 1.4rem;
    z-index: 1;
    backdrop-filter: saturate(140%) blur(2px);
}

.user-op:before {
    display: none;
}

.user-balances:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: -40%;
    top: 40%;
    width: 519px;
    height: 501px;
    opacity: .25;
    background: url(../images/bg-pa.png) center center no-repeat;
}

.user-balances li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.user-balances li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.user-balances img {
    max-width: 40px;
    margin-right: .8rem;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(2) {
    opacity: 0;
}

.navbar-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(1),
.navbar-toggle.collapsed span:nth-child(3) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(2) {
    opacity: 1;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #999;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.top-account-links .dropdown-toggle:after {
    display: none;
}

.loading {
    color: transparent;
    background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
    background-size: 400%;
    border-bottom: none !important;
    animation: loading 1.2s ease-in-out infinite;
    border-radius: 19px;
}

.loading>* {
    display: none;
}

.nav-account>a.loading {
    margin-bottom: .5rem;
}

.nav-account>a.loading:before {
    display: none;
}

.loading .icon-bar {
    display: none;
}

.loading img {
    display: none;
}

.loading div h5 {
    display: none !important;
}

.loading .d-flex a {
    display: none !important;
}

.lds-roller {
    display: inline-block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 2;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

.pagination {
    margin-top: 2rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #a60364;
    border-color: #a60364;
}

.login-page .p-3 {
    width: 100%;
}

.modal-content {
    border: none;
    box-shadow: 0 0 25px rgb(0, 0, 0, .35);
    border-radius: 19px;
}

.user-balances label h5 {
    font-size: 1rem;
}

.captcha-image img {
    max-width: inherit !important;
    margin-right: 0 !important;
}

.dashboard {
    padding-bottom: 2rem;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: inherit;
    vertical-align: top;
    border-color: rgba(110, 163, 255, .15);
}

.table>:not(:first-child) {
    border-top: 1px solid currentColor;
}

.table th {
    color: #16162e;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .personale-area {
        margin-top: 5rem !important;
    }

    .pr-all-partners-list img:nth-child(4),
    .pr-all-partners-list img:nth-child(5),
    .pr-all-partners-list img:nth-child(6),
    .pr-all-partners-list img:nth-child(7),
    .pr-all-partners-list img:nth-child(8) {
        margin-top: 0.8rem;
    }

    .go-home {
        display: block !important;
    }

    .pa-p-name h5 {
        font-size: 1.3rem;
    }

    .dashboard {
        padding-bottom: 0rem;
    }

    .history-page .col-md-4 {
        order: 1;
    }

    .history-page .col-md-8 {
        order: 2;
    }

    .pagination {
        margin-top: 2rem;
    }

    .alert {
        left: 2%;
    }

    .help-sections .sect-help-inner {
        width: 50%;
    }

    .help-sections .sect-help-inner>span {
        display: none !important;
    }

    .help-for-feedback,
    .contacts .col-md-5 {
        margin-top: 3rem;
    }

    .legal-information .col-md-4,
    .legal-information .col-md-5 {
        margin-top: 3rem;
    }

    .left-account {
        background: url(../images/bg-pa.png) -180px -200px no-repeat;
    }

    .top-account {
        display: none !important;
    }

    .content-account .col-md-3,
    .content-account .col-md-6,
    .content-account .col-md-5,
    .content-account .col-md-8,
    .content-account .col-md-9,
    .content-account .col-md-4 {
        margin-bottom: 2rem !important;
    }

    .deposit-calculator .col-md-6 {
        margin-bottom: 0 !important;
    }

    .representatives-list .col-md-3 {
        margin-bottom: 1rem;
        text-align: center;
    }

    .agreements-information .row .col-md-8 {
        margin-top: 3rem;
        order: 2;
    }

    .agreements-information .row .col-md-4 {
        order: 1;
    }

    .agreements-information .col-md-5 {
        margin-top: 3rem;
    }

    .about-page .col-md-7 {
        padding-top: 2rem;
    }

    .news-folder:nth-child(1),
    .news-folder:nth-child(6) {
        width: 100%;
    }

    .login-page .row {
        margin-left: 0;
        margin-right: 0;
    }

    .login-page .row>.col-md-6:nth-child(2) {
        display: none !important;
    }

    .login-page .p-3 {
        padding: 5rem;
        width: 100%;
    }

    .form .d-flex {
        display: block !important;
        margin: 0 !important;
    }

    .forms_buttons {
        padding: 0 !important;
        margin-top: 1.5rem !important;
    }

    .form .d-flex .col-md-6,
    .form .d-flex.mb-4,
    .form .d-flex .col-md-12 {
        padding: 0 !important;
        margin: 0 0 1rem 0 !important;
    }

    .country-select {
        width: 100%;
    }

    .country-select .country-list {
        left: 0 !important;
    }

    header {
        background-size: 130%;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 40px;
        z-index: 100;
        background: #fff;
        box-shadow: 0 0 25px rgba(110, 163, 255, .35);
        border-radius: 19px;
        padding: 1rem;
        backdrop-filter: saturate(140%) blur(5px);
        text-align: left;
        min-width: 300px;
    }

    .dropdown-menu {
        background: none;
        box-shadow: none;
        padding: 0rem;
        border-radius: 0px;
        border: none;
        min-width: 300px;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .navbar-nav .acc-gadgets {
        width: 100%;
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px solid #ccc;
    }

    .navbar-nav .acc-gadgets li:nth-child(1) {
        margin: 0 !important;
    }

    .navbar-nav .dropdown-menu {
        display: block;
    }

    .dropdown a.nav-item {
        display: none;
    }

    body,
    a,
    .button-medium {
        font-size: .9rem;
    }

    h1 {
        font-size: 2rem;
        font-weight: 600;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1rem;
    }

    .section-title {
        max-width: 90%;
        margin-top: -2rem !important;
    }

    .mt-10 {
        margin-top: 3rem;
    }

    .pb-10 {
        padding-bottom: 3rem;
    }

    .mini-title span {
        margin-right: 0 !important;
    }

    .right-header-home {
        margin-top: 5rem;
        transform: rotate(0deg);
    }

    .income-balance {
        width: 100%;
        margin-left: 0;
    }

    .income-balance .col-md-2:last-of-type {
        display: none;
    }

    .card-balance {
        width: 110%;
    }

    .card-balance i.bi-three-dots {
        display: none;
    }

    .card-balance-gadgets {
        display: block !important;
    }

    .card-balance-gadgets span {
        margin: 0 !important;
    }

    .income-date-gadget span {
        display: block;
    }

    .pa-p-dashboard-header {
        width: 110%;
        margin-left: -10%;
    }

    .last-activity {
        width: 100%;
    }

    .last-activity span {
        font-size: .8rem;
    }

    .owl-item.center {
        z-index: 10000 !important;
    }

    .slide {
        background: #fff;
        margin: 1.5rem -4rem;
    }

    .owl-prev {
        left: 6%;
    }

    .owl-next {
        right: 0%;
    }

    .go-to-contact-page {
        width: 80%;
        right: 0;
        left: 10%;
        bottom: -80%;
    }

    .about-home .col-md-6:nth-child(2) {
        margin-top: 6rem;
    }

    .payments-home .col-md-6:nth-child(1) {
        text-align: center;
    }

    .bg-payments {
        margin-top: 2rem;
    }

    .payment-item {
        padding: .8rem;
        margin: .8rem;
    }

    .ph-go-reg {
        display: none;
    }

    .bg-video img {
        display: none;
    }

    .company-registration {
        right: 2%;
        bottom: -45%;
        width: 55%;
        padding: 1.2rem;
    }

    .bg-payments:before {
        display: none;
    }

    .pa-p-statistic {
        top: -10%;
        padding: 1rem;
        left: 5%;
    }

    .pa-p-statistic .weekly-gadgets {
        display: none;
    }

    .pa-p-dashboard {
        position: relative !important;
        left: -10%;
        width: 50%;
        padding: 1rem;
    }

    .pa-p-help {
        right: 5%;
        top: 25%;
        width: 55%;
    }

    .pa-advantages {
        margin-top: 9rem;
    }

    .pa-advantages .ms-5 {
        margin-left: 2rem !important;
    }

    .pa-presentation:before {
        display: none;
    }

    .pr-partners:before {
        display: none;
    }

    .partner-home {
        margin-top: 6rem;
    }

    .partner-home .col-md-6:nth-child(2) {
        margin-top: 3rem;
    }

    .pr-all-partners {
        position: relative !important;
        right: 0;
        top: 0;
        width: 100%;
    }

    .pr-all-partners-folder {
        width: 80%;
    }

    .pr-all-partners-me {
        width: 50%;
        right: 10%;
        top: 30%;
    }

    .go-reg-gadgets {
        display: block !important;
        text-align: center;
    }

    .go-reg-gadgets div:nth-child(1) {
        margin-top: 2rem;
    }

    .go-reg-gadgets div:nth-child(2) {
        margin-top: 2rem;
    }

    .go-reg-gadgets span {
        display: block;
        margin-top: .5rem;
    }

    .news-folder:nth-child(2),
    .news-folder:nth-child(3) {
        margin-top: 2rem;
    }

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

    .welcome-home img {
        display: none;
    }

    .welcome-home span {
        display: block;
        margin: .5rem 0 0 0;
    }

    footer .row .col-md-4:nth-child(1) {
        order: 2;
        margin-top: 3rem;
    }

    footer .row .col-md-8:nth-child(2) {
        order: 1;
    }

    footer .row .col-md-8 ul:last-of-type {
        display: block;
    }

    footer .row .col-md-8 ul li {
        margin-bottom: 1rem;
    }

    footer .row .col-md-8 ul li:last-of-type {
        margin: 0;
    }
}

@media (max-width: 1400px) and (min-width: 768px) {
    .dashboard .left-account {
        flex: 0 0 auto;
        width: 25%;
    }

    .dashboard .right-account {
        flex: 0 0 auto;
        width: 75%;
    }
}

/* +++++++++++++ */

.anim_effect[effect='1'] {
    animation: animEffect1 2s infinite linear;
}

@keyframes animEffect1 {
    0% {
        color: #aeb1d0;
    }

    50% {
        color: #ff0000;
    }

    100% {
        color: #aeb1d0;
    }
}

.cb_copy:not(.copied):hover {
    color: orange;
    transition: 0.5s;
    cursor: copy;
}

.cb_copy.copied {
    color: green;
}

.plan-hole {
    width: 100%;
}

.plans-checkers {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 25px rgb(110 163 255 / 35%);
    border-radius: 19px;
    padding: 1.4rem;
    backdrop-filter: saturate(140%) blur(2px);
}

input[name=h_id]:checked+.plans-checkers {
    box-shadow: inset 0 0 0 2px #a60364;
}

input[name=h_id]:checked+.plans-checkers div .bi-check2 {
    display: inline-block !important;
}

input[name=h_id]:checked+.plans-checkers .plan-info-checkers {
    display: block !important;
}





.pp_bg {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pp_box {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 5rem auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

.pp {
    background-color: #fff;
    border: 3px solid #777;
    width: 100%;
    height: auto;
    border-radius: 19px;
    box-shadow: 0 0 25px rgb(0, 0, 0, .35);
}

.pp_header {
    padding: 1rem;
    position: relative;
    border-bottom: 1px solid #eee;
}

.pp_title {
    color: #333;
    font-size: 1.3rem;
}

.pp_close {
    cursor: pointer;
}

.pp_cross {
    position: absolute;
    top: -0.1rem;
    right: 1rem;
    font-size: 2rem;
}

.pp_cross:hover {
    color: #777;
}

.pp_body {
    padding: 1rem;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pp_footer {
    padding: 1rem;
    border-top: 1px solid #eee;
}

e,
m {
    display: none;
}

@media screen and (min-width:600px) {
    .pp_video {
        display: block;
        min-height: 27rem;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:599.99px) {
    .pp_video {
        width: 100%;
        height: auto;
    }
}

.soc_link {
    display: block;
    position: relative;
}

.soc_under {
    display: block;
    position: absolute;
    text-transform: uppercase;
    font-size: 0.5rem;
    color: #a60364;
    font-weight: bold;
    letter-spacing: 0.04rem;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 0%;
}