body {
    font-family: 'Open Sans', sans-serif;
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #444;
}

h1, h2, h3, h4 , h5, h6 {
    font-family: 'Istok Web', sans-serif;
}

img {
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

.white {
    color: #fff;
}

.txt-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.uppercase {
    text-transform: uppercase;
}

.media-logos-wrapper {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.notification-header img {
    width: 25px;
    height: auto;
}

.notification-header p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    color: rgba(85, 114, 160, .7);
    padding-left: 10px;
}

.notification-wraper {
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 15px 5px;
    width: fit-content;
    border-radius: 8px;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.city {
    color: #66bbff;
}

.profit {
    font-weight: bold;
    color: #009900;
}

.notification-body img{
    border-radius: 50%;
    margin-right: 15px;
    height: 50px;
    width: 50px;
}

.notification-body {
    font-size: 15px;
    margin-right: 100px;
}

.fixed-section {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    max-width: 100%;
}

.fixed-section img {
    height: 80px;
    padding: 12px 0;
}

.form-section {
    background: radial-gradient(circle, rgba(0,212,255,1) 0%, rgba(0,129,255,1) 100%);
    background-size: 100% auto;
    padding-top: 120px;
    padding-bottom: 30px;
}

.form-section-header {
    color: #EEE;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    font-size: 80px;
}

.btn-wrapper {
    text-align: center;
    margin: 25px 0 50px;
}

.green-btn {
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    background-color: #25d366;
    transition: all .2s ease-in-out;
    border: none;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.green-btn span {
    display: block;
}

.green-btn span:last-of-type {
    font-size: .7em;
    font-style: italic;
    margin-top: 10px;
    font-weight: 300;
}

.green-btn:hover {
    opacity: 0.9;
}

.form-header {
    text-align: center;
    text-transform: uppercase;
}

.form-header span:last-of-type {
    color: #6bf;
}

.form {
    border-radius: 5px;
    border: 10px solid rgba(75, 175, 255, 0.71);
    background: #fff;
    padding: 20px;
}

input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px;
    height: auto;
}

.register-btn {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #6bf;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 80%;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 10px auto;
    animation-iteration-count: infinite; 
}

.profit-section {
    padding: 30px 0;
}

.profit-sum, .users-count {
    font-size: 2.5em;
    font-weight: bold;
}

.profit-section-header {
    font-size: 2em;
}

.profit-section-subheader {
    font-size: 1.4em;
    font-weight: 300;
    color: #777;
}

.potential-payout-warpper {
    text-align: center;
    border: 1px solid #ddd;
}

.potential-inner-wrapper {
    padding: 20px;
}

.btn-wrapper-2 {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.btn-wrapper-2 button {
    width: 100%;
}

.deposit-slider-wrapper, .usage-time-slider-wrapper {
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/* noUiSlider styling */

.noUi-target {
    border-radius: 10px;
    height: 12px;
}

.noUi-connects {
    border-radius: 10px;
}

.noUi-connect {
    background: #5BA8E5;
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
    cursor: pointer;
    top: -14px;
    background: #5BA8E5;
    color: #fff;
    box-shadow: none;
    border: none;
}

.noUi-horizontal .noUi-handle:focus {
    outline: none;
}

.noUi-handle::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f337";
    background: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.noUi-handle::after {
    display: none;
}

.noUi-marker-horizontal.noUi-marker {
    display: none;
}

.noUi-tooltip {
    background: #5BA8E5;
    color: #FFF;
}

.noUi-pips-horizontal {
    top: 10px;
    display: flex;
    justify-content: space-between;
}

.noUi-value-horizontal {
    transform: none;
    -webkit-transform: none;
    position: initial;
}

/* noUiSlider styling */

.deposit-slider-header, .usage-time-slider-header {
    margin-bottom: 70px;
}

.profit-section {
    border-bottom: 1px solid #eeeeee;
}

.user-map-header h1 {
    text-align: center;
    font-size: 2em;
    padding: 20px;
    font-weight: 800;
    color: #000;
}

.user-map-section {
    padding-top: 35px; 
}

.user-map-header p {
    text-align: center;
    font-size: 1.3em;
    padding: 20px;
    color: #777;
    margin: 10px 20% 0;
}

.user-map {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.map {
    width: 100%;
    opacity: 0.6;
}

.circle {
    display: block;
    border-radius: 50%;
    background: #5BA8E5;
    filter: opacity(0.5);
    z-index: -1;
    animation-iteration-count: infinite; 
    animation-duration: 3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hotspot-wrapper {
    width: 55px;
    height: 55px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotspot {
    width: 12px;
    height: 12px;
    text-align: center;
    background-color: rgba(102,187,255, 0.8);
    border: 1px solid #FFF;
    border-radius: 100%;
    cursor: pointer;
}

.hotspot-wrapper:nth-child(1) {
    top: 22%;
    left: 15%;
}

.hotspot-wrapper:nth-child(2) {
    top: 27%;
    left: 17%;
}

.hotspot-wrapper:nth-child(3) {
    top: 36%;
    left: 12%;
}

.hotspot-wrapper:nth-child(4) {
    top: 29%;
    left: 23%;
}

.hotspot-wrapper:nth-child(5) {
    top: 27%;
    left: 26%;
}

.hotspot-wrapper:nth-child(6) {
    top: 23%;
    left: 27%;
}

.hotspot-wrapper:nth-child(7) {
    top: 70%;
    left: 32%;
}

.hotspot-wrapper:nth-child(8) {
    top: 78%;
    left: 50%;
}

.hotspot-wrapper:nth-child(9) {
    top: 54%;
    left: 41%;
}

.hotspot-wrapper:nth-child(10) {
    top: 39%;
    left: 49%;
}

.hotspot-wrapper:nth-child(11) {
    top: 11%;
    left: 48%;
}

.hotspot-wrapper:nth-child(12) {
    display: none;
    top: 23%;
    left: 44%;
}

.hotspot-wrapper:nth-child(13) {
    top: 25%;
    left: 52%;
}

.hotspot-wrapper:nth-child(14) {
    top: 24%;
    left: 54%;
}

.hotspot-wrapper:nth-child(15) {
    top: 32%;
    left: 57%;
}

.hotspot-wrapper:nth-child(16) {
    top: 36%;
    left: 58%;
}

.hotspot-wrapper:nth-child(17) {
    top: 35%;
    left: 83%;
}

.hotspot-wrapper:nth-child(18) {
    top: 58%;
    left: 72%;
}

.hotspot-wrapper:nth-child(19) {
    top: 51%;
    left: 65%;
}

.hotspot-wrapper:nth-child(20) {
    top: 42%;
    left: 66%;
}

.hotspot-wrapper:nth-child(21) {
    top: 40%;
    left: 70%;
}

.hotspot-wrapper:nth-child(22) {
    top: 75%;
    left: 86%;
}

 .hotspot-wrapper:nth-child(odd) .circle{
    animation-delay: 0.5s;
    animation-duration: 3s;
 }

 .hotspot-wrapper:nth-child(3n) .circle{
    animation-delay: 0.8s;
    animation-duration: 3s;
 }

.circle {
    animation-duration: 3s;
}

.register-row {
    background: #333;
    margin-right: 0px;
}

.register-text h3 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 800;
    text-align: start;
}

.register-text {
    padding-left: 10px;
}

.register-text p {
    color: #cccccc;
    font-size: 1em;
    text-align: start;
}

.darker-bg{
    background: rgba(0,0,0,0.15);
    font-weight: 300;
}

.reg-btn {
    float: right;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #6bf;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 300px;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.reg-btn-wraper {
    margin: auto;
    padding-right: 25px;
}

.register-row {
    padding: 30px;
}

.commercial-header h1 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 30px;
}

.commercial-header p {
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    text-align: center;
    font-size: 1.2em;
}

.commercial-images {
    position: relative;
}

.commercial-img-one, .commercial-img-two, .commercial-img-three {
    position: absolute;
    left: 0;
}

.commercial-img-two {
    animation-delay: 0.5s;
}

.commercial-img-three {
    animation-delay: 1s;
}

.commercial-first-text a:hover {
    text-decoration: none;
}

.commercial-first-text p{
    font-size: 1em;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
}

.commercial-first-text h3{
    font-weight: 400;
    color: #212529;
    padding-bottom: 10px;
}

.circle-icon {
    color: #e5e5e5;
    font-size: 16px;
}

.devider {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

hr {
    top: -4px;
    left: 25px;
    width: 100px;
    position: absolute;
    color: #000;
}

ul li {    
    list-style-image: none;
}
    
ul {    
    list-style-type:  none;
}

.list-img { 
    width: 12px;
    height: 12px;
    border-radius: 100%;
    cursor: pointer;
    color: #000;
    font-size: 14px;
}

.commercial-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.faq-section {
    padding-top: 50px;
    padding-bottom: 50px; 
    border-bottom: 1px solid #eeeeee;
}

table {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    color: #212529;
}

table tr td:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px; 
} 

table tr td:nth-child(3) button {
    /* #25d366  */
    background: #25d366;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    cursor: default;
}

table tr td:nth-child(4) button {
    background: #F9F9F9;
    color: #000;
    font-size: 14px;
    padding: 3px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    cursor: default;
}

table tr td:nth-child(5) button {
    background: #F9F9F9;
    color: #000;
    font-size: 14px;
    padding: 3px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    cursor: default;
}

table tr td{
    padding-bottom: 20px;
    padding-top: 20px;
}

table tr {
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.table-img img{
    width: 50px;
    height: 50px;
    max-width: initial;
}

.faq-main-header h2{
    color: #000;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.faq-main-header p{
    color: #777;
    font-size: 1.2em;
    text-align: center;
}

.faq-wraper {
    height: 200px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    margin-right: 20px; 
}

.faq-wraper h4 {
    font-weight:400;
    color: #000;
    font-size: 1.5em;

}

.faq-num-span {
    font-weight:800;
    color: #000;
    font-size: 1.2em;
}

.faq-wraper p {
    font-size: 1em;
    color: #000;
    font-weight: 300;
}

.faq-col {
    padding-top: 20px;
}

.faq-sec-col {
    margin-top: 20px;
}

.reviews-header h2 {
    font-size: 30px;;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.reviews-header p {
    color: #777;
    font-size: 1.2em;
    text-align: center;
    padding: 0px 100px;
}

.review-section {
    padding-top: 50px;
    padding-bottom: 40px;

}

.reviews-wraper img {
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}

.review-text {
    font-size: 1em;
    font-style: italic;
    color: #000;
}

.review-name-text {
    font-size: 13px;
    font-weight: 800;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 74px;
}

.reviews-wraper {
    padding: 15px;
    border: 1px solid #e7e7e7;
    width: 95%;
    margin-top: 30px;
}

.review-place-text {
    font-weight: normal;
    color: #999;
    font-size: 12px;
    padding-left: 10px;
    padding-left: 74px;
    margin-bottom: 0px;
}

.preformance-wrap {
    position: relative;
}

.preformance-wraper, .award-wraper {
    margin-top: 30px;
    border: 1px solid #ececec;
    max-width: 33%;
}

.technology-wraper {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);    
    margin-top: 10px;
    border: 1px solid #ececec;
    max-width: 33%;
    z-index: 5;
    margin-bottom: -20px;
}

.technology-text {
    padding: 40px !important;
}
 
.section-header p{
    font-size: 1.3em;
    font-weight: 800;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ececec;
}

.img-section {
    display: flex;
    justify-content: center;
}

.target-img,.award-img, .cog-img {
    color: #6bf;
    font-size: 60px;
}

.target-img:hover,.award-img:hover, .cog-img:hover {
    color: #007bff;
}

.section-text {
    padding: 30px;
    font-size: 16px;
}

.preformance-btn {
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 300px;
    border-radius: 3px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin-top: 60px;
    background: #6bf;
    margin-bottom: 50px;
}

.preformance-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.sign-up-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sign-up-wraper h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}

.sign-up-wraper p {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.sign-up-wraper img {
    margin-top: 30px;
}

.fb, .twitter, .google, .pinterest, .vimeo, .git, .yahoo, .linkedIn {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.25);;
    background-color: #292929;
    margin-right: 8px;
    background: transparent;
}

.sec-fb, .sec-twitter, .sec-google, .sec-pinterest, .sec-vimeo, .sec-git, .sec-yahoo, .sec-linkedIn {
    font-size: 15px;
    margin-right: 8px;
    color: #FFF;
}

.social-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 30px !important;
    overflow: hidden;
}

.social-icon:hover .social-icon-wrapper {
    transform: translateY(-30px);
    transition: all .5s ease;

}

.social-icon:hover:nth-child(1) {
    background: #3B5998;
    border-radius: 3px;
}

.social-icon:hover:nth-child(2) {
    background: #6bf;
    border-radius: 3px;
}

.social-icon:hover:nth-child(3) {
    background: #dd4b39;
    border-radius: 3px;
}

.social-icon:hover:nth-child(4) {
    background: #c8232c;
    border-radius: 3px;
}

.social-icon:hover:nth-child(5) {
    background: #86c9ef;
    border-radius: 3px;
}

.social-icon:hover:nth-child(6) {
    background: #171515;
    border-radius: 3px;
}

.social-icon:hover:nth-child(7) {
    background: #720e9e;
    border-radius: 3px;
}

.social-icon:hover:nth-child(8) {
    background: #2c75a8;
    border-radius: 3px;
}

.icons-row {
    text-align: end;
}

.sec-icons-row {
    text-align: end;

}

.footer-section {
    padding: 20px;
    background: #292929;
}

.info {
    text-align: end;
    display: flex;
    margin-left: 15px;
}

.copyrights {
    margin: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);
}

.copyrights p {
    margin-bottom: 0;
}

.copyrights a{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);;
    text-decoration: underline;
}

.copyrights a:hover{
    color: #747474;
}

.info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.25);
}

