@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif;
    height: 100%;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 900;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
}

img {
    max-width: 100%;
    pointer-events: none;
}


/*
 * Loader
 */

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    font-size: 10px;
    /*margin: 80px auto;*/
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 5rem;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #228be6;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #228be6;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #228be6;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #228be6;
    }
}


/**
 * General
 */

.div-table {
    display: table;
}

.div-tr {
    display: table-row;
}

.div-td {
    display: table-cell;
}

@media (min-width: 768px) {
    .is-table-row {
        display: table;
        width: 100%;
    }
    .banner-page .dashboard-li {
        margin-right: 5px;
    }
    .banner-page .buttons {
        padding: 20px 10px !important;
        margin-top: -3.5px;
    }
    .banner-page .navbar-nav {
        margin-right: -1.8rem;
    }
    .banner-page .buttons a {
        text-transform: capitalize;
    }
    .banner-page .navbar-default .navbar-nav>li>a {
        padding: 32px 10px !important;
        text-transform: capitalize;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    [class*="col-md-"] {
        margin-bottom: 15px;
    }
    .contact-cont .section-title {
        margin: 0 !important;
    }
    .top-container,
    .form-input {
        margin-left: 0 !important;
    }
    .cards-right {
        display: none;
    }
    .section-heading {
        margin-top: 2rem !important;
        margin-bottom: 30px !important;
    }
    .textarea-input {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .payment-container img {
        height: 27px;
    }
    .banner-page .navbar-right {
        background: #fff !important;
        padding: 1.5rem;
        box-shadow: 0px 1px 0px rgb(62 63 66 / 8%);
    }
    .intro-text {
        justify-content: end;
    }
}

.separator>.container {
    margin-bottom: 1rem;
    border-top: 1px solid rgba(192, 191, 191, 0.48);
}

footer .separator>.container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

section {
    padding: 50px 0;
}

.inner-page section {
    padding: 0 0;
}

.image-left img {
    position: absolute;
    left: -187px;
    top: 0px;
    width: 40%;
}

.image-right img {
    z-index: -1000;
    position: absolute;
    top: 0;
    right: 0;
}

.question-mark {
    margin-right: 150px;
}

section h3.section-subheading {
    color: #b8de01;
    font-size: 20px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 7px;
}

section h2.section-heading {
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 55px;
    text-transform: inherit;
    color: #3e3f42;
}

@media (max-width: 767px) {
    section h3.section-subheading {
        font-size: 14px;
    }
    section h2.section-heading {
        font-size: 30px;
        margin-bottom: 35px;
    }
}


/*
 * navbar
 */

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    padding: 10px 0;
}

.navbar-default .navbar-nav {
    font-size: 13px;
}

.navbar-brand {
    height: 50px;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.nav-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-items li {
    text-transform: capitalize;
}

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

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #dedee8;
}

.navbar-brand.logo-image {
    padding: 0 0 0 15px;
}

.navbar-brand.logo-image img {
    height: 43%;
    margin-top: 0.5rem;
    margin-right: 3.2rem;
}

@media (max-width: 767px) {
    .navbar-brand.logo-image img {
        height: 63%;
        margin-top: 0.7rem;
        margin-right: 3.2rem;
    }
    .nav-items {
        display: flex;
        background: #fff;
        flex-direction: column;
        align-items: baseline;
        padding: 0.5rem;
    }
    .inner-page .nav-items {
        padding: 7px 2rem 2rem;
    }
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
    }
    .nav-items .login-btn {
        color: #364152;
        border-radius: 4px;
        padding: 5px 14px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        border: 1px solid #97a6ba;
        margin-bottom: 1rem;
    }
    .nav-items .signup-btn {
        background: #40c057;
        color: #fff;
        border-radius: 4px;
        white-space: nowrap;
        padding: 5px 14px;
        transition: 0.3s;
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .buttons .signup-btn {
        margin-left: 20px;
    }
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0dbaf0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000e6;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #3e3f42;
    outline: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #27303f;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #27303f;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #27303f;
    background-color: #fec503;
}

.dropdown-menu {
    padding: 0;
    min-width: 175px;
}

.dropdown-menu>li>a {
    font-weight: 700;
    font-size: 11px;
    padding: 8px 10px;
    color: #505050;
    border-bottom: 1px solid #dfdfdf;
}

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

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #0dbaf0;
}

