@font-face {
  font-family: 'avenir';
  src: url('font/avenir.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Nominee-Bold';
    src: url('fonts/Nominee-Bold.otf');
    
}
@font-face {
    font-family: 'Nominee-Medium';
    src: url('fonts/Nominee-Medium.otf');
    
}

body {
  font-family: 'avenir', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 14px;
}

.wrapper {
  overflow: hidden;
}

.common-btn {
  white-space: nowrap;
  display: inline-block;
  padding: 13px 30px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11);
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #649bed;
  text-decoration: none;
  transition: all .15s ease;
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  text-decoration: none;
  transition: color .1s;
}

.common-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  text-decoration: none;
}

/*****************************************************************
**** HOME PAGE CSS *******************/
.homePageContent {
  overflow: hidden;
}

.header {
  background: url("../img/explore_bg_new.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding-bottom: 200px;
}

.header .overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.header:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  bottom: 16px;
  /*bottom: -26px;*/
  width: 111%;
  position: absolute;
  height: 120px;
  /*height: 152px;*/
  transform: rotate(-3deg);
}

.header:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ffffff 30%, rgba(243, 243, 243, 1));
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), to(rgba(243, 243, 243, 1)));
  width: 111%;
  height: 131px;
  transform: rotate(-2deg);
  bottom: -66px;
}

.header .container {
  position: relative;
}

.header .ex-btn {
  position: absolute;
  right: 0;
  top: 20px;
}

.header .ex-btn a {
  color: #fff;
  font-size: 18px;
}

.header .ex-btn span {
  font-weight: bold;
}

.header .header-content {
  max-width: 880px;
  margin: auto;
  padding-top: 40px;
}

.header .header-content .logo {
  max-width: 208px;
  margin: auto auto 34px;
}

.header .header-content .logo img {
  max-width: 100%;
  margin-bottom: 20px;
}

.header .titlesearch {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 26px
}

.header .searchinput {
  padding: 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
  position: relative;
}

.header .searchinput input {
  width: 100%;
  border: 0px;
  color: #98999c;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  border-radius: 6px;
  outline: 0;
  padding: 12px 67px 10px 22px;
}

.fixednew {
  position: fixed !important;
  top: 16px;
  z-index: 9999;
  animation: smoothScroll 0.2s forwards;
  left: 15px;
  right: 15px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-0.2px);
  }

  100% {
    transform: translateY(0px);
  }
}

.header .searchinput .searchbtn {
  background: url(/img/search.svg);
  background-size: 31px;
  padding: 10px 30px;
  background-position: center 15px;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}

.section {
  position: relative;
  padding-bottom: 230px;
}

.section:after {
  content: "";
  position: absolute;
  border-top: 1px solid #dadada;
  background: linear-gradient(90deg, #ffffff 20%, rgba(243, 243, 243, 1));
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), to(rgba(243, 243, 243, 1)));
  width: 111%;
  height: 116px;
  transform: rotate(-2deg);
  bottom: 0px;
}

.section .desc {
  padding-left: 45px;
  padding-top: 15px;
}

.section h3 {
  font-size: 48px;
  line-height: 1.4;
  color: #111;
  font-weight: bold;
  margin: 0 0 20px;
  max-width: 544px;
  width: 100%;
}

.section .desc p, .privacySection p {
  color: #888888;
  font-size: 20px;
  line-height: 1.5;/
}

.privacySection .container {
  width: 1120px;
}

.section .imagepanel {
  padding-right: 100px;
}

.airdropSection .desc {
  color: #888888;
  float: left;
  width: 55%;
  max-width: 689px;
  padding: 42px 15px 0;
}

.airdropSection .desc p {
  font-size: 20px;
  line-height: 1.6;
}

.airdropSection .boxSection {
  float: left;
  width: 45%;
  padding-left: 130px;
  margin-top: -97px;
  margin-left: -50px;
}

.airdropSection .box {
  text-align: right;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 398px;
}

.airdropSection .box li {
  display: inline-block;
  padding: 10px;
  width: 50%;
}

