/* 
@font-face {
    font-family: "Exo2Medium";
    src: url("fonts/Exo2Medium.eot") format("embedded-opentype"), url("fonts/Exo2Medium.woff2") format("woff2"), url("fonts/Exo2Medium.woff") format("woff"), url("fonts/Exo2Medium.ttf") format("truetype"), url("fonts/Exo2Medium.svg#Exo2Medium") format("svg");
}
@font-face {
    font-family: "Exo2Light";
    src: url("fonts/Exo2Light.eot") format("embedded-opentype"), url("fonts/Exo2Light.woff2") format("woff2"), url("fonts/Exo2Light.woff") format("woff"), url("fonts/Exo2Light.ttf") format("truetype"), url("fonts/Exo2Light.svg#Exo2Light") format("svg");
}
*/
body {margin-bottom: 90px!IMPORTANT; overflow-x: hidden; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  }
html {position: relative; min-height: 100%}
.pt-40 { padding-top: 4rem }
.pb-40 {padding-bottom: 4rem;}

.pt-20 { padding-top: 2rem }
.pb-20 {padding-bottom: 2rem;}
.p20 {padding: 20px;}
.p10 {padding: 10px;}
.p20-x {padding-left: 20px; padding-right: 20px;}
.mr-2 {margin-right: 20px}
.mt20 {margin-top: 20px}
.mb20 {margin-bottom: 20px}

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
   word-spacing: 0.2rem;
    letter-spacing: 0.1rem;
}
.display-5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  word-spacing: 0.2rem;
  letter-spacing: 0.1rem;
}
.display-6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
.f18 {font-size: 18px}
.pr-10 {padding-right: 10px}
.m0 {margin: 0!important}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

  @media (max-width: 640px) {
.display-1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 24px!important;
  font-weight: 300;
  line-height: 1.3;
   word-spacing: 0.2rem;
    letter-spacing: 0.1rem;
}
.display-5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  word-spacing: 0.2rem;
  letter-spacing: 0.1rem;
}
.display-6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}
  }

.uppercase {text-transform:  uppercase;}

.dark-orange {color: #e36101;}

#top-nav {
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 0 4px #ccc;
}
.grey-box {
    background: #f8f8f8;
}
.navbar {margin-bottom: 0}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    text-decoration: none;
}

.top-brand {
  min-height: 25px;
  background: #2a2a2a;
  text-transform: uppercase;
  color: #fff;
  font: normal 14px helvetica;
}
.member-branding {  
  font-size: 12px;
  font-weight: lighter;
  line-height: 25px;
  vertical-align: middle;

  padding: 0 3px;
}
.widget-container {
    background: white none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    min-height: 120px;
}
.required {color: #e40e4b;}

.login-box { text-align: right; color: #fff; padding: 0 3px ;   line-height: 25px;
  vertical-align: middle;}
.login-box a {  color: #fff; }
.login-box a:hover {  color: #fff; }

#main-nav {
  margin-top: 30px;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;

}
.navbar-nav > li > a {padding: 0.5rem;}
#main-nav li {
  padding: 0 10px;
}

#main-nav li {padding-bottom: 3px}

#main-nav li.active, #main-nav li:hover {
  border-bottom: 3px solid #89c82e;
  padding-bottom: 0;
  /*margin-bottom: -3px;*/

}

#main-nav .dropdown-menu li.active {
    border-bottom: none;
    padding-bottom: 3px;
    color: #89c82e;
}
.collapse.show #main-nav .dropdown-menu li.active a {
    color: #89c82e;
}

#main-nav .dropdown li:hover {
  border-bottom: none;
  padding-bottom: 3px;
}
#main-nav .dropdown li a:hover {
  color: #89c82e;
}

#main-nav li a { 
  color: #2f2f2f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem
}

.collapse.in #main-nav .dropdown-menu {  display: block; position: relative; background: none; border: none; box-shadow: none; width: 100%; min-width: 340px; padding-top: 0;}
.collapse.in #main-nav .dropdown-menu li {  display: block; width: 100%;}
.collapse.in #main-nav .dropdown-menu li a { line-height: 18px; font-size: 12px; color: #666;}

.collapse.in #main-nav .dropdown-menu img {  display: none;}
.collapse.in #main-nav  a:hover,  .collapse.in #main-nav li:hover  {border-bottom: none; color: #333}

/* bs4 */ 
.collapse.show #main-nav .dropdown-menu {  display: block; position: relative; background: none; border: none; box-shadow: none; width: 100%; min-width: 320px; padding-top: 0;}
.collapse.show #main-nav .dropdown-menu li {  display: block; width: 100%;}
.collapse.show #main-nav .dropdown-menu li a { line-height: 18px; font-size: 12px; color: #666;}

.collapse.show #main-nav .dropdown-menu img {  display: none;}
.collapse.show #main-nav  a:hover,  .collapse.show #main-nav li:hover  {border-bottom: none; color: #333}
/* / bs4 */ 
/*#main-nav li a:hover { 
  color: #89c82e;
}*/

.navbar-brand {height: auto; padding: 5px;}
.navbar-right { margin-right: 0 }
.navbar-header {margin-left: 10px;}


.dropdown:hover .dropdown-menu, .dropdown-menu:hover {
    display: block;
        -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
}

#bs-example-navbar-collapse-1 .dropdown-menu.product, #nav-collapse-menu .dropdown-menu.product {  min-width: 522px; padding-top: 20px; background: none; border: none; box-shadow: 0 0 6px #999; padding-bottom: 0; }
#bs-example-navbar-collapse-1 .dropdown-menu ul, #nav-collapse-menu .dropdown-menu ul  { background-color: rgba(255, 255, 255, 0.9); padding: 0; }

#bs-example-navbar-collapse-1 #main-nav li .dropdown-menu.product a, #nav-collapse-menu #main-nav li .dropdown-menu.product a {font-size: 12px; text-align: center; }