@media (min-width: 768px) {
    .banner-page .navbar-right {
        display: flex;
    }
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: 20px !important;
    }
    .captcha-page .navbar-default {
        padding: 10px 0;
    }
    .navbar-brand {
        height: 70px;
    }
    .navbar-default .navbar-brand {
        font-size: 1.8em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.affix {
        padding: 10px 0;
        background: #fff;
        height: 60px;
    }
    .navbar-default.affix .navbar-brand {
        font-size: 1.5em;
        height: 60px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 25px 10px;
    }
    .navbar-default .navbar-nav>li:not(.dropdown)>a:after {
        display: block;
        content: "";
        border-bottom: solid 2px #ffffff;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }
    .navbar-default .navbar-nav>li:not(.dropdown)>a:hover:after {
        transform: scaleX(1);
    }
    .navbar-default .navbar-nav>li:not(.dropdown)>a:after {
        transform-origin: 0% 50%;
    }
    .navbar-default.affix .navbar-nav>li>a {
        padding: 20px 10px;
    }
    .navbar-default .navbar-nav>li.language-selector>a,
    .navbar-default.affix .navbar-nav>li.language-selector>a {
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default.affix .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #dedee8;
        outline: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
}


/**
 * Header
 */

header .intro-text {
    text-align: left;
    padding-top: 250px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

header .intro-text .intro-lead-in {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 35px;
    color: #3e3f42;
    letter-spacing: -0.02em;
}

header .intro-text .intro-lead-small {
    font-style: normal;
    font-weight: normal;
    font-size: 16.2px;
    line-height: 24px;
    color: #6b6c6f;
    opacity: 0.75;
}

header .intro-text .intro-lead-small a {
    color: #1665d8;
    text-decoration: underline;
}

.small-terms {
    margin-top: 1rem;
    font-size: 13px !important;
}

header .intro-text .small-2 {
    margin-bottom: 40px;
}

header .intro-text .intro-lead-small::after {
    margin-bottom: 10px;
}

header .intro-text .intro-heading {
    font-weight: 900;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

header .intro-text .intro-lead-in {
    font-size: 65px !important;
}

.shorten #shorten .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shorten #shorten input.input-lg {
    color: #000;
    border-radius: 12px;
    background-color: #fff !important;
    border: 1.2px solid #cfd8e3;
    height: 50px;
    padding-right: 60px;
    font-size: 14px;
    line-height: 24px;
    color: #6b6c6f;
    background: url(/new_vision_theme/img/Vector.svg);
    background-repeat: no-repeat;
    background-position: 10px 16px;
}

.shorten #shorten input.input-lg {
    padding-left: 36px;
}

.add-link-result input.input-lg {
    background: transparent;
    width: 632px;
    background: #ffffff;
    border: 1.2px solid #cfd8e3;
    border-radius: 12px;
}

.shorten #shorten input.input-lg::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bcd0e7;
    opacity: 1;
    /* Firefox */
}

.shorten #shorten .form-control::-webkit-input-placeholder {
    color: white;
}

.shorten #shorten .form-control:-moz-placeholder {
    color: white;
}

.shorten #shorten .form-control::-moz-placeholder {
    color: white;
}

.shorten #shorten .form-control:-ms-input-placeholder {
    color: white;
}

.shorten #shorten button {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 6px;
}

.shorten #shorten button:focus {
    outline: none;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    background: transparent;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    background: transparent;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 250px;
    }
    header .intro-text .intro-lead-in {
        font-size: 23px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .inner-page header .intro-text {
        padding-top: 110px;
        padding-bottom: 135px;
    }
    .inner-page header .intro-lead-in {
        text-transform: initial;
        font-weight: bold;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 0;
        color: #3e3f42;
        margin-bottom: 1rem;
    }
    header .intro-text .intro-heading {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 40px;
    }
    .shorten #shorten input.input-lg {
        width: 515px;
    }
}

@media (min-width: 500px) {
    .cards-mobile {
        display: none;
    }
    .shorten #shorten input.input-lg {
        padding-left: 36px;
    }
}

@media (max-width: 992px) {
    .captcha-container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        align-items: center !important;
        margin-bottom: 3rem;
    }
    .captcha-container .captcha,
    .terms-cont {
        margin-bottom: 0 !important;
    }
}

.btn-short {
    background: #1665d8 !important;
    box-shadow: 0px 4px 24px rgb(22 101 216 / 32%) !important;
    border-radius: 12px !important;
    padding: 10px 38px !important;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: -2px !important;
    margin-right: -4px !important;
}


/**
 * Steps
 */

.step {}

.step-img {
    margin-bottom: 35px;
}

.step-heading {
    font-size: 23px;
}


/**
 * Features
 */

section.features {
    margin-top: -100px;
}

.feature {
    margin-bottom: 55px;
}

.feature-heading {
    margin: 15px 0;
    color: #27303f;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    text-transform: inherit;
    margin-left: 1px;
}

.feature-content {
    width: 85%;
    font-size: 16px;
    line-height: 24px;
    color: #6b6c6f;
    opacity: 0.8;
    margin-left: 1px;
}


/**
 * Testimonials
 */

#testimonials {
    background: -moz-radial-gradient(center, ellipse cover, #00d2ff 0%, #00aeef 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #00d2ff), color-stop(100%, #00aeef));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, #00d2ff 0%, #00aeef 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, #00d2ff 0%, #00aeef 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, #00d2ff 0%, #00aeef 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, #00d2ff 0%, #00aeef 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#00aeef', GradientType=1);
    /* ie6-9 */
}

section#testimonials h3.section-subheading,
section#testimonials h2.section-heading {
    color: #ffffff;
}

section#testimonials h2.section-heading:after {
    border-bottom-color: #ffffff;
}

.testimonials {
    color: #ffffff;
}

.testimonials .content {
    font-size: 19px;
    font-style: italic;
}

.testimonials .content .fa-stack-2x {
    color: #ffffff;
}

.testimonials .content .fa-quote-left.fa-inverse {
    color: #00d2ff;
}

.testimonials .testimonial-image img {
    display: inline;
    border-radius: 50% 50%;
}

.testimonials .testimonial-info {
    margin: 10px auto 0 auto;
}