.airdropSection .box li .boxlogo {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.airdropSection .box li:nth-child(3) .boxlogo .text, .airdropSection .box li:nth-child(4) .boxlogo .text {
  top: auto;
  bottom: -48px;
}

.airdropSection .box li .boxlogo .imginner {
  padding: 14px 0px;
  margin: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  height: 150px;
  width: 178px;
}

.airdropSection .box li .boxlogo img {
  width: 120px;
}

.airdropSection .button {
  margin-top: 30px;
}

.search {
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 40px;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: -20px;
  margin-bottom: 30px
}

.search input[type="text"] {
  width: 100%;
  border: 0px;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  background: transparent;
  border-radius: 6px;
  outline: 0;
  padding: 10px 67px 10px 20px;
}

.search .searchbtn {
  background: url(/img/search.svg);
  background-size: 28px;
  padding: 0px 32px;
  background-position: center 15px;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}

.googleTrackSection .search {
  margin-bottom: 0;
}

.intrusiveSection .search {
  margin-bottom: 40px;
}

.intrusiveSection .imagepanel {
  padding-left: 100px;
  padding-right: 0;
}

.intrusiveSection .desc {
  padding-left: 0;
  padding-right: 29px;
}

.unbaisedSection:after {
  display: none;
}

.privacySection {
  position: relative;
  padding-bottom: 100px;
}

.privacySection:after {
  content: "";
  position: absolute;
  background: #f6fafd;
  width: 111%;
  height: 261px;
  transform: rotate(-11deg);
  bottom: -121px;
  z-index: 1;
}

.privacySection .box {
  padding: 30px 460px 30px 30px;
  position: relative;
  box-shadow: 0 3px 6px rgba(50, 50, 93, .11), 0 3px 4px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 4px;
  z-index: 9;
  font-size: 20px;
}

.privacySection .box h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 0;
}

.privacySection .box .button {
  position: absolute;
  right: 30px;
  top: 77px;
}

.pagination {
  text-align: left;
}

.pagination_search li, .pagination_search li:hover {
  border: 0px;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: top;
}

.pagination_search li.first {
  border-radius: 0px;
}

.pagination_search li.active, .pagination_search li.active:hover {
  color: #111;
  border-bottom: 3px solid #111;
  line-height: 42px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
}

.pagination_search li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 13px;
  border-radius: 0px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.pagination_search li:last-child a, .pagination_search li:last-child a :hover, .pagination_search li:first-child a, .pagination_search li:first-child a :hover {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  text-indent: -100px;
  overflow: hidden;
  margin-top: 16px;
}

