* {
    margin: 0;
    padding: 0
}

p,small,b{

    word-wrap: break-word;
}

img {
    max-width: 100%
}

body {
    font-family: Barlow, sans-serif;
    background: #e9e9e9;
}

#load_data {
    overflow: hidden;
}

h3 {
    font-size: 1.5rem;
}

ul { 

    margin: 0;
 }

/*p,
span {
    font-size: 18px;
    word-break: break-word
}*/

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container-fluid {
    max-width: 1920px
}

.btn-danger {

    background-color: #ff0000;
    border-color: #ff0000;
}

.mColor {
    color: #00b0ef!important
}

.text-danger {
    color: #980d1a!important
}

.filterBtn {
    background: #00b0ef!important;
    color: #fff;
    transition: all .5s ease;
    font-weight: 500
}

.filterBtn:hover {
    box-shadow: 3px 4px 5px 0 #bbb;
    color: #fff!important
}

a:hover {
    text-decoration: none;
    color: #00b0ef!important
}

@font-face {
    font-family: 'Century Gothic Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic Regular'), url(fonts/GOTHIC.woff) format("woff")
}

@font-face {
    font-family: 'Century Gothic Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic Italic'), url(fonts/GOTHICI.woff) format("woff")
}

@font-face {
    font-family: 'Century Gothic Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic Bold'), url(fonts/GOTHICB.woff) format("woff")
}

@font-face {
    font-family: 'Century Gothic Bold Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Century Gothic Bold Italic'), url(fonts/GOTHICBI.woff) format("woff")
}

header.topfixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.topHeader {
    display: flex
}

.topHeader .logoIcon {
    flex: 0 0 4.6%;
    max-width: 4.6%
}

.topHeader .logoIcon img {
    height: 100%
}

.topHeader .logoIcon a {
    display: block;
    height: 100%
}

.topHeader .logoIcon a img {
    height: 100%;
    width: 100%
}

.topHeader .topMenuSec {
    flex: 0 0 95.4%;
    max-width: 95.4%
}

.topHeader .topMenuSec .topBar {
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 40px
}

.topHeader .topMenuSec .topBar a.topLogo img {
    width: 200px
}

.topHeader .topMenuSec .topBar .vCouting ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 20px
}

.topHeader .topMenuSec .topBar .vCouting ul li>span {
    font-weight: 700
}

.topHeader .topMenuSec .topBar .vCouting ul li>b {
    font-size: 17px;
    color: #00b0ef
}

.topHeader .topMenuSec .accountDet ul li.coAccount a {
    color: #fff
}

.topHeader .topMenuSec .accountDet ul li.coAccount,
.topHeader .topMenuSec .accountDet ul li.coFlags {
    position: relative;
    text-align: center;
    padding: 0 5px
}

.topHeader .topMenuSec .accountDet ul li.coFlags img,
.topHeader .topMenuSec .accountDet ul li.themechange {
    width: 16px
}

.topHeader .topMenuSec .accountDet ul li {
    line-height: normal
}

.topHeader .topMenuSec .accountDet ul li.coAccount .langToggle {
    width: 150px
}

.topHeader .topMenuSec .accountDet ul li.coAccount .toggleBody ul li a {
    padding: 10px
}

.topHeader .topMenuSec .accountDet ul li.coAccount .langToggle,
.topHeader .topMenuSec .accountDet ul li.coFlags .langToggle {
    position: absolute;
    right: 0;
    z-index: 99;
    min-width: 0
}

.topHeader .topMenuSec .accountDet ul li.coAccount .langToggle ul li,
.topHeader .topMenuSec .accountDet ul li.coAccount .toggleBody,
.topHeader .topMenuSec .accountDet ul li.coFlags .langToggle ul li,
.topHeader .topMenuSec .accountDet ul li.coFlags .toggleBody {
    margin: 0
}

.topHeader .topMenuSec .accountDet ul li.coFlags .toggleBody ul li a {
    padding: 5px
}

.topHeader .topMenuSec .accountDet ul li {
    display: inline-block;
    margin: 0 10px
}

.topHeader .topMenuSec .accountDet ul li a {
    display: inline-block
}

.topHeader .topMenuSec .accountDet ul li a.account {
    text-transform: uppercase;
    color: #00b0ef;
    transition: all .5s ease;
    font-weight: 700;
    font-size: 20px
}

.topHeader .topMenuSec .accountDet ul li a.account:hover {
    color: #fff!important
}

.topHeader .menuBar {
    height: 40px;
    line-height: 40px;
    background: #1d043a
}

.topHeader .menuBar ul.navbar-nav {
    flex-wrap: wrap
}

.topHeader .menuBar .navbar-collapse {
    justify-content: space-between
}

.topHeader .menuBar .secMenu>i {
    color: #d8d6d6!important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.topHeader .menuBar .secMenu:hover>i {
    color: #fff!important
}

.topHeader .menuBar .secMenu>ul.navbar-nav {
    transition: all .5s ease;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    color: #d8d6d6!important;
    background: #000;
    z-index: 99
}

.topHeader .menuBar .secMenu>ul.navbar-nav li {
    display: inline-block
}

.topHeader .menuBar .vCouting {
    display: none
}

.topHeader .menuBar nav.navbar {
    position: static
}

.topHeader .menuBar ul li a {
    padding: 0 16px!important;
    display: block;
    color: #d8d6d6!important;
    text-transform: uppercase;
    font-size: 20px;
    position: relative
}

.topHeader .menuBar ul li a.active,
.topHeader .menuBar ul li a:hover {
    color: #fff!important;
    text-decoration: none
}

.topHeader .menuBar ul li a.dropdown-toggle::after {
    margin-left: 10px
}

.topHeader .menuBar ul li.dropdown {
    position: static
}

.topHeader .menuBar ul li a.active:before,
.topHeader .menuBar ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00b0ef
}

.topHeader .menuBar ul li a.active:before {
    visibility: visible
}

.topHeader .menuBar ul li.dropdown .subMenu {
    position: absolute;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #000
}

.topHeader .menuBar ul li.dropdown .subMenu ul {
    margin: 0;
    transition: all .5s ease;
    list-style: none
}

.topHeader .menuBar ul li.dropdown .subMenu ul li {
    display: inline-block
}

.topHeader .menuBar ul li.dropdown .subMenu ul li a {
    display: inline-block
}

.topHeader .menuBar ul li a:hover:before {
    visibility: visible
}

.topHeader .menuBar ul li.dropdown .subMenu ul::-webkit-scrollbar {
    height: 3px
}

.topHeader .menuBar ul li.dropdown .subMenu ul::-webkit-scrollbar-track {
    background: #1d043a
}

.topHeader .menuBar ul li.dropdown .subMenu ul::-webkit-scrollbar-thumb {
    background: #00b0ef
}

.shortexAdd {
    width: 90%;
    margin: auto
}

.fadds img,
.shortexAdd img {
    width: 100%
}

.sellBaBox {
    margin: 10px auto
}

.hoverHeadding {
    cursor: pointer
}

.hoverHeadding>.toggleBody {
    display: none;
    margin-top: 0;
    text-align: right;
    min-width: 150px
}

.hoverHeadding>.toggleBody>ul>li>a {
    font-size: 15px;
    text-decoration: none
}

.hoverHeadding:hover>.toggleBody {
    display: block
}

.newsArear .newsBox .newsHead {
    background: #1d043a;
    font-size: 22px;
    position: relative
}

.airDropServices .airDropSerBox .airDropSeHead span,
.corServices .corSerBox .corSeHead span,
.newsArear .newsBox .newsHead h1,
.newsArear .newsBox .newsHead span,
.prenDBox .prenDHead span {
    font-size: 26px;
    font-weight: 500
}

.airDropServices .airDropSerBox .airDropSeHead span,
.corServices .corSerBox .corSeHead span,
.newsArear .newsBox .newsHead h1,
.newsArear .newsBox .newsHead span,
.newsArear .slideBanner .imgsliBoxBody .slideBannerHead span,
.prenDItems .prenDHead h1,
.prenDBox .prenDHead span {
    display: block;
    padding: 5px;
}

i.toggleBtn {
    font-size: 20px
}

.newsArear .newsBox .newsHead i.toggleBtn {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #00b0ef
}

.toggleBtn {
    cursor: pointer
}

.newsArear .newsBox .newsLinst {
    height: 568px;
    overflow: hidden;
    overflow-y: auto
}

.newsDetail .newsD.leftSec .relatedNews h4,
.newsDetail .newsD.leftSec .commentSec h4,
.newsDetail .newsD.leftSec .body .autherBox h5,
.newsDetail h2 {

    font-size: 22px;
}

.newsDetail .leftSec .body .autherDet b {

    font-size: 18px;
}

/*.newsDetail .leftSec .body b {

    font-size: 20px;
}*/

.newsDetail .leftSec .body h2 {

    font-size: 1.75rem;
}

.newsDetail .leftSec .body span {

    font-size: 16px;
}

.ICODetails .rightSec .newsBox .newsLinst ul li,
.ICOLists .rightSec .newsBox .newsLinst ul li,
.feeds .newsBox .newsLinst ul li,
.feeds .rightSec.newsBox .newsLinst ul li,
.latestNews .newsBox .newsLinst ul li,
.newsArear .newsBox .newsLinst ul li,
.newsDetail .newsBox .newsLinst ul li {
    padding: 7px;
    list-style: none;
    position: relative;
    margin-bottom: 2px;
    border: 2px solid #fff;
    background: #fff
}
.newsArear .newsBox .newsLinst ul.brackingNews li
{
    min-height: 111px;
    display: flex;
    align-items: center;
}
.newsArear .newsBox .newsLinst ul.brackingNews li a div img.tackimg,
.newsArear .newsBox .newsLinst ul.brackingNews li a span img.tackimg {
    width: 35px;
    height: auto;
    right: 10px
}

.newsArear .newsBox .newsLinst ul.brackingNews li a div b,
.newsArear .newsBox .newsLinst ul.brackingNews li a span b {

    font-size: 18px;
}