.testimonials .testimonial-info .div-td {
    vertical-align: middle;
}

.testimonials .testimonial-data {
    padding-left: 25px;
}

.testimonials .testimonial-data h4 {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 3px 0;
}

.testimonials .testimonial-data div {
    font-style: italic;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #66e1fe;
}

@media (max-width: 767px) {
    .testimonials .content {
        font-size: 15px;
    }
    .testimonials .content .col-sm-1 {
        text-align: center;
    }
    .section-title {
        margin-top: 50px;
    }
}

.top-stats {
    padding-top: 0;
}


/**
 * stats
 */

.stat {
    color: #00aeef;
    display: inline-block;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 8%);
    border-radius: 8px;
}

.stat-img {
    margin-bottom: 15px;
}

.stat-num {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #27303f;
}

.stat-text {
    line-height: 20px;
    text-transform: lowercase;
    font-size: 14px;
    color: #6b6c6f;
}

.terms-cont {
    margin-top: 1.5rem;
    margin-left: 1rem;
}


/**
 * Contact
 */

.top-container .form-group {
    margin-bottom: 1.7rem;
    display: flex;
    flex-direction: row;
}

.items-right label {
    font-weight: normal;
    margin-left: 12rem;
    display: flex;
    flex: auto;
}

.btn-text {
    margin-right: 2rem;
}

.items-right b {
    width: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #bcbcbc;
}

section#contact .form-group input {
    padding: 10px;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

section#contact .form-group textarea {
    height: 226px;
    resize: none;
    border: 1px solid #e7e9eb;
    box-sizing: border-box;
    border-radius: 8px;
}

section#contact .form-group input.form-control {
    height: auto;
    margin-bottom: 3.5rem;
    font-weight: normal;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    color: #3e3f42;
}

section#contact .btn-contact {
    color: #434656;
    background: #6ffacc;
    border-radius: 50px;
    font-weight: bold;
    font-size: 15px;
    text-transform: initial;
    padding: 10px 24px;
}

section#contact .btn-contact:focus {
    outline: none;
}

section#contact .text-danger {
    color: #e74c3c;
}

@media (max-width: 767px) {
    .section-title {
        text-align: center;
    }
}


/**
 * box-captcha
 */

.box-main {
    margin-top: 8rem;
    background: #ffffff;
    box-shadow: 0px 16px 44px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(40px);
    border-radius: 14px;
    border-top: 4px solid #1890ff;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 20px;
}

.box-main h4 {
    padding: 0 3px;
    font-size: 28px;
}

.box-main .blog-item {
    text-align: left;
}

.box-main .blog-item .page-header {
    margin: 0 0 20px;
}

.box-main .link-details {
    padding: 0 10px;
}

.box-main .link-details .link-image {
    max-height: 200px;
}

.box-main .link-details .link-title {
    text-transform: none;
}

.box-main .link-details .link-description {}


/**
 * interstitial-page
 */

body.interstitial-page {
    overflow: hidden;
    padding-top: 0;
}

.interstitial-page #mainNav {
    margin-bottom: 0;
}

.interstitial-page .navbar-default {
    padding: 10px 0;
}

.interstitial-page .skip-ad a {
    color: #1e70dc;
    padding: 13px 52px 13px 20px;
    border-radius: 20px;
    background-image: url(../img/skip-ad.png);
    background-color: #ffffff;
    background-position: right 11px bottom 50%;
    background-repeat: no-repeat;
    background-size: 34px;
}


/**
 * Footer
 */

.blog-item .page-header h3 {
    text-transform: none;
}


/**
 * Footer
 */

footer .payment-methods {
    padding: 40px 0 35px 0;
}

.payment-container {
    filter: invert(59%) sepia(27%) saturate(3137%) hue-rotate(86deg) brightness(-2%) contrast(22%);
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    footer .payment-methods {
        padding: 37px 0 60px 0;
    }
}

footer .copyright-container {
    padding: 18px 0;
    font-weight: 700;
    font-size: 11px;
    background: #ffffff;
    border: 1px solid rgba(188, 188, 188, 0.25);
    padding-top: 30px;
}

footer .copyright div {
    padding-top: 6px;
}

footer .bottom-menu ul {
    margin-bottom: 0;
    text-transform: uppercase;
}

footer .social-links ul {
    margin-bottom: 0;
}

footer .social-links ul li a {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    background: rgba(188, 188, 188, 0.25);
    height: 44px;
    width: 44px;
    border-radius: 100%;
    font-size: 13px;
    line-height: 41px;
    color: #0dbaf0;
    margin-top: -1rem;
}

footer .bottom-menu,
footer .social-links,
footer .copyright {
    text-align: center;
}