.pagination_search li:first-child a, .pagination_search li:first-child a :hover {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.pagination_search li:first-child:hover, .pagination_search li:last-child:hover {
  background: transparent;
}

.pagination_search li.disable {
  opacity: 0.5;
}

.visibleSm {
  display: none;
}

/*****************************************************************
**** Team PAGE CSS *******************/
.footer {
  min-height: 180px;
}

.teamPage .header {
  padding-bottom: 210px;
}

.marketSection {
  position: relative;
  padding: 3em 0;
  text-align: center;
  margin-top: -160px;
}

.marketSection .marketList {
  position: relative;
  z-index: 2;
}

.marketSection .marketList .marketItem {
  background: #fff;
  max-width: 380px;
  margin: auto auto 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.marketSection .marketList .marketItem:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.marketSection .marketList .marketItem img {
  max-width: 100%;
  height: 215px;
  width: 100%;
}

.marketSection .marketList .marketItem .detail {
  min-height: 90px;
  color: #333;
}

.marketSection .marketList .marketItem h4 {
  margin: 20px;
  font-size: 30px;
  font-family: avenir;
}

.marketSection .marketList .marketItem p {
  margin: 26px;
  font-size: 17px
}

h2.title {
  padding-left: 10px;
  color: #333;
  font-size: 34px;
  line-height: 33px;
  margin-left: 16px
}

/*h2.title::after {content: "";height: 3px;width: 90px;display: block;background: #114bd6;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(left, #114bd6 0%, #04b1fc 100%); background: -webkit-linear-gradient(left, #114bd6 0%, #04b1fc 100%); background: linear-gradient(to right, #114bd6 0%, #04b1fc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114bd6', endColorstr='#04b1fc', GradientType=1 ); margin-top: 10px; margin-left: 3px; }*/
.teamContent {
  padding-bottom: 3em;
}

.teamSection .teamList {
  position: relative;
  padding-bottom: 3em;
}

.teamSection .teamList .teamItem {
  box-shadow: 0 22px 35px rgba(50, 50, 93, .1);
  margin: 5px auto 30px;
  background: #ffffff;
  max-width: 320px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.teamSection .teamList .teamItem:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.teamSection .teamList .teamItem .img {
  max-height: 308px;
  overflow: hidden;
}

.teamSection .teamList .teamItem img {
  max-width: 100%;
}

.teamSection .teamList .teamItem .detail {
  color: #7f8d9e;
  padding: 2em 30px;
  font-size: 15px;
  text-align: center;
  line-height: 23px;
  min-height: 226px;
}

.teamSection .teamList .teamItem h4 {
  color: #204D6F;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 20px
}

.teamSection .teamList .teamItem h4 span {
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  .airdropSection .boxSection {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .airdropSection .boxSection {
    padding-left: 30px;
  }
}

@media screen and (max-width: 990px) {
  .airdropSection .desc {
    width: 100%;
  }

  .airdropSection .boxSection {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 40px 0 0;
  }

  .section.unbaisedSection {
    padding-bottom: 34px;
  }

  .section .imagepanel, .intrusiveSection .imagepanel {
    padding-right: 0;
    padding-left: 0;
  }

  .section .desc {
    padding-left: 0;
    padding-bottom: 30px;
  }

  .intrusiveSection .search {
    margin-top: 0;
  }

  .privacySection .box {
    padding: 30px 30px 30px 30px;
  }

  .privacySection .box .button {
    position: relative;
    right: 0;
    top: 0;
  }

  .airdropSection .desc {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .airdropSection .box {
    max-width: 600px;
  }

  .airdropSection .box li {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .googleTrackSection .search {
    margin-bottom: 30px;
  }

  .header {
    background: none;
    padding-bottom: 100px;
  }

  .searchform.fixednew {
    margin: 0 -15px;
    padding: 15px;
  }

  .section {
    padding-bottom: 50px;
  }

  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/home/rsz_1backgroundimg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
  }

  .homePageContent {
    z-index: 1;
    position: relative;
  }

  .header .overlay, .section:after, .header:after, .header:before, .header .titlesearch a, .airdropSection .box li .boxlogo .text, body#results:before {
    display: none;
  }

  .marketSection {
    background: #fff;
    margin-top: -100px;
  }

  .teamSection {
    background: #fff;
    position: relative;
  }

  .footer {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .search input[type="text"] {
    font-size: 14px;
  }

  .section h3 {
    font-size: 30px;
    line-height: 1.2;
  }

  .airdropSection .desc p, .section .desc p {
    font-size: 16px;
  }

  .common-btn {
    padding: 5px 15px;
    height: auto;
    font-size: 18px;
  }

  .titlesearch {
    font-size: 18.5px !important;
    margin-top: 18px !important;
  }

  .privacySection::after, .section.googleTrackSection, .section.intrusiveSection, .section.unbaisedSection, .hiddenSm {
    display: none;
  }

  .privacySection .container {
    width: auto;
  }

  .visibleSm {
    display: block;
  }

  .section.airdropSection {
    padding: 15px 15px 50px;
  }

  .section.airdropSection .container {
    padding: 30px;
    position: relative;
    box-shadow: 0 3px 6px rgba(50, 50, 93, .11), 0 3px 4px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 4px;
    font-size: 20px;
  }

  .airdropSection .desc {
    padding: 0 15px;
    float: none;
  }

  .airdropSection .boxSection {
    padding: 0;
    float: none;
    margin-top: 15px;
  }

  .airdropSection .box {
    max-width: 100%;
  }

  .airdropSection .box li {
    display: inline-block;
    padding: 10px;
    width: 33.33%;
  }

  .airdropSection .box li .boxlogo img {
    width: auto;
    max-width: 98px;
  }

  .airdropSection .box li .boxlogo .imginner {
    height: auto;
    min-height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .airdropSection .box li .boxlogo img {
    max-width: 80%;
  }

  .pagination_search li, .pagination_search li:hover {
    margin: 0;
  }
}

.header-home.result #custom-search-input {
  padding: 0px;
}

#custom-search-input input, #custom-search-input input:focus {
  background: transparent;
}

.header-home.result #custom-search-input .input-group {
  position: relative
}

.header-home.result #custom-search-input .input-group-btn {
  /*position: absolute;*/
  right: 0;
  top: 0px;
  /*width: 48px;*/
  height: 46px;
}

.header-home.result #custom-search-input .input-group-btn button {
  margin: 0px;
  padding: 23px;
  background-size: 22px;
  background-position: center 11px;
}

.header-home.main {
  color: white;
  /*background: url("../../assets/img/home.jpg") no-repeat;*/
  /*background:linear-gradient(135deg, #172a74, #21a9af);
  background-color:#184e8e;
  padding-bottom:120px;
  font-family:'Source Sans Pro', sans-serif;
  padding-bottom: 100px;*/
  color: white;
  background: url("../img/home/rsz_1backgroundimg.jpg") no-repeat;
  /*background:linear-gradient(135deg, #E0E0E0, #D8D8D8);
    background-color:#184e8e*/
  ;
  background-size: cover;
  background-position: center -14px;
  padding-bottom: 180px;
  position: relative;
}

.header-home.main .overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

/*.header-home.result .overlay{
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(125,185,232,0) 0%,rgba(0,0,0,0.1) 100%);    position: absolute;
    width: 100%;
    height: 21%;
}*/
.header-home.main .container-fluid {
  position: relative;
  z-index: 1;
}

.header-home.result {
  color: white;
  background: url("../img/search_page_header.jpg") no-repeat;
  background-size: cover;
  background-position: center -159px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 4px;
  padding-top: 0px;
}

.header-home .navbar-nav>li>a {
  color: white;
  font-size: 16px;
  border-radius: 10px;
}

.header-home .navbar {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: none;
  background-color: transparent;
  min-width: 300px;
  border: none;
}

.header-home .navbar-default .navbar-nav>.open>a,
.header-home .navbar-default .navbar-nav>.open>a:focus,
.header-home .navbar-default .navbar-nav>.open>a:hover {
  color: #ccc;
  background-color: transparent;
}

.header-home .nav>li>a:focus,
.header-home .nav>li>a:hover {
  color: #ccc;
  background-color: transparent;
}

.header-home.main .navbar-nav>li {
  margin-right: 20px;
  border: 0px solid #89b0cf;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 6px;
  opacity: 0.5;
}

.header-home.result .navbar-nav>li {
  margin-right: 20px;
  border: 0px solid rgba(0, 0, 0, 0.3);
  background: #89b0cf;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  opacity: 0.5;
}

.header-home .navbar-nav {
  margin-top: 12px;
}

.homepage-first {
  margin-top: -65px;
}

.homepage-first .tagline {
  font-size: 32px;
  margin-bottom: 35px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
}

.header-home .navbar-toggle {
  background-color: transparent !important;
  margin-top: 20px;
  border: 1px solid #fff;
}

.header-home .navbar-toggle .icon-bar {
  background-color: white;
}

.header-home .navbar-brand {
  color: white;
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-home .navbar-brand:hover {
  color: #ccc;
}

.header-home.main .hero {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

.header-home .hero h1 {
  color: white;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 36px;
}

.header-home.main .hero form {
  color: white;
  max-width: 660px;
  margin: 0 auto 20px;
}

.header-home.result .hero form {
  color: white;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 0 150px;
  position: relative;
}

.header-home.result .hero form>a {
  position: absolute;
  left: 62px;
  top: 20px;
}

.header-home.result #logohome {
  width: 66px;
  display: inline-block;
  margin-right: 20px;
  margin-top: -39px;
  margin-bottom: 20px;
}

.header-home.result #custom-search-input {
  display: inline-block;
  width: 65%;
}

ul.resultbar {
  margin: 0px auto;
  width: 59%;
}

ul.resultbar li {
  display: inline;
  padding: 20px;
  font-size: 24px;
}

ul.resultbar li a {
  color: #7f8d9e;
}

.header-home .hero p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  max-width: 660px;
  margin: 0 auto 20px;
  font-weight: normal;
  line-height: 1.5;
}