.newsArear .newsBox .newsLinst ul.brackingNews li a div p {

    line-height: 20px;
    /*word-break: break-all;*/
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.newsArear .newsBox .newsLinst ul.brackingNews li a div small,
.newsArear .newsBox .newsLinst ul.brackingNews li a span small {

    font-size: 13px;
    margin: 0;
    color: white;
    font-weight: 100;
}

.newsArear .newsBox .newsLinst ul.brackingNews li,
.newsArear .newsBox .newsLinst ul.brackingNews li:hover {
    margin-bottom: 2px;
    background: #07b1e6;
    border-color: #07b1ec;
    margin-bottom: 2px!important
}

.newsArear .newsBox .newsLinst ul.brackingNews:last-child li {

    margin-bottom: 0px!important 
}

.newsArear .newsBox .newsLinst ul.brackingNews li:hover>a p {
    color: #fff
}

.ICODetails .rightSec .newsBox .newsLinst ul li a,
.ICOLists .rightSec .newsBox .newsLinst ul li a,
.feeds .rightSec.newsBox .newsLinst ul li a,
.latestNews .newsBox .newsLinst ul li a,
.newsArear .newsBox .newsLinst ul li a,
.newsDetail .newsBox .newsLinst ul li a {
    display: flex;
    align-items: flex-start;
    color: #000
}


.ICODetails .rightSec .newsBox .newsLinst ul li a,
.ICOLists .rightSec .newsBox .newsLinst ul li a,
.feeds .rightSec.newsBox .newsLinst ul li a {
    align-items: center
}

.latestNews .newsBox.leftSec .newsLinst ul li a:hover p,
.latestNews .newsBox.leftSec .newsLinst ul li a:hover span,
.newsArear .newsBox.leftSec .newsLinst ul li a:hover div {
    color: #000!important
}

.feeds .newsBox .newsLinst ul li:hover,
.latestNews .newsBox .newsLinst ul li:hover,
.newsArear .newsBox .newsLinst ul li:hover,
.newsDetail .newsBox .newsLinst ul li:hover {
    background: #f5f3f3;
    border-color: #f5f3f3;
    box-shadow: 0 5px 5px 0 #d6d6d6;
    z-index: 1
}

.feeds .newsBox .newsLinst ul li:last-child,
.latestNews .newsBox .newsLinst ul li:last-child,
.newsArear .newsBox .newsLinst ul li:last-child,
.newsDetail .newsBox .newsLinst ul li:last-child {
    margin: 0
}

.feeds .newsBox .newsLinst ul li img,
.latestNews .newsBox .newsLinst ul li img,
.newsArear .newsBox .newsLinst ul li img {
    width: 127px;
    height: 81px
}

.ICODetails .rightSec .newsBox .newsLinst ul li a div,
.ICODetails .rightSec .newsBox .newsLinst ul li span,
.ICOLists .rightSec .newsBox .newsLinst ul li a div,
.ICOLists .rightSec .newsBox .newsLinst ul li span,
.feeds .newsBox.rightSec .newsLinst ul li a div,
.feeds .newsBox .newsLinst ul li .rightSec,
.feeds .rightSec.newsBox .newsLinst ul li span,
.latestNews .newsBox .newsLinst ul li div,
.latestNews .newsBox .newsLinst ul li span,
.newsArear .newsBox .newsLinst ul li span,
.newsDetail .newsBox .newsLinst ul li div,
.newsDetail .newsBox .newsLinst ul li span {
    
    line-height: 20px;
    padding-left: 10px
}

.feeds .newsBox .newsLinst ul li a div h6,
.newsDetail .newsBox .newsLinst ul li div h6,
.latestNews .newsBox .newsLinst ul li div h6 {

    font-size: 17px; 
    font-weight: 600;
    margin: 0;
}

.feeds .newsBox.rightSec .newsLinst ul li a div h6,
.newsDetail .newsBox .newsLinst ul li div h6,
.latestNews .newsBox.rightSec .newsLinst ul li div h6 {

    font-size: 15px; 
}

.newsDetail .newsBox .newsLinst ul li div p,
.latestNews .newsBox .newsLinst ul li div p {

    margin:0;
    font-size: 15px;
}

.ICODetails .rightSec .newsBox .newsLinst ul li a div small,
.ICODetails .rightSec .newsBox .newsLinst ul li span small,
.ICOLists .rightSec .newsBox .newsLinst ul li a div small,
.ICOLists .rightSec .newsBox .newsLinst ul li span small,
.feeds .rightSec.newsBox .newsLinst ul li span small,
.latestNews .newsBox .newsLinst ul li div small,
.latestNews .newsBox .newsLinst ul li span small,
.newsArear .newsBox .newsLinst ul li span small,
.newsDetail .newsBox .newsLinst ul li div small,
.newsDetail .newsBox .newsLinst ul li span small {
    font-size: 12px;
    display: inline-block;
}

.feeds .newsBox.rightSec .newsLinst ul li a div,
.feeds .newsBox .newsLinst ul li .rightSec,
.newsArear .newsBox .newsLinst ul li span {
    line-height: 20px
}

.newsArear .newsBox .newsLinst ul li span small {
    font-size: 20px
}

.ICODetails .rightSec .newsBox .newsLinst ul li a div b,
.ICODetails .rightSec .newsBox .newsLinst ul li span b,
.ICOLists .rightSec .newsBox .newsLinst ul li a div b,
.ICOLists .rightSec .newsBox .newsLinst ul li span b,
.feeds .newsBox.rightSec .newsLinst ul li a div b,
.feeds .newsBox .newsLinst ul li .rightSec b,
.feeds .rightSec.newsBox .newsLinst ul li span b,
.latestNews .newsBox .newsLinst ul li div b,
.latestNews .newsBox .newsLinst ul li span b,
.newsArear .newsBox .newsLinst ul li div b,
.newsDetail .newsBox .newsLinst ul li div b,
.newsDetail .newsBox .newsLinst ul li span b {
    line-height: 20px;
    font-weight: 700;
}

.feeds .rightSec.newsBox .newsLinst ul>li>a>span>p,
.latestNews .newsBox .newsLinst ul>li>a>span>p,
.newsArear .newsBox .newsLinst ul>li>a>span>p,
.newsDetail .newsBox .newsLinst ul>li>a>span>p {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    align-items: center
}

.ICODetails .newsBox .newsLinst ul>li>a>div>h6>small,
.ICODetails .newsBox .newsLinst ul>li>a>span>p>small,
.ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6>small,
.ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p>small,
.feeds .newsBox .newsLinst ul>li>a>span>p>small,
.latestNews .newsBox .newsLinst ul>li>a>span>p>small,
.newsArear .newsBox .newsLinst ul>li>a>span>p>small {
    color: #00b0ef;
    font-size: 10px;
    display: block
}

.newsArear .slideBanner {
    position: relative
}

.newsArear .slideBanner .resizSection {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 2px solid #fff;
    background: #1d043a;
    z-index: 99;
    background-size: 100% 100%
}

.newsArear .slideBanner .resizSection .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    opacity: 1;
    transform: scale(1);
    transition: all .5s ease;
    font-size: 15px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background: red
}

.newsArear .slideBanner .resizSection .close:hover {
    transform: scale(1.2)
}

.newsArear .slideBanner .resizSection .filterimgCon {
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.newsArear .slideBanner .resizSection .filterimgCon h2 {
    font-size: 25px
}

.newsArear .slideBanner .resizSection .filterimgCon p {
    line-height: 20px;
    font-size: 16px
}

.newsArear .slideBanner .resizSection .filterimgCon .authorname {
    display: block;
    margin-bottom: 10px;
    color: #d4d4d4;
    font-size: 15px
}

.newsArear .slideBanner .imgSlideBox {
    box-shadow: 0 8px 15px 0 #adabab;
    margin: 0 15px 15px
}

.newsArear .slideBanner .imgSlideBox:last-child {
    margin-bottom: 0!important
}

.newsArear .slideBanner .imgsliBoxBody .slideBannerHead {
    margin: 0 15px;
    font-size: 22px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #1d043a
}

.newsArear .slideBanner .imgsliBoxBody .slideBannerHead span {
    font-size: 26px;
    font-weight: 500
}

.newsArear .slideBanner .imgsliBoxBody .slideBannerHead i.toggleBtn {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #00b0ef
}

.newsArear .slideBanner .imgSlideBox .imgBox a {
    display: block;
    position: relative;
    border: 2px solid #fff
}

.newsArear .slideBanner .imgSlideBox .imgBox a:hover {
    border-color: #00b0ef
}

.newsArear .slideBanner .imgSlideBox .imgBox a small,
.newsArear .slideBanner .imgSlideBox .imgBox a>.shortp,
.newsArear .slideBanner .imgSlideBox .imgBox a>p,
.newsArear .slideBanner .imgSlideBox .imgBox>.shortp {
    display: none
}

.newsArear .slideBanner .imgSlideBox .imgBox a div, 
.newsArear .slideBanner .imgSlideBox .imgBox a span {
    font-size: 16px;
    /*height: 65px;*/
    width: 100%;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, .7)
}

.newsArear .slideBanner .imgSlideBox .imgBox a div>p, 
.newsArear .slideBanner .imgSlideBox .imgBox a span>p,
.newsArear .slideBanner .imgSlideBox .imgBox a>.shortp,
.newsArear .slideBanner .imgSlideBox .imgBox>.shortp {
    font-size: 15px;
    margin: 0
}

.newsArear .slideBanner .imgSlideBox .imgBox a div.fullText,
.newsArear .slideBanner .imgSlideBox .imgBox a span.fullText {
    display: none
}

.newsArear .slideBanner .imgSlideBox .imgBox a img {
    height: 158px
}

.newsArear .newsBox .newsLinst::-webkit-scrollbar {
    position: absolute;
    width: 10px
}

.newsArear .newsBox .newsLinst::-webkit-scrollbar-track {
    background: #f1f1f1
}

.newsArear .newsBox .newsLinst::-webkit-scrollbar-thumb {
    background: #1d043a
}

.newsArear .newsBox .newsLinst::-webkit-scrollbar-thumb:hover {
    background: #555
}

.shortexAdd {
    width: 90%;
    margin: auto
}

.prenDataArear {
    margin: 0 0 10px
}

.prenDBox .prenDHead {
    background: #1d043a;
    font-size: 22px;
    position: relative;
    /*padding: 10px;*/
}

.prenDataArear .prenDBox {
    box-shadow: 0 8px 15px 0 #adabab
}

.prenDataArear .prenDBox .prenDBody {
    overflow: hidden
}