@media (min-width: 768px) {
    footer .bottom-menu {
        text-align: end;
    }
    footer .social-links {
        text-align: center;
    }
    footer .copyright {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: -1em;
    }
    /*
 * Component: Box
 * --------------
 */
    .box {
        position: relative;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    .box.box-primary {
        border-top-color: #3c8dbc;
    }
    .box.box-info {
        border-top-color: #00c0ef;
    }
    .box.box-danger {
        border-top-color: #dd4b39;
    }
    .box.box-warning {
        border-top-color: #f39c12;
    }
    .box.box-success {
        border-top-color: #00a65a;
    }
    .box.box-default {
        border-top-color: #d2d6de;
    }
    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none;
    }
    .box .nav-stacked>li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }
    .box .nav-stacked>li:last-of-type {
        border-bottom: none;
    }
    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }
    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }
    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }
    .box.box-solid {
        border-top: 0;
    }
    .box.box-solid>.box-header .btn.btn-default {
        background: transparent;
    }
    .box.box-solid>.box-header .btn:hover,
    .box.box-solid>.box-header a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    .box.box-solid.box-default {
        border: 1px solid #d2d6de;
    }
    .box.box-solid.box-default>.box-header {
        color: #444444;
        background: #d2d6de;
        background-color: #d2d6de;
    }
    .box.box-solid.box-default>.box-header a,
    .box.box-solid.box-default>.box-header .btn {
        color: #444444;
    }
    .box.box-solid.box-primary {
        border: 1px solid #3c8dbc;
    }
    .box.box-solid.box-primary>.box-header {
        color: #ffffff;
        background: #3c8dbc;
        background-color: #3c8dbc;
    }
    .box.box-solid.box-primary>.box-header a,
    .box.box-solid.box-primary>.box-header .btn {
        color: #ffffff;
    }
    .box.box-solid.box-info {
        border: 1px solid #00c0ef;
    }
    .box.box-solid.box-info>.box-header {
        color: #ffffff;
        background: #00c0ef;
        background-color: #00c0ef;
    }
    .box.box-solid.box-info>.box-header a,
    .box.box-solid.box-info>.box-header .btn {
        color: #ffffff;
    }
    .box.box-solid.box-danger {
        border: 1px solid #dd4b39;
    }
    .box.box-solid.box-danger>.box-header {
        color: #ffffff;
        background: #dd4b39;
        background-color: #dd4b39;
    }
    .box.box-solid.box-danger>.box-header a,
    .box.box-solid.box-danger>.box-header .btn {
        color: #ffffff;
    }
    .box.box-solid.box-warning {
        border: 1px solid #f39c12;
    }
    .box.box-solid.box-warning>.box-header {
        color: #ffffff;
        background: #f39c12;
        background-color: #f39c12;
    }
    .box.box-solid.box-warning>.box-header a,
    .box.box-solid.box-warning>.box-header .btn {
        color: #ffffff;
    }
    .box.box-solid.box-success {
        border: 1px solid #00a65a;
    }
    .box.box-solid.box-success>.box-header {
        color: #ffffff;
        background: #00a65a;
        background-color: #00a65a;
    }
    .box.box-solid.box-success>.box-header a,
    .box.box-solid.box-success>.box-header .btn {
        color: #ffffff;
    }
    .box.box-solid>.box-header>.box-tools .btn {
        border: 0;
        box-shadow: none;
    }
    .box.box-solid[class*="bg"]>.box-header {
        color: #fff;
    }
    .box .box-group>.box {
        margin-bottom: 5px;
    }
    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }
    .box>.overlay,
    .overlay-wrapper>.overlay,
    .box>.loading-img,
    .overlay-wrapper>.loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }
    .box .overlay>.fa,
    .overlay-wrapper .overlay>.fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }
    .box .overlay.dark,
    .overlay-wrapper .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }
    .box-header:before,
    .box-body:before,
    .box-footer:before,
    .box-header:after,
    .box-body:after,
    .box-footer:after {
        content: " ";
        display: table;
    }
    .box-header:after,
    .box-body:after,
    .box-footer:after {
        clear: both;
    }
    .box-header {
        color: #444;
        display: block;
        padding: 10px;
        position: relative;
    }
    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }
    .collapsed-box .box-header.with-border {
        border-bottom: none;
    }
    .box-header>.fa,
    .box-header>.glyphicon,
    .box-header>.ion,
    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }
    .box-header>.fa,
    .box-header>.glyphicon,
    .box-header>.ion {
        margin-right: 5px;
    }
    .box-header>.box-tools {
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .box-header>.box-tools [data-toggle="tooltip"] {
        position: relative;
    }
    .box-header>.box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .box-header>.box-tools .dropdown-menu>li>a {
        color: #444 !important;
    }
    .btn-box-tool {
        padding: 5px;
        font-size: 12px;
        background: transparent;
        color: #97a0b3;
    }
    .open .btn-box-tool,
    .btn-box-tool:hover {
        color: #606c84;
    }
    .btn-box-tool.btn:active {
        box-shadow: none;
    }
    .box-body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 10px;
    }
    .no-header .box-body {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    .box-body>.table {
        margin-bottom: 0;
    }
    .box-body .fc {
        margin-top: 5px;
    }
    .box-body .full-width-chart {
        margin: -19px;
    }
    .box-body.no-padding .full-width-chart {
        margin: -9px;
    }
    .box-body .box-pane {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 3px;
    }
    .box-body .box-pane-right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
    .items-right {
        display: flex;
        flex: auto;
        margin-top: 1.3rem;
    }
    .box-footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #f4f4f4;
        padding: 10px;
        background-color: #ffffff;
    }
    .login-btn {
        text-transform: initial;
        line-height: 24px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #3e3f42;
    }
    .signup-btn {
        margin-left: 20px;
        border: 2px solid #3788da;
        color: #3e3f42;
        border-radius: 1px;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 700;
        text-transform: initial;
        border-radius: 12px;
    }
    .container-items {
        display: flex;
        flex: auto;
        align-items: center;
        text-align: center;
    }
    .text-container {
        padding-left: 1rem;
        text-align: left;
    }
    .col-sm-3 {
        width: 292px !important;
    }
}