.header-home .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fffbfb !important;
  outline: none;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 24px;
  padding: 18px 24px;
  transition: 0.2s background-color;
}

.header-home .btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-home .btn-primary:active {
  transform: translateY(1px);
}

#custom-search-input {
  padding: 6px;
  border: solid 0px #E4E4E4;
  border-radius: 6px;
  background-color: #fff;
}

#custom-search-input input {
  border: 0;
  color: #98999c;
  box-shadow: none;
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  /*border-left: solid 1px #ccc;*/
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  /*border-left: solid 1px #ccc;*/
}

#custom-search-input .glyphicon-search {
  font-size: 23px;
}

#logohome {
  width: 174px;
  margin-top: -125px;
  margin-bottom: 20px;
}

.bottomheader {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.phome {
  font-size: 22px;
  color: #2f4f4f;
}

.boxlogo {
  margin-bottom: 20px;
  position: relative;
}

.boxlogo .text, .boxlogo .imginner {
  background: #fff;
  max-width: 308px;
  margin: auto auto 12px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  min-height: 125px;
  text-align: center;
  padding-top: 10px;
}

.boxlogo .text {
  min-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #878787;
  padding: 9px 0 0;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: visibility 0s, opacity 0.5s linear;
  top: -46px;
  width: 100%;
  position: absolute;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.boxlogo:hover .text {
  visibility: visible;
  opacity: 1;
}

.boxlogo img {
  width: 95px;
}

.buttondiv a {
  color: white;
  margin-left: 110px;
}

.header-home.result .navbar {
  margin-bottom: 0px;
  padding-top: 8px;
  min-height: 38px;
}

/*.header-home.result .navbar-nav > li > a{

	color: #7f8d9e;

    }*/
.navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-home.result .navbar-nav {
  margin-top: 0px;
  float: none;
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  top: 4px;
  right: 30%;
}

.header-home.main .hero form {
  color: white;
  max-width: 760px;
  margin: 20px auto 20px;
}

#custom-search-input {
  padding: 3px;
  /*border: solid 1px #E4E4E4;*/
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
}

.buttondiv {
  color: white;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 0px;
}

.buttondiv a {
  color: white;
  padding: 0px 15px;
}

.imginner {
  text-align: center;
  margin-top: 10px;
}

.searpList {
  width: 85%;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.searpList h2, #searpList p {
  margin-bottom: 4px;
}

.searpList h2 {
  font-size: 20px !important;
}

.searpList strong {
  font-weight: 700;
  color: #5876b3;
}

.searpList a {
    color: #001ba0;
}

#serp {
  width: 66%;
  float: left;
}

