/*creating css custom font for raisonne*/
@font-face {
    font-family: 'raleway';
    src: url('../webfonts/Raleway.ttf');
}

@font-face {
    font-family: 'Orbitron';
    src: url('../webfonts/Orbitron.ttf');
}

@font-face {
    font-family: 'Precious';
    src: url('../webfonts/Precious.ttf');
}

@import url(//db.onlinewebfonts.com/c/15a9075ddf4ff1158eb03abbc873a3a4?family=Frank-Light);

img {
    max-width: 100%;
    max-height: 100%;
}

.btn-link {
    color: #fff;
}

body {
    font-family: raleway;
    font-size: .9em;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #181818;
    color: #fff;
}

a {
    text-decoration: none !important;
    color: #efefef;
    transition: .2s ease-in-out;
}

a:hover {
    color: #fc0;
}

.p-20 {
    padding: 20px;
}

.m-20 {
    margin: 20px 0;
}

/*color*/
.gold {
    color: #fc0;
}

.gold-bg {
    background: #fc0;
}

.btcwdgt .btcwdgt-footer a.logo {
    display: none !important;
}


.col-f-nav {
    transition: .5s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
}


/*Trade widge styling */
.tradingview-widget-copyright {
    display: none;
}

/*styling to disable padding on the container-fluid*/
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*end */

.col-icon {
    color: #52afee;
    font-size: 1em;
}

/*this is the styling of the navigation of the drop down*/
@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* styling of the navigation menu */
#navBar {
    position: absolute;
    z-index: 100000000000;
}

.navbar-toggler {
    display: none;
}

.float-right {
    float: right;
}

nav ul li a {
    color: #b4b4b4 !important;
    font-family: raleway;
    font-size: .8em;
    text-align: center;
}

nav ul li a:hover {
    color: #fc0 !important;

}

.navbar-toggler {
    border: none;
    outline: none;
}

.dropdown-menu {
    -webkit-box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border: 0 !important;
}

.dropdown-item:hover {
    color: #fc0 !important;
    background: transparent !important;
}

.drop-icon-left {
    display: none;
    transition: .2s ease-in-out;
}


/*-----------------styling for the brand--------------------*/
.brand {
    width: 10em;
    float: left;
    position: relative;
    z-index: 3;
    margin-top: 7px;
}

.lang-icon {
    margin: 24px -3em;
}

.lang-icon::after {
    content: "";
    display: inline;
    border: 8px solid transparent;
    border-top-color: #8e8e8e;
    position: fixed;
    margin: 8px;
}

/*  top contact us number ===*/

.top-signup,
.top-login {
    padding: 0px 25px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    font-size: 15px;
    line-height: 2;
    margin: 20px 1px;
    border: 1px solid #fc0;
}

.navbar-brand {
    padding-left: 22px;
}

.top-signup {
    color: #000;
    background: #fc0;
    margin-right: 55px;
}

.top-signup:hover {
    background: transparent;
    color: #fc0;

}

.top-login {
    color: #fc0;
    margin-right: 10px;
}

.top-login:hover {
    background: #fc0;
    color: rgb(0, 0, 0);
}

.top-contact-wrap {
    padding: 10px;
}

/*-----------this styling is for the select language */
.custom-select {
    background: rgba(0, 0, 0, 0.9);
    color: #fc0;
    border-radius: 5px;
    margin: 11px;
    float: right;
    border: 1px solid #fc0;
    padding: 0 20px
}

.custom-select-m {
    display: none;
}

.lang-dropdown {
    position: absolute;
    left: 100px;
    top: 76px;
    transition: .4s ease;
    height: 0;
    overflow: hidden;
}

.lang-dropdown-show {
    height: 50px;
}

/* =======================================this is the styling for the hamburger section ======================== */

.line-x-1 {
    transform: rotate(45deg);
}

.line-x-2 {
    height: 0 !important;
}

.line-x-3 {
    transform: rotate(-45deg);
}

.change {
    transform: translate3d(4em, 0, 0px);
}

.change-x {
    margin: -4px 0;
    display: none;
    transition: 0.6s ease;
}