@media (max-width: 1200px) {
    .col-sm-3 {
        width: 50% !important;
        margin-top: 1rem !important;
    }
    header .intro-text .small-terms {
        margin-bottom: 2rem;
    }
    header .intro-text .intro-lead-in {
        font-size: 40px !important;
    }
    .image-right-fs2 {
        top: 1523px !important;
    }
    .inner-top {
        display: flex;
        flex-direction: column;
    }
    header .intro-text {
        padding-top: 130px;
        padding-bottom: 0 !important;
    }
    .question-mark {
        margin-right: 13px;
        margin-top: 1px;
    }
    .items-right label {
        margin-left: 0;
        justify-content: center;
        text-align: center;
    }
    .items-right {
        flex-direction: column;
        margin-top: 0;
    }
    .btn-text {
        margin-right: 0;
        margin-left: 2rem;
    }
    input[type="checkbox"],
    input[type="radio"] {
        margin: 0 !important;
        margin-right: 0 !important;
    }
    .top-container .form-group {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .container-items {
        display: flex;
        flex: auto;
        align-items: center;
        text-align: left;
    }
    .inner-page .navbar-default .navbar-collapse {
        background: #fff;
        box-shadow: 0px 1px 0px rgb(62 63 66 / 8%);
        position: absolute;
        top: 60.4px;
        right: 0px;
        left: 0px;
    }
    .text-container {
        margin-left: 1rem;
    }
    .feature {
        display: flex;
        flex-direction: column;
        justify-content: end;
        text-align: left;
    }
    .copyright-text {
        text-align: center;
        margin-top: 1rem;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .stat-num {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 1px;
    }
    .stat-text {
        font-size: 13px;
        line-height: 15px;
        color: #6b6c6f;
        margin-left: 2px;
    }
}

.section-title {
    display: flex;
}

.align {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.image-left-fs2 {
    position: absolute;
    left: 0;
    z-index: -1;
    filter: blur(64px);
}

.image-right-fs2 {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 1480px;
}

.image-down-fs2 {
    position: absolute;
    top: 515px;
    right: 717px;
    z-index: -100;
}

.image-down-2-fs2 {
    position: absolute;
    top: 1480px;
    right: 400px;
    z-index: -1;
}

.contact-cont {
    background: #ffffff;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 16px 44px rgba(0, 0, 0, 0.04);
    border-radius: 14px;
}

.contact-cont .section-title {
    margin: 2rem;
    margin-bottom: -1rem;
}

.captcha-container {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-container,
.form-input {
    margin-left: 2rem;
}

input[type="checkbox"],
input[type="radio"] {
    border: 2px solid #a7aabc;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 1px\9 !important;
    line-height: normal !important;
    height: 16px !important;
    width: 19px !important;
    margin-right: 0.4rem !important;
}

.terms-of-condition {
    display: flex;
    flex-direction: column;
    color: #bcbcbc;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.textarea-input {
    width: 53%;
}

.alert-success {
    width: 61.5% !important;
    margin: 0 auto !important;
}

.alert-danger {
    width: 61.5% !important;
    margin: 0 auto !important;
}

.contact-result {
    margin-top: 1rem !important;
}

.features-images {
    margin-top: 4rem;
}

.privacy,
.terms {
    color: #3e3f42;
    text-transform: capitalize;
}

.btn-top {
    margin-top: 1.2rem;
}


/* Trebuie scos */

._winwin {
    font-family: "DM Sans" !important;
    height: 206px !important;
    border-radius: 9% !important;
    background-color: #3a86ff !important;
    text-transform: initial !important;
}

._winwin label {
    font-size: 16px;
}

._winwin .prize-nr {
    font-style: normal;
    font-weight: 548;
    font-size: 24px;
    line-height: 32px;
}

._winwin .label12x {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

._winwin:hover {
    height: 242px !important;
    width: 160px !important;
}

._winwin:hover .more-info {
    bottom: 20% !important;
}

.card-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    text-align: center;
    width: 113px;
    height: 126px;
    position: relative;
    left: -490px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    top: -45px;
}

.top-image {
    position: absolute;
    top: 0;
}

.card-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    text-align: center;
    width: 113px;
    height: 126px;
    position: relative;
    top: -203px;
    left: -59px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.card-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    text-align: center;
    width: 113px;
    height: 126px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    position: relative;
    top: -87px;
    right: 2px;
}

.card-1,
.card-2,
.card-3 p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434656;
}

@media (max-width: 1500px) {
    .card-1 {
        left: -379px;
    }
}

@media (max-width: 1200px) {
    .card-1 {
        top: -45px;
        left: -220px;
    }
    .card-2 {
        top: -120px;
        left: 0;
    }
    .card-3 {
        top: -75px;
        right: 120px;
    }
}

@media (max-width: 767px) {
    .navbar-default.affix {
        background: #fff;
    }
    .banner-page .dashboard-li a {
        background: #40c057;
        color: #fff !important;
        border-radius: 4px;
        white-space: nowrap;
        padding: 5px 14px;
        transition: 0.3s;
        font-size: 14px;
        margin-bottom: 1rem;
        text-transform: capitalize !important;
        margin: 6px 15px;
        font-weight: 100 !important;
    }
    .banner-page .dashboard-li a:hover {
        background: #40c057 !important;
    }
    .what-is {
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column;
    }
    .intro-items {
        text-align: left;
    }
    .section-title {
        justify-content: start;
    }
    .add-link-result input.input-lg {
        width: 100%;
    }
    .copy-it {
        position: absolute !important;
        top: 3px !important;
        right: 107px !important;
    }
    .reshort {
        position: absolute !important;
        top: 3px !important;
        right: 19px !important;
    }
    .reshort-btn {
        padding: 10px 14px !important;
        width: 100% !important;
    }
    .copy-btn {
        width: 100% !important;
        padding: 10px 15px !important;
    }
    .ms-sprite-total-links {
        width: 100px;
        height: 62px;
        background-position: 25px 16px;
    }
    .banner-page .login-btn {
        color: #364152 !important;
        border-radius: 4px !important;
        padding: 3px 14px 4px !important;
        white-space: nowrap !important;
        transition: 0.3s !important;
        font-size: 14px !important;
        border: 1px solid #97a6ba !important;
        margin-bottom: 1rem !important;
    }
    .banner-page .signup-btn {
        background: #40c057 !important;
        color: #fff !important;
        border-radius: 4px !important;
        white-space: nowrap !important;
        padding: 5px 14px !important;
        transition: 0.3s !important;
        font-size: 14px !important;
        margin-bottom: 1rem !important;
    }
    .banner-page .buttons {
        margin: 1rem 15.4px 0px;
    }
}

@media (max-width: 499px) {
    header .intro-text .intro-lead-in {
        font-size: 32px !important;
    }
    .none-phone {
        display: none;
    }
    .el1-banner {
        display: none;
    }
    .section-title {
        justify-content: start;
    }
    .ms-sprite-f1,
    .ms-sprite-f2,
    .ms-sprite-f3,
    .ms-sprite-f4,
    .ms-sprite-f5,
    .ms-sprite-f6,
    .ms-sprite-f7,
    .ms-sprite-f8,
    .ms-sprite-f9 {
        background-position: 0px -6px !important;
    }
    .feature {
        display: flex;
        flex-direction: column;
        justify-content: end;
        text-align: left;
        align-items: flex-start;
    }
}

.panel {
    border: 1px solid rgba(188, 188, 188, 0.25);
    border-radius: 14px;
}

.box-main>h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-transform: inherit;
    color: #3e3f42;
}

.panel-body {
    background: #fbfbfb i !important;
}

th,
td {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #434656 !important;
    font-weight: 400 !important;
}

.fa-paypal:before {
    content: "\f1ed";
    color: #9ea0a5;
}

.inner-page {
    background-color: #fbfbfd;
}

.inner-page .navbar-inner {
    background-color: #fff;
    box-shadow: 0px 1px 0px rgba(62, 63, 66, 0.08);
    padding: 10px 0;
    background: #fff;
    height: 65px;
}

.inner-page .intro-text {
    padding-top: 125px;
    padding-bottom: 0 !important;
}

.inner-page header .intro-text .intro-lead-in {
    font-size: 34px !important;
}

.dashboard-li {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
}

.inner-page .form-input {
    margin-left: 0 !important;
    width: 100%;
}

.inner-page .textarea-input {
    width: 58%;
}

.container {
    padding: 0 !important;
}

@media (max-width: 1018px) {
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.inner-page .terms-cont {
    margin-top: 0;
}

.inner-page section#contact .form-group {
    margin-bottom: 2.5rem;
}

.inner-page section#contact .captcha-container {
    width: 100%;
    max-width: 100%;
}