#rightanimation {
  width: 34%;
  float: left;
}

#rightanimation ul.dotnav {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  margin-top: 5px;
}

#rightanimation ul.dotnav li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 2px;
}

#rightanimation ul.dotnav li.active {
  background: #e6e6e6;
}

#results #main {
  width: 100%;
  margin: auto;
  padding: 0 144px;
}

#rightanimation h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 0px;
}

/*#rightanimation img{

	margin-left: auto;

margin-right: auto;

display: block;
}*/
#rightanimation img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#serp .searpList:hover {
  background: #f7f7f7;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bec0c4;
  opacity: 1;
  /* Firefox */
}

#custom-search-input button {
  background: url(/img/search.svg);
  /* width: 14px; */
  background-size: 22px;
  padding: 18px;
  background-position: center 6px;
  background-repeat: no-repeat;
  /* display: inline-block; */
  border: none;
  outline: none;
  margin-right: 15px;
  /* margin-top: 6px; */
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 8px 1em 3px 1.4em;
  cursor: pointer;
  min-height: 0;
}

.ui-widget-content {
  border-top: 1px solid #dddddd;
  /* background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; */
  color: #333333;
  background: #fff;
  margin-left: -1px;
  border-radius: 0px;
  margin-top: -6px !important;
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:focus {
  background: #e4e4e4;
  border: none;
  color: #000;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #e4e4e4;
  border: none;
  color: #000;
}

.searchForm input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@media screen and (max-width: 1200px) {
  .header-home.result {
    background-position: center -131px;
  }

  .homepage-first .tagline {
    font-size: 30px;
  }

  .header-home.result .navbar-nav {
    right: 28%;
  }
}

@media screen and (max-width: 1100px) {
  .header-home.result {
    background-position: center -84px;
  }
}

@media screen and (max-width: 900px) {
  .header-home.result {
    background-position: center -46px;
  }

  #results #main {
    padding: 0 72px;
  }

  .header-home.result .hero form {
    padding: 0 115px 0px 82px;
  }

  .header-home.result .hero form>a {
    left: 0;
  }

  .header-home.result .navbar-nav {
    right: 0;
    margin: 0;
  }

  .header-home.result .navbar-nav>li {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-home .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    font-size: 16px;
  }

  .header-home .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ccc;
  }

  .homeBoxSection {
    margin-left: 0px;
  }

  .homeDetail .desc {
    margin-left: 0px;
  }

  .header-home .navbar-collapse {
    margin-left: 20px;
    border-top: none;
    box-shadow: none;
  }

  .header-home .hero {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .header-home .hero h1 {
    font-size: 42px;
  }

  #logohome {
    width: 110px;
    margin-top: -70px;
    margin-bottom: 20px;
  }

  .homepage-first .tagline {
    font-size: 22px;
  }

  .phome {
    font-size: 16px;
    color: #2f4f4f;
  }

  .buttondiv a {
    margin-left: 0px;
  }

  .buttondiv {
    float: none !important;
    margin-top: 0px;
  }

  .header-home.result #custom-search-input {
    width: 100%;
  }

  #results #main {
    padding: 0 96px;
  }

  ul.resultbar {
    margin: 0px auto;
    width: 100%;
  }

  .header-home.result {
    background-position: center bottom;
    padding-bottom: 0px;
  }

  #serp .searpList {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 0 15px 15px;
    width: 100%;
  }

  #serp .searpList:hover {
    background: #f7f7f7;
    border-radius: 5px;
  }

  #results #serp .searpList h2 {
    padding: 10px 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
  }

  #results #serp .searpList p.desc, #results #serp .searpList p.url {
    padding: 0;
  }

  ul.resultbar li {
    padding: 20px 7px;
  }

  ul.resultbar {
    padding: 0;
  }

  ul#pagination {
    margin-left: 0px !important;
    list-style-type: none;
  }

  body {
    background-position: fixed;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/home/rsz_1backgroundimg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .header-home.main {
    background: none;
  }

  .homeContent {
    background: none;
  }

  .boxlogo {
    margin-bottom: 0;
  }

  .boxlogo .imginner {
    margin-bottom: 0;
  }

  .boxlogo .text {
    top: 0;
    width: 100%;
    position: relative;
    margin: 3px auto 5px;
  }

  .header-home.main .overlay {
    display: none;
  }

  #rightanimation {
    width: 100%;
  }

  #serp {
    width: 100%;
  }

  .header-home.result .hero form {
    padding: 0 0px 0px 82px;
  }

  .header-home.result .navbar-nav {
    display: none;
  }

  .homeContent {
    margin-bottom: 0;
  }

  .homeDetail {
    padding-bottom: 10px;
  }

  .header .ex-btn {
    right: 15px;
    display: none
  }

  .header .header-content {
    text-align: center;
  }

  .header .header-content .logo img {
    width: 110px;
  }

  .homeDetail {
    margin-top: 80%;
  }

  .header .searchinput input {
    width: 100%;
    border: 0px;
    color: #98999c;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    border-radius: 6px;
    outline: 0;
    padding: 8px 54px 7px 10px;
  }

  .header .searchinput .searchbtn {
    background-size: 28px;
    padding: 10px 30px;
    background-position: center 11px;
  }

  .homeDetail .desc {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0px 15px;
  }

  .homeBoxSection {
    width: 100%;
    padding: 0 5px;
  }

  .homeBoxSection .boxlogo .text {
    display: none;
  }

  .homeContent:after, .homeContent:before, .homeContent .overlay {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .homeDetail .homeBox li {
    width: 50%;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .searchForm {
    padding-right: 0;
  }

  .buttondiv {
    margin-top: 6px;
    position: relative;
  }

  #results #main {
    max-width: 900px;
    min-height: 400px;
    margin: 21px auto 0 auto;
    background-image: none;
    width: 100%;
    padding: 0 15px;
  }

  .searpList {
    width: 100%;
  }

  #serp {
    width: 100%;
    float: left;
  }

  #rightanimation {
    display: none;
  }

  .header-home.result .navbar-nav>li {
    margin: auto;
  }

  .boxlogo .text {
    /*	 display: none;*/
  }

  .boxlogo {
    margin-bottom: 0px;
  }

  .header-home.result .overlay {
    display: none;
  }

  /*.boxlogo:hover .text {visibility: visible;
    opacity: 1;
    display: block !important;
}*/
  .titlesearch {
    font-size: 18.5px !important;
    margin-top: 18px !important;
  }

  .titlesearch.deskt {
    display: none;
  }

  .titlesearch.onmobile {
    display: block !important;
  }

  .privacySection::after {
    display: none;
  }

  .privacySection .container {
    width: auto;
  }

  .section.googleTrackSection {
    display: none;
  }

  .section.intrusiveSection {
    display: none;
  }

  .section.unbaisedSection {
    display: none;
  }

  .airdropSection .box li .boxlogo .imginner {
    padding: 5px 0px;
  }
}