.footer-text {
    font-size: 14px;
    margin-top: 100px;
    color: rgba(255, 255, 255, 0.25);
}

/* Media query */
@media (min-width: 991px) {

    .fixed-section {
        position: fixed!important;
    }

}
/* 991 */
@media (max-width: 991px ) {

    .form-section-header {
        font-size: 60px;
    }

    .first-name {
        float: left;
        width: 49%;
    }

    .last-name {
        float: right;
        width: 49%;
    }

    .e-mail {
        float: left;
        width: 49%;
    }

    .password {
        float: right;
        width: 49%;
    }

    .user-profits {
        margin: 20px auto;
    }

    .reg-btn {
        float: left;
    }

    .sign-up-wraper {
        margin-bottom: 30px;
    }

    .user-map-header p {
        margin: 0px;
        padding: 0;
    }

    .register-row {
        padding-left: 15%;
    }

    .register-text h3 {
        font-size: 19px;
    }

    .register-text p {
        font-size: 14px;
    }

    .fixed-section {
        position: relative;
    }

    .fixed-container {
        display: flex;
        justify-content: center;
    }

}
/* 768 */
@media (max-width: 768px) {

    .hotspot-wrapper:nth-child(4), .hotspot-wrapper:nth-child(5), .hotspot-wrapper:nth-child(6), .hotspot-wrapper:nth-child(7), .hotspot-wrapper:nth-child(8), .hotspot-wrapper:nth-child(22), .hotspot-wrapper:nth-child(17), .hotspot-wrapper:nth-child(19) {
        display: none;
    }
    
    .fixed-container {
        display: flex;
        justify-content: center;
    }
    
    .form-section-header {
        font-size: 40px;
    }
    
    .user-map-header p {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        padding: 0;
    }
    
    .reviews-wraper {
        width: 100%;
    }
    
    .preformance-wraper, .award-wraper {
        max-width: 100%;
        width: 100%;
    }
    
    .commercial-images {
        height: 350px;
    }
    
    .technology-wraper {
        max-width: 100%;
        width: 100%;
    }
    
    .sign-up-wraper p {
        font-size: 18px;
    }
    
    .user-map-header h1, .commercial-header h1 {
        font-size: 30px;
        padding: 0px;
    }
    
    .user-map-header p, .commercial-header p {
        font-size: 20px;
    }
    
    .faq-main-header h2, .reviews-header h2, .sign-up-wraper h2 {
        font-size: 26px;
    }
    
    .faq-main-header p, .reviews-header p, .sign-up-wraper p{
        font-size: 18px;
        padding: 0px;
    }
    
    .faq-wraper h4 {
        font-size: 16px;
    }
    
    .copyrights {
        text-align: center;
    }

}

/* 425 */
@media (max-width: 425px){

    .form-section {
        padding-top: 20px;
    }

}
/* 375 */
@media (max-width: 375px) {

    .reg-btn {
        font-size: 12px;
        width: 100%;
    }

    .preformance-btn {
        font-size: 12px;
        width: 100%;
    }

    .commercial-images {
        height: 260px;
    }

    .notification-body {
        margin-right: 50px;
    }

}