.inner-page .textarea-input {
    width: 100%;
}

.inner-page .inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.inner-page .inner-container>ul {
    text-align: right;
}

.inner-page .inner-container>p {
    margin: 0;
}

.inner-page .payments-proof {
    margin-bottom: 4rem !important;
}

.inner-page th,
td {
    padding: 1rem 1.5rem !important;
}

@media (max-width: 992px) {
    .footer-items {
        display: flex !important;
        flex: 1 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 992px) {
    .inner-page .inner-container {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .banner-main {
        display: flex;
        margin-left: 1rem !important;
        justify-content: center;
        align-items: center;
    }
    .none {
        display: none;
    }
    .btn-text {
        margin-left: 0;
    }
    .inner-page .inner-container>ul {
        text-align: left;
    }
    .top-container .form-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .items-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0;
        align-items: center;
    }
    .items-right label {
        margin-left: 0 !important;
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.inner-page table {
    table-layout: fixed;
    overflow: hidden;
}

.copy-btn {
    padding: 10px 24px;
    background: #e2e8f0;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: #475569;
    cursor: pointer;
    width: 79px;
    border: none;
}

.reshort-btn {
    padding: 10px 24px;
    background: #228be6;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    border: none;
    width: 100px;
    cursor: pointer;
}

.reshort {
    position: absolute;
    top: 3px;
    right: -203px;
}

.copy-it {
    position: absolute;
    top: 3px;
    right: -99px;
}

.inner-page .btn-text {
    margin-right: 0;
}

.inner-page section#contact .row .form-group input {
    margin: 5px 0px !important;
}

.contact-cont label {
    color: #434656;
    font-weight: normal;
    font-size: 16px;
}

.contact-cont label:first-child:after {
    content: "*" !important;
    color: red !important;
    margin-left: 5px;
}

.contact-cont input::placeholder::after {
    content: "*" !important;
    color: red !important;
    margin-left: 5px;
}

.home section#contact {
    padding-bottom: 0;
}

.inner-page .home-container-contact {
    padding-left: 0;
    margin-left: 0;
}

footer {
    position: absolute;
    right: 0;
    left: 0;
}

.banner-page {
    background: #fbfbfd;
    height: 100vh;
}

.get-link {
    box-shadow: 0px 4px 24px rgb(65 120 243);
    border-radius: 12px;
    padding: 10px 32px;
    padding: 10px 32px;
}

.banner-page .btn-success {
    background: #1665d8 !important;
    border: none;
    margin-top: 2rem;
    margin-bottom: -1rem;
}

.banner-page .copyright-container {
    transform: translateY(68px);
    background: #ffffff;
    border: none;
}

.banner-page .navbar-nav {
    margin-right: -1.8rem;
}

.inner-top {
    display: flex;
}

.el1-banner {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -400px;
    top: 164px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(58, 134, 255, 0.49) 0%, rgba(111, 250, 204, 0.56) 100%);
    opacity: 0.16;
    filter: blur(120px);
}