.pagination_search {
  margin-top: 25px;
}

.your_custom_class {
  margin-top: -10px !important;
}

/* registration/login page css */
.authheader {
  background: url("../img/explore_bg_new.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding-bottom: 326px;
}

.authheader .overlay2 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.authheader:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  bottom: 16px;
  width: 111%;
  position: absolute;
  height: 120px;
  transform: rotate(-3deg);
}

.authheader:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ffffff 30%, rgba(243, 243, 243, 1));
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), to(rgba(243, 243, 243, 1)));
  width: 111%;
  height: 116px;
  transform: rotate(-2deg);
  bottom: -71px;
}

.auth {
  width: 400px;
  margin: auto;
  margin-top: 100px;
}

.auth table {
  width: 100%;
}

.overflow_h {
  overflow: hidden
}

.auth h3 {
  font-size: 48px;
  line-height: 1.4;
  color: #111;
  font-weight: bold;
  margin: 0 0 20px;
  width: 100%;
}

.auth input[type='text'], .auth input[type='password'] {
  margin: 10px;
  border-radius: 5px;
  border: 0px;
  line-height: 25px;
  padding: 5px;
}

.auth input[type='submit'] {
  text-align: center;
  margin: auto;
  margin-top: auto;
  display: block;
  margin-top: 30px;
  padding: 5px 10px;
}