.prenDataArear .prenDBox .prenDItems .prenDBody ul {
    margin: 0
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a {
    color: #fff;
    width: 100%
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li:hover a {
    color: #000!important
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li {
    display: block;
    color: #fff;
    height: 75px;
    position: relative
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li a:hover {
    color: #000!important
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li a span {
    font-size: 20px;
    /*font-weight: 700*/
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li h5 {
    margin: 0;
    font-weight: 600;
    font-size: 25px
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:nth-child(1) {
    background: #5071a8
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:nth-child(2) {
    background: #f73400
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:nth-child(3) {
    background: #43b0ef
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:nth-child(4) {
    background: #0e5882
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:nth-child(5) {
    background: red
}

.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:nth-child(6) {
    background: #51abf1
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li:hover,
.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li:hover,
.prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li:hover {
    background: #f5f5f5!important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    z-index: 1
}

.prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li:hover {
    background: #f5f5f5!important;
    box-shadow: 0 5px 10px 0 #d6d6d6;
    z-index: 1
}

.prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li {
    padding: 0;
    background: #fff
}

.prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li a {
    width: 100%;
    margin: 0;
    display: flex;
    position: relative;
    color: #000;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    height:100%;
    font-size: 20px;
}

.prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li img {
    width: 120px
}

.prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li span {
    font-size: 25px;
    font-weight: 500
}

.prenDataArear .prenDBox .prenDItems .prenDBody ul li {
    height: 90px;
    line-height: 90px;
    margin-bottom: 1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    /*padding: 0 20px;*/
    background: #e38b29
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li {
    display: block;
    background: #fff
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.btc {
    background: #f5a846
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.eth {
    background: #afafaf;
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.xrp {
    background: #127db1
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.ltc {
    background: #335a99
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.bch {
    background: #f5a846
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.usdt {
    background: #51a990
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.eos {
    background: #423d53
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.bnb {
    background: #ebb42e
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.xmr {
    background: #000
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li.trx {
    background: #e60927
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li span {
    font-weight: 700
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li h2 small {
    font-size: 18px
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li h2 {
    color: #000
}

.prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
}

.prenDataArear .prenDBox .prenDItems .prenDBody ul li:last-child {
    margin-bottom: 0;
    border: 0
}

.prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}

.prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 small {
    /*transform: translateY(-6px);*/
    display: inline-block
}

.prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 small,
.prenDataArear .prenDBox .prenDItems .prenDBody ul li span {
    font-size: 30px
}

.airDropServices .airDropSerBox .owl-nav,
.corServices .corSerBox .owl-nav,
.prenDataArear .prenDBox .prenDItems .owl-nav {
    position: absolute;
    width: 100%;
    top: -35px;
    margin: 0
}

/*.prenDataArear .prenDBox .prenDItems .owl-nav{

    top: -37px;
}*/

.airDropServices .airDropSerBox .owl-nav button,
.corServices .corSerBox .owl-nav button,
.prenDataArear .prenDBox .prenDItems .owl-nav button {
    color: #00b0ef;
    position: absolute;
    margin: 0;
    font-size: 22px
}

.airDropServices .airDropSerBox .owl-nav button:focus,
.corServices .corSerBox .owl-nav button:focus,
.prenDataArear .prenDBox .prenDItems .owl-nav button:focus {
    outline-color: transparent
}

.airDropServices .airDropSerBox .owl-nav button:first-child,
.corServices .corSerBox .owl-nav button:first-child,
.prenDataArear .prenDBox .prenDItems .owl-nav button:first-child {
    left: 20px
}

.airDropServices .airDropSerBox .owl-nav button:last-child,
.corServices .corSerBox .owl-nav button:last-child,
.prenDataArear .prenDBox .prenDItems .owl-nav button:last-child {
    right: 20px
}

.airDropServices .airDropSerBox .owl-nav button:hover,
.corServices .corSerBox .owl-nav button:hover,
.prenDataArear .prenDBox .prenDItems .owl-nav button:hover {
    background: 0 0
}

.corSeToggle,
.newsToggle,
.sliBToggle {
    position: absolute;
    right: 0;
    z-index: 99
}

.toggleBody {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden
}

.toggleBody ul {
    margin: 0
}

.toggleBody ul li {
    list-style: none;
    display: block!important;
    border-bottom: 1px solid #545454
}

.toggleBody ul li:last-child {
    border: none
}

.toggleBody ul li a {
    padding: 5px 18px;
    font-size: 20px;
    display: block!important;
    color: #fff;
    background: #000
}

.sliBToggle ul li a {
    font-size: 15px
}

.airDropServices .airDropSerBox .airDropSeHead,
.corServices .corSerBox .corSeHead {
    font-size: 22px;
    position: relative;
    margin: 0 10px;
    background: #1d043a
}

.corServices .corSerBox .corSeHead i.toggleBtn {
    position: absolute;
    right: 10px;
    top: 0;
    color: #00b0ef
}

.airDropServices .airDropSerBox ul li,
.corServices .corSerBox ul li {
    margin-bottom: 20px;
    display: block
}

.corServices .corSerBox ul li:last-child {
    margin: 0
}

.airDropServices .airDropSerBox ul li a,
.corServices .corSerBox ul li a {
    margin: 0 10px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px 0 gray;
    padding: 15px;
    border: 2px solid transparent;
    background: #fff
}

.corServices .corSerBox ul li a:hover {
    box-shadow: 0 2px 10px 0 #a0a0a0;
    border-radius: 5px;
    text-decoration: none;
    background: #f3f3f3;
    z-index: 2
}

.corServices .corSerBox ul li a p {
    padding-left: 15px;
    font-size: 25px;
    margin: 0;
    line-height: 30px
}

.corServices .corSerBox ul li a p strong {
    color: #000;
    font-weight: 700
}

.corServices .corSerBox ul li a p span {
    color: gray;
    font-size: 22px
}

.corServices .corSerBox ul li a p span b {
    font-weight: 600
}

.airDropServices .airDropSerBox .airDropSeHead i.toggleBtn {
    position: absolute;
    right: 10px;
    top: 1px;
    color: #00b0ef
}

.airDropServices .airDropSerBox ul li:last-child {
    margin: 0;
    border-bottom: 0
}

.airDropServices .airDropSerBox ul li a:hover {
    box-shadow: 0 2px 10px 0 #a0a0a0;
    border-radius: 5px;
    text-decoration: none;
    background: #f3f3f3;
    z-index: 2
}

.airDropServices .airDropSerBox ul li a .serImg,
.corServices .corSerBox ul li a .serImg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e9e9e9;
    background-position: center center;
    background-size: cover;
    max-width: 80px;
    flex: 0 0 80px
}

.airDropServices .airDropSerBox ul li a p {
    padding-left: 15px;
    font-size: 26px;
    margin: 0;
    line-height: 30px
}

.airDropServices .airDropSerBox ul li a p strong {
    color: #000;
    font-weight: 700
}

.airDropServices .airDropSerBox ul li a p span {
    color: gray;
    font-size: 26px
}

.googleAdds .add {
    margin-bottom: 35px
}

.googleAdds .add a img {
    width: 100%
}

.googleAdds .add a {
    display: block
}

.googleAdds .add.lastEdd a.fixed {
    position: fixed;
    z-index: 9999;
    top: 0
}

.googleAdds .add:last-child {
    margin-bottom: 0
}

.ICOLists .leftSec .newsHead .leftSec>div,
.feeds .newsBox .newsHead .leftSec>div,
.latestNews .newsBox .newsHead .leftSec>div {
    margin-right: 20px
}

.ICOLists .leftSec .newsHead .leftSec>div:last-child,
.feeds .newsBox .newsHead .leftSec>div:last-child,
.latestNews .newsBox .newsHead .leftSec>div:last-child {
    margin: 0
}

.leftSec .newsHead .leftSec .tropdown span {
    font-size: 20px;
    font-weight: 700
}

.leftSec .newsHead .leftSec .tropdown h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.rightSec .newsHead .leftSec .tropdown span {
    font-size: 20px;
    font-weight: 700
}

.ICOLists .leftSec .newsHead .leftSec .tropdown,
.feeds .newsBox.leftSec .newsHead .leftSec .tropdown,
.latestNews .newsBox.leftSec .newsHead .leftSec .tropdown {
    position: relative;
    cursor: pointer
}

.ICOLists .leftSec .newsHead .leftSec .tropdown:hover .toggleBody,
.feeds .newsBox .newsHead .leftSec .tropdown:hover .toggleBody,
.latestNews .newsBox .newsHead .leftSec .tropdown:hover .toggleBody {
    display: block
}

.ICOLists .leftSec .newsHead .leftSec .tropdown .toggleBody,
.feeds .newsBox .newsHead .leftSec .tropdown .toggleBody,
.latestNews .newsBox .newsHead .leftSec .tropdown .toggleBody {
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 8px 15px 0 #adabab;
    background: #fff;
    z-index: 99
}

.ICOLists .leftSec .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>label,
.feeds .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>label,
.latestNews .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>label {
    font-size: 16px;
    font-weight: 600;
}

.ICOLists .leftSec .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>.custom-checkbox,
.feeds .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>.custom-checkbox,
.latestNews .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>.custom-checkbox {
    margin-bottom: 15px
}

.ICOLists .leftSec .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>.custom-checkbox:last-child,
.feeds .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>.custom-checkbox:last-child,
.latestNews .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>.custom-checkbox:last-child {
    margin-bottom: 0
}

.ICOLists .leftSec .newsHead .leftSec .tropdown i.toggleBtn,
.feeds .newsBox .newsHead .leftSec .tropdown i.toggleBtn,
.latestNews .newsBox .newsHead .leftSec .tropdown i.toggleBtn {
    transform: translate(8px, -5px)
}

.ICOLists .leftSec .newsHead .leftSec .search,
.feeds .newsBox.leftSec .newsHead .leftSec .search,
.latestNews .newsBox.leftSec .newsHead .leftSec .search {
    position: relative
}

.ICOLists .leftSec .newsHead .leftSec .search .searchBox,
.feeds .newsBox.leftSec .newsHead .leftSec .search .searchBox,
.latestNews .newsBox.leftSec .newsHead .leftSec .search .searchBox {
    width: 38px;
    opacity: 0;
    transition: all .5s ease
}

.ICOLists .leftSec .newsHead .leftSec .search .searchBox.active,
.feeds .newsBox.leftSec .newsHead .leftSec .search .searchBox.active,
.latestNews .newsBox.leftSec .newsHead .leftSec .search .searchBox.active {
    width: 400px;
    opacity: 1
}

.ICOLists .leftSec .newsHead .leftSec .search i.fa-search.active,
.feeds .newsBox.leftSec .newsHead .leftSec .search i.fa-search.active,
.latestNews .newsBox.leftSec .newsHead .leftSec .search i.fa-search.active {
    transform: scale(1);
    transition: all .8s ease;
    position: absolute;
    cursor: pointer;
    text-align: center;
    z-index: 99
}

.ICOLists .leftSec .newsHead .leftSec .search i.fa-search,
.feeds .newsBox.leftSec .newsHead .leftSec .search i.fa-search,
.latestNews .newsBox.leftSec .newsHead .leftSec .search i.fa-search {
    transform: scale(0);
    position: absolute;
    cursor: pointer;
    line-height: 30px;
    width: 30px;
    text-align: center;
    z-index: 99
}

.ICOLists .leftSec .newsHead .leftSec .search input.submitBtn,
.feeds .newsBox.leftSec .newsHead .leftSec .search input.submitBtn,
.latestNews .newsBox.leftSec .newsHead .leftSec .search input.submitBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    color: transparent;
    display: none;
    background-color: transparent;
    border: none;
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: center center

}

.ICOLists .leftSec .newsHead .leftSec .search input.searchfild,
.feeds .newsBox.leftSec .newsHead .leftSec .search input.searchfild,
.latestNews .newsBox.leftSec .newsHead .leftSec .search input.searchfild {
    padding-right: 50px;
    height: 30px
}

.ICOLists .leftSec .newsHead .rightSec .pagination a,
.feeds .newsBox .newsHead .rightSec .pagination a,
.latestNews .newsBox .newsHead .rightSec .pagination a {
    display: inline-block;
    margin: 0 10px;
    color: #000;
    font-size: 20px
}

.ICOLists .leftSec .newsHead .rightSec .pagination a.active,
.feeds .newsBox .newsHead .rightSec .pagination a.active,
.latestNews .newsBox .newsHead .rightSec .pagination a.active {
    color: #00b0ef
}

.ICOLists .leftSec .newsHead .rightSec .pagination a:hover,
.feeds .newsBox .newsHead .rightSec .pagination a:hover,
.latestNews .newsBox .newsHead .rightSec .pagination a:hover {
    color: #00b0ef
}

.ICODetails .rightSec .newsBox .newsLinst ul li,
.ICOLists .rightSec .newsBox .newsLinst ul li,
.feeds .newsBox.rightSec .newsLinst ul li,
.feeds .rightSec.newsBox .newsLinst ul li,
.latestNews .newsBox.rightSec .newsLinst ul li,
.newsDetail .newsBox.rightSec .newsLinst ul li {
    padding: 10px 0;
    margin: 0;
    border-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    background: 0 0
}

.feeds .newsBox.rightSec .newsLinst ul li a img,
.latestNews .newsBox.rightSec .newsLinst ul li a img,
.newsDetail .newsBox.rightSec .newsLinst ul li a img {
    width: 80px;
    height: 55px
}

.ICODetails .rightSec .newsBox .newsLinst ul li:hover,
.ICOLists .rightSec .newsBox .newsLinst ul li:hover,
.feeds .newsBox.rightSec .newsLinst ul li:hover,
.feeds .rightSec.newsBox .newsLinst ul li:hover,
.latestNews .newsBox.rightSec .newsLinst ul li:hover,
.newsDetail .newsBox.rightSec .newsLinst ul li:hover {
    background: #fff
}

.ICODetails .rightSec .newsBox .newsLinst ul li:first-child,
.ICOLists .rightSec .newsBox .newsLinst ul li:first-child,
.feeds .newsBox.rightSec .newsLinst ul li:first-child,
.feeds .rightSec.newsBox .newsLinst ul li:first-child,
.latestNews .newsBox.rightSec .newsLinst ul li:first-child,
.newsDetail .newsBox.rightSec .newsLinst ul li:first-child {
    border-top: 1px solid #d2d2d2
}

.ICODetails .rightSec .newsBox .newsLinst ul>li>a>div>h6,
.ICODetails .rightSec .newsBox .newsLinst ul>li>a>span>p,
.ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6,
.ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p,
.feeds .rightSec.newsBox .newsLinst ul li a span p,
.latestNews .newsBox.rightSec .newsLinst ul li a p,
.newsDetail .newsBox.rightSec .newsLinst ul li a span p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 16px
}

.newsDetail .newsD.leftSec .body img.userimg {
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    border: 2px solid
}

.newsDetail .newsD.leftSec .body .relatedNews img {
    width: 100%;
    height: 130px
}

.newsDetail .newsD.leftSec .body .relatedNews p {
    text-align: left;
    font-size: 16px;
    line-height: 20px
}

.newsDetail .newsD.leftSec .body .newDImgBox img {
    width: 100%;
    height: 500px
}

.newsDetail .newsD.leftSec .body .autherBox h5 {
    font-weight: 700;
    /*font-size: 25px*/
}

.newsDetail .newsD.leftSec .body .autherBox .autherDet img {
    width: 80px!important;
    height: 80px!important;
    border-radius: 50%;
    border: 2px solid #000
}

.newsDetail .newsD.leftSec .body .autherBox .autherDet p {
    flex: 1
}

.newsDetail .newsD.leftSec .body .autherBox .autherDet p a {
    color: #000
}

.ICODetails .leftSec .videoSec .head .socials a,
.ICODetails .leftSec .ICOListSec .icoBox .icoBoxCon .socials a,
.ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon .socials a,
.feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span.socials a,
.newsDetail .newsD.leftSec .body .socials a {
    display: inline-block;
    transition: all .5s ease;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    background: #f0f0f0
}

.ICODetails .leftSec .videoSec .head .socials a:hover,
.ICODetails .leftSec .ICOListSec .icoBox .icoBoxCon .socials a:hover,
.ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon .socials a:hover,
.feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span.socials a:hover,
.newsDetail .newsD.leftSec .body .socials a:hover {
    color: #fff!important;
    background: #00b0ef;
    transform: scale(1.5)
}

.newsDetail .newsD.leftSec .body .relatedNews .owl-nav {
    position: absolute;
    top: -50px;
    width: 100%;
    text-align: right
}

.newsDetail .newsD.leftSec .body .relatedNews a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    display: block
}

.newsDetail .newsD.leftSec .body .relatedNews a b {
    font-weight: 100!important;
    font-size:16px;
    margin-top: 5px;
    display: block;
}

.newsDetail .newsD.leftSec .body .relatedNews .owl-nav button.owl-next,
.newsDetail .newsD.leftSec .body .relatedNews .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #1d043a;
    border-radius: 3px
}

.newsDetail .newsD.leftSec .body .relatedNews .owl-nav button.owl-next {
    margin-right: 0
}

/*.ICOLists .icoBox {

    overflow: hidden;
}*/

.ICOLists .icoBox iframe {

    margin-left: 0!important;
}

.ICOLists .leftSec .ICOListSec .icoBox:hover {
    box-shadow: 0 5px 5px -3px #9a9a9a;
    z-index: 1
}

.ICODetails .leftSec .ICOListSec .icoBox small {
    color: rgba(142, 142, 142, .5);
    font-weight: 700;
    font-size: 14px
}

.ICODetails .leftSec .ICOListSec .icoBox p,
.ICOLists .leftSec .ICOListSec .icoBox p {
    margin: 0;
    font-weight: 500;
    font-size: 14px
}

.ICODetails .leftSec .ICOListSec .icoBox .reviewIcons {
    position: absolute;
    right: 15px;
    bottom: 20px
}

.ICOLists .leftSec .ICOListSec .icoBox .reviewIcons {
    position: absolute;
    right: 15px;
    bottom: 60px
}

.ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon a.mainBtn {
    background: #00b0ef;
    color: #fff
}

.ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon a.mainBtn:hover {
    box-shadow: 3px 4px 5px 0 #bbb;
    color: #fff!important
}

.ICOLists .leftSec .ICOListSec.wallet .icoBox .downIcons {
    color: #00b0ef
}

.ICODetails .leftSec .ICOListSec .icoBox .reviewIcons i,
.ICOLists .leftSec .ICOListSec .icoBox .reviewIcons i {
    font-size: 15px;
    color: #ffc600;
    margin: 2px
}

.ICODetails .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>a {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 20px
}

.ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>a,
.whitepapers .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>p.title {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

.ICOLists .rightSec .icoList a.icoliBtn {
    display: block;
    height: 65px;
    line-height: 65px;
    font-weight: 600;
    padding: 0;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    background: #00b0ef
}

.ICOLists .rightSec .icoList a.icoliBtn:hover {
    box-shadow: 3px 4px 5px 0 #bbb;
    color: #fff!important
}

.ICODetails .leftSec .ICOListSec .icoBox .icoBoxImg {
    background-size: cover;
    background-position: center center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e9e9e9
}

.ICOLists .leftSec .ICOListSec .icoBox .icoBoxImg {
    background-size: cover;
    background-position: center center;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border-radius: 50%;
    border: 2px solid #e9e9e9
}

.ICODetails .leftSec .ICOListSec .icoBox .icoBoxCon,
.ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon {
    line-height: 20px;
    flex: 1
}

.leftSec .body table {
    font-size: 18px;
    width: 100%;
}

.leftSec .body .bodyCon .videoDetails table tr th,
.leftSec .body .bodyCon .videoDetails table tr td {

    border: 0px;
}

.leftSec .body table tr th,
.leftSec .body table tr td {

    border: 1px solid;
    padding: 5px;
    font-size: 17px;
}

.leftSec .body ol,
.leftSec .body ul {

    margin-left: 10px;
}

.leftSec .body {
    word-wrap: break-word;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
}

.leftSec .body b,
.leftSec .body h2,
.leftSec .body h3,
.leftSec .body h4 {
    font-weight: 700
}

.leftSec .body h2,
.leftSec .body h3,
.leftSec .body h4 {

    margin: 0px 0 5px;
}

.leftSec .body span {
    display: inline-block
}

.body .bodyCon audio {
    margin-bottom: 20px
}

.leftSec .body figure {

    width: 100%!important;
}

.leftSec .body .bodyCon img,
.leftSec .body .bodyCon iframe {

    width: 100%!important;
}

.leftSec .body p,
.leftSec .body span {
    font-weight: 100;
    text-align: justify;
    font-size: 16px;
    line-height: 20px
}

.leftSec .body ol li,
.leftSec .body ul li {
    margin-bottom: 5px;
    font-weight: 500
}

.leftSec .body .polularIcoSec .polularIcoBox img {
    height: 150px;
    border: 1px solid #e8e8e8
}

.leftSec .body .polularIcoSec .polularIcoBox a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    display: block;
}

.leftSec .body .polularIcoSec .polularIcoBox p {
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.leftSec .body .projectTeams .projeTeBox p {
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.leftSec .body .projectTeams .projeTeBox .proTeImg img {
    width: 70px!important;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #e8e8e8
}

.leftSec .body .projectTeams .projeTeBox .proTeCo {
    line-height: 25px;
    flex: 1
}

.leftSec .body .projectTeams .projeTeBox .proTeCo h5 {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
}

.leftSec .body .projectTeams .projeTeBox .proTeCo a.fa-linkedin-in {
    font-size: 20px
}

.leftSec .body .socials span {
    display: block;
    margin-top: 20px
}

.leftSec .body .socials span a {
    width: 50px;
    font-size: 25px;
    display: inline-block;
    margin: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #bfbfbf
}

.leftSec .body .socials span a:hover {
    color: #fff!important;
    background: #00b0ef;
    text-decoration: none
}

.leftSec .commentSec {
    background: #fff
}

.leftSec .commentSec .commentLists .commentText .replyBox .replyBtns button {
    background: #00b0ef
}

.leftSec .commentSec {
    border-bottom: 1px solid #bdbdbd
}

.leftSec .commentSec .commentLists .moreComments {
    border-top: 1px solid #bdbdbd
}

.leftSec .commentSec .CommentBox .commentBtns {
    border-bottom: 1px solid #bdbdbd
}

.leftSec .commentSec .CommentBox .commentBtns button.deactive {
    cursor: no-drop
}

.leftSec .commentSec .CommentBox .commentBtns button {
    background: #00b0ef;
    font-weight: 500
}

.leftSec .commentSec .CommentBox .commentBtns button:hover,
.leftSec .commentSec .commentLists .commentText .replyBox .replyBtns button:hover {
    box-shadow: 3px 4px 5px 0 #bbb
}

.leftSec .commentSec .CommentBox .CommentBody,
.leftSec .commentSec .commentLists .replyTextBody {
    background: #fff
}

.leftSec .commentSec .CommentBox .CommentBody .commentInputB,
.leftSec .commentSec .commentLists .replyTextBody {
    margin-top: 5px;
    box-shadow: none;
    background: #ccc;
    /*border-radius: 7px*/
}

.leftSec .commentSec .CommentBox .CommentBody .commentInputB textarea,
.leftSec .commentSec .commentLists .replyTextBody textarea {
    box-shadow: none
}

.leftSec .commentSec .CommentBox .CommentBody .commentInputB textarea:focus,
.leftSec .commentSec .commentLists .replyTextBody textarea:focus {
    box-shadow: none
}

.leftSec .commentSec .CommentBox .commentBtns {
    display: none
}

.leftSec .commentSec .CommentBox .CommentBody .reviews {
    background: #1d043a;
    /*border-radius: 30px*/
}

.leftSec .commentSec .CommentBox .CommentBody .reviews.active,
.leftSec .commentSec .CommentBox .commentBtns.active {
    display: block
}

.leftSec .commentSec .CommentBox .CommentBody .reviews i {
    color: #daa900;
    padding: 0 3px
}

.leftSec .commentSec .commentLists .comment .replyBox .reply .replyText a.replyerName,
.leftSec .commentSec .commentLists .comment a.commenterName {
    color: #00b0ef;
    display: block;
    margin: 0
}

.leftSec .commentSec .commentLists .comment .replyBox .reply {
    background: #d1d1d2
}

.leftSec .commentSec .commentLists .comment .replyBox .reply .replyPhoto img {
    width: 100px;
    border-radius: 50%;
    border: 3px solid
}

.leftSec .commentSec .commentLists .comment .commentPhoto,
.leftSec .commentSec .commentLists .comment .replyBox .reply .replyPhoto {
    flex: 0 0 10%;
    max-width: 10%
}

.leftSec .commentSec .commentLists .comment .commentPhoto img {
    width: 250px;
    border-radius: 50%;
    border: 3px solid
}



.feeds .newsBox.leftSec .newsLinst ul li {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: flex-start
}

/*whaleAlert*/
.feeds.whaleAlert .newsBox.leftSec .newsLinst ul li {

    flex-direction: column;
} 

.feeds.whaleAlert .newsBox.leftSec .newsLinst ul li h6 {

    font-weight: 600;
    margin:0;
    word-break: break-all;
}

.feeds.whaleAlert .newsBox.leftSec .newsLinst ul li a {

    font-size: 15px;
} 

.feeds .newsBox.leftSec .newsLinst ul li span small {
    margin: 3px 0
}

.feeds .newsBox.leftSec .newsLinst ul li span p {
    margin: 0
}

.feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span.btns a:hover {
    background: #00b0ef;
    color: #fff!important
}

.newsArear .newsBox .newsLinst ul li a.favourite {
    font-size: 15px!important
}

.feeds .newsBox .newsLinst ul li a.favourite,
.newsArear .newsBox .newsLinst ul li a.favourite {
    position: absolute;
    right: 8px;
    bottom: 20px;
    color: #e9e9e9;
    font-size: 25px
}

.feeds .newsBox .newsLinst ul li a.favourite.active,
.newsArear .newsBox .newsLinst ul li a.favourite.active {
    color: #00b0ef!important
}

.feeds .newsBox .newsLinst ul li .rightSec {
    font-weight: 400;
    flex-grow: 1
}

.feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span {
    display: block
}

.feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span.btns a {
    padding: 0 10px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
    background: #e9e9e9
}

.feeds .newsBox .newsLinst ul>li>.rightSec>p {
    margin: 0;
    line-height: 20px;
    word-break: break-word
}

.newsArear .newsBox .newsLinst ul>li>a>span>p>small {
    font-size: 15px
}

.feeds .newsBox .newsLinst ul>li>.rightSec>p>span,
.newsArear .newsBox .newsLinst ul>li>a>span>p>small {
    display: block
}

.feeds .newsBox .newsLinst ul>li>.rightSec>p>span i,
.newsArear .newsBox .newsLinst ul>li>a>span>p>small i {
    font-size: 12px;
    margin-right: 2px
}

.feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span.socials a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.feeds .rightSec.newsBox .newsLinst ul li a span {
    line-height: 18px;
    padding: 0 5px
}

.feeds .rightSec.newsBox .newsLinst ul li a img {
    height: 65px;
    width: 100px
}

.leftSec .body a.airdBtn,
.leftSec .body a.dappBtn {
    padding: 8px 50px;
    transition: all .5s ease;
    display: block;
    width: 350px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #00b0ef;
    color: #fff;
    font-weight: 700;
    margin: 20px auto
}

.leftSec .body a.airdBtn:hover,
.leftSec .body a.dappBtn:hover {
    color: #fff!important;
    box-shadow: 3px 4px 5px 0 #bbb
}

.ICODetails .rightSec .newsBox .newsLinst ul li img,
.ICOLists .rightSec .newsBox .newsLinst ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.dappDetails .leftSec .body .gameCategories ul li {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    line-height: 25px
}

.currencyTable {
    overflow-x: auto
}

.currencyListing .leftSec .currencyTable table,
.table_page table {
    border-collapse: separate;
    border-spacing: 0 5px
}

.currencyListing .leftSec .currencyTable table tr,
.table_page table tr {
    background: #fff
}

.currencyListing .leftSec .currencyTable table img,
.table_page table img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #e9e9e9
}

.currencyListing .leftSec .filterBtns a {
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    background: #00b0ef;
    color: #fff;
    border-radius: 5px
}

.currencyListing .leftSec .filterBtns a:hover {
    box-shadow: 3px 4px 5px 0 #bbb
}

.sellBaBox2 .item img {
    height: 202px
}

.ticketBoxs .ticketBox .ticketHead {
    background: #e9e9e9;
    font-size: 22px;
    border-bottom: 1px dashed #c7c5c5;
    border-width: 2px
}

.ticketBoxs .ticketBox .ticketHead .leftSec b {
    font-weight: 500
}

.ticketBoxs .ticketBox .ticketHead.active {
    background: #8fe6ff
}

.ticketBoxs .ticketBox .ticketHead del {
    color: gray
}

.ticketBoxs .ticketBox .ticketBody .rightSec p {
    text-align: right
}

.ticketBoxs .ticketBox .ticketBody .rightSec p input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.ticketBoxs .ticketBox .ticketBody {
    background: #e9e9e9;
    font-size: 18px;
    position: relative;
    overflow: hidden
}

.ticketBoxs .ticketBox .ticketBody:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 15px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    z-index: 1
}

.ticketBoxs .ticketBox .ticketBody:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 15px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    z-index: 1
}

.ticketBoxs.ticketAttendBos .ticketBox .ticketBody .bodytogglebtn span {
    cursor: pointer;
    font-weight: 500
}

.ticketBoxs.ticketAttendBos .ticketBox .ticketBody:after,
.ticketBoxs.ticketAttendBos .ticketBox .ticketBody:before {
    top: 60px
}

.ticketBoxs.ticketAttendBos .ticketBox .ticketBody .formDetails label {
    font-weight: 500
}

.ticketBoxs.ticketAttendBos .ticketBox .ticketBody .formDetails label span {
    color: red
}

.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketHead {
    border-bottom: 1px solid #c7c5c5
}

.ticketBoxs.ticketAttendBos .ticketBox.attendee .ticketHead {
    border-bottom: none
}

.ticketBoxs.ticketAttendBos .ticketBox.attendee .ticketBody:after,
.ticketBoxs.ticketAttendBos .ticketBox.attendee .ticketBody:before,
.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketBody:after,
.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketBody:before {
    display: none
}

.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketBody .ticketCon ul li {
    display: block;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketBody .ticketCon ul li:last-child {
    border-color: #b1b1b1!important;
    padding-top: 10px
}

.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketBody .ticketCon ul li b,
.ticketBoxs.ticketAttendBos .ticketBox.summary .ticketBody .ticketCon ul li span {
    font-size: 20px
}

.shareSocial .shareFils {
    width: 500px;
    right: 0;
    z-index: 99
}

.categories .categoryList ul li {
    list-style: none
}

.categories .categoryList ul li a:hover,
.categories .categoryList ul>li.active>a {
    background: #dedede
}

.categories .categoryList ul li a:hover i,
.categories .categoryList ul>li.active>a>span>i {
    color: gray
}

.categories .categoryList ul li a {
    display: flex;
    font-weight: 500;
    color: #000;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid gray
}

.categories .categoryList ul li:first-child {
    border-top: 1px solid gray
}

.categories .categoryList ul li:last-child {
    border-bottom: 0
}

.categories .categoryList ul li a small {
    width: 50px;
    height: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    background: #00b0ef;
    border-radius: 20px
}

.categories .categoryList ul li a i {
    color: #b3b3b3
}

.categories .categoryList ul>li>ul>li:first-child {
    border-top: 0
}

.categories .categoryList ul>li>ul>li>a {
    padding: 5px 0;
    padding-left: 20px
}

.categories .categoryList ul>li>ul>li>a>span {
    font-size: 15px
}

.categories .categoryList ul>li>ul>li>a>small {
    width: 35px;
    height: 25px;
    line-height: 25px
}

#loginformPBtn .modal-header button.close span {
    font-size: 30px
}

#loginformPBtn .modal-header button.close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0!important;
    border-radius: 50%;
    background-color: #00b0ef!important;
    z-index: 999;
    font-weight: 100;
    text-shadow: none
}

#loginformPBtn .formBody .input-group .input-group-prepend {
    margin-right: 0
}

#loginformPBtn .formBody .input-group .input-group-text {
    background-color: #0781ad;
    color: #fff;
    border: 0
}

#loginformPBtn .formBody .input-group input[type=password],
#loginformPBtn .formBody .input-group input[type=text] {
    background-color: #efefef;
    border: 0
}

#loginformPBtn .formBody a.forgetpasw {
    font-size: 20px;
    color: #5ba2bb
}

.newsLinst .autherBox .autherDet>img {
    flex: 0 0 30%;
    max-width: 30%;
    /*height: 300px;*/
    padding: 10px;
    border: 3px solid #00b0ef
}

.newsLinst .autherBox .autherDet>p {
    flex: 0 0 70%;
    max-width: 70%;
    font-size: 25px
}

.loderBody {
    background: rgba(0, 0, 0, .9);
    z-index: 999;
    top: 0;
    transform: all .5s ease
}

.loderBody.hiddd {
    opacity: 0;
    visibility: hidden
}

.scoInfoBody .scoInfoCon {
    top: 100%;
    right: 0;
    width: 600px;
    z-index: 2
}

.scoInfoBody>span {
    cursor: pointer
}

.tagBody label {
    font-size: 15px;
    padding: 2px 10px;
    background: #f5f5f5!important;
    color: #000;
    font-weight: 100
}

.tagBody label:hover {
    color: #000!important
}

.ribbon-2 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon-2 span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: linear- gradient(#f90 0, #ecb35c 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon-2.ribbon_sponsored.green span {
    background: linear-gradient(#03ab46 0, #009026 100%)
}

.ribbon-2.ribbon_sponsored.golden span {
    background: linear-gradient(#ffbf00 0, #ffbf00 100%)
}

.ribbon-2.ribbon_sponsored.orange span {
    background: linear-gradient(#f49435 0, #f49435 100%)
}

.ribbon-2 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ecb35c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ecb35c
}

.ribbon_sponsored span::before {
    border-left: 3px solid #581845;
    border-top: 3px solid #581845
}

.ribbon-2 span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #00902c;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #055800
}

.ribbon_sponsored span::after {
    border-right: 3px solid #581845;
    border-top: 3px solid #581845
}

.archiveBox .archiveImg {
    background-size: cover;
    background-position: center center;
    min-height: 300px
}

.archiveBox .tags {
    font-style: italic
}

.archiveBox .tags span.archiveCat {
    font-size: inherit
}

.socialTabs {
    background: #fff;
    margin-bottom: 2px
}

.socialTabs .card {
    border: none
}

.socialTabs ul li {
    margin-right: 10px
}

.socialTabs ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 50%!important;
    background: 0 0;
    border: 1px solid #b3b3b3;
    color: #000;
    text-align: center
}

.socialTabs ul li a:hover {
    color: #fff!important
}

.socialTabs .card input[type=text] {
    height: 45px
}

.leftSec .body span {
    display: contents
}

.leftSec .body span.socials {
    display: block
}

.socialTabs .tab-content .tab-pane {
    display: block
}

.socialTabs .tab-content .tab-pane:not(:nth-child(1)) {
    display: none
}

.socialTabs ul li:nth-child(1) a.active {
    background: #3b5999
}

.socialTabs ul li:nth-child(1):hover a {
    background: #3b5999
}

.socialTabs ul li:nth-child(2) a.active {
    background: #55acee
}

.socialTabs ul li:nth-child(2):hover a {
    background: #55acee
}

.socialTabs ul li:nth-child(3) a.active {
    background: #0077b5
}

.socialTabs ul li:nth-child(3):hover a {
    background: #0077b5
}

.socialTabs ul li:nth-child(4) a.active {
    background: #55acee
}

.socialTabs ul li:nth-child(4):hover a {
    background: #55acee
}

.socialTabs ul li:nth-child(5) a.active {
    background: #4c75a3
}

.socialTabs ul li:nth-child(5):hover a {
    background: #4c75a3
}

.socialTabs .card button {
    background: #1d043a;
    color: #fff;
    font-size: 20px;
    border-color: #1d043a
}

.contactSec .contactBox {
    width: 500px;
    border-radius: 1rem;
    padding: 2.5rem
}

.contactSec .contactBox button,
.contactSec .contactBox input {
    height: 50px
}

.contactSec .contactBox input,
.contactSec .contactBox textarea {
    background: #f7f7f7;
    border: 0
}

#video_search a.box {
    position: relative;
    overflow: hidden
}

#video_search a.box .default {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease
}

#video_search a.box .default:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

#video_search a.box .default h6.title {
    position: absolute;
    bottom: 5px;
    left: 20px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    height: 50px
}

#video_search a.box .default span.vcount {
    position: absolute;
    padding: 5px 20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1
}

#video_search a.box .overplay {
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    transition: all .5s ease;
    background: rgba(0, 0, 0, .5)
}

#video_search a.box .overplay>span {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 5px 0px;
    text-align: center;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 120px;
    background: #00b0ef
}

#video_search a.box:hover .default {
    left: -100%
}

#video_search a.box:hover .overplay {
    right: 0
}

.single_videos a.box .img {
    overflow: hidden;
    position: relative
}

.single_videos a.box .img .overplay {
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    transition: all .5s ease;
    background: rgba(0, 0, 0, .8);
    opacity: 0
}

.single_videos a.box .img .overplay>i {
    position: absolute;
    left: -30px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 176, 239, .9)
}

.single_videos a.box .img:hover .overplay {
    right: 0;
    opacity: 1
}

.footer {
    padding: 50px 20px 0;
    background: #0f1720;
    color: #68757b;
    font-size: 18px
}

.footer h3 {
    color: #07c7f5;
    font-size: 20px
}

.footer .footeBox.info p {
    font-size: 25px
}

.footer .footeBox.info a {
    color: #07c7f5
}

.footer .footeBox.currencyicon ul li {
    font-size: 13px
}

.footer .footeBox ul li {
    list-style: none;
    margin-bottom: 5px;
    word-wrap: break-word
}

.footer .footeBox ul li a {
    display: inline-block;
    color: #68757b;
    font-size: 25px
}

.footer .footeBox ul li a:hover {
    color: #07c7f5;
    text-decoration: none
}

.footer .footerSocial a {
    display: inline-block;
    color: #000;
    transition: all .5s ease;
    margin: 5px 2px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #4b575c
}

.footer .footerSocial a:hover {
    color: #000!important;
    box-shadow: 5px 5px 10px 0 #000;
    background: #07c7f5
}

.footer .subscribe input {
    border-radius: 0;
    background: #4c585d;
    height: 40px;
    color: #a3b2b9;
    padding: 10px 20px
}

.footer .subscribe input::placeholder {
    color: #a3b2b9
}

.footer .subscribe button {
    background: #07c7f5;
    height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    padding: 0 30px;
    border: none
}

.youtubVideo > div { 

    background: #000000;
 }
 
.youtubVideo > div b{

    font-size: 14px;
} 

 .youtubVideo > div > a:hover { 

    color: #ffffff!important;
 }

.rocketScroll {
    overflow: hidden!important;
    position: relative
}

.rocketScroll .scrollDiv {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%
}

.rocketScroll .scrollContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rocketScroll .scrollbar {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    width: 6px;
    transition: background-color .5s
}

.rocketScroll .scrollbar:hover {
    cursor: pointer
}

.rocketScroll .scrollbar:hover div:hover {
    background: #777;
    background: rgba(0, 0, 0, .55)
}

.rocketScroll .scrollbar,
.rocketScroll .scrollbar div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rocketScroll .scrollbar div {
    height: 100px;
    width: 6px;
    background: 0 0;
    transition: background-color .5s
}

.rocketScroll:hover .scrollbar {
    background: #ddd;
    background: #1d043a
}

.rocketScroll:hover .scrollbar div {
    background: #aaa;
    background: #00b0ef
}

.rocketScroll .unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.authorSec .box .socials a {
    margin: 10px
}

.authorSec .box .authorImg {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin: auto
}

.authorSec .box .commentsBox {
    left: 30px
}

.authorSec .box .Rposition {
    right: 30px
}

.authorSec .box .Rposition .rank,
.authorSec .box .commentsBox .comment,
.authorSec .box .commentsBox .share {
    padding: 5px 15px;
    border-radius: 20px
}


.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li {
    height: 91.7px;
    background: #fff
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li:hover {
    background: #f5f5f5!important;
    color: #000!important;
    /*box-shadow: 0 5px 10px 0 #d6d6d6;
    z-index: 1*/
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a:hover {
    color: #000!important
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a img {
    margin-right: 10px
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a span {
    font-size: 20px;
    /*font-weight: 700*/
}

.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a {
    margin: 0;
    display: flex!important;
    position: relative;
    color: #fff;
    /*font-weight: 700;*/
    align-items: center;
    padding: 0px 20px
}

.error404 {
    height: calc(100vh - 187px);
    background-image: url('../images/404back.jpg');
}

.error404 img {
    left: 100px;
    width: 300px;
}

.error404 h2 {
    color: white;
    font-size: 5rem;
}

.error404 h1 {
    font-size: 15rem;
    color: transparent;
    text-shadow: -4px -2px #1b25b1;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-color: white;
}

#scoInfo .authorImg {

    background-size: cover;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.subscribeAlertBox {

    min-height: 500px;
}

.telegramIcon,
.Toparrow {
    opacity: 0.5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff!important;
    font-size: 25px;
    background: #01a7e3;
    right: 20px;
    bottom:130px;
    z-index: 999;
    display: none;
}

.telegramIcon:hover,
.Toparrow:hover { color: #ffffff!important; opacity: 1; }

.telegramIcon { 
    opacity: 1;
    display: block;
 }

.error_404 {
    height: 100vh;
    background: #01b0ef;
}

.error_404 h1 { font-size: 5rem; font-weight: 700; }

.error_404 .right { text-align: center; }

.error_404 .errorBox {
    box-shadow: -50px 40px 0px rgba(0,0,0,0.1);
}

.error_404 a {
    font-weight: 700;
}

.subscribeSec { background: #000; }
.subscribeSec .subscribe input { height: 50px; }
.subscribeSec .subscribe button { background: #07c7d9; }

.subFooter { border-top: 1px solid #23282d; }
.subFooter p { font-size: 15px; }

.beginnerGuide ul li { line-height: 35px; display: block; }
.beginnerGuide ul li a { color: black; }



@media screen and (min-width:1601px) and (max-width:1750px) {
    .topHeader .menuBar ul li a,
    .topHeader .topMenuSec .accountDet ul li a.account,
    .topHeader .topMenuSec .topBar .vCouting ul li {
        font-size: 16px
    }
    .newsArear .newsBox .newsHead h1,
    .newsArear .newsBox .newsHead span,
    .newsArear .slideBanner .imgsliBoxBody .slideBannerHead span {
        font-size: 20px
    }
}

@media screen and (max-width:1600px) {

    .newsArear .slideBanner .imgSlideBox .imgBox a img {
        height: 128px
    }
    .prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li {
        height: 60.7px;
        line-height: 60.7px;
    }
    .prenDataArear .prenDBox .prenDItems.technicalIndicator .prenDBody img {
        height: 353px
    }
    
    .topHeader .topMenuSec .accountDet ul li {
        margin: 0 5px
    }
    .topHeader .menuBar ul li a {
        font-size: 14px
    }
    .topHeader .topMenuSec .accountDet ul li a.account,
    .topHeader .topMenuSec .topBar .vCouting ul li,
    .topHeader .topMenuSec .topBar .vCouting ul li span {
        font-size: 14px
    }
    .topHeader .topMenuSec .topBar .vCouting ul li>b,
    .topHeader .topMenuSec .topBar .vCouting ul li {
        font-size: 15px;
    }
    .airDropServices .airDropSerBox .airDropSeHead span,
    .corServices .corSerBox .corSeHead span,
    .newsArear .newsBox .newsHead h1,
    .newsArear .newsBox .newsHead span,
    .newsArear .slideBanner .imgsliBoxBody .slideBannerHead span,
    .prenDItems .prenDHead h1,
    .prenDBox .prenDHead span {
        font-size: 18px
    }
    .prenDBox .prenDHead h1,
    .prenDBox .prenDHead span {
        font-size: 20px
    }

    .ICODetails .newsBox .newsLinst ul>li>a>span>p>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .newsBox .newsLinst ul>li>a>span>p>small,
    .latestNews .newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p>small,
    .newsArear .newsBox .newsLinst ul>li>a>span>p,
    .newsDetail .newsBox .newsLinst ul>li>a>span>p {
        font-size: 16px;
        align-items: flex-start
    }

    .newsArear .newsBox .newsLinst ul li span small {
        font-size: 16px
    }

    .newsArear .newsBox .newsLinst ul li span small,
    .newsArear .slideBanner .imgSlideBox .imgBox a div, 
    .newsArear .slideBanner .imgSlideBox .imgBox a span {
        font-size: 15px
    }
    
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 small,
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li span {
        font-size: 20px
    }
    .prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li span {
        font-size: 18px
    }
    .corServices .corSerBox ul li a .serImg {
        width: 80px;
        height: 80px;
        max-width: 80px;
        flex: 0 0 80px
    }
    .airDropServices .airDropSerBox ul li a p,
    .airDropServices .airDropSerBox ul li a p span,
    .corServices .corSerBox ul li a p,
    .corServices .corSerBox ul li a p span {
        font-size: 16px;
        line-height: 22px
    }
    .airDropServices .airDropSerBox ul li a,
    .corServices .corSerBox ul li a {
        padding: 10px
    }
    .footer .footeBox ul li a,
    .footer .footeBox.currencyicon ul li,
    .footer .footeBox.info p {
        font-size: 13px
    }
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li {
        height: 73px;
        line-height: 73px
    }
}

@media screen and (min-width:1449px) and (max-width:1600px) {
    .topHeader .menuBar ul li a,
    .topHeader .topMenuSec .accountDet ul li a.account,
    .topHeader .topMenuSec .topBar .vCouting ul li,
    .topHeader .topMenuSec .topBar .vCouting ul li span {
        font-size: 15px
    }
    .newsArear .newsBox .newsLinst ul li img {
        width: 100px;
        height: 66px
    }
}

@media screen and (max-width:1440px) {
    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li {

        line-height: 92px;
        height: 92px;
    }

    .airDropServices .airDropSerBox ul li a .serImg,
    .corServices .corSerBox ul li a .serImg {

        width: 80px;
        height: 80px;
        max-width: 80px;
        flex: 0 0 80px;

    }

    .topHeader .menuBar ul li a { 

        padding: 0 10px!important;
     }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .newsArear .slideBanner .imgSlideBox .imgBox a img {
        height: 115px
    }
    .newsArear .newsBox .newsLinst ul>li>a>span>p {
        font-size: 15px
    }
    .newsArear .newsBox .newsLinst ul li img {
        height: 62px;
        width: 100px
    }
    .newsArear .newsBox .newsLinst ul li span {
        line-height: 20px
    }
    .newsArear .newsBox .newsLinst ul li span small,
    .newsArear .slideBanner .imgSlideBox .imgBox a div,
    .newsArear .slideBanner .imgSlideBox .imgBox a span {
        font-size: 13px
    }
    .newsArear .slideBanner .imgSlideBox .imgBox a div, 
    .newsArear .slideBanner .imgSlideBox .imgBox a span {
        /*height: 50px;*/
        padding: 7px;
        line-height: 16px
    }
}

@media screen and (max-width:1300px) {
    .topHeader .topMenuSec .accountDet ul li a.account,
    .topHeader .topMenuSec .topBar .vCouting ul li,
    .topHeader .topMenuSec .topBar .vCouting ul li span {
        font-size: 12px
    }
    .topHeader .menuBar ul li a {
        padding: 0 12px!important;
        font-size: 12px
    }
    .airDropServices .airDropSerBox .airDropSeHead span,
    .corServices .corSerBox .corSeHead span,
    .newsArear .newsBox .newsHead h1,
    .newsArear .newsBox .newsHead span,
    .newsArear .slideBanner .imgsliBoxBody .slideBannerHead span,
    .prenDBox .prenDHead span {
        font-size: 15px
    }
    .airDropServices .airDropSerBox .airDropSeHead i.toggleBtn,
    .corServices .corSerBox .corSeHead i.toggleBtn,
    .newsArear .newsBox .newsHead i.toggleBtn,
    .newsArear .slideBanner .imgsliBoxBody .slideBannerHead i.toggleBtn,
    .prenDBox .prenDHead i.toggleBtn {
        top: 3px
    }
    .airDropServices .airDropSerBox .owl-nav,
    .corServices .corSerBox .owl-nav,
    .prenDataArear .prenDBox .prenDItems .owl-nav {
        top: -32px
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1300px
    }
}

@media screen and (max-width:1199px) {
    .topHeader {
        flex-direction: column
    }
    .topHeader .logoIcon {
        display: none
    }
    .topHeader .topMenuSec {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 small,
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li span,
    .prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li span {
        font-size: 20px
    }
    .corServices .corSerBox.stos ul:after {
        content: "";
        display: block;
        clear: both
    }
   
    .corServices .corSerBox.stos ul li a {
        padding: 10px
    }
    .pright-0 {
        padding-right: 0
    }
    .pleft-0 {
        padding-left: 0
    }
    .newsDetail .newsD.leftSec .body .newDImgBox img {
        height: 300px
    }
}


@media screen and (min-width:992px) and (max-width:1200px) {


    .prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li h2 small {

        font-size: 15px;
    }

    .error404 img {
        left: 25px;
        width: 200px;
        top: 25px;
    }

    .error404 h1 {

        font-size: 10rem;
    }

    .error404 h2 {

        font-size: 3rem;
    }


    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a img {

        width: 40px;
        height: 40px;
    }

    /*.prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li {

        padding: 31.4px 0;
    }*/

    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a span {

        font-size: 15px;
    }

    .prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li a span
    {
        font-size: 17px;
    }

    .feeds .newsBox .newsLinst ul li img,
    .latestNews .newsBox .newsLinst ul li img,
    .newsArear .newsBox .newsLinst ul li img {
        width: 110px;
        height: 70px
    }
    .topHeader .menuBar ul li a,
    .topHeader .topMenuSec .accountDet ul li a.account,
    .topHeader .topMenuSec .topBar .vCouting ul li,
    .topHeader .topMenuSec .topBar .vCouting ul li span {
        font-size: 10px
    }
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li {
        height: 50px;
        line-height: 50px;
    }
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 {
        font-size: 20px
    }
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 small,
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li span,
    .prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li span {
        font-size: 15px
    }
    .prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li a {
        font-size: 17px
    }
    .prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li {
        height: 41.5px;
        line-height: 41.5px
    }
    .prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li h5 {
        font-size: 18px
    }
    .prenDataArear .prenDBox .prenDItems.technicalIndicator .prenDBody img {
        height: 253px
    }
    .ICODetails .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICODetails .newsBox .newsLinst ul>li>a>span>p>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .rightSec.newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p>small,
    .newsArear .newsBox .newsLinst ul>li>a>span>p,
    .newsDetail .newsBox .newsLinst ul>li>a>span>p {
        font-size: 16px;
        align-items: flex-start
    }
}

@media screen and (max-width:1024px){

    #scoInfo .authorImg {

        width: 120px;
        height: 120px;
    }

    .newsLinst .autherBox .autherDet>img {

        /*height: 180px;*/
        padding: 5px;
    }

    .ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>a,
    .whitepapers .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>p.title{

        font-size: 15px;
    }

    .ICODetails .leftSec .ICOListSec .icoBox p,
    .ICOLists .leftSec .ICOListSec .icoBox p {

        font-size: 13px;
    }

    .ICODetails .leftSec .ICOListSec .icoBox .reviewIcons i,
    .ICOLists .leftSec .ICOListSec .icoBox .reviewIcons i {

        font-size: 12px;
    }

    #video_search a.box .overplay>span {

        width: 90px;
    }

    #video_search a.box .default h6.title {

        font-size: 14px;
        bottom: 0;
        height: 35px;
        line-height: 18px;
    }

    .feeds.whaleAlert .newsBox.leftSec .newsLinst ul li h6 {

        font-size: 15px;
    }

    .newsDetail .newsD.leftSec .body .relatedNews a b {

        font-size: 12px;
    }

    .newsDetail .newsD.leftSec .body .relatedNews a {

        line-height: 16px;
    }


    .youtubVideo a,
    .youtubVideo b { 
        font-size: 10px;
    }

    .youtubVideo iframe {

        height: 135px;
    }

    .newsArear .newsBox .newsLinst ul.brackingNews li a div p{

        font-weight: 500;
        font-size: 15px;
    }

    .newsArear .newsBox .newsLinst ul.brackingNews li a div img.tackimg,
    .newsArear .newsBox .newsLinst ul.brackingNews li a span img.tackimg {
        
        width: 30px;
        
    }

    .newsArear .newsBox .newsLinst ul li span small,
    .newsArear .slideBanner .imgSlideBox .imgBox a div, 
    .newsArear .slideBanner .imgSlideBox .imgBox a span {
        font-size: 13px
    }

    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li {

        height: 63px;
        line-height: 63px;
    }

    .airDropServices .airDropSerBox.Bounty ul li,
    .airDropServices .airDropSerBox.airDrop ul li,
    .airDropServices .airDropSerBox>ul>li, 
    .corServices .corSerBox.icos ul li,
    .corServices .corSerBox.ieos ul li,
    .corServices .corSerBox.stos ul li {
        margin-bottom: 0px;
        width: 50%;
        float: left;
    }

    .sellBaBox2 .item img {

        height: 145px;
    }

    .latestNews .newsBox.leftSec .newsLinst ul li img {

        height: 80px;
    } 

    .feeds .rightSec.newsBox .newsLinst ul li a,
    .feeds .newsBox.rightSec .newsLinst ul li a img,
    .newsDetail .newsBox.rightSec .newsLinst ul li a,
    .latestNews .newsBox.rightSec .newsLinst ul li a {

        flex-direction: column;
    }

    .feeds .newsBox.rightSec .newsLinst ul li a div,
    .newsDetail .newsBox.rightSec .newsLinst ul li a div,
    .latestNews .newsBox.rightSec .newsLinst ul li a div {

        padding-left: 0;
        margin-top: 10px;
    }

    .feeds .newsBox.rightSec .newsLinst ul li a div p,
    .newsDetail .newsBox.rightSec .newsLinst ul li a div p,
    .latestNews .newsBox.rightSec .newsLinst ul li a div p {

        font-size: 14px;
    }

    .feeds .newsBox.rightSec .newsLinst ul li a img,
    .newsDetail .newsBox.rightSec .newsLinst ul li a img,
    .latestNews .newsBox.rightSec .newsLinst ul li a img {

        height: 130px;
        width: 100%;
    }

    .latestNews .newsBox .newsLinst ul li iframe {

        margin:0!important;
    }


}

@media screen and (max-width:992px) {

    .topHeader .menuBar .navbar-collapse {
        margin-top: 10px;
        background: #01b0ef
    }
    .topHeader .menuBar ul li a {
        padding: 10px!important;
        font-size: 15px
    }
    .newsArear .slideBanner .imgSlideBox .imgBox a img {
        height: 200px
    }
    .newsArear .slideBanner .imgSlideBox:not(:first-child) {
        display: none
    }
    .newsArear .slideBanner #slideBa3 .imgSlideBox:first-child {
        margin-bottom: 0!important
    }
    .newsArear .slideBanner .imgSlideBox .imgBox a div, 
    .newsArear .slideBanner .imgSlideBox .imgBox a span {
        height: auto
    }
    .topHeader .topMenuSec .topBar .vCouting {
        display: none
    }
    .topHeader .menuBar {
        padding: 5px 10px;
        height: auto;
        line-height: normal
    }
    .topHeader .logoIcon img {
        height: auto
    }
    .topHeader .logoIcon a {
        background: #051725
    }
    .topHeader .menuBar .vCouting {
        flex-basis: 80%;
        max-width: 80%;
        display: block
    }
    .topHeader .menuBar .vCouting ul li,
    .topHeader .menuBar .vCouting ul li span {
        display: inline-block;
        font-size: 13px;
        color: #fff
    }
    .topHeader .menuBar .vCouting ul li {
        margin-right: 8px
    }
    
    .ICODetails .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICODetails .newsBox .newsLinst ul>li>a>span>p>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .rightSec.newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p>small,
    .newsArear .newsBox .newsLinst ul>li>a>span>p,
    .newsDetail .newsBox .newsLinst ul>li>a>span>p {
        font-size: 16px
    }
    .newsArear .newsBox .newsLinst ul li div b {
        line-height: 15px
    }
    .airDropServices .airDropSerBox>ul>li a p,
    .airDropServices .airDropSerBox>ul>li a p span,
    .corServices .corSerBox ul li a p,
    .corServices .corSerBox ul li a p span {
        font-size: 16px;
        line-height: 20px
    }
    .topHeader .logoIcon {
        display: none
    }
    .topHeader .menuBar ul li.dropdown .subMenu {
        background: #130327;
        position: static
    }
    .topHeader .menuBar ul>li.dropdown>.subMenu>ul>li.dropdown>.subMenu.dubhight {
        background: #000
    }
    .topHeader .menuBar .secMenu>ul.navbar-nav li,
    .topHeader .menuBar ul li.dropdown .subMenu ul li,
    .topHeader .menuBar ul li.dropdown .subMenu ul li a {
        display: block
    }
    .topHeader .menuBar .secMenu {
        height: auto;
        width: auto
    }
    .topHeader .menuBar .secMenu>ul.navbar-nav {
        position: static;
        display: block;
        background: 0 0
    }
    .topHeader .menuBar .secMenu>i {
        display: none
    }
}

@media screen and (max-width:768px) {

    #scoInfo .authorImg {

        width: 90px;
        height: 90px;
    }

    .ICODetails .leftSec .videoSec .head .socials a,
    .ICODetails .leftSec .ICOListSec .icoBox .icoBoxCon .socials a,
    .ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon .socials a,
    .feeds .newsBox .newsLinst ul li .rightSec .socilaDbtn span.socials a,
    .newsDetail .newsD.leftSec .body .socials a {

        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 8px;
    }

    .ICODetails .leftSec .ICOListSec .icoBox .reviewIcons i,
    .ICOLists .leftSec .ICOListSec .icoBox .reviewIcons i {

        font-size: 12px;
    }

    .ICOLists .leftSec .ICOListSec.loomDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.iostDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.waxDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.icxDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.neoDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.tronDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.eosDapps .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.ethDapps .icoBox .reviewIcons {

        top: 35px;
        right: 15px;
        bottom: inherit;
        left: inherit;
    }

    .ICOLists .leftSec .ICOListSec.blockchainC .icoBox .reviewIcons {

        display: none;

    }

    .ICOLists .leftSec .ICOListSec .icoBox .reviewIcons {

        bottom: 15px;
        right: 15px;
    }

    .ICOLists .leftSec .ICOListSec .icoBox .icoBoxImg
    {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .ICOLists .rightSec .icoList a.icoliBtn {

        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

.leftSec .newsHead .leftSec .tropdown span {
    font-size: 16px;
}

.leftSec .newsHead .leftSec .tropdown h1 {
    font-size: 16px;
}

.rightSec .newsHead .leftSec .tropdown span {
    font-size: 16px;
}

    

    .ICOLists .rightSec .newsBox .newsLinst ul li a,
    .ICODetails .rightSec .newsBox .newsLinst ul li a,
    .latestNews .newsBox .newsLinst ul li a,
    .newsDetail .newsBox .newsLinst ul li a {
        flex-direction: column
    }

    .newsDetail .newsD.leftSec .body .posterDetails small {

        font-size: 12px;
    }

    .newsDetail .newsD.leftSec .body .relatedNews img {

        height: 250px;
    }

    .socialTabs ul li a {

        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .newsDetail .leftSec .body .autherDet b {

        font-size: 14px;
    }

    /*.newsDetail .leftSec .body b {

        font-size: 16px;
    }*/

    .newsDetail .newsD.leftSec .relatedNews h4,
    .newsDetail .newsD.leftSec .commentSec h4,
    .newsDetail .newsD.leftSec .body .autherBox h5,
    .newsDetail h2 {

        font-size: 16px;
    }

    .newsDetail .leftSec .body span {

        font-size: 13px;
    }

    .leftSec .body p, .leftSec .body span {

        font-size: 13px;
    }

    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6,
    .newsDetail .newsBox .newsLinst ul li div h6,
    .latestNews .newsBox.rightSec .newsLinst ul li div h6 {

        font-size: 12px; 
    }
    .newsDetail .newsBox .newsLinst ul li div small,
    .latestNews .newsBox.rightSec .newsLinst ul li div small {

        font-size: 10px; 
    }

    .newsArear .newsBox .newsLinst ul.brackingNews li {

        height: auto;
    }

    .feeds .newsBox.rightSec .newsLinst ul li a img,
    .latestNews .newsBox.rightSec .newsLinst ul li a img,
    .newsDetail .newsBox.rightSec .newsLinst ul li a img {
        height: 100px
    }

    .airDropServices .airDropSerBox .owl-nav,
    .corServices .corSerBox .owl-nav,
    .prenDataArear .prenDBox .prenDItems .owl-nav {
        top: -32px;
    }

    .error404 img {
        left: 25px;
        width: 150px;
        top: 25px;
    }

    .error404 h1 {

        font-size: 10rem;
    }

    .error404 h2 {

        font-size: 3rem;
    }
    .newsArear .slideBanner .imgSlideBox .imgBox a img {
        height: 180px
    }
    .newsArear .newsBox .newsLinst {
        /*height: 500px*/
        height: auto;
    }
    .prenDataArear .prenDBox .prenDItems.technicalIndicator .prenDBody img {
        height: 450px
    }
    ,
    .airDropServices .airDropSerBox>ul:after {
        content: "";
        display: block;
        clear: both
    }
    .corServices .corSerBox ul:after {
        content: "";
        display: block;
        clear: both
    }

    
    .corServices .corSerBox ul li a .serImg {
        width: 60px;
        height: 60px;
        max-width: 60px;
        flex: 0 0 60px
    }
    .corServices .corSerBox ul li a p,
    .corServices .corSerBox ul li a p span {
        font-size: 13px;
        line-height: 15px
    }
    .corServices .corSerBox ul li a {
        padding: 10px
    }
    

    .airDropServices .airDropSerBox>ul>li a {
        border: 0
    }
    .airDropServices .airDropSerBox>ul>li a img {
        width: 70px;
        height: 70px
    }
    .airDropServices .airDropSerBox>ul>li a p,
    .airDropServices .airDropSerBox>ul>li a p span {
        font-size: 13px;
        line-height: normal
    }
    .sellBaBox {
        width: 100%
    }

    .googleAdds .add a img {
        width: 100%
    }
    .pright-0 {
        padding-right: 15px
    }
    .pleft-0 {
        padding-left: 15px
    }
    .googleAdds {
        display: none
    }
    .newsDetail .newsD.leftSec .body .newDImgBox img {
        height: 200px
    }
    .ICODetails .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>a,
    .ICOLists .leftSec .ICOListSec .icoBox .icoBoxCon .iconBoxHead>a {
        font-size: 15px
    }

    .prenDataArear .prenDBox .prenDItems.cryptoSocial .prenDBody ul li a span,
    .prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li a,
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li h2 {

        font-size: 20px;
    }


    .newsArear .newsBox .newsLinst ul li span small,
    .newsArear .slideBanner .imgSlideBox .imgBox a div, 
    .newsArear .slideBanner .imgSlideBox .imgBox a span {
        font-size: 12px;
    }

    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li {

        height: 91.5px;
        line-height: 91.5px;
    }

    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a span {
        font-size: 20px;
    }

    .prenDataArear .prenDBox .prenDItems.cryptoExchange .prenDBody ul li span,
    .prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li span,
    .prenDataArear .prenDBox .prenDItems.cryptoCurrency .prenDBody ul li h2 small,
    .newsArear .newsBox .newsLinst ul.brackingNews li a div b,
    .newsArear .newsBox .newsLinst ul.brackingNews li a span b {
        font-size: 15px;
    }


     .latestNews .newsBox.leftSec .newsLinst ul li img {
        width: 100%;
        height: auto
    }


    .ICODetails .rightSec .newsBox .newsLinst ul li a div,
    .ICOLists .rightSec .newsBox .newsLinst ul li a div,
    .feeds .rightSec.newsBox .newsLinst ul li span,
    .latestNews .newsBox .newsLinst ul li div,
    .latestNews .newsBox .newsLinst ul li span,
    .newsDetail .newsBox .newsLinst ul li div,
    .newsDetail .newsBox .newsLinst ul li span {

        padding-left: 0;
        margin-top: 10px
    }


    
}


@media screen and (max-width:425px) {

    #scoInfo .authorImg {

        width: 200px;
        height: 200px;
    }

    .Toparrow { 

        bottom: 60px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;

     }

    .error_404 .errorBox {
        box-shadow: -20px 20px 0px rgba(0,0,0,0.1);
        margin: 3rem;
    }

    .error_404 h1 { font-size:3rem; }
    .error_404 img { width: 200px; }

    .newsDetail .newsD.leftSec .body .relatedNews img {

        height: 170px;
    }

    .newsLinst .autherBox .autherDet>img {

        flex: 0 0 70%;
        max-width: 70%;
        padding: 5px;
    }

    .leftSec .body .socials span a {

        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .leftSec .body .bodyCon blockquote {

        padding: 20px;
    }

    .leftSec .body b, .leftSec .body h2, .leftSec .body h3, .leftSec .body h4 {

        font-size: 20px;
    }

    .leftSec .body .polularIcoSec .polularIcoBox img {

        height: auto;
    }

    .feeds.whaleAlert .newsBox.leftSec .newsLinst ul li h6 {

        font-size: 12px;
    }

    .sellBaBox2 .item img {

        height: 205px;
    }

    .feeds .newsBox.rightSec .newsLinst ul li a img,
    .latestNews .newsBox.rightSec .newsLinst ul li a img,
    .newsDetail .newsBox.rightSec .newsLinst ul li a img {

        width: 80px;
        height: 55px;
    }

    .error404 img {
    
    width: 100px;
   
    }

    .leftSec .body a.airdBtn,
    .leftSec .body a.dappBtn {
        width: 100%;
        padding: 8px 20px;
        text-transform: capitalize;
    }

    .leftSec .body .projeTeBox p {
        text-align: left
    }

    /*.leftSec .body h2,
    .leftSec .body h3,
    .leftSec .body h4,
    .leftSec .body h5,
    .leftSec .body h6 {
        font-size: 25px;
        font-weight: 500
    }*/

    .ICOLists .leftSec .newsHead .leftSec .search .searchBox.active,
    .feeds .newsBox.leftSec .newsHead .leftSec .search .searchBox.active,
    .latestNews .newsBox.leftSec .newsHead .leftSec .search .searchBox.active {
        width: 200px
    }
    .feeds .newsBox .newsLinst ul>li>.rightSec>p>span i,
    .newsArear .newsBox .newsLinst ul>li>a>span>p>small i {
        font-size: 12px
    }
    .topHeader .menuBar .vCouting ul li,
    .topHeader .menuBar .vCouting ul li span {
        font-size: 10px
    }
    .newsArear .newsBox .newsLinst ul li img {
        width: 80px;
        height: 52px
    }
    .newsArear .newsBox .newsLinst ul li span {
        line-height: 10px
    }
    .newsArear .newsBox .newsLinst ul li span small {
        font-size: 12px
    }

    .leftSec .body table tr th,
    .leftSec .body table tr td,
    .ICODetails .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICODetails .rightSec .newsBox .newsLinst ul>li>a>span>p,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>div>h6>small,
    .ICOLists .rightSec .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .newsBox .newsLinst ul>li>a>span>p>small,
    .feeds .rightSec.newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p,
    .latestNews .newsBox .newsLinst ul>li>a>span>p>small,
    .newsArear .newsBox .newsLinst ul>li>a>span>p,
    .newsDetail .newsBox .newsLinst ul>li>a>span>p {

        font-size: 13px;
    }
    .newsArear .newsBox .newsLinst ul li div b {
        line-height: 14px
    }
    .topHeader .topMenuSec .topBar a.topLogo img {
        width: 150px
    }
    .vCouting ul {
        line-height: 13px
    }
    .newsArear .slideBanner .imgSlideBox .imgBox a img {
        height: 230px
    }
    .shortexAdd {
        width: 100%
    }
    .airDropServices .airDropSerBox.Bounty ul li,
    .airDropServices .airDropSerBox.airDrop ul li,
    .airDropServices .airDropSerBox>ul>li, 
    .corServices .corSerBox.icos ul li,
    .corServices .corSerBox.ieos ul li,
    .corServices .corSerBox.stos ul li {
        margin-bottom: 0px;
        width: 100%;
        float: none;
    }

    /*.feeds .newsBox .newsLinst ul li>div:first-child {
        flex: 0 0 30%;
        max-width: 30%
    }*/
   /* .feeds .newsBox .newsLinst ul li .rightSec {
        flex: 0 0 70%;
        max-width: 70%
    }*/

    .ICODetails .leftSec .ICOListSec .icoBox .icoBoxImg img,
    .ICOLists .leftSec .ICOListSec .icoBox .icoBoxImg img,
    .leftSec .body .projectTeams .projeTeBox .proTeImg img {
        width: 80px!important;
        height: 80px;
        flex: 0 0 80px;
    }

    .ICOLists .leftSec .newsHead .leftSec .tropdown,
    .feeds .newsBox.leftSec .newsHead .leftSec .tropdown,
    .latestNews .newsBox.leftSec .newsHead .leftSec .tropdown {
        position: static
    }
    .ICOLists .leftSec .newsHead .leftSec .tropdown .toggleBody,
    .feeds .newsBox .newsHead .leftSec .tropdown .toggleBody,
    .latestNews .newsBox .newsHead .leftSec .tropdown .toggleBody {
        width: 100%
    }
    .newsHead {
        position: relative
    }
    .ICOLists .leftSec .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>label,
    .feeds .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>label,
    .latestNews .newsBox .newsHead .leftSec .tropdown .toggleBody .newsListPopB .form-group>label {
        font-size: 15px
    }
    
    .ICOLists .leftSec .ICOListSec.blockchainC .icoBox .reviewIcons {
        
        right: 15px;
        bottom: 30px;
        left: inherit;
        display: block;
    }

    .ICOLists .leftSec .ICOListSec.services .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.candidate .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec.cryptoJob .icoBox .reviewIcons {

        right: 15px;
        left: inherit;
    }

    .ICODetails .leftSec .ICOListSec .icoBox .reviewIcons,
    .ICOLists .leftSec .ICOListSec .icoBox .reviewIcons {
        bottom: 15px;
        left: 15px;
        right: inherit;
        /*width: 90px;*/

    }
    .footer .footerSocial a {
        /*margin: 5px;*/
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }
   
    .feeds .newsBox.rightSec .newsLinst ul li a div,
    .latestNews .newsBox.rightSec .newsLinst ul li a div{

        padding-left: 10px;
        margin-top: 0;
    }

    .latestNews .newsBox.rightSec .newsLinst ul li a{

        flex-direction: row;
    }

    .latestNews .newsBox .newsLinst ul li iframe {

        margin:0!important;
    }


    .ICODetails .rightSec .newsBox .newsLinst ul li,
    .ICOLists .rightSec .newsBox .newsLinst ul li,
    .feeds .newsBox .newsLinst ul li,
    .feeds .rightSec.newsBox .newsLinst ul li,
    .latestNews .newsBox .newsLinst ul li,
    .newsArear .newsBox .newsLinst ul li,
    .newsDetail .newsBox .newsLinst ul li {
        margin-bottom: 10px
    }

   

}

@media screen and (max-width:375px) {

    .filterBtn {
        font-size: 12px;
    }

    .newsArear .newsBox .newsLinst ul.brackingNews li a div p {
        line-height: 18px;
        font-size: 12px;
    }


    .newsArear .slideBanner .imgSlideBox .imgBox a img {

        height: 180px;
    }


    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a span {
        font-size: 18px;
    }

    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li,
    .prenDataArear .prenDBox .prenDItems .prenDBody ul li {
        height: 60px;
        line-height: 60px;
    }

    .prenDataArear .prenDBox .prenDItems.cryptoForum .prenDBody ul li a img {
       
        width: 40px;
        height: 40px;
    }


}