@media only screen and (max-width: 575px) { .rating-list { margin-bottom: -30px; }
  .rating-item { margin-bottom: 30px; } }
.features-box-s3 { position: relative; background: #fff; border-radius: 6px; text-align: center; padding: 80px 30px 70px; margin-top: 60px; }
.features-box-s3:hover .features-action, .features-box-s3.active .features-action { opacity: 1; transform: translateY(0); }
.features-icon-s3 { position: absolute; width: 128px; left: 50%; bottom: 100%; transform: translate(-50%, 50%); }
.features-icon-s3 img { width: 100%; }
.features-title-s3 { font-weight: 400; margin-bottom: 11px; }
.features-subtitle-s3 { color: #9fa9b3; display: block; position: relative; padding-bottom: 23px; margin-bottom: 20px; }
.features-subtitle-s3:after { position: absolute; bottom: 0; left: 50%; margin-left: -25px; height: 3px; width: 50px; content: ''; background: #16a1ff; }
.features-action { position: absolute; left: 50%; bottom: 0; height: 50px; width: 50px; border-radius: 50%; margin-left: -25px; margin-bottom: -25px; background: #2b56f5; color: #fff; font-size: 20px; text-align: center; line-height: 50px; opacity: 0; transform: translateY(20px); }
.features-action:hover { color: #fff; background: #16a1ff; }

.benefits-item { display: flex; margin-bottom: 80px; }
.benefits-icon { width: 110px; flex-grow: 0; flex-shrink: 0; }
.benefits-txt { padding-left: 30px; padding-right: 140px; }


.token-countdown-box { border-radius: 6px; background: #47209c; padding: 19px 0 0 0; }
.token-countdown-box > h4 { text-align: center; }
.token-countdown-box .countdown-s2 { padding: 0 15px 10px; }
.token-info { padding: 0 15px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.token-info-item { padding: 5px 25px 25px 0; }
.token-info-item:last-child { padding: 5px 0 25px 0; }
.token-info-item span { color: #866bfe; font-size: 12px; text-transform: uppercase; font-weight: 500; line-height: 1.5; margin-right: 20px; }
.token-info-item h4 { white-space: nowrap; line-height: 1; }
.token-action { padding: 20px 15px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.token-action a.btn { width: 100%; }
.token-action-info { margin-left: 0; padding-top: 10px; }
.token-action-info span { display: block; }
.token-action-info span:first-child { color: #866bfe; font-size: 12px; line-height: 1; text-transform: uppercase; font-weight: 500; }
.token-sale-box { background: rgba(134, 107, 254, 0.2); border-radius: 4px; margin-bottom: 30px; max-width: 360px; margin-left: auto; margin-right: auto; text-align: center; padding: 20px 15px 33px; transition: all .4s; }
.token-sale-box:hover { transform: translateY(-8px); }
.token-sale-box span { display: block; }
.token-sale-info { font-size: 2.4em; color: #2bc9b4; }
.token-sale-title { font-size: 14px; text-transform: uppercase; font-weight: 400; }
.token-bonus-item { padding: 50px 25px 46px; max-width: 360px; margin-left: auto; margin-right: auto; text-align: center; background: #7069ff; border-radius: 4px; margin-bottom: 30px; transition: all .4s; }
.token-bonus-item:hover { transform: translateY(-8px); }
.token-bonus-item.one { background: #7069ff; }
.token-bonus-item.two { background: #935cef; }
.token-bonus-item.three { background: #866bfe; }
.token-bonus-item span { display: block; }
.token-bonus-title { display: inline-block !important; line-height: 18px; font-size: 14px; color: #2bc9b4; text-transform: uppercase; padding: 6px 20px; background: #3c1c94; border-radius: 15px; font-weight: 400; }
.token-bonus-percent { font-size: 4em; line-height: 1; padding: 22px 0 7px; }
.token-bonus-txt { line-height: 18px; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; }
.token-alocate-item { padding: 0 25px 30px; margin-bottom: 30px; max-width: 360px; margin-left: auto; margin-right: auto; background: #fff; height: calc(100% - 30px); border-radius: 4px; box-shadow: 0px 10px 45px 0px rgba(60, 28, 148, 0.07); }
.token-alocate-graph { padding: 30px 0 30px; position: relative; }
.token-alocate-graph span { color: #5b53a2; font-size: 2em; font-weight: 400; position: absolute; line-height: 1.3; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.token-alocate-list li { color: #353c65; display: flex; align-items: center; font-weight: 400; padding: 7px 0; }
.token-alocate-list li .token-alocate-percent { font-weight: 600; color: #5b53a2; }
.token-alocate-percent { margin-left: auto; }
.token-alocate-color { position: relative; top: -1px; height: 14px; width: 14px; border-radius: 3px; background: #000; margin-right: 12px; flex-shrink: 0; }
.token-alocate-color.purple { background: #6d6af6; }
.token-alocate-color.orange { background: #f0a561; }
.token-alocate-color.cyan { background: #7dbef9; }
.token-alocate-color.green { background: #7adac9; }
.token-alocate-color.drk-purple { background: #7654e1; }
.token-alocate-color.pink { background: #da6bc1; }
.token-alocate-color.magenta { background: #371e8d; }

@media (min-width: 400px) { .token-action { padding: 30px; display: flex; align-items: center; }
  .token-action a.btn { width: auto; }
  .token-action-info { margin-left: 20px; padding-top: 5px; } }
@media (min-width: 576px) { .token-countdown-box { padding: 29px 0 0 0; }
  .token-countdown-box .countdown-s2 { padding: 0 30px 20px; }
  .token-info { padding: 0 30px; }
  .token-info-item { padding: 16px 58px 25px 0; }
  .token-info-item:last-child { padding: 16px 0 25px 0; }
  .token-alocate-item { max-width: 480px; padding: 30px 65px 60px; }
  .token-alocate-graph { padding: 30px 40px 30px; } }
@media (min-width: 768px) { .token-countdown-box { margin-left: 25px; }
  .token-alocate-item { max-width: 100%; padding: 20px 30px 40px; }
  .token-alocate-graph { padding: 30px 0 30px; } }
@media (min-width: 991px) { .token-alocate-item { padding: 30px 65px 60px; }
  .token-alocate-graph { padding: 30px 40px 30px; } }
.countdown-s2 { margin: 0 -7px; display: flex; }
.countdown-s2-item { padding: 0 7px; flex-grow: 1; text-align: center; }
.countdown-s2-time { display: block; color: #fff; border-radius: 4px; font-size: 24px; font-weight: 500; line-height: 30px; padding: 17px 0; background: rgba(255, 255, 255, 0.15); }
.countdown-s2-text { display: block; color: #866bfe; font-size: 12px; line-height: 1; text-transform: uppercase; font-weight: 500; padding-top: 10px; }

.team-circle-des { background: #08157a; border-radius: 8px; padding: 30px 15px; text-align: center; margin-bottom: 50px; transition: all .3s; }
.team-circle-des:hover { transform: translateY(-8px); }
.team-circle-des h5 { font-weight: 400; margin: 21px 0 1px; }
.team-circle-des span { display: block; margin-bottom: 6px; color: #aeafff; }
.team-circle-des p { font-size: .87em; color: #d2d3ff; }
.team-circle-img { max-width: 160px; margin: 0 auto; }
.team-circle-img img { border-radius: 50%; }
.team-circle-social li { display: inline-block; margin: 0 8px; }
.team-circle-social li a { color: #46bdf4; }
.team-circle-social li a:hover { color: #2b56f5; }
.pd-x2 {
    padding: 20px;
}