.searpList ul {
  width: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}

li.deeplinks {
  float: left;
  display: inline;
  margin-bottom: 5px;
}

li.deeplinks p {
  font-size: 11px;
  padding-right: 20px;
  max-width: 100ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

li.deeplinks a {
  font-size: 16px;
}

#double li {
  width: 50%;
}

#triple li {
  width: 33.333%;
}

#quad li {
  width: 25%;
}

#six li {
  width: 16.666%;
}

@media screen and (max-width: 767px) {
  .searpList ul {
    width: 380px;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    margin-left: -30px;
    font-size: 12px;
  }
}

div.g-recaptcha>div.grecaptcha-badge {
  width: 0 !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 50px 0;
  border-radius: 4px;
}

.header_message {
  font-size: 38px;
  text-align: center;
}


.search-engine {

    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.search-engine .provider-icon {

    display: inline-block;
    vertical-align: middle;

}
.text-center {

    text-align: center;

}
.search-engine .provider-icon .icon-default {

    min-width: 30px;
    max-width: 50px;
    margin-left: 15px;


padding: 4px;
margin-top: 5px;
min-width: 30px;

max-width: 55px;

margin-left: 15px;

padding: 7px;

margin-top: 5px;

}

.search-engine .provider-icon .icon-default.lifirst{
	border: 1px solid #fff;

background: hsla(0,0%,100%,.4);

border-color: #fff;
border-color:
#c7c7c7;

box-shadow: 0px 0px 12px
rgba(0, 0, 0, 0.1);

background:
#fff;

border-radius: 5px;
}


.main1page .header:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  /*bottom: 16px;*/
  bottom: -26px;
  width: 111%;
  position: absolute;
  /*height: 120px;*/
  height: 152px;
  transform: rotate(-3deg);
}
.tablecard {

    
    box-shadow: none !important;
    
    }