li .dropdown-menu.product li { display: inline-block; width: 150px; margin: 10px; vertical-align: top;}
li .dropdown-menu.product li:hover { background: none;}
li .dropdown-menu li a:hover {border-bottom: none; color: #89c82e; text-decoration: none;}


li .dropdown-menu li a {display: inline-block; white-space:  normal; padding: 0; font-size: 12px; }
li .dropdown-menu li a span{display: inline-block;}


li .dropdown-menu li { display: inline-block; width: 200px; margin: 10px; vertical-align: top;}




/*** header scroll animation **/
.member-branding, .login-box {line-height: 18px; vertical-align: middle; padding-left: 10px; min-height: 40px; padding-top: 10px; padding-bottom: 10px;}

  .navbar-brand img {
  padding: 3px 0;
  max-height: 75px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  }

@media (max-width: 920px) {
  .navbar-brand img {
    width: 200px; height: auto;
  }

    #main-nav {
    margin-top: 15px;
  }

  #bs-example-navbar-collapse-1 #main-nav li .dropdown-menu.product a, #nav-collapse-menu #main-nav li .dropdown-menu.product a {text-align: left; }
}

  .shrink .navbar-right {
  padding-top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  }
  .shrink .navbar-brand img {
  max-height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  }

.shrink  #main-nav {
  margin-top: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  }

#top-nav {margin-top: 40px; }

.top-brand {position: fixed; width: 100%; z-index: 10000;}

.main-content {margin-top: 123px;}

 @media (max-width: 920px) {
  .main-content {margin-top: 110px;}
 }

.login-bg {
  background: #f8f8f8;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;

}
/*#bs-example-navbar-collapse-1, #nav-collapse-menu {padding: 0 10px;}*/

/***  / header scroll animation **/

.vis-hidden {visibility: hidden;}


/**** Carousel *******/
    #my-slide, #my-slide-product {width: 100%!important; visibility: hidden;}
    
    #my-slide .inner.devrama-slider,  #my-slide .inner.devrama-slider .projector, #my-slide .inner.devrama-slider .projector .primary-img, #my-slide .inner.devrama-slider .projector>div {width: 100%!important;}

        #my-slide-product .inner.devrama-slider,  #my-slide-product .inner.devrama-slider .projector, #my-slide-product .inner.devrama-slider .projector .primary-img, #my-slide-product .inner.devrama-slider .projector>div {width: 100%!important;}




#my-slide .carousel-item {width: 100%!important; background-size: cover; position: relative;}

#my-slide-product .carousel-item {width: 100%!important; background-size: cover; position: relative;}

#my-slide .carousel-item .carousel-caption {
    position: absolute; 
    top: 25%;
  }

  #my-slide-product .carousel-item .carousel-caption {
    position: absolute; 
    top: 25%;
  }

.left-img {
  position: absolute;
  height: auto;
  width: 20%;
  max-width: 250px;
  z-index: 100;
  left: 0;
  margin-left: 15%;
  top: 25%;

}

.right-img {
  position: absolute;
  height: auto;
  width: 20%;
  max-width: 320px;
  z-index: 100;
  right: 0;
  margin-right: 10%;
  top: 5%;

}

@media screen and (max-width: 769px) { 
  .navigation.devrama-slider {display: none;}
  #bs-example-navbar-collapse-1, #nav-collapse-menu {background: #fff}

}

#my-slide {position: relative; border-bottom: 1px solid #eee;}

#my-slide-product {position: relative; border-bottom: 1px solid #eee;}

.esports-galaxy-button {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 70%;
  width: 14vw;
  margin-left: -7vw;
  height: auto;

}
.galaxy-growth-button {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 80%;
  width: 16vw;
  margin-left: -8vw;
  height: auto;

}

.galaxy-mining-button {
  display: inline-block;
  position: relative;
  left: 70%;
  top: 60%;
  width: 16vw;
  margin-left: -8vw;
  height: auto;
}

.header-slider-button {
  display: inline-block;
  position: relative;
  left: 70%;
  top: 60%;
  width: 16vw;
  margin-left: -8vw;
  height: auto;
}

.auction-galaxy-button {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 70%;
  width: 16vw;
  margin-left: -8vw;
  height: auto;
}

/*#my-slide .btn-lg {  background: #57b900; text-transform: uppercase; font-size: 1.2vw;}*/

.carousel-caption h3, .carousel-caption p {font-size: 2vw; }

.fade-old {display: none!important;
}
  
.img-fluid {width:100%; max-width: 100%;}

.top-slide-image{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;

}

.our-mission a { font-weight: bold; text-decoration: underline; }
/******* video BG **/
     #video-bg {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    #video-bg > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }

  /******* /video BG **/


/**.carousel-item div, .carousel-item a, .carousel-item img, .carousel-item p, .carousel-item h3,  .carousel-item .carousel-caption {visibility: hidden!important;}
.carousel-item.active div, .carousel-item.active a, .carousel-item.active img, .carousel-item.active p, .carousel-item.active h3,  .carousel-item.active .carousel-caption {visibility: visible!important;} **/

  /**** /Carousel *******/