center img {
    width: 250px !important;
    height: 200px !important;
}

.banner-page .image-right img {
    display: none;
}

@media (max-width: 600px) {
    .inner-iframe iframe {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1335px !important;
    }
    .items-right {
        margin-left: 4.5rem;
    }
}

.mid-rectangle {
    z-index: -1;
    position: absolute;
    top: -40px;
    filter: blur(20px);
    right:0;
}

@media (max-width: 767px) {
    .footer-mobile {
        display: flex;
        justify-content: center;
    }
    .footer-items {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 500px) {
    .cards-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* justify-content: center; */
        text-align: center;
        margin-bottom: 2rem;
    }
    .add-link-result input.input-lg {
        font-size: 13px !important;
    }
    .card-m-1,
    .card-m-2,
    .card-m-3 {
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
        height: 126px;
    }
    .items-right label {
        justify-content: center;
        align-items: center;
        text-align: left;
    }
    .top-container .form-group {
        justify-content: center;
        align-items: center;
    }
    .items-right {
        justify-content: center;
        align-items: center;
    }
    .contact-cont {
        width: 93.5%;
    }
}


/* Slider */

.slick-slide img {
    height: 100%;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 43px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.copyright-text,
.list-inline {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #3e3f42;
}

.banner-page .navbar-default .navbar-collapse {
    padding: 0rem 1rem;
    overflow: hidden;
}

._winwin::before {
    content: url(/new_vision_theme/img/star.svg);
    position: relative;
    bottom: -12px;
}

.prize-line {
    margin-top: 2px !important;
}

.prize-line .label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 24px !important;
}

.label2x {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.winner-line {
    display: none;
}

.more-info::before {
    content: "";
    display: none !important;
}

._winwinTouch {
    width: 143px !important;
}

._winwin:hover .prize-line {
    top: 16.5% !important;
}

.more-info {
    border: 2px solid #ffffff !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
    width: 80% !important;
    padding: 3px !important;
}

.more-info a {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: bold;
    color: #fff !important;
}

._winwinTouch .prize-line {
    top: 17.5% !important;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: 1rem;
        border: none;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}

@media (max-width:600px) {
    .table-desktop {
        display: none !important;
    }
}

@media (min-width:601px) {
    .table-mobile {
        display: none
    }
}

.table-mobile>tbody>tr>td,
.table-mobile>tbody>tr>th,
.table-mobile>tfoot>tr>td,
.table-mobile>tfoot>tr>th,
.table-mobile>thead>tr>td,
.table-mobile>thead>tr>th {
    border-top: none !important;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.table-mobile tr {
    background: #fff;
    margin-bottom: 0;
    background: #fff;
    display: grid;
    grid-template-columns: 2.1fr 1fr;
}

.edit {
    margin-bottom: 1rem !important;
}

.table-mobile td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
}

.inner-page .affix {
    height: 61px !important;
}

.inner-page .navbar-brand {
    margin-top: 2px;
}

.banner-page .navbar {
    margin-bottom: 0;
    padding-bottom: 0;
}

.banner-page nav {
    position: -webkit-sticky;
    position: sticky;
    /* sticky or fixed are fine */
    position: fixed;
    top: 0;
    height: 69px;
    z-index: 1;
    width: 100%;
    background: transparent
    /* background when scroll is in the top */
    transition: background .5s;
    /* control how smooth the background changes */
}

.banner-page nav.scrolled {
    background: #fff;
    box-shadow: 0px 1px 0px rgb(62 63 66 / 8%);
}

.banner-page .container-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 4px;
}

#contact {
    padding: 50px 0 !important;
}

#services {
    padding: 0 0 202px;
}

.cards {
    color: #434656;
}

.affix {
    box-shadow: 0px 1px 0px rgb(62 63 66 / 8%);
}

.reshort-add {
    background: #228be6 !important;
    padding: 12px 2rem;
    text-align: center;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 10px !important;
    cursor: pointer;
}