.main1page .header:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ffffff 30%, rgba(243, 243, 243, 1));
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffffff), to(rgba(243, 243, 243, 1)));
  width: 111%;
  height: 66px;
  transform: rotate(-2deg);
  bottom: -95px;
}

.card .search-engine .provider-icon .icon-default {

    
    max-width: 45px;
    

}
.card .search-engine{
	float: left;
	width: 75%;
	justify-content: left;
	justify-content: left;

background: #fff;

box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);

background: #fff !important;

border-radius: 4px;

margin-top: 5px;
}

.card .search-engine .provider-icon{
	padding-left: 30px;

min-height: 55px;
}

.setting .container{
	width: 100%;

margin: auto;

padding: 0 99px;
}



#rewardpage .cards__container,#walletpage .cards__container{
	width: 100%;

display: -ms-flexbox;

display: flex;

-ms-flex-flow: row wrap;

flex-flow: row wrap;

-ms-flex-pack: justify;

justify-content: space-between;

margin: 4.375rem auto 0;

max-width: 1180px;

width: 100%;
margin-top: -15px;
padding: 20px;
}


#rewardpage .cards__container .card,#walletpage .cards__container .card{
	width: calc(30.72% - 3.6rem);
	background: #fff;

box-shadow: 0 0 20px 1px rgba(114,114,189,0.1);

cursor: pointer;

display: inline-block;

height: calc(246px - 3.6rem);

margin: 0 0.3125rem;

max-width: 27.5rem;

overflow: hidden;

padding: 1.8rem;

position: relative;

text-align: left;

width: calc(50.72% - 3.6rem);

will-change: transform, opacity, box-shadow;
margin-bottom: 30px;
text-align: center;	

box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);

background: #fff !important;

border-radius: 4px;
	
	}
	
	#rewardpage .cards__container .card.titile,#walletpage .cards__container .card.titile{
		height: calc(93px - 3.6rem);

background: transparent !important;

border: none;

box-shadow: none;
	}
	
	#rewardpage .cards__container .card.titile span,#walletpage .cards__container .card.titile span{
		
		
		font-size: 26px;
		
		}
	
	#rewardpage .cards__container .card span,#walletpage .cards__container .card span{
		
		font-size: 28px;
		
		}
	
	.cards__container .card .copy-wrapper {

    display: block;
    height: 7.375rem;
    overflow: hidden;
    position: relative;

}

#rewardpage .container{
	

box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);

background: #fff !important;

border-radius: 4px;
}

#walletpage .cards__container .card{
	max-width: 40.5rem;
	
	
}
#walletpage .cards__container{
	margin-top: -35px;
}

#walletpage .cards__container .card .copy-wrapper{
	padding: 50px;

font-size: 20px;
}


/*.dropdown-menu > li > a:first-child { 
  padding-top: 12px;
}

.dropdown-menu > li > a:last-child { 
  padding-bottom: 12px;
}*/


/*.dropdown-menu > li > a {

    padding: 8px 20px;
    }*/



/*.cardsearch:nth-of-type(2n) > ul {

    background: #edecec;

}*/
/* end registration/login page css */