.footer {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}
div.footer, div.footer a {background: #000; color: #fff; text-align: center; font-size: 12px;}
div.footer a { margin: 0 10px; font-weight: normal; }
#lg-footer { padding: 20px; }
.avatar {border-radius: 50%; display: inline-block;}

.parallax {

    min-height:100px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    position: relative;
/*    margin-top:10px;*/
}
.parallax .row {
  padding:100px;
}
.paralax-1 {
    background: url(../img/paralax-bg-space.webp?v=2) no-repeat;
  background-size: cover;
  background-attachment:fixed;
  background-position: center;
  height: 200px

}

.paralax-2 {
    background: url(../img/paralax-2.webp?v=3) no-repeat;
  background-size: cover;
  background-attachment:fixed;

}
.paralax-events {
    background: url(../img/paralax-events.webp?v=3) no-repeat;
  background-size: cover;
  background-attachment:fixed;

}

/** Pricing ***/
.vip-package-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    z-index: 10;
}
.title-level {
    background: #56b6e1 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.pool-level-4 .title-level, .pool-level-5 .title-level, .pool-level-6 .title-level {
}
.pool-level-4 .buy-pool-package-btn, .pool-level-5 .buy-pool-package-btn, .pool-level-6 .buy-pool-package-btn {
}
.footer-level {
    font-size: 20px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
.buy-pool-package-btn {
    position: relative;
    z-index: 5;
}
.pool-level-row {
    border-bottom: 1px solid #b9b9b9;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    padding: 10px 0;
}
.vip-package-box .icon-bitcoin {
    color: #fd9d27;
}
.vip-package-box .icon-money {
    color: #7d8d77;
}
.global-pool-ribbon {
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 10;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.pool-level-4 .title-level, .pool-level-5 .title-level, .pool-level-6 .title-level {
    background: #f0ad2f none repeat scroll 0 0;
}
.pool-level-4 .buy-pool-package-btn, .pool-level-5 .buy-pool-package-btn, .pool-level-6 .buy-pool-package-btn {
    background: #d35d2f none repeat scroll 0 0;
    border-color: #d04f1d;
}
.shining-box {
    background: rgba(0, 0, 0, 0) url("https://www.skilldragon.com/img/sunny-shine-3.png?v=7") no-repeat scroll center bottom / cover ;
}
.gh-note {
    font: 12px arial;
}
.visa {
    background: rgba(0, 0, 0, 0) url("../img/visa.png") no-repeat scroll 0 0;
    height: 32px;
    width: 45px;
}
.mc {
    background: rgba(0, 0, 0, 0) url("../img/master.png") no-repeat scroll 0 0;
    height: 32px;
    width: 45px;
}
.discover {
    background: rgba(0, 0, 0, 0) url("../img/discover.png") no-repeat scroll 0 0;
    height: 32px;
    width: 45px;
}
.eCheck {
    background: rgba(0, 0, 0, 0) url("../img/eCheck.png") no-repeat scroll 0 0;
    height: 32px;
    width: 45px;
}
#cc-recognize {
    display: inline-block;
    float: left;
    height: 32px;
    margin-left: 5px;
    width: 45px;
}
.control-buttons .prev-slide, .control-buttons .next-slide {
    font-size: 20px;
    position: absolute;
    top: 150px;
    z-index: 10;
}
.control-buttons .prev-slide {
    left: 50%;
    margin-left: -120px;
}
.control-buttons .next-slide {
    margin-right: -120px;
    right: 50%;
}
.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}
.w80-per {
    width: 80%;
}
.btn-start-mining-green {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6cd164 0%, #3fa103 100%) repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    margin: 0 auto;
    width: 80%;
}
.btn-start-mining-green:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3fa103 0%, #6cd164 100%) repeat scroll 0 0;
}
.btn-start-mining-gold {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffc898 0%, #ff7300 100%) repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    margin: 0 auto;
    width: 80%;
}
.btn-start-mining-gold:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff7300 0%, #ffc898 100%) repeat scroll 0 0;
}
.vip-package-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    z-index: 10;
}

/** /Pricing ***/

.pb10 {
    padding-bottom: 10px;
}

.gallery {
    background: rgba(0, 0, 0, 0) url("../img/gallery-bg.jpg") no-repeat fixed center center / cover ;
    color: #fff;
    margin-bottom: 0;
    min-height: 900px;
}.eth-color {
    color: #727aa6;
}
.eth-btn, .eth-btn:hover {
    background: #727aa6 none repeat scroll 0 0;
    color: #fff;
}
.eth-btn:hover {
    background: #5b638f none repeat scroll 0 0;
    color: #fff;
}
.eth-text-box {
    border-left: 3px solid #727aa6;
    padding-left: 10px;
}
.btc-text-box {
    border-left: 3px solid #f0ad4e;
    padding-left: 10px;
}
.top-vs-video iframe.embed-responsive-item {
    border: 6px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.gallery .top-vs-video iframe.embed-responsive-item {
    border: 6px solid #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.pin-down-block {
    min-height: 160px;
    vertical-align: bottom;
}
.video-collage-block .embed-responsive {
    overflow: visible;
}
.prev-slide:hover, .next-slide:hover {
    color: #6cb601;
    cursor: pointer;
}
.galleary-item {

    margin: 5px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.product-gallery a {display: inline-block; padding: 20px;}
#selectPackage .col-md-1, #selectPackage .col-md-2, #selectPackage .col-md-3, #selectPackage .col-md-4, #selectPackage .col-md-5, #selectPackage .col-md-6, #selectPackage .col-md-7, #selectPackage .col-md-8, #selectPackage .col-md-9, #selectPackage .col-md-10, #selectPackage .col-md-11, #selectPackage .col-md-12 {
    display: inline-block;
    float: none;
    margin: 0 auto 0 -0.4%;
}


.about-us-img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 390px;
}
/***** card ******/

/*** cards **/


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
 /* background-color: rgba(0, 0, 0, 0.03);*/
   background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

}




.influence .card {margin-left: 25px; margin-right: 25px; border-radius: 26px;}
.influence .subscr-block .card {margin:0 auto; border-radius: 26px; max-width: 29%;}
.influence .subscr-block .card .card-header {padding: 0; border-bottom: 0; border-radius: 26px; min-height: 420px; }