.logo-image {
    margin-top: 3px;
}

.banner-page .dashboard-li {
    justify-content: start !important;
    text-align: left !important;
}

.banner-page .buttons {
    display: flex;
    justify-content: start;
}

.inner-page th {
    border-top: none !important;
}

.inner-page .nav-tabs>li {
    padding: 1rem 0;
    padding-right: 3rem;
}

.inner-page .nav-tabs>li>a {
    padding: 0;
    display: initial;
    padding-bottom: 1rem;
    color: #339AF0;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.inner-page .nav-tabs {
    margin-bottom: 2.5rem;
}

@media(min-width:600px) {
    .inner-page .nav-tabs>li.active>a {
        border-bottom: 2px solid #1890FF;
    }
    .inner-page .nav-tabs>li>a:hover {
        color: #000000;
    }
}

@media(max-width:600px) {
    .inner-page .nav-tabs>li.active>a {
        border-bottom: 2px solid #1890FF;
    }
}

.inner-page .nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background: transparent;
}

.inner-page .nav-tabs {
    border-bottom: 0;
}

.inner-page .ammount {
    margin-right: 43px;
}

@media(max-width:600px) {
    .inner-page .tab-pane {
        border: none !important;
        background: #fbfbfd;
        box-shadow: none;
    }
}

@media (max-width:450px) {
    .table-mobile tr {
        grid-template-columns: 1.39fr 1fr;
    }
}

.captcha-page .captcha-row {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
}

.captcha-page .click {
    font-size: 17px;
    color: #040404;
    margin-top: 1rem;
    margin-bottom: -25px;
}

.captcha-page .box-main {
    margin-bottom: 5rem;
}

.captcha-page .panel {
    margin-top: 5rem;
}

@media (max-width:350px) {
    #greendot {
        width: auto !important;
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0rem;
        background: #fff;
        border: 0px;
        box-shadow: 0px 16px 44px rgb(0 0 0 / 4%);
        backdrop-filter: blur(40px);
        border-radius: 14px;
        border-top: 5px solid #1890ff;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #bs-example-navbar-collapse-1 {
        position: initial;
        background: none;
        box-shadow: none;
    }
}

.page {
    display: none;
    padding: 0 0.5em;
}

.page h1 {
    font-size: 2em;
    line-height: 1em;
    margin-top: 1.1em;
    font-weight: bold;
}

.page p {
    font-size: 1.5em;
    line-height: 1.275em;
    margin-top: 0.15em;
}

#games {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    background-image: url(/new_vision_theme/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%
}

.games-nav::before {
    content: "NEW";
    color: #fff;
    position: absolute;
    font-size: 10px;
    right: 6px;
    padding-left: 5px;
    top: 11px;
    font-weight: 700;
    background: #1665d8;
    padding-right: 5px;
    border-radius: 3px
}

.affix .games-nav::before {
    top: 8px
}

@media(max-width:767px) {
    .games-nav::before {
        content: "NEW";
        color: #fff;
        position: absolute;
        font-size: 13px;
        right: 42px;
        padding-top: 1px;
        padding-left: 5px;
        top: 9px!important;
        background: #1665d8;
        padding-right: 5px
    }
    .banner-page .games-nav::before {
        right: 343px
    }
}

.banner-page .games-nav::before {
    top: 18px
}

@media(max-width:420px) {
    .banner-page .games-nav::before {
        right: 68%
    }
}

@media(max-width:400px) {
    .banner-page .games-nav::before {
        right: 65%
    }
}

@media(max-width:320px) {
    .banner-page .games-nav::before {
        right: 62%
    }
}

@media(max-width:280px) {
    .banner-page .games-nav::before {
        right: 57%
    }
}

@media only screen and (min-device-width:540px) and (max-device-width:720px) {
    .banner-page .games-nav::before {
        right: 77%
    }
}

@media (min-width:767px) and (max-width:991px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: 0 !important;
    }
    .banner-page .navbar-default .navbar-nav {
        font-size: 12px;
    }
    .banner-page .buttons {
        padding: 20px 5px !important;
        margin-top: -3.5px;
    }
}

@media (max-width: 767px) {
    .banner-page .games-nav::before {
        right: auto;
        transform: translate(74px, 0px);
    }
}

.inapp-overlay{
    position:absolute;
    background:#000;
    opacity: 0.95;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow: hidden;
    height:110vh;
    z-index: 1;
    z-index: 9999999999;
}

.inapp-button{
    display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 100%;
}
.inapp-button{
    flex-direction: column;
    color: #fff;
}

.inapp-input{
    padding: 6px 12px;
width: 65%;
border-radius: 12px !important;
border: none;
color: #000;
outline: none;
}
.inapp-button .btn{
    margin-top:1rem;
    background: #1665d8 !important;
  border-radius: 12px !important;
  color: #fff !important;
}

@keyframes highlight {
    50%  {background-color: #38b249;}
    100% { background-color: white; }
}

.inapp-overlay input {
  outline: 0;
}

.inapp-overlay input.active {
    background-color: white;
    animation-name: highlight;
    animation-duration: .1s;
}

.inapp-overlay input.final {
    border:1px solid #38b249;
}

.banner-inner center a{
    padding-top: 90px;
    padding-bottom: 93px;
}