#web-head {
  background: #504c89;
  padding: 20px 20px 10px 20px;
  border: 1px solid #504c89;
  box-shadow: 0px 0px 6px 2px #21016333;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}


.sl-show {
  height: 60px;
  max-width: 100%;
  margin: 0px 0 80px;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.sl-show > div {
  height: 60px;
  width: 5700px;
  background-image: url(../images/home/sl-walls.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.sl-show .sl-mover {
  animation: moveSlideshow 45s linear infinite;
}

.sl-header {
    margin-bottom: 40px !important;
}


@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}


@media (min-width: 1200px) {
  .about-thumb > img {
    width: 110%;
    }
}

@media (min-width: 1300px) {
  .about-thumb > img {
    width: 130%;
    }
}

@media (min-width: 1500px) {
  .about-thumb > img {
    width: 160%;
    }
}

@media (min-width: 1300px) {
.about-left {
    margin-left: 50px;
    margin-right: -50px;
  }
}


.center {
    text-align: center;
}


.button-3M {
    color: #ffffff;
    border-color: transparent;
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 17px 24px 0px rgba(18, 83, 252, 0.51);
}


.dshbdy {
  background: #ffffff80;
  margin-bottom: 12px;
  border: 1px solid #504c89;
  border-radius: 8px;
}


.pd-tb-50 {
    padding-bottom: 50px;
    padding-top: 50px;

}

.bal-details {
  float: right;
  font-weight: 600;
  font-size: 14px;
  background: #fafafadb;
  padding: 0px 15px;
  margin: 5px 0;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  min-width: 185px;
  text-align: right;
  font-family: "Source Sans Pro", sans-serif;
}

.bal-head {
    float: left;
    font-weight: 600;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 6px;
}

@media (max-width: 400px) {
  .bal-details {
    font-size: 11px;
    min-width: 160px;
  }

  .bal-head {
      font-size: 11px;
  }
}


.clearflix {
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

#userbal {
    background: #f7fafd;
    padding: 8px 14px;
    border: 1px solid #f7fafd;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 2px #21016333;
    margin-bottom: 30px;
    min-width: 305px;
}

.dbl {
  padding: 0.462rem;
  background: #504c89;
  border: 1px solid #504c89;
  border-radius: 5px;
}

.card-body.center.dbl > h5 {
    color: #fff;
    font-weight: 400;
    margin: 0 !important;
}

.bl-img {
    width: 25px;
    margin-right: 7px;
    margin-top: -5px;
}

.left-img {
    width: 40px;
    margin-right: 7px;
    margin-top: -5px;
}


#dash-head {
    background: #f7fafd;
    padding: 0px 20px;
    border: 1px solid #f7fafd;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 2px #21016333;
    margin-bottom: 30px;
}

#dash-head > h5 > span {
  color: #c12274;
    }

#reflink {
  max-width: 700px;
  padding: 0px 10px;
    }

#affiliates {
    background: #f7fafd;
    padding: 10px;
    border: 1px solid #f7fafd;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 2px #21016333;
    margin-bottom: 30px;
}


#earnings-area {
    background: #f7fafd;
    padding: 10px;
    border: 1px solid #f7fafd;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 2px #21016333;
    margin-bottom: 30px;
}

.wellc {
    width: 90px;
    margin: -25px 20px -10px -50px;
}

@media (max-width: 578px) {
  .wellc {
      margin: -25px 20px -10px -15px;
  }
    }

.fs-14 {
  font-size: 14px;
}

.pd-10 {
  padding: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.acc-right {
    color: #3b368c;
    font-family: "Slabo 27px", sans-serif;
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
}

.us-ac {
    width: 35px;
    margin: 10px 7px;
}

.ex-walls {
    padding: 4px 7px;
    border: 1px solid #f7fafd;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 2px #21016333;
    margin: 0 5px 10px 5px;
}

.ex-walls:hover {
    box-shadow: 0px 0px 6px 2px #3e4090c2;
}

.wl-img {
    max-width: 120px;
}

.mb-30 {
  margin-bottom: 30px;
}

.cont {
  padding: 0 37px;
}

@media (max-width: 1200px) {
.col-1200 {
    -ms-flex: 0 0 23.29%;
    flex: 0 0 23.29%;
    max-width: 23.29%;
}
    }

@media (max-width: 992px) {
.col-1200 {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.25%;
    max-width: 23.25%;
    }
        }

@media (max-width: 768px) {
.col-1200 {
-ms-flex: 0 0 30.92%;
flex: 0 0 30.92%;
max-width: 30.92%;
      }
        }

@media (max-width: 576px) {
.col-1200 {
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
      }

.cont {
padding: 0 27px;
      }

.wl-img {
max-width: 100px;
      }
            }


@media (max-width: 468px) {

.col-1200 {
-ms-flex: 0 0 28.25%;
flex: 0 0 28.25%;
max-width: 28.25%;
        }

.wl-img {
max-width: 80px;
width: -moz-available;
    }

.cont {
padding: 0px;
        }
  }



@media (max-width: 992px) {
  #sidebar {
    display: none;
    }
}

.crds-hm {
    max-height: 291px;
    overflow-x: hidden;
}