.influence .title {font-size: 28px; color: #000; font-weight: bold;}
.influence .subTitle {font-size: 24px}
.influence .subTitle {font-size: 26px}

.influence .infl-card-text { color:#526D79; line-height: 26px; padding: 10px 30px; display: block; min-height: 100px}

.influence .money-old { color:#9CA0A8; font-weight: bold; font-size: 33px; text-decoration: line-through;}
.influence .money-old span { font-weight: normal; font-size:23px;}

.influence .money-real {font-weight: bold; font-size: 44px; }
.influence .inactive .money-real {font-size: 36px; }
.influence .money-real span { font-weight: normal; font-size:25px;}

.mi-dashboard .card.mi-blocks { margin-right: 15px; margin-left: 15px }
.influence .materials .card.mi-blocks .card-footer{ padding-top: 0}
.btn.get-started {background-image: linear-gradient(89deg, #FCB44B 0%, #EF4E60 100%); border: 0; border-radius: 7px; font-size: 20px; text-transform:capitalize;}
.btn.get-started:hover {color: #fff; background-image: linear-gradient(89deg, #EF4E60 0%, #FCB44B 100%);}

.btn.get-grow {background-image: linear-gradient(-269deg, #FFBA00 0%, #DF3E75 49%, #655BD5 100%); padding: 10px}
.btn.get-grow:hover {color:#fff; background-image: linear-gradient(-90deg, #FFBA00 0%, #DF3E75 49%, #655BD5 100%);}


.influence-price-list {margin-top:0; text-align: left; margin-left: 20px; margin-right: 20px}

#login .influence-price-list {margin: 0}
.influence-price-list .fa {color: #5DB85D; font-size: 18px;}
.influence-module-list .fa {color: #5DB85D; font-size: 26px;}
.influence-module-list {font-size:16px; padding: 10px 20px; }
.influence-module-list div{height: 50px}

.influence-big-list {margin-top:20px; text-align: left; margin-left: 20px; margin-right: 20px; font-size: 24px; font-weight: bold;}
.influence-big-list .fa {color: #5DB85D; font-size: 22px;}

.influence .materials .card .card-footer {border-top: 0; border-radius: 6px; padding: 2rem; }
.influence .materials .card .body { padding: 2rem; }
.influence .materials .card { border-radius: 6px;}
.influence .materials .card .card-header {padding: 0; border-bottom: 0; border-radius: 6px; }

.mi-card-title {font-size: 22px; font-weight: bold;}
.border-grey-top {border-top: 1px solid #ccc}
.border-grey-right {border-right: 1px solid #ccc}
.border-grey-bottom {border-bottom: 1px solid #ccc}
.border-grey-left {border-left: 1px solid #ccc}

.bg-primary {background-color: #3e53ea!important; }

.bg-primary .btn-primary {background-color: #fff; color: #3e53ea; border: 0;}
.mi-dashboard .widget-container {border-radius: 8px}

.mi-dashboard .dragon-mine-dashboard  .nav-tabs > li.active > a,  .mi-dashboard .dragon-mine-dashboard  .nav-tabs > li.active > a:hover, .mi-dashboard .dragon-mine-dashboard  .nav-tabs > li.active > a:focus, .mi-dashboard .dragon-mine-dashboard  .nav-tabs > li > a:hover {color: #3890ff; border-bottom: none; }
.mi-dashboard .dragon-mine-dashboard  .nav-tabs > li> a span.tab-title{text-transform: capitalize; }
.mi-dashboard .progress {background-color: #bde2fe; height: 6px;}
.btn.pink-terracota {
  background-image: linear-gradient(-90deg, #FC4BD3 0%, #EF4E4E 100%); 
  border: 0; 
  border-radius: 6px; 
  padding: 12px; 
  text-transform: capitalize;
  color: #fff;
}

.btn.pink-terracota:hover {background-image: linear-gradient(-270deg, #FC4BD3 0%, #EF4E4E 100%); color: #fff;}
.btn.spring-green {
  background-image: linear-gradient(89deg, #9CE645 0%, #2DDBB3 100%);
  border: 0; 
  border-radius: 6px; 
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 0 2px #fc8c8c;
  font-size: 18px; 
}

.btn.spring-green:hover {background-image: linear-gradient(-90deg, #9CE645 0%, #2DDBB3 100%); color: #fff;}

.mi-steps-completed-list div{padding-top: 10px; padding-bottom: 10px; line-height: 30px}
.bg_lBlue {background-color: #DAEEFE}


.mi-steps-completed-list .list-group {box-shadow: none;}
.mi-steps-completed-list .list-group .list-group-item .badge {
  background: none; 
  float: left; 
  width: 40px; 
  margin-right: 10px;
  display: inline-block;
}
.mi-steps-completed-list .list-group .list-group-item  {padding: 10px 5px;}
.mi-steps-completed-list .list-group .text  {padding-top: 5px; display: table-cell;}
.mi-dashboard img.img-fluid {border-radius: 8px}

.mi-pack-warning{
  background-image: linear-gradient(89deg, #D234DA 0%, #380097 100%);
  width: auto;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  color: #fff;
}
.mi_warning-sign {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 35px;
}


.mi-pack-left-cor {  
  position: absolute;
  bottom: -10px;
  left: 0;
}
.mi-pack-right-cor {  
  position: absolute;
  bottom: -10px;
  right: 0;
}


@media (max-width: 576px) {
  .influence .card {margin-right: 10px; margin-left: 10px;}
  }


.ink-blue {color: #1941EA!important;}

.btn.ink-blue-btn {
  background-image: linear-gradient(89deg, #4BBFFC 0%, #2D3ADB 100%); 
  text-shadow: 0 0 3px #333; 
  color:#fff; 
  border: 0; 
  text-transform: capitalize;
font-size: 20px;
padding: 12px;
}
.btn.ink-blue-btn:hover {
  background-image: linear-gradient(-90deg, #4BBFFC 0%, #2D3ADB 99%); 
}

.btn.ink-blue-green-btn {
  background-image: linear-gradient(89deg, #4BFCBF 0%, #4E5AEF 100%);
  color:#fff; 
  border: 0; 
  text-transform: capitalize;
  font-size: 20px;
  padding: 12px;
}
.btn.ink-blue-green-btn:hover {
  background-image: linear-gradient(-90deg, #4BFCBF 0%, #4E5AEF 100%);
}

.mi-dashboard .btn.ink-blue-btn {
  background-image: linear-gradient(89deg, #4BBFFC 0%, #2D3ADB 100%); 
  text-shadow: 0 0 3px #333; 
  color:#fff; 
  border: 0; 
  text-transform: capitalize;
  font-size: 18px;
  padding: 8px;
}
.mi-dashboard .btn.ink-blue-btn:hover {
  background-image: linear-gradient(-90deg, #4BBFFC 0%, #2D3ADB 99%); 
}
.mi-dashboard .btn-primary-outline.f16 {  
  font-size: 16px;
  padding: 8px;
  text-transform: capitalize;
}

.mi_best-value-ribbon {position: absolute; right: -9px; top: -6px; width: 180px}

.mi-master-login .mi_best-value-ribbon {position: absolute; right: -24px; top: -25px; width: 140px}

.mt-10 {margin-top: -10px}
.mt-20 {margin-top: -20px}
.mb10 {margin-bottom: 10px}

.influence .inactive {opacity: 0.5; background-color: #d0c9e0; border-radius: 8px; padding: 10px;}
/***** /card ******/

/**** Form **/
.group { 
  position: relative; 

}


.group input, .group select {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
 /** -webkit-appearance: none;**/
  display: inline-block;
  background: none;
  color: #636363;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  box-shadow: none;
/*  margin-top: 10px;*/
}
.mi-login-btn {margin-bottom: 30px}
@media (max-width: 767px) {
  .group input, .group select { margin-top: 0 }
  .mi-login-btn {margin-bottom: 0px}
  .mi-master-login .mi_best-value-ribbon {top: -105px; right: -22px;}

  .container.influence {margin: 0; padding: 0;}

  .free-retail #agreementPlace {padding: 0 10px;}
  .ref-info {margin-bottom: 20px!important;}
}

.group input:focus { outline: none; }



.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .bar:before, .group .bar:after {
  content: '';
  height: 1px; 
  width: 0;
  bottom: 0; 
  position: absolute;
  background: #0d6de8; 
  transition: all 0.2s ease;
}

.group .bar:before { left: 50%; }

.group .bar:after { right: 50%; }


/* active */

.group input:focus ~ .bar:before, .group input:focus ~ .bar:after { width: 50%; }



.control-label {
  padding:10px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;

  }
/* active */

.group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.nopadding-lr {
    padding-left: 0;
    padding-right: 0;
}
.form-text-resp {
    text-align: right;
}

@media (max-width: 1200px) {

  [class*="col-sm"], [class*="col-md"], [class*="col-lg"], [class*="col-xs"] {
    margin-bottom: 0; }

    .pb10 {padding-bottom: 30px;
     }
    /* .control-label {padding: 0; margin-bottom: 0;}*/

    }
  @media (max-width: 768px) {
       .form-text-resp {
      text-align: left;
  }
}


.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px;
}
#myTab {padding-bottom: 10px;}

#myTab li {
  border: none;
  float: none;
  display: inline-block;

}
#myTab > li > a {
    color: #555;
    font-size: 16px;
    border: none;
}
#myTab > li > a:hover, #myTab > li > a:focus {
  background:none;
}

#myTab > li:hover  {
  background:none;
  border-bottom: 3px solid #89c82e;

}
.tab-content .fa {
    color: #89c82e;
    font-size: 26px;
}
.tab-content p {
    font-size: 16px;
}
#myTab li.active {
    border-bottom: 3px solid #89c82e;
}
.ad-box .join-text-box p {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 40px;
}
.dtc {display: table-cell;}
.vat {vertical-align: top;}

.scrolling-tabs {
  overflow-x: auto;
  width: 100%; 

}

  @media (max-width: 768px) {
       .scrolling-tabs {text-align: center;}

       .scrolling-tabs #myTab li {display: table-cell;}
        .scrolling-tabs #myTab li a { white-space: nowrap}

  }

/******** /form ******/


/*** Products Flip Card **/
 .our-product-block { text-transform: uppercase; padding: 5px 0; margin:20px; position: relative; min-height: 180px}
 .our-product-block img {display: block;}
 .our-product-block a span {font-size: 18px; color: #000;  padding: 10px 0; display: inline-block; }
  .our-product-block a b {font-size: 18px; color: #000;  padding: 10px 0; display: inline-block; }
 .our-product-block a:hover{ text-decoration: none; }

 .our-mission-block {  padding: 5px 0; margin:20px 10px;}
.our-mission-block .img-fluid {max-width: 300px; display: block; margin: 0 auto; }




.flipcard .back {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9) 
}

.back-card {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ccc;
}

.back-card a{ display: table; height: 100%; vertical-align: middle; width: 100%; }

.flipcard .flipcard-text { display: table-cell; font-size: 22px;  vertical-align: middle; text-transform: uppercase; text-align: center;   padding: 5px; color: #000;  }
.flipcard .flipcard-text:hover {text-decoration: none;}
.flipcard:hover, .flipcard a:hover {text-decoration: none; cursor: pointer;}
.purple {color: #670a8f}


.flipcard {
  position: relative;
  width: 370px;
  height: 300px;
  perspective: 900px;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 20px;
}
.flipcard.v:hover .front, .flipcard.v.flip .front{
  transform: rotateX(180deg);
}
.flipcard.v:hover .back, .flipcard.v.flip .back{
  transform: rotateX(0deg);
}
.flipcard.v .back{
  transform: rotateX(-180deg);
}
.flipcard.h:hover .front, .flipcard.h.flip .front{
  transform: rotateY(180deg);
}
.flipcard.h:hover .back, .flipcard.h.flip .back{
  transform: rotateY(0deg);
}
.flipcard.h .back{
  transform: rotateY(-180deg);
}
.flipcard .front
{
  position:absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  backface-visibility: hidden;
}
 .flipcard .back
{
  position:absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  backface-visibility: hidden;
}


 @media only screen and (max-width: 1240px) and (min-width: 991px)  {

  .flipcard {
    width: 290px;
    height: 260px;
  }
}

@media only screen and  (max-width: 640px)  {

  .flipcard {
    width: 100%;
    height: 280px;
  }
}
  .our-product-block { margin: 0; margin-bottom: 30px
}
/************ / Products Flip Card **********/

.add-box-bg {
    background: rgba(0, 0, 0, 0) url("../img/opportunity-slide.png?v=5") no-repeat scroll 100% -65px;
    min-height: 280px;
}


/************ / New Join page 1 **********/

.text-image{background-image:url(../img/BlueSpace_with_Earth.webp);background-position: center; background-size:cover;}
.pralax-image{background-image:url(../img/paralax-events.webp);background-position: center; background-size:cover;}
.shield-image{background-image:url(../img/Value_Club_Shield.webp);background-position: center; background-size:150px;background-repeat: no-repeat;height: 150px;margin:50px 0 50px;}
.join-image{background-image:url(../img/JOIN_THE_GLOBAL_COMM.webp);background-position: center; background-size:contain;background-repeat: no-repeat;height: 120px;margin-bottom:20px;}
.checkmark-image{background-image: url(../img/checkmark.png);background-position: left center;background-size: 40px;background-repeat: no-repeat;padding-left: 50px}
.checkmark-image h3,.text-white{color:#fff;}
.padding-1{padding: 2em;}
.green-text{color: #1dde11;}
.red-text{color: #d70413;}
.green-text,.red-text{font-size: 28px;font-weight: bold;}
.bg-blue{ background-color: #002da3!important}
.table-bordered td{vertical-align: middle!important;}
.table-bordered tr:nth-child(even){background: #eaf2fb;}
.table-bordered tr:nth-child(odd){background: #fff;}
.membership,.club,.basic{color:#fff;font-size: 22px;font-weight: bold;}
.membership{width: 65%;}
.mem-list{font-size: 18px;font-weight: bold;}
.club{font-family: serif!important;font-size: 22px;}

.couch-divider {
  height: auto;
  background: url(../img/paralax-bg-space-2.webp?v=2) no-repeat; 
  background-size: cover; 
  background-position: center; 
  color:#fff;
}

.couch-divider h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.blue-box {background: #245192; color: #fff;}

#cboxTitle {font-size: 20px; color: #333;}

.light-couch {
  padding: 10px;
}

.light-couch a {
  display: inline-block;

}
.light-couch a img{
  border: 6px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.vcenter {
padding:0;
}

.value-club-table .dash {width: 35px;}
.value-club-table .checkmark {width: 45px;}

@media (min-width: 992px) {
  .vcenter  {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 20px;
  }

}
@media (min-width: 992px) {
  .light-couch:hover {background: #245192; color: #fff;}
} 
@media (max-width: 991px) {
.couch-divider h2 { font-size: 30px }
  .value-club-table .mem-list {font-size: 12px }
  .value-club-table .green-text, .value-club-table .red-text {font-size: 14px}
  .value-club-table .dash {width: 20px}
  .value-club-table .checkmark {width: 25px}

  #main-nav li.active {border-bottom: none; margin-bottom: 10px;}
  #main-nav li.active a {color: #89c82e}
 .collapse.show #main-nav .dropdown-menu li a.active  {color: #89c82e}
}

/** new sliders **/

.slider-text-block {
  position: absolute;
  bottom: 20%;
}

.ag-logo-block {top: 20%; position: absolute; width: 100%}

.rounded-8 {border-radius: 8px}
.rounded-16 {border-radius: 16px}

.btn-purple {background-color: #653fbf; color: #fff; border: 1px solid #653fbf;}
.btn-purple:hover {background-color:#fff; color: #653fbf; }


.btn-dark-green{background-color: #00a290; color: #fff; border: 1px solid #00a290;}
.btn-dark-green:hover {background-color:#fff; color: #00a290; }


.btn-blue-purple {background: linear-gradient(270deg, #2F60DF 13%, #8847CC 90%); color: #fff;}
.btn-blue-purple:hover {background:#fff; color: #653fbf; border: 1px solid #653fbf;}

.btn-blue-grad {background: linear-gradient(270deg, #3FCCFF 13%, #4088FF 90%); color: #fff;}
.btn-blue-grad:hover {background:#fff; color: #3FCCFF; border: 1px solid #3FCCFF;}


.btn-blue-pink {background: linear-gradient(270deg, #7F3DC5 13%, #E84558 90%); color: #fff;}
.btn-blue-pink:hover {background:#fff; color: #E84558; border: 1px solid #E84558;}

.btn-red-purple {background: linear-gradient(90deg, #7F3DC5 11%, #E64558 86%); color: #fff;}
.btn-red-purple:hover {background:#fff; color: #E64558; border: 1px solid #E64558;}

.btn-blue-green {background: linear-gradient(90deg, #0270CC 11%, #3EFFCC 86%); color: #fff; border: none;}
/*.btn-red-blue-green:hover {background:#fff; color: #3EFFCC border: 1px solid #3EFFCC}*/





.brand-Logo {max-width: 400px}

.brand-Logo.horizontal {max-width: 900px}

.text-for-mobile {border-radius: 8px; background-color: hsla(0, 100%, 100%, 0.0); padding: 10px;}

.btn-slider {font-size: 30px; padding-left: 20px; padding-right: 20px}

.slider-text-block .display-4 { font-weight: bold}
.slider-text-block .display-6 {color:#999; font-weight: normal; }

   @media only screen and  (max-width: 1680px)  {

    .slider-text-block {
        position: absolute;
        bottom: 10%;
        padding-left: 30px;
      }

      .brand-Logo {max-width: 350px}
      .brand-Logo.horizontal {max-width: 500px}

      }
   @media only screen and  (max-width: 1280px)  {

      .brand-Logo {max-width: 300px}
      .brand-Logo.horizontal {max-width: 450px}

      .slider-text-block {
        bottom: 20px;
        padding-left: 20px;
      }
      .slider-text-block .display-4 {margin-bottom: 0; margin-top: 0;}
       .slider-text-block .display-6 {font-size: 1.5rem}

   }

   @media only screen and  (max-width: 960px)  {

    .brand-Logo {max-width: 250px}
    .brand-Logo.horizontal {max-width: 300px}
    .ag-logo-block {top: 15%; position: absolute; width: 100%}
    .slider-text-block {
      position: absolute;
      bottom: 20px;
      padding-left: 20px;
    }
    .slider-text-block .display-4 {font-size: 1.8rem}
    .slider-text-block .display-6 {font-size: 1.2rem}
    .btn-slider {font-size: 16px; padding-left: 10px; padding-right: 10px}
    .member-branding {font-size: 10px}
}

   @media only screen and  (max-width: 780px)  {

    .carousel-item, .projector, .devrama-slider {
      height: 200px!important;
    }
    .brand-Logo {max-width: 150px}
    .brand-Logo.horizontal {max-width: 250px}

    .text-for-mobile {border-radius: 8px; background-color: hsla(0, 100%, 100%, 0.8);}
     .btn-slider {font-size: 14px; padding-left: 10px; padding-right: 10px}



    }

/** / new sliders **/

/** Influencer **/

.mb-0 {margin-bottom: 0!important;}
.influence .card {margin-left: 25px; margin-right: 25px; border-radius: 26px;}
.influence .plans .card, .influence .plans .card-header, .influence .plans .card-footer { border-radius: 16px;}
.influence .subscr-block .card  {margin:0 auto; border-radius: 26px; max-width: 29%;}

@media (max-width: 776px) {
  .influence .subscr-block .card  { margin-bottom: 20px; border-radius: 26px; width: 90%; max-width: 100%;}
}

.influence .subscr-block .card .card-header {padding: 0; border-bottom: 0; border-radius: 26px;  }
/*.influence .subscr-block .card .card-header {padding: 0; border-bottom: 0; border-radius: 26px; min-height: 420px; }*/

.influence .title {font-size: 28px; color: #000; font-weight: bold;}
.influence .subTitle {font-size: 24px}
.influence .card .subTitle {font-size: 26px}

.influence .card .infl-card-text { color:#526D79; line-height: 26px;  display: block; min-height: 80px}

.influence .card .card-footer {border-top: none;}

.influence .card .money-old { color:#9CA0A8; font-weight: bold; font-size: 33px; text-decoration: line-through;}
.influence .card .money-old span { font-weight: normal; font-size:23px;}

.influence .card .money-real {font-weight: bold; font-size: 44px; }
.influence .card .money-real span { font-weight: normal; font-size:25px;}

.influence .upgrade .card .money-real {font-weight: bold; font-size: 44px; line-height: 48px; margin-bottom: 6px;}


.mi-dashboard .card.mi-blocks { margin-right: 15px; margin-left: 15px }
.influence .materials .card.mi-blocks .card-footer{ padding-top: 0}
.btn.get-started {background-image: linear-gradient(89deg, #FCB44B 0%, #EF4E60 100%); border: 0; border-radius: 7px; font-size: 20px; text-transform:capitalize;}
.btn.get-started:hover {color: #fff; background-image: linear-gradient(89deg, #EF4E60 0%, #FCB44B 100%);}

.btn.get-grow {background-image: linear-gradient(-269deg, #FFBA00 0%, #DF3E75 49%, #655BD5 100%); padding: 10px}
.btn.get-grow:hover {color:#fff; background-image: linear-gradient(-90deg, #FFBA00 0%, #DF3E75 49%, #655BD5 100%);}


.influence-price-list {margin-top:0; text-align: left; margin-left: 20px; margin-right: 20px}
.influence-price-list .fa {color: #5DB85D; font-size: 18px;}
.influence-module-list .fa {color: #5DB85D; font-size: 26px;}
.influence-module-list {font-size:16px; padding: 10px 20px; }
.material-list .influence-module-list   {padding: 10px 0;}
.influence-module-list div{height: 50px}

.influence-big-list {margin-top:20px; text-align: left; margin-left: 20px; margin-right: 20px; font-size: 24px; font-weight: bold;}
.influence-big-list .fa {color: #5DB85D; font-size: 22px;}

.influence .materials .card .card-footer {border-top: 0; border-radius: 6px; padding: 2rem; }
.influence .materials .card .body { padding: 2rem; }
.influence .materials .card { border-radius: 6px;}
.influence .materials .card .card-header {padding: 0; border-bottom: 0; border-radius: 6px; }

.influence .vimeo, .influence .mi-video{ position: relative; display: block;}

.influence .mi-video .fa-play{ position: absolute; top: 40%; left:43%; color: #fff; font-size: 40px; text-shadow: 0 0 5px #333;}
.influence .tab-content .vimeo .fa-play {font-size: 26px}
.influence .coaching-videos .card {max-width: 22%;}
.influence .materials .card .card-header .vimeo:hover .fa-play{ font-size: 44px; text-shadow: 0 0 8px #333;}
.influence .plans .card .card-header {padding: 0; border-bottom: none;}

.influence .plans .card .mi_best-value-ribbon {
  right: -7px;
  top: -4px;
  width: 120px;
}

.influence .coaching-videos .card .card-header .img-fluid{border-radius: 0}
.influence .coaching-videos .card .card-body {padding: 1.25rem 0}

.influence .mi-video .timer-bage {position: absolute; width: 48px; background: #000; bottom: 5px; right: 5px; color: #fff; padding: 2px 5px; font-size: 12px}

.mi-card-title {font-size: 22px; font-weight: bold;}
.border-grey-top {border-top: 1px solid #ccc}
.border-grey-right {border-right: 1px solid #ccc}
.border-grey-bottom {border-bottom: 1px solid #ccc}
.border-grey-left {border-left: 1px solid #ccc}

.bg-primary {background-color: #3e53ea!important; }

.bg-primary .btn-primary {background-color: #fff; color: #3e53ea; border: 0;}
.mi-dashboard .widget-container {border-radius: 8px}

.mi-dashboard .dragon-mine-dashboard  .nav-tabs > li.active > a,  .mi-dashboard .dragon-mine-dashboard  .nav-tabs > li.active > a:hover, .mi-dashboard .dragon-mine-dashboard  .nav-tabs > li.active > a:focus, .mi-dashboard .dragon-mine-dashboard  .nav-tabs > li > a:hover { 
  color:#000; 
  border-bottom: 3px solid #3799EA;

 
}
.mi-dashboard .dragon-mine-dashboard .nav > li > a .tab-title { height: auto; line-height: 20px; display: inline-block;}

.mi-dashboard .dragon-mine-dashboard  .nav-tabs > li> a span.tab-title{text-transform: capitalize; }
.mi-dashboard .dragon-mine-dashboard .nav-tabs > li {  min-width: 120px;}
.mi-dashboard .progress {background-color: #bde2fe; height: 6px;}
.btn.pink-terracota {
  background-image: linear-gradient(-90deg, #FC4BD3 0%, #EF4E4E 100%); 
  border: 0; 
  border-radius: 6px; 
  padding: 12px; 
  text-transform: capitalize;
  color: #fff;
}

.btn.pink-terracota:hover {background-image: linear-gradient(-270deg, #FC4BD3 0%, #EF4E4E 100%); color: #fff;}
.btn.spring-green {
  background-image: linear-gradient(89deg, #9CE645 0%, #2DDBB3 100%);
  border: 0; 
  border-radius: 6px; 
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 0 2px #fc8c8c;
  font-size: 18px; 
}

.btn.spring-green:hover {background-image: linear-gradient(-90deg, #9CE645 0%, #2DDBB3 100%); color: #fff;}

.mi-steps-completed-list div{padding-top: 10px; padding-bottom: 10px; line-height: 30px}
.mi-steps-completed-list div[class^="col-"], .mi-steps-completed-list div.clearfix{padding: 0;}
.bg_lBlue {background-color: #DAEEFE}


.mi-steps-completed-list .list-group {box-shadow: none;}
.mi-steps-completed-list .list-group .list-group-item .badge {
  background: none; 
  float: left; 
  width: 30px; 
  margin-right: 10px;
  display: inline-block;
}
.mi-steps-completed-list .list-group .list-group-item  {padding: 10px 5px;}
.mi-steps-completed-list .list-group .text  {padding-top: 5px; display: table-cell; line-height: 22px; color: #000; text-decoration: none;}

.mi-steps-completed-list .list-group .text:hover  {text-decoration: underline; cursor: pointer;}
.mi-dashboard img.img-fluid {border-radius: 8px}
.mi-steps-completed-list .list-group .list-group-item .col-xs-2 {text-align: center;}
.guides .card {box-shadow: none; max-width: 22%; margin: 0 auto;}



.coaching-videos .card {box-shadow: none; max-width: 22%; }
.influence .guides .card .card-footer {padding: 0 10px 20px}
.mi-pack-warning{
  background-image: linear-gradient(89deg, #D234DA 0%, #380097 100%);
  width: auto;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  color: #fff;
}
.mi_warning-sign {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 35px;
}


.mi-pack-left-cor {  
  position: absolute;
  bottom: -10px;
  left: 0;
}
.mi-pack-right-cor {  
  position: absolute;
  bottom: -10px;
  right: 0;
}
.f18 {font-size: 18px!important;}
.f20 {font-size: 20px!important;}
.f22 {font-size: 22px!important;}

.portal-templ .portal-img {display: inline-block; border: 2px solid #fff;; color: #000}
.portal-templ .portal-img.active, .portal-templ .portal-img:hover {border: 2px solid #93FF00;}

.grey-block {background-color: #DFE5E9}

.green-rounded-btn {border-radius: 20px; background-color: #5bb720}
.green-rounded-btn:hover {background-color: none; color: #5bb720}

@media (max-width: 576px) {
  .influence .card {margin-right: 10px; margin-left: 10px;}

  .guides .card, .influence .coaching-videos .card {box-shadow: none; max-width: 100%;}

  .mi-dashboard .dragon-mine-dashboard .nav-tabs > li {min-width: 80px; }
    .mi-dashboard .dragon-mine-dashboard .nav-tabs > li a{height: 75px; margin-bottom: 10px;}
  .mi-dashboard .dragon-mine-dashboard .nav-tabs > li > a span.tab-title {line-height: 14px;}

  .header-slider-button {
      width: 30vw;
}

        #myTab>li>a {padding: 5px; font-size: 14px}
  }


.ink-blue {color: #1941EA!important;}

.btn.ink-blue-btn {
  background-image: linear-gradient(89deg, #4BBFFC 0%, #2D3ADB 100%); 
  text-shadow: 0 0 3px #333; 
  color:#fff; 
  border: 0; 
  text-transform: capitalize;
font-size: 20px;
padding: 12px;
}
.btn.ink-blue-btn:hover {
  background-image: linear-gradient(-90deg, #4BBFFC 0%, #2D3ADB 99%); 
}

.btn.ink-blue-green-btn {
  background-image: linear-gradient(89deg, #4BFCBF 0%, #4E5AEF 100%);
  color:#fff; 
  border: 0; 
  text-transform: capitalize;
  font-size: 20px;
  padding: 12px;
}
.btn.ink-blue-green-btn:hover {
  background-image: linear-gradient(-90deg, #4BFCBF 0%, #4E5AEF 100%);
}

.mi-dashboard .btn.ink-blue-btn {
  background-image: linear-gradient(89deg, #4BBFFC 0%, #2D3ADB 100%); 
  text-shadow:none; 
  color:#fff; 
  border: 0; 
  text-transform: capitalize;
  font-size: 18px;
  padding: 8px;
}
.mi-dashboard .btn.ink-blue-btn:hover {
  background-image: linear-gradient(-90deg, #4BBFFC 0%, #2D3ADB 99%); 
}
.mi-dashboard .btn.ink-blue-btn .text-warning {color:#FFDB3F!important; }
.mi-dashboard .btn.ink-blue-btn .info {color:#55DDFD!important; }

.mi-dashboard .btn-primary-outline.f16 {  
  font-size: 16px;
  padding: 8px;
  text-transform: capitalize;
}

.mi_best-value-ribbon {position: absolute; right: -9px; top: -6px; width: 180px}

.coaching-webinar-block { 
  background: url(../../img/mi_webinar-img-1.png?v=2) no-repeat center ;
  position: relative;
  background-position: center;
  text-align: right;
  color: #fff;
  max-width: 500px;
  height: 167px;
  margin: 0 auto;
}


.coming-soon-message {
  border-radius: 6px;
  box-shadow:  2px 2px 5px rgba(0,0,0,0.40);
  padding: 10px;
  font-size: 16px;
  color: #000;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
}

.media-links-block input {border: 1px solid #000}

.form-control.p20 {padding: 20px!important;}

.mt-10 {margin-top: -10px}
.mt-20 {margin-top: -20px}
.vam {vertical-align: middle;}


.col-2 {
    width: 16.666666666666664%; padding: 0 10px; float: left;
}

.col-10 {
    width: 83.33333333333334%; padding: 0 10px; float: left;
}

@media (max-width: 1200px) {

  [class*="col-sm"], [class*="col-md"], [class*="col-lg"], [class*="col-xs"] {
    margin-bottom: 0; }

    .pb10 {padding-bottom: 30px;
     }
     .control-label {padding: 0; margin-bottom: 0;}
    }

/** / Influencer **/

@media (max-width: 768px) {

.group input, .group select {

  font-size: 16px;
}
.control-label {font-size: 16px;}
.navbar-collapse {border-top: 1px solid #ccc; padding-top: 10px;}

}



@media (max-width: 576px) {

.group input, .group select {
  border:1px solid #ccc;
  border-radius:6px;
  font-size: 14px;
  background: #fff;
}


.group input:focus { border:1px solid #007bff; }
.group input:focus ~ .bar {display: none;}


.control-label {font-size: 14px;}

}