.hamburger {
    float: right;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.line1,
.line2,
.line3,
.line-x-1,
.line-x-2 {
    background: #fff;
    margin: 5px 0;
    width: 27px;
    height: 2px;
    overflow: hidden;

}

.line1 {
    transition: 0.3s ease-in-out;
}

.line2 {
    transition: 0.4s ease-in-out;
}

.line3 {
    transition: 0.5s ease-in-out;
}

.burger-line1,
.burger-line2,
.burger-line3 {
    width: 5px;
    height: 4px;
    background: #fc0;
    transform: skew(-20deg);
}

.burger-line1 {
    transition: .4s ease-in-out;
    margin: 0 -5px;
}

.burger-line2 {
    transition: .6s ease-in-out;
    margin: 0 8px;
}

.burger-line3 {
    transition: .8s ease-in-out;
    margin: 0 -5px;
}

.move {
    margin-left: 50px;
}

/* =======================================end ========styling for the hamburger section ======================== */


/*==========================================styling for the slider ================================================*/

.single-item {
    color: #fff;
}

.slider-li li {
    list-style: none;
}

.slider-img1,
.slider-img2,
.slider-img3 {
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 8em 6em;
    height: 75vh !important;
}

.slider-img1 {
    background-image: url('../images/slider/slider1.jpg');
}

.slider-img2 {
    background-image: url('../images/slider/slider2.jpg');
}

.slider-img3 {
    background-image: url('../images/slider/slider3.jpg');
}

.trophy {
    width: 245px;
    float: right
}

.slide-mobile {
    margin-right: -6em;
}

.slide-h1 {
    position: relative;
    font-size: 20px;
    padding: 1em 1em;
}

.slider-img1 p,
.slider-img2 p,
.slider-img3 p {
    font-size: 1.6em
}

/*this is the design of the play button */
.play-btn {
    border-radius: 200px;
    border: 1px #fff solid;
    width: 40px;
    padding: 10px;
    background: none;
}

.learn-btc {
    width: 300px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 5px 0;
    font-weight: 600;
}

.learn-btc span {
    line-height: 3;
    padding: 0 5px;
    font-size: .8em;
}

.nav-back {
    background: #000;
}

.modal-content {
    background-color: transparent !important;
}

.create-acc {
    width: 200px;
    padding: 10px;
    height: 50px;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden !important;
    float: left;
    margin: 5px;
    font-size: .9em;

}


.create-acc p {
    text-align: center;
    font-size: 1.1em;
    padding: 5px 20px;
}

.abt-us-txt {
    padding: 10em 3em;
    color: #fff;
    text-align: center;
}

/* ====================================styling for the how it works section =========================================== */

.first-section {
    background: url("../images/assets_desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -3em;
}

.fs-space {
    padding-top: 40px;
}

.how-it-work {
    background: rgba(0, 0, 0, 0.15);
    padding: 50px;
    border-radius: 20px;
    margin: 0 0 20px 0;

}

/* ====================================styling for the how it works section =========================================== */

/* =============================================styling for feature cards ============================================= */

.ft-card-1,
.ft-card-2,
.ft-card-3 {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding: 3em;
    border-radius: 20px;


}

.ft-card-1 {
    left: 120px;
    width: 429px;
    position: relative;
    background: url('../images/crypto-ebook-bg.jpg');
    /* margin-right: 9em; */
}

.ft-card-2 {
    position: relative;
    width: 431px;
    left: 40px;
    background: url('../images/crypto-advanced-ebook-bg.jpg');
    left: 12em;
}

.button-join-us {
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fc0;
    color: #fc0;
    transition: .5s ease-in-out;
    background: rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
}

.button-join-us:hover {
    background: #fc0;
    color: #000;
}

/* =============================================styling for feature cards ============================================= */

/* ======================================styling for the feature section ============================================== */

.features-list li {
    list-style: none;
}

.features-list li::before {
    content: '';
    width: 7px;
    min-width: 7px;
    height: 7px;
    position: relative;
    top: 7px;
    margin: 0 10px 1px;
    border-radius: 100%;
    background-image: radial-gradient(#ffcc00 50%, #f1ca31 100%);
    box-shadow: 0 3px 10px 0 #ffcc00;
    display: block;
    float: left;
}

/* ======================================styling for the feature section ============================================== */

/*====================================================styling of the first content========================================== */
.trade-instr {
    padding: 20px;
    box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    margin: 10px 0;
}

.table th {
    border: none !important;
}

.table td {
    border: 1px solid #fff !important;
}

.m-4-neg {
    margin: -4px 10px 0 0;
}

/*====================================================end styling of the first content========================================== */

/*styling for read more in the modal */
.eng-read-more {
    width: 150px;
    border: 2px solid #52afee;
    padding: 10px;
    margin: -1em auto 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.eng-read-more:hover {
    background: #52afee;
    border-radius: 30px;
    color: #fff;
}

/*this is the stying of the second contentt*/



.big {
    width: 70px;
    margin: 0 auto;
}

/*this is the start of the abt section*/

.abt-body>div h2 {
    padding: 40px;
    font-weight: 900;
    font-size: 3em;
    text-align: center;
    color: #fff;
}


.p-text {
    padding: 32px 0;
    font-size: 1.2em;
    line-height: 2;
}

.abt-body {
    background-image: url(../images/assets_desktop.png);
    padding: 20px;
    background-position: center;
    background-size: cover;
}

.abt-body::before {
    position: absolute;
    content: '';
    background-image: url(../images/icon/vip-black-33.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-top: -20px;
    right: 0;
    width: 100px;
    height: 100px;
}

/*plan styling starts here */


.col-plan-inner {
    width: 100%;
    background: #222;
    overflow: hidden;
}

.col-plan-head {
    text-align: center;
    color: #fff;
    background: #2c2c2c;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.col-plan-inner p {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
}

.plan-text::after {
    content: '';
    background: #fff;
    display: block;
    height: 1px;
    width: 250px;
    margin: 5px auto;
}

.black {
    color: #000;
}

.ash-bg {
    background: rgba(0, 0, 0, 0.15);
}

.lite-ash {
    color: #a9b5cb;
}

.lite-ash-bg {
    background: rgba(0, 0, 0, 0);
}

.green {
    color: #52afee;
}

.green-bg {
    background: #21ae8c;
}

.orange {
    color: #52afee;
}

.min-price {
    color: #fff;
    text-align: center;
    padding: 2px 10px;
}

/*styling for read more in the modal */
.plan-signup {
    width: 180px;
    border: 2px solid #fc0;
    padding: 10px;
    margin: 0 auto 10px auto;
    transition: .5s ease-in-out;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

.plan-signup:hover {
    border-radius: 0;
    color: #fc0;
}

.desktop-none {
    display: none;
}

/* this is for the embedded video */

div.desktop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

div.desktop-wrapper iframe {
    box-sizing: border-box;
    background: url(../images/desktop.png) center center no-repeat;
    background-size: contain;
    padding: 3.4% 10.8% 18.6%;
    /* 11.9% 15.5% 14.8% */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=======================================styling for best OPTION===================================================================*/
.best-option {
    height: auto;
    background: url(../images/b-opt.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 0 2em 0;
}

.col-testimony {
    height: auto;
    background: url(../images/slider/slider1.jpg) center fixed no-repeat;
    background-size: cover;
    padding: 30px;
}

/*===================================================This is the styling of the payment method*/
.col-pay-meth {
    padding: 20px;

}

.col-pay-meth h5 {
    padding: 30px 0 0 10px;
    font-weight: 800;
    color: #fff;
    font-size: 2.5em;
}

.col-pay-meth p {
    font-size: 1.1em;
    padding: 10px;
}

/*==============================styling for count-up.js==================================================================*/
.col-count-up {
    width: 10em;
    height: 10em;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 6px auto;
}

.count-up-icon {
    color: #fff;
    font-size: 5em;
    margin: .2em .3em;
}

.t-u {
    text-align: center;
    font-size: 1.3em;
}

.t-i {
    margin: .2em .5em;
}

/* this is for the account comparisms================================================================ */
.about-main-title {
    color: #fff;
    line-height: 13;
    text-align: center;
}

/*=======================================styling for TRADE OPTION===================================================================*/
.trade-option {
    background: #cccccc;
}

.trade-option-1,
.trade-option-2 {
    border-radius: 1%;
    margin: 20px auto;
    color: #fff;
    font-size: .8em;
    height: 65vh;
    /* overflow: scroll; */
    background: rgba(0, 0, 0, 0.20);
    padding: 1px;
}

.trade-option-1 h4 {
    padding: 20px;
}


.trade-option-1 h5 {
    padding: 8px;
}

.t-color-1 {
    background: transparent;
}

.green {
    color: #ffcc00;
}

.content {
    text-align: left !important;
}


/*=============SLICK============*/
.col-testimony-bg {
    background: linear-gradient(rgba(4, 30, 55, 0.7), rgba(4, 30, 55, 0.7)), url(../images/slider/slider3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 20px;
    color: #fff;
}

.all-acc-types {
    padding: 10px;
    border-radius: 10px;
    width: 400px;
    margin: auto;
    background: #2c2c2c;
    text-align: center;
}


.col-test-card {
    padding: 30px;
    margin: 0 auto;
}

.col-test-bg {
    width: 30%;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #a9b5cb;
    background: rgba(0, 0, 0, 0.15);
    min-height: 190px !important;

}

.mum {
    margin: 0 15px;
}

.col-test-bg h5 {
    font-family: precious;
}

/*this is to change the color of the slick dots */
.slick-dots li button:before {
    color: #fff !important;
}

/*==================================footer==============================================*/

footer {
    background: rgba(0, 0, 0, 0.15);
    background-size: cover;
    padding: 10px;
    font-size: 1.2em;
    color: #a9b5cb;
}

.footer-list {
    padding: 0 80px;
}

.footer-logo {
    width: 150px;
}

footer hr {
    background: #3c3c3c;
}

.footer-link a {
    font-size: .7em;
    padding: 10px;
    text-align: center;
}

.footer-link span {
    font-size: .7em;
}

.last-widget {
    position: sticky;
    z-index: 10;
    bottom: 0;
}

/*=======================================CRYPTO==============================================*/
.t-h2 {
    font-size: 4em;
}

.col-crypto {
    padding: 50px;
}

.col-crypto-foot {
    background: #d4d2d2;
    padding: 20px;
}

.crypto-list li {
    list-style: none;
    padding: 10px;
}

.plan-signup-crypto {
    width: 140px;
    border-radius: 40px;
    background: #52afee;
    position: relative;
    padding: 12px 0 !important;
    color: #fff;
    overflow: hidden;
}

.plan-signup-crypto::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(225, 225, 225, .3), transparent);
    transition: all 650ms;
}

.plan-signup-crypto:hover::before {
    left: 100%;
}

.t-p {
    font-size: 1.1em;
    line-height: 2.1;
}

.crypto-pno {
    font-size: 1.1em;
}

.crypto-cat {
    padding: 30px;
}

.crypto-cat>a>div {
    width: 90%;
    padding: 10px 15px;
    background: #8c8c8c;
    font-size: 1.1em;
    margin: 5px;
    color: #fff;
}

.crypto-cat>a>div:hover {
    background: inherit;
    border-left: solid 4px #f2d047;
}

.current-crypto {
    width: 90%;
    padding: 8px 15px;
    background: #fc0;
    font-size: 1.1em;
    margin: 5px;
    color: #fff;
}

.crypto-form {
    background: url(../images/benefits.jpg);
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.pad-55 {
    padding: 55px;
}

/*-================ styling of about us page ===========================*/
.abt-lp {
    background: url(../images/about/bg-about-header.jpg);
    background-size: cover;
    background-position: center;
    height: 60vh;
}

.abt-lp h1 {
    /* text-transform: uppercase; */
    text-align: center;
    padding: 5px;
    color: #fff;
    line-height: 10;
}

.abt-building {
    width: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -40px;
}

.abt-us-write {
    width: 400px;
}

.heading-about::before,
.our-value::before {
    content: '';

    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin: 0 10px;
}

.abt-number {
    width: 40px;
    font-size: 32px;
    margin: 0 20px;
    float: left;
    line-height: 80px;
}

.abt-us-2 {
    line-height: 1.85;
    letter-spacing: 0.7px;
}

.heading-about::before {
    background-image: url('../images/about/icons/about.svg');
}

.our-value::before {
    background-image: url('../images/about/icons/values.svg');
}

.our-team-p::after {
    content: '';
    display: block;
    width: 50px;
    padding: 1.5px;
    background: #52afee;
    margin: 20px auto;
}

.cert {
    width: 50vw;
    margin: 20px auto;

}

.breadcrumb {
    background: rgba(0, 0, 0, 0.15);
}

.breadcrumb-item {
    color: #a9b5cb;
}


/*=======================styling for the FAQ page============================*/
.cross-broder {
    width: 30px;
    height: 30px;
    padding: 20px;
    border-radius: 100%;
    border: #fc0 solid 2px;
    overflow: hidden;
    float: left;
}

.card {
    background: rgba(0, 0, 0, 0.15);
    color: #a9b5cb;
}

.cross {
    background: #fc0;
    height: 20px;
    position: relative;
    width: 3px;
    top: -10px;
}

.cross::after {
    content: "";
    background: #fc0;
    height: 2.5px;
    left: -9px;
    position: absolute;
    top: 8px;
    width: 20px;
}

/*=====================================contact us ========================*/
.bg-contact-us {
    height: 40vh;
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: cover;
    margin: 0 0 10vh 0;

}

.bg-market {
    height: 40vh;
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: cover;

}

.bg-contact-us {
    background: url(../images/bg-contact.jpg);
}

.bg-market {
    background: url(../images/slider/slider3.jpg);
}

.col-contact-side {
    margin: 20px 0 0 0;
}

.col-contact-side-i {
    font-size: 3em;
    padding-top: 10px;
}

.col-contact-side b {
    padding-left: 45px;
}

.col-contact-side p {
    padding-left: 90px;
}

.flying-man {
    width: 40vh;
    margin: 50px 20px;
    float: right;
}

/*=============================styling for sign-up section in the area ====================================*/

.sign-up-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/testimony.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}

.mumu {
    background: red;
}

.btn-submit {
    width: 10em;
    border: 0 solid;
}

.col-form {
    margin: 2px auto;
    padding: 30px;
}

.form-main-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/8.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 3em;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.8)
}

.sign-up-col-txt p,
h3 {
    text-align: left;
}

#message {
    width: 100%;
    margin: 20px auto;
    color: #fff;
}

.form-action {
    width: 80%;
    height: 10vh;
    margin: 3px auto;
    color: #fff;
}

.cen {
    text-align: center;
}

.white {
    color: #fff;
}

.last-section {
    background: #000;
    padding: 2em;
    color: #fff;
}

.raise {
    text-transform: uppercase;
    ;
}

.lst-signup {
    margin: 0 auto;
    padding: 5px 3px 0 0;
    width: 12em;
    border: 1px solid #52afee;
    color: #52afee;
    border-radius: 20px;
    transition: .4s ease-in-out;
}

.lst-signup h6 {
    text-align: center;
}

.lst-signup:hover {
    background: #52afee;
    color: #fff;
}

.discliamers {
    font-size: .7em;
    text-align: center;
}


.upload-image-con {
    border-radius: 20px;
    width: 30vh;
    margin: auto;
}

.upload-image-con img {
    border-radius: 100%;
}

.dropdown-menu {
    background: #212529 !important;
}

.clear-fix {
    clear: both;
    padding: 2px;
}

/*==============================styling of the register page of the website ==============================*/
.register-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images//slider/slider3.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 30px;
}

.reg-first-col {
    padding: 13em 5em;
    color: #fff;

}

.option-drop {
    height: 100vh !important;
    overflow-y: scroll;
}

.reg-form {
    padding: 10em 5em;
    color: #fff;
}

.reg-box {
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/8.jpg);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .5);
    position: relative;
    width: 100%;

}

.input-box {
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #fc0;
    outline: none !important;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    color: #fff;
    background: transparent;
    padding: 10px 0;
    position: relative;
}

.input-box label {
    position: absolute;
}

label {
    margin-top: -3em;
    color: #fff;
    display: block;
    transition: .3s ease-in-out;
    margin-top: -2em;
    pointer-events: none;

}

.input-box:focus~label,
.input-box:valid~label {
    font-size: 12px;
    color: #efefef;
    margin-top: -4em;
}




.input-wrap {
    height: 52px;
    margin-top: 28px;
}


/* The container must be positioned relative: */
.reg-custom-select {
    position: relative;
    font-family: Arial;
}

.reg-custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fc0 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #1e90ff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: #1e90ff;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.ssl {
    margin-top: -5px;
}