.l4-head {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.l4-bcg {
    background: #504c89;
    text-align: center;
    padding: 0.5rem;
}

.sidebar-bcg {
    background: #504c89;
    text-align: center;
    padding: 0.5rem;
    width: 240px;
}

.sidebar-head {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.sidebox {
    background: #f7fafd;
    padding: 8px 14px;
    border: 1px solid #f7fafd;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 6px 2px #21016333;
    margin-bottom: 30px;
    width: 240px;
}

.shtbox {
    background: #f7fafd;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 6px 2px #21016333;
    margin-bottom: 30px;
    width: 240px;
}

.sidebox > div > a {
    color: #423e75 !important;
}

.sidebox > div > a:hover {
    color: #b9005f !important;
}

.crds-hm > div > a {
    color: #423e75;
}

.crds-hm > div > a:hover {
    color: #b9005f !important;
}

.ow-walls {
    padding: 4px 7px;
    border: 1px solid #504c89a3;
    margin: 0 5px 10px 10px;
}

.ow-walls:hover {
    box-shadow: 0px 0px 6px 2px #3e4090c2;
}


.ow-img {
    max-width: 150px;
}

.ow-head {
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0;
}


@media (max-width: 1200px) {
.col-ofw {
    -ms-flex: 0 0 29.29%;
    flex: 0 0 29.29%;
    max-width: 29.29%;
}
    }

@media (max-width: 992px) {
.col-ofw {
    -ms-flex: 0 0 29.29%;
    flex: 0 0 29.29%;
    max-width: 29.29%;
    }
        }

@media (max-width: 768px) {
.col-ofw {
-ms-flex: 0 0 29.62%;
flex: 0 0 29.62%;
max-width: 29.62%;
      }

.ow-img {
    max-width: 110px;
}
        }

@media (max-width: 576px) {
.col-ofw {
-ms-flex: 0 0 28.55%;
flex: 0 0 28.55%;
max-width: 28.55%;
      }

.ow-img {
    max-width: 100px;
}

.cont {
    padding: 0 7px;
}
    }


@media (max-width: 468px) {
.col-ofw {
-ms-flex: 0 0 42.25%;
flex: 0 0 42.25%;
max-width: 42.25%;
        }

.ow-img {
max-width: 100px;
width: -moz-available;
    }

.cont {
padding: 0px;
        }
  }

.input-group-append {
    margin-left: -1px;
    height: 35px;
    border: 1px solid #c629b4;
    cursor: grab;
}

.h5-pts {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}

.p-pts {
    font-size: 16px;
    line-height: 22px;
}

.p-pts > span {
    font-weight: 600;
    text-decoration: underline;
}

.btn-pts-sm {
    margin: 7.5px 0;
    background: #504ca6;
    border: 1px solid #504ca6;
    border-radius: 0;
    color: #fff;
}

.btn-pts-sm:hover {
    color: #fff;
}

.btn-report {
    color: #fff;
    background-color: #a72864e0;
    border-color: #a72864e0;
    border-radius: 0;
    margin: 7.5px 0;
}

.btn-report:hover {
    color: #fff;
}

.card-pts-btm {
    background: #504ca6;
    color: #fff;
    padding: 0.5rem;
    border: none;
}


.pts-complt {
    background: #b14276;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 0 10px 0 !important;
    min-width: 200px;
    text-align: center;
}

.brdr-pts {
    border: 1px solid rgba(96, 92, 172, 0.56);
    background: #f7fafd;
}

.pts-img {
    width: 150px;
}

.usid-pts {
    margin: 5px 0 10px 0 !important;
    font-size: 12px;
    line-height: 16px;
}

.fest-bnr {
    max-width: -moz-available;
    margin: -1px -21px;
    border-radius: 8px;
    max-width: -webkit-fill-available;
}



.cstbl {
  background: #3b368c;
  color: #fff;
}

.amz3 {
  text-align: center;
  margin-bottom: 15px;
}

.amzn-btn {
  background: #b14276;
  color: #fff;
  padding: 9px 25px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50px;
  min-width: 200px;
  text-align: center;
}

.amzn-btn:hover {
  color: #eee !important;
}

.amzn-fa {
  font-size: 20px !important;
  vertical-align: middle;
}

#yuno {
  background: #41afa5;
  text-align: center;
  padding: 40px;
}

.yuno-wl-i {
  max-width: 35%;
  margin-bottom: 25px;
  margin-top: 50px;
}

.yuno-steps {
  background: #fcfafa;
  margin: 15px;
  border-radius: 50px;
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1rem;
}

.y-step {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.pdlr-yn {
  padding: 0 90px;
}

@media only screen and (max-width: 768px) {
.pdlr-yn {
  padding: 0;
}
}

#generateUUID {
  margin-top: 20px;
  border: none;
  padding: 10px;
  border-radius: 15px;
  font-size: 17px;
  width: 70%;
}

.yn-pts {
  color: #fff;
  text-align: left !important;
  margin: 40px 0 10px 0;
}

.yn-pts > h3 {
  margin-bottom: 15px;
}

.mt0-mb-15 {
  margin-bottom: 15px;
  margin-top: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
  min-width: 150px;
}