.display-none {
    display: none;
}

.pay-images {
    width: 120px;
}

/*-------------------sytling for the tablet view-----------------------*/
@media screen and (max-width:976px) {
    .top-contact {
        display: none;
    }

    .all-acc-types {
        width: 100%;
        margin: 10px;
    }

    .col-test-card {
        padding: 2px;
    }

    .mobile-none {
        display: none !important;
    }

    .desktop-none {
        display: block;
    }

    .brand {
        width: 3em;
        margin-top: -3px;
    }

    .test-text {
        margin: 7em 0 10px 0;
    }

    .navbar-brand {
        padding-left: 3px;
    }

    .lang-icon {
        margin: 2px -10px;
    }

    .navbar-toggler {
        display: block;
        z-index: 20;
        position: sticky;
        top: 0;

    }

    .hamburger {
        padding: 10px;
    }

    .display-none-mobile {

        display: none;
    }


    .slider-img1 {
        overflow: hidden;
        position: relative;
        background-position: bottom right;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        padding: 8em 6em;
        height: 75vh !important;
    }

    .slider-img1>div,
    .slider-img2>div,
    .slider-img3>div {
        margin-top: -8em;
    }

    .trophy {
        width: 100px;
        float: right;
        margin-right: 70px;
    }

    .slide-mobile {
        margin-right: -2em;
    }




    .ft-card-1,
    .ft-card-2 {
        left: 0;
        margin: 10px;
    }

    .mobile-meta4 {
        width: 180px;
        margin: auto;
    }

    .features-list {
        padding: 5px;
    }

    .navbar-expand-lg {
        width: 100%;
        padding: 0 !important;
    }

    .top-signup {
        float: left !important;
    }

    .nav {
        margin-top: -15px;
        background: rgba(0, 0, 0, 0.6);
    }

    .top-contact-wrap {
        background: rgba(0, 0, 0, 0.6) !important;
    }

    nav ul li a {
        color: #fff !important;
        font-weight: 600;
        font-family: raleway;
        font-size: .8em;
        text-align: center;
    }

    .dropdown-menu {
        background: #3e4250 !important;
    }

    .slide-h1 {
        padding: .5em 0 0 0;
        font-size: 25px;
        text-align: center;
    }

    .slider-img1,
    .slider-img2,
    .slider-img3 {
        padding: 10em .9em;
    }

    .how-it-work {
        padding: 10px;
    }

    .top-contact-wrap {
        padding: 0;
    }

    .raise {
        text-align: center;
        font-size: 1.1em;
    }

    .footer-link {
        padding: 20px 0;
    }

    .footer-list {
        padding: 0;
    }

    .plan-wrap {
        padding: 10px 10px;
    }

    .reg-box {
        padding: 10px
    }

    .reg-form {
        padding: 0em 0em;
		margin: 10px;
    }

    .reg-first-col {
		margin: 20px; 
		padding: 0;
    }

    .footer-logo {
        width: 132px;
    }

    /* ===about=== */
    .abt-building,
    .abt-us-write {
        width: 100%;
    }

    .abt-number {
        font-size: 20px;
        width: 10px;
        margin: 0 23px 0 0;
    }

    .col-crypto {
        padding: 1px;
    }

    .bg-market {
        height: 60vh;
    }

    .t-h2 {
        font-size: 3em;
        text-align: center !important;
    }

    h1 {
        font-size: 2rem;
    }

    .form-main-sec {
        padding: 3em 5px;
    }

}

/*===========Responsiveness========================*/
/*// Small devices (landscape phones, 576px and up)*/
@media screen and (max-width:576px) {
    body {
        font-size: .9em;
    }

    .abt-img {
        display: none;
    }

    .pad-55 {
        padding: 0;
    }

    .toggle-abt-h {
        margin: -38px 51px
    }

    .create-acc {
        margin: 10px auto;
        font-size: .9em;
        float: none;
    }

    /*-------------first column styling ---------------*/
    .first-row h1 {
        font-size: 20px;
    }

    .first-row p {
        font-size: .9em;
    }

    .abt-body::before {
        margin-top: -15px;
    }

    .abt-body>div h2 {
        font-size: 20px;
        padding: 10px;
    }

    .abt-txt {
        text-align: center;
    }

    .about-main-title {
        font-size: 22px !important;
        line-height: 1 !important;
        padding-top: 169px !important;
    }

    .cert {
        width: 100%;
    }

    .nav {
        margin-top: 0 !important;
    }

    .reg-first-col h1, h5{
		text-align: center;
	}
}