@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
html {
  font-size: 14px; }

@media only screen and (max-width: 63.94em) {
  html {
    font-size: 14px; } }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #37b400; }

::selection {
  color: #ffffff;
  background: #37b400; }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #161616;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: 400;
  line-height: 1.4;
  margin: 0.2rem 0 0.5rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #fff; }

h1 {
  font-size: 2.44444rem; }

h2 {
  font-size: 2.05556rem; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 1.27778rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #bab9b9;
    outline: none; }

img {
  border: 0; }

textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7; }

address {
  font-style: normal; }

em {
  font-style: normal; }

blockquote {
  border-left: 5px solid #090909;
  padding: 10px 20px;
  margin: 0.71429rem 0 1.42857rem; }
  blockquote p {
    margin-bottom: 0;
    font-size: 1.3rem; }

ul, ol, dl {
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 0.85714rem;
  padding: 0; }

ul {
  margin-left: 1.1rem; }

ol {
  margin-left: 1.4rem; }

/*  ==========================================================================
    Common
    ========================================================================== */
.container {
  max-width: 1632px; }
  @media screen and (max-width: 767px) {
    .container {
      padding-right: 12px;
      padding-left: 12px; } }
  @media screen and (max-width: 574px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    .container {
      padding-right: 8px;
      padding-left: 8px; } }
  @media screen and (max-width: 411px) {
    .container {
      padding-left: 7px;
      padding-right: 7px; } }
  @media screen and (max-width: 767px) {
    .container .row {
      margin-left: -12px;
      margin-right: -12px; } }
  @media screen and (max-width: 574px) {
    .container .row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 479px) {
    .container .row {
      margin-right: -8px;
      margin-left: -8px; } }
  @media screen and (max-width: 411px) {
    .container .row {
      margin-right: -7px;
      margin-left: -7px; } }
  @media screen and (max-width: 767px) {
    .container .row > div {
      padding-right: 12px;
      padding-left: 12px; } }
  @media screen and (max-width: 574px) {
    .container .row > div {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    .container .row > div {
      padding-right: 8px;
      padding-left: 8px; } }
  @media screen and (max-width: 411px) {
    .container .row > div {
      padding-right: 7px;
      padding-left: 7px; } }

a {
  display: inline-block; }
  a:hover {
    text-decoration: none; }
  a:focus {
    color: #263238;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

button:focus {
  color: #263238;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

section {
  padding-bottom: 47px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    section {
      padding-bottom: 22px; } }
  @media screen and (max-width: 574px) {
    section {
      padding-bottom: 31px; } }
  @media screen and (max-width: 479px) {
    section {
      padding-bottom: 28px; } }
  @media screen and (max-width: 411px) {
    section {
      padding-bottom: 26px; } }
  @media screen and (max-width: 374px) {
    section {
      padding-bottom: 25px; } }

.site-top {
  padding: 7px 0; }
  .site-top p {
    font-size: 18px;
    color: #d9d9d9; }
    @media (max-width: 990px) and (min-width: 768px) {
      .site-top p {
        font-size: 17px; } }
  @media screen and (max-width: 767px) {
    .site-top {
      display: none; } }

h2 {
  margin: 0;
  color: #FFF;
  font-weight: 900; }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    h2 h2 {
      font-size: 24px; } }
  @media screen and (max-width: 574px) {
    h2 {
      font-size: 20px; } }

h3 {
  margin: 0;
  color: #FFF;
  font-weight: 500; }

.title-margin {
  margin-bottom: 65px; }
  @media screen and (max-width: 991px) {
    .title-margin {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .title-margin {
      margin-bottom: 19px; } }
  @media screen and (max-width: 574px) {
    .title-margin {
      margin-bottom: 15px; } }
  @media screen and (max-width: 479px) {
    .title-margin {
      margin-bottom: 13px; } }
  @media screen and (max-width: 411px) {
    .title-margin {
      margin-bottom: 12px; } }
  @media screen and (max-width: 374px) {
    .title-margin {
      margin-bottom: 11px; } }
  .title-margin .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .title-margin .title-wrap .see-all-btn {
      width: 16.67%;
      padding-left: 15px; }
      @media screen and (max-width: 1400px) {
        .title-margin .title-wrap .see-all-btn {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .title-margin .title-wrap .see-all-btn {
          width: 30%; } }
      @media screen and (max-width: 479px) {
        .title-margin .title-wrap .see-all-btn {
          width: 30%; } }

.title {
  position: relative;
  width: 83.33%;
  padding-right: 15px; }
  @media screen and (max-width: 1400px) {
    .title {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .title {
      width: 70%; } }
  @media screen and (max-width: 479px) {
    .title {
      width: 70%; } }
  .title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #4c4c4c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }
  .title h2 {
    font-size: 42px;
    display: inline-block;
    padding-right: 54px;
    background-color: #161616;
    position: relative; }
    @media (max-width: 990px) and (min-width: 768px) {
      .title h2 {
        font-size: 36px !important;
        padding-right: 40px !important; } }
    @media screen and (max-width: 991px) {
      .title h2 {
        font-size: 38px;
        letter-spacing: 1px;
        padding-right: 43px; } }
    @media screen and (max-width: 767px) {
      .title h2 {
        font-size: 36px;
        letter-spacing: 0.75px;
        padding-right: 22px; } }
    @media screen and (max-width: 574px) {
      .title h2 {
        font-size: 31px;
        padding-right: 13px;
        letter-spacing: 1px; } }
    @media screen and (max-width: 479px) {
      .title h2 {
        font-size: 25px;
        padding-right: 15px; } }
    @media screen and (max-width: 411px) {
      .title h2 {
        font-size: 24px;
        letter-spacing: 0.2px; } }
    @media screen and (max-width: 374px) {
      .title h2 {
        font-size: 23px;
        padding-right: 14px;
        letter-spacing: 0.2px; } }

.see-all-btn {
  width: 16.67%;
  padding-left: 15px; }

.btn-defult {
  color: #ffffff;
  background-color: #2f9701;
  padding: 17px 27px;
  font-weight: 900;
  font-size: 21px;
  line-height: normal;
  margin-left: 0; }
  @media (max-width: 990px) and (min-width: 768px) {
    .btn-defult {
      font-size: 18px;
      padding: 11px 17px; } }
  .btn-defult:hover {
    background-color: #52bf21;
    color: #ffffff; }

@media screen and (max-width: 767px) {
  .see-all-btn .btn-defult:first-child {
    display: none; } }

/*  ==========================================================================
    Join Now
    ========================================================================== */
.join-now-label {
  background-color: #CE1D25;
  padding: 26px 15px !important;
  font-size: 36px;
  display: inline-block;
  width: 100%;
  color: #FEF2E8;
  text-align: center;
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 99;
  line-height: 1;
  font-weight: 500; }
  @media screen and (max-width: 574px) {
    .join-now-label {
      font-size: 34px;
      padding: 20px 0 !important;
      line-height: 34px !important; } }
  @media screen and (max-width: 479px) {
    .join-now-label {
      font-size: 27px;
      padding: 17px 0 14px 0px !important;
      line-height: normal !important;
      letter-spacing: 1px; } }
  @media screen and (max-width: 411px) {
    .join-now-label {
      letter-spacing: normal;
      font-size: 25px;
      padding: 14px 0 !important; } }
  @media screen and (max-width: 374px) {
    .join-now-label {
      letter-spacing: 1px;
      font-size: 23px;
      padding: 14px 0 !important; } }
  .join-now-label i {
    padding-left: 10px; }
  .join-now-label:hover {
    background-color: #a71a19;
    color: #FFF; }

.join-now-label.active {
  top: 0; }

/*  ==========================================================================
    Slider
    ========================================================================== */
.main-slider {
  line-height: 0; }
  @media screen and (max-width: 767px) {
    .main-slider {
      display: none; } }
  .main-slider:hover .carousel-control-next {
    opacity: 1;
    visibility: visible;
    right: 65px; }
    .main-slider:hover .carousel-control-next img {
      position: relative;
      right: -1px; }
  .main-slider:hover .carousel-control-prev {
    opacity: 1;
    visibility: visible;
    left: 65px; }
    .main-slider:hover .carousel-control-prev img {
      position: relative;
      left: -1px; }
  .main-slider .owl-nav {
    margin-top: 0 !important; }
  .main-slider .carousel-item {
    line-height: 0; }
  .main-slider .carousel-control-next, .main-slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    background-color: #2f9701;
    color: #263238;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    cursor: pointer; }
  .main-slider .carousel-control-next {
    right: 0; }
  .main-slider .carousel-control-prev {
    left: 0; }
  .main-slider .owl-dots {
    margin: 0;
    bottom: 16px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
    @media screen and (max-width: 991px) {
      .main-slider .owl-dots {
        bottom: 13px; } }
    .main-slider .owl-dots .active span {
      background-color: #e7d4d4 !important; }
    .main-slider .owl-dots button:focus {
      outline: none; }
    .main-slider .owl-dots button span {
      width: 22px !important;
      height: 22px !important;
      background-color: #484040 !important;
      border-radius: 5px !important;
      cursor: pointer !important;
      margin-right: 4px !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      margin-left: 4px !important; }
      @media screen and (max-width: 991px) {
        .main-slider .owl-dots button span {
          width: 18px !important;
          height: 18px !important; } }

/*  ==========================================================================
    Header
    ========================================================================== */
header {
  border-bottom: 1px solid #2c2c2c; }
  @media screen and (max-width: 767px) {
    header {
      border: none;
      position: absolute;
      z-index: 99;
      right: 0;
      left: 0;
      background: #161616; } }
  @media screen and (max-width: 767px) {
    header > .container {
      max-width: 100%;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    header > .container > .row {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    header > .container > .row > div {
      padding: 0; } }
  header nav.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      header nav.navbar .navbar-nav li:last-child {
        border-bottom: 1px solid #3e3b42; } }
    header nav.navbar .brand-logo {
      display: none; }
      @media screen and (max-width: 767px) {
        header nav.navbar .brand-logo {
          display: inline-block;
          padding-left: 12px;
          padding-bottom: 9px;
          padding-top: 9px; } }
    @media screen and (max-width: 767px) {
      header nav.navbar .navbar-toggler {
        margin-right: 12px;
        color: #FFF;
        border: none;
        border-radius: 0;
        line-height: 0;
        padding: 7px 0;
        margin-top: -2px; } }
    @media screen and (max-width: 574px) {
      header nav.navbar .navbar-toggler {
        margin-right: 10px; } }
    @media screen and (max-width: 479px) {
      header nav.navbar .navbar-toggler {
        margin-right: 8px; } }
    @media screen and (max-width: 374px) {
      header nav.navbar .navbar-toggler {
        margin-right: 7px; } }
    header nav.navbar .navbar-toggler span {
      padding: 0;
      color: #FFF;
      border: none;
      width: 23px;
      height: 4px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #FFF;
      border-radius: 0;
      display: inline-block;
      position: relative;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      header nav.navbar .navbar-toggler span:after {
        content: "";
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      header nav.navbar .navbar-toggler span:before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: #FFF;
        top: 0;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    header nav.navbar .navbar-toggler.collapsed span {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      header nav.navbar .navbar-toggler.collapsed span:before {
        top: -8px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      header nav.navbar .navbar-toggler.collapsed span:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        bottom: -8px;
        background-color: #FFF;
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 1; }
    @media screen and (max-width: 767px) {
      header nav.navbar .navbar-collapse {
        background-color: #1f1f1f; } }
    header nav.navbar .navbar-toggler:focus {
      outline: none; }
  @media (max-width: 991px) and (min-width: 768px) {
    header .navbar-expand-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 991px) and (min-width: 768px) {
    header .navbar-expand-lg .navbar-toggler {
      display: none; } }
  @media (max-width: 991px) and (min-width: 768px) {
    header .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media (max-width: 991px) and (min-width: 768px) {
    header .navbar-expand-lg .navbar-collapse .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 990px) and (min-width: 768px) {
    header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item + .nav-item {
      margin-left: 40px; } }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: normal;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    color: #bab9b9; }
    header .navbar-expand-lg .navbar-nav .nav-link:hover:before {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 991px) and (min-width: 768px) {
      header .navbar-expand-lg .navbar-nav .nav-link {
        letter-spacing: 0.7px; } }
    @media (max-width: 990px) and (min-width: 768px) {
      header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      header .navbar-expand-lg .navbar-nav .nav-link {
        border-top: 1px solid #3e3b42;
        font-size: 24px;
        font-weight: normal;
        color: #d4d3d3;
        padding: 20px 23px; } }
    @media screen and (max-width: 574px) {
      header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 20px;
        padding: 17px 19px 16px 19px; } }
    @media screen and (max-width: 479px) {
      header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        letter-spacing: 1px;
        padding: 14px 16px;
        line-height: 21px; } }
    @media screen and (max-width: 374px) {
      header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding: 12px 14px;
        line-height: normal;
        letter-spacing: 0; } }
    header .navbar-expand-lg .navbar-nav .nav-link:before {
      content: "";
      position: absolute;
      right: 0;
      height: 5px;
      background-color: #2f9701;
      bottom: 0;
      opacity: 0;
      left: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media screen and (max-width: 767px) {
        header .navbar-expand-lg .navbar-nav .nav-link:before {
          height: 100%;
          width: 8px; } }
      @media screen and (max-width: 574px) {
        header .navbar-expand-lg .navbar-nav .nav-link:before {
          width: 6px; } }
      @media screen and (max-width: 479px) {
        header .navbar-expand-lg .navbar-nav .nav-link:before {
          width: 5px; } }
  header .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 54px; }
    @media screen and (max-width: 767px) {
      header .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
        margin: 0; } }
  header .nav-item.active .nav-link:before {
    opacity: 1;
    visibility: visible; }
  header .login-btn {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      header .login-btn {
        width: 50%;
        text-align: left;
        float: left; } }
    header .login-btn a {
      font-size: 18px;
      color: #bab9b9;
      display: inline-block;
      letter-spacing: 1px; }
      @media (max-width: 991px) and (min-width: 768px) {
        header .login-btn a {
          letter-spacing: 0.6px; } }
      @media (max-width: 990px) and (min-width: 768px) {
        header .login-btn a {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        header .login-btn a {
          display: block;
          text-align: center;
          font-size: 32px;
          color: #d4d3d3;
          background-color: #262626;
          padding: 17px 0;
          font-weight: 300;
          border-top: 1px solid #4c4c4c;
          border-bottom: 1px solid #4c4c4c;
          letter-spacing: 1.3px; } }
      @media screen and (max-width: 574px) {
        header .login-btn a {
          font-size: 26px;
          padding: 16px 0; } }
      @media screen and (max-width: 479px) {
        header .login-btn a {
          font-size: 24px;
          padding: 12px 0; } }
      @media screen and (max-width: 411px) {
        header .login-btn a {
          font-size: 20px;
          padding: 13px 0; } }
      @media screen and (max-width: 374px) {
        header .login-btn a {
          font-size: 19px; } }
      header .login-btn a img {
        padding-left: 8px;
        margin-top: -1px; }
        @media screen and (max-width: 767px) {
          header .login-btn a img {
            display: none; } }
    header .login-btn :hover {
      color: #2f9701; }
      header .login-btn :hover i {
        color: #2f9701; }
  @media screen and (max-width: 767px) {
    header .join-now {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 767px) {
    header .join-now a {
      display: block;
      text-align: center;
      background-color: #2f9701;
      padding: 27px 0 24px 0;
      font-weight: 900;
      color: #000000;
      letter-spacing: 1.2px;
      line-height: 33px;
      font-size: 44px; } }
  @media screen and (max-width: 574px) {
    header .join-now a {
      font-size: 37px;
      padding: 21px 0 19px 0; } }
  @media screen and (max-width: 479px) {
    header .join-now a {
      font-size: 32px;
      padding: 16px 0 13px 0; } }
  @media screen and (max-width: 411px) {
    header .join-now a {
      font-size: 27px;
      padding: 12px 0 13px 0; } }
  @media screen and (max-width: 374px) {
    header .join-now a {
      font-size: 27px;
      padding: 11px 0;
      line-height: normal; } }
  @media screen and (max-width: 359px) {
    header .join-now a {
      padding: 12px 0 11px 0; } }
  header .signup-btn {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      header .signup-btn {
        display: none; } }
    header .signup-btn a {
      color: #ffffff;
      background-color: #2f9701;
      padding: 23px 52px 20px 52px;
      font-size: 22px;
      line-height: normal;
      margin-top: -12px;
      margin-left: 40px;
      z-index: 9;
      margin-bottom: -7px;
      font-weight: 900;
      position: relative; }
      header .signup-btn a:hover {
        background-color: #52bf21; }
      @media (max-width: 990px) and (min-width: 768px) {
        header .signup-btn a {
          padding: 18px 32px 16px 32px;
          font-size: 16px;
          margin-left: 10px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        header .signup-btn a {
          letter-spacing: 0.5px; } }

.tube-page .site-top {
  padding: 26px 0; }
  @media screen and (max-width: 991px) {
    .tube-page .site-top {
      padding: 16px 0; } }

.tube-page header {
  background-color: #252525; }
  .tube-page header .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 0; }
  .tube-page header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    background-color: #161616; }
  .tube-page header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 17px 26px; }
    @media screen and (max-width: 830px) {
      .tube-page header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 17px 17px; } }
    .tube-page header .navbar-expand-lg .navbar-nav .nav-link:hover {
      background-color: #161616; }
  .tube-page header .signup-btn a {
    margin-top: -6px;
    margin-bottom: -6px;
    padding: 21px 52px 18px 52px; }

/*  ==========================================================================
    What's Hot
    ========================================================================== */
@media screen and (max-width: 767px) {
  .hot-section {
    padding-top: 124px; } }

@media screen and (max-width: 574px) {
  .hot-section {
    padding-top: 112px; } }

@media screen and (max-width: 479px) {
  .hot-section {
    padding-top: 102px; } }

@media screen and (max-width: 411px) {
  .hot-section {
    padding-top: 98px; } }

@media screen and (max-width: 767px) {
  .hot-section .container {
    max-width: 100%; } }

.hot-section .container .hot-video-box video {
  position: absolute; }

@media screen and (max-width: 479px) {
  .hot-section .container .hot-video-box .play-icon img {
    width: 80px; } }

.small-title {
  margin: 24px 0 21px 0; }
  @media (max-width: 990px) and (min-width: 768px) {
    .small-title {
      margin: 20px 0 16px 0; } }
  @media screen and (max-width: 767px) {
    .small-title {
      margin: 17px 0 25px 0; } }
  @media screen and (max-width: 574px) {
    .small-title {
      margin: 14px 0 19px 0; } }
  @media screen and (max-width: 479px) {
    .small-title {
      margin: 12px 0 16px 0;
      letter-spacing: 0; } }
  @media screen and (max-width: 411px) {
    .small-title {
      margin: 12px 0 14px 0; } }
  @media screen and (max-width: 374px) {
    .small-title {
      margin: 7px 0 14px 0; } }
  .small-title h3 {
    color: #d3d3d3; }
    @media screen and (max-width: 767px) {
      .small-title h3 {
        font-size: 28px;
        letter-spacing: 0.75px; } }
    @media screen and (max-width: 574px) {
      .small-title h3 {
        font-size: 24px; } }
    @media screen and (max-width: 479px) {
      .small-title h3 {
        font-size: 21px;
        letter-spacing: 0; } }
    @media screen and (max-width: 411px) {
      .small-title h3 {
        font-size: 18px;
        letter-spacing: 0.7px; } }
    @media screen and (max-width: 374px) {
      .small-title h3 {
        font-size: 17px; } }

.hot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px; }
  @media screen and (max-width: 1199px) {
    .hot-wrap {
      margin-right: -9px;
      margin-left: -9px; } }
  @media screen and (max-width: 767px) {
    .hot-wrap {
      margin-right: -6px;
      margin-left: -6px; } }
  @media screen and (max-width: 574px) {
    .hot-wrap {
      margin-right: -5px;
      margin-left: -5px; } }
  @media screen and (max-width: 479px) {
    .hot-wrap {
      margin-right: -4px;
      margin-left: -4px; } }
  .hot-wrap > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 11px;
    padding-left: 11px;
    margin-bottom: 22px !important; }
    @media screen and (max-width: 1199px) {
      .hot-wrap > div {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 9px;
        margin-bottom: 18px !important; } }
    @media screen and (max-width: 767px) {
      .hot-wrap > div {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 12px;
        margin-bottom: 0 !important;
        padding-right: 6px;
        padding-left: 6px; } }
    @media screen and (max-width: 574px) {
      .hot-wrap > div {
        padding: 0 5px;
        margin-top: 10px; } }
    @media screen and (max-width: 479px) {
      .hot-wrap > div {
        margin-top: 8px;
        padding: 0 4px; } }
    @media screen and (max-width: 374px) {
      .hot-wrap > div {
        margin-top: 8px; } }
  @media screen and (max-width: 1199px) {
    .hot-wrap > div:last-child, .hot-wrap > div:nth-child(9) {
      display: none; } }

.hot-video-box {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .hot-video-box:hover:before {
    opacity: 0.3; }
  .hot-video-box:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #151515;
    opacity: 0;
    z-index: 1; }
  .hot-video-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    @media screen and (max-width: 767px) {
      .hot-video-box video {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
    @media screen and (max-width: 575px) {
      .hot-video-box video {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
    @media screen and (max-width: 430px) {
      .hot-video-box video {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
  .hot-video-box .play-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    bottom: 0;
    z-index: 9; }
    .hot-video-box .play-icon a {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      text-align: center; }
      .hot-video-box .play-icon a img {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  .hot-video-box .video-poster {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 574px) {
      .hot-video-box .video-poster {
        bottom: -1px; } }
    .hot-video-box .video-poster img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hot-video-box .video-img {
    height: 100%;
    position: relative; }
    .hot-video-box .video-img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hot-video-box:hover .play-icon {
    opacity: 1; }
  .hot-video-box:hover .video-poster {
    opacity: 0; }

.hot-wrap + .hot-wrap {
  margin-top: 22px; }
  @media screen and (max-width: 1199px) {
    .hot-wrap + .hot-wrap {
      margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    .hot-wrap + .hot-wrap {
      margin-top: 0; } }

/*  ==========================================================================
    Featured Porn
    ========================================================================== */
.featured-porn-section {
  padding-bottom: 96px; }
  @media screen and (max-width: 991px) {
    .featured-porn-section {
      padding-bottom: 46px; } }
  @media screen and (max-width: 767px) {
    .featured-porn-section {
      padding-bottom: 50px; } }
  @media screen and (max-width: 574px) {
    .featured-porn-section {
      padding-bottom: 42px; } }
  @media screen and (max-width: 479px) {
    .featured-porn-section {
      padding-bottom: 36px; } }
  @media screen and (max-width: 411px) {
    .featured-porn-section {
      padding-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .featured-porn-section .container {
      max-width: 100%; } }
  .featured-porn-section .container .play-icon a img {
    width: 130px; }
  @media screen and (max-width: 991px) {
    .featured-porn-section .container .row:last-child {
      margin-right: -13px;
      margin-left: -13px; } }
  @media screen and (max-width: 991px) {
    .featured-porn-section .container .row:last-child > div {
      padding-right: 13px;
      padding-left: 13px; } }
  @media screen and (max-width: 767px) {
    .featured-porn-section .container .row:last-child > div {
      width: 100%;
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
      display: inline-block !important; } }

.view-all {
  display: none; }
  @media screen and (max-width: 767px) {
    .view-all {
      display: inline-block;
      padding: 11px 28px;
      font-size: 24px;
      font-weight: normal;
      color: #000000;
      line-height: 24px; } }
  @media screen and (max-width: 574px) {
    .view-all {
      font-size: 21px;
      padding: 7px 22px;
      line-height: normal; } }
  @media screen and (max-width: 479px) {
    .view-all {
      font-size: 18px;
      padding: 6px 17px; } }
  @media screen and (max-width: 411px) {
    .view-all {
      font-size: 16px;
      padding: 6px 17px; } }
  @media screen and (max-width: 374px) {
    .view-all {
      padding: 5px 15px; } }
  @media screen and (max-width: 359px) {
    .view-all {
      padding: 5px 10px; } }

.porn-box {
  margin-top: 70px; }
  @media screen and (max-width: 991px) {
    .porn-box {
      margin-top: 37px; } }
  @media screen and (max-width: 767px) {
    .porn-box {
      margin-top: 0; } }
  .porn-box .hot-video-box {
    overflow: hidden; }
    .porn-box .hot-video-box:before {
      background: #bdbdbd; }
    @media screen and (max-width: 991px) {
      .porn-box .hot-video-box {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .porn-box .hot-video-box {
        margin-top: 28px; } }
    @media screen and (max-width: 574px) {
      .porn-box .hot-video-box {
        margin-top: 23px; } }
    @media screen and (max-width: 479px) {
      .porn-box .hot-video-box {
        margin-top: 19px; } }
    @media screen and (max-width: 411px) {
      .porn-box .hot-video-box {
        margin-top: 16px; } }
    .porn-box .hot-video-box .video-time {
      position: absolute;
      right: 0;
      bottom: 0;
      color: #d8d8d8;
      font-size: 12px;
      background-color: #263238;
      font-weight: 500;
      line-height: normal !important;
      padding: 6px 11px; }
      @media screen and (max-width: 574px) {
        .porn-box .hot-video-box .video-time {
          font-size: 18px;
          padding: 3px 10px;
          font-weight: normal; } }
      @media screen and (max-width: 479px) {
        .porn-box .hot-video-box .video-time {
          font-size: 14px;
          padding: 4px 11px 2px 11px;
          line-height: 18px !important; } }
      @media screen and (max-width: 411px) {
        .porn-box .hot-video-box .video-time {
          font-size: 12px; } }
      @media screen and (max-width: 374px) {
        .porn-box .hot-video-box .video-time {
          font-size: 13px;
          padding: 4px 7px 1px 7px; } }
  .porn-box .porn-detail {
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .porn-box .porn-detail {
        margin-top: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .porn-box .porn-detail .video-date {
      display: block;
      color: #9c9c9c;
      font-size: 13px; }
      @media screen and (max-width: 767px) {
        .porn-box .porn-detail .video-date {
          width: 30%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          text-align: right;
          font-size: 20px; } }
      @media screen and (max-width: 574px) {
        .porn-box .porn-detail .video-date {
          font-size: 16px; } }
      @media screen and (max-width: 479px) {
        .porn-box .porn-detail .video-date {
          font-size: 15px;
          letter-spacing: -0.2px; } }
      @media screen and (max-width: 479px) {
        .porn-box .porn-detail .video-date {
          font-size: 13px; } }
    .porn-box .porn-detail .video-review {
      margin: 24px 0 0 0; }
      @media screen and (max-width: 767px) {
        .porn-box .porn-detail .video-review {
          width: 70%;
          margin: 0; } }
      .porn-box .porn-detail .video-review li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        color: #d8d8d8; }
        @media screen and (max-width: 767px) {
          .porn-box .porn-detail .video-review li {
            font-size: 20px; } }
        @media screen and (max-width: 574px) {
          .porn-box .porn-detail .video-review li {
            font-size: 17px; } }
        @media screen and (max-width: 479px) {
          .porn-box .porn-detail .video-review li {
            font-size: 15px; } }
        @media screen and (max-width: 411px) {
          .porn-box .porn-detail .video-review li {
            font-size: 14px; } }
        @media screen and (max-width: 359px) {
          .porn-box .porn-detail .video-review li {
            font-size: 12px; } }
        .porn-box .porn-detail .video-review li i {
          color: #2f9701;
          padding-right: 15px; }
          @media (max-width: 991px) and (min-width: 768px) {
            .porn-box .porn-detail .video-review li i {
              font-size: 16px; } }
          @media screen and (max-width: 767px) {
            .porn-box .porn-detail .video-review li i {
              padding-right: 8px; } }
          @media screen and (max-width: 574px) {
            .porn-box .porn-detail .video-review li i {
              padding-right: 8px;
              font-size: 16px; } }
          @media screen and (max-width: 479px) {
            .porn-box .porn-detail .video-review li i {
              font-size: 16px;
              padding-right: 6px; } }
          @media screen and (max-width: 411px) {
            .porn-box .porn-detail .video-review li i {
              font-size: 14px; } }
          @media screen and (max-width: 359px) {
            .porn-box .porn-detail .video-review li i {
              font-size: 14px; } }
      .porn-box .porn-detail .video-review li + li {
        margin-left: 18px; }
        @media (max-width: 991px) and (min-width: 768px) {
          .porn-box .porn-detail .video-review li + li {
            margin-left: 16px;
            letter-spacing: 1px; } }
        @media screen and (max-width: 767px) {
          .porn-box .porn-detail .video-review li + li {
            margin-left: 25px; } }
        @media screen and (max-width: 574px) {
          .porn-box .porn-detail .video-review li + li {
            margin-left: 20px; } }
        @media screen and (max-width: 479px) {
          .porn-box .porn-detail .video-review li + li {
            margin-left: 17px; } }
        @media screen and (max-width: 411px) {
          .porn-box .porn-detail .video-review li + li {
            margin-left: 11px; } }
    .porn-box .porn-detail > a {
      color: #d8d8d8;
      font-weight: 900;
      font-size: 18px;
      display: inline-block;
      margin: 10px 0 9px 0; }
      @media (max-width: 990px) and (min-width: 768px) {
        .porn-box .porn-detail > a {
          margin: 6px 0 7px 0; } }
      @media screen and (max-width: 767px) {
        .porn-box .porn-detail > a {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 1px;
          font-size: 24px;
          margin-bottom: 0; } }
      @media screen and (max-width: 574px) {
        .porn-box .porn-detail > a {
          margin: 3px 0 0 0;
          font-size: 20px; } }
      @media screen and (max-width: 479px) {
        .porn-box .porn-detail > a {
          font-size: 17px;
          margin-top: 0px; } }
      @media screen and (max-width: 411px) {
        .porn-box .porn-detail > a {
          font-size: 16px; } }
      @media screen and (max-width: 374px) {
        .porn-box .porn-detail > a {
          font-size: 15px; } }
      .porn-box .porn-detail > a:hover {
        color: #2f9701; }

/*  ==========================================================================
    Featured Porn
    ========================================================================== */
.banner-section {
  padding: 0; }
  .banner-section .banner-wrap {
    margin: 0 15px; }
    @media screen and (max-width: 1632px) {
      .banner-section .banner-wrap {
        margin: 0; } }
    .banner-section .banner-wrap a {
      width: 100%; }
      .banner-section .banner-wrap a img {
        width: 100%; }
  @media screen and (max-width: 767px) {
    .banner-section {
      display: none; } }

/*  ==========================================================================
    Featured Models
    ========================================================================== */
.models-section {
  padding-bottom: 94px;
  padding-top: 68px; }
  @media screen and (max-width: 991px) {
    .models-section {
      padding-top: 39px;
      padding-bottom: 43px; } }
  @media screen and (max-width: 574px) {
    .models-section {
      padding-bottom: 40px; } }
  @media screen and (max-width: 479px) {
    .models-section {
      padding-top: 32px;
      padding-bottom: 37px; } }
  @media screen and (max-width: 411px) {
    .models-section {
      padding-bottom: 32px;
      padding-top: 31px; } }
  @media screen and (max-width: 374px) {
    .models-section {
      padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    .models-section > .container {
      max-width: 100%; } }

.model-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }
  @media screen and (max-width: 1199px) {
    .model-wrap {
      margin-right: -13px;
      margin-left: -13px; } }
  @media screen and (max-width: 767px) {
    .model-wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media screen and (max-width: 411px) {
    .model-wrap {
      margin-right: -7px;
      margin-left: -7px; } }
  @media screen and (max-width: 374px) {
    .model-wrap {
      margin-right: -6px;
      margin-left: -6px; } }
  .model-wrap .model-box {
    position: relative; }
    @media screen and (max-width: 767px) {
      .model-wrap .model-box {
        margin-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .model-wrap .model-box {
        margin-bottom: 9px; } }
    @media screen and (max-width: 374px) {
      .model-wrap .model-box {
        margin-bottom: 8px; } }
    .model-wrap .model-box .model-img {
      position: relative; }
      .model-wrap .model-box .model-img:hover:before {
        opacity: 0.3; }
      .model-wrap .model-box .model-img:hover .plus-icon {
        opacity: 1; }
      .model-wrap .model-box .model-img:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #151515;
        opacity: 0; }
      .model-wrap .model-box .model-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .model-wrap .model-box .model-img .plus-icon {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 100%;
        right: 0;
        bottom: 0;
        z-index: 9;
        width: 100%; }
        .model-wrap .model-box .model-img .plus-icon img {
          border-radius: 100px;
          width: auto;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
          @media screen and (max-width: 911px) {
            .model-wrap .model-box .model-img .plus-icon img {
              width: 110px; } }
          @media screen and (max-width: 575px) {
            .model-wrap .model-box .model-img .plus-icon img {
              width: 70px; } }
    .model-wrap .model-box .model-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 21px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .model-wrap .model-box .model-detail {
          margin: 10px 0 0 0; } }
      @media screen and (max-width: 479px) {
        .model-wrap .model-box .model-detail {
          margin: 7px 0 0 0; } }
      @media screen and (max-width: 374px) {
        .model-wrap .model-box .model-detail {
          margin-top: 4px; } }
      .model-wrap .model-box .model-detail .model-name {
        font-size: 17px;
        font-weight: 900;
        color: #FFF; }
        @media screen and (max-width: 767px) {
          .model-wrap .model-box .model-detail .model-name {
            font-size: 20px;
            color: #d8d8d8;
            font-weight: normal; } }
        @media screen and (max-width: 574px) {
          .model-wrap .model-box .model-detail .model-name {
            font-size: 16px; } }
        @media screen and (max-width: 479px) {
          .model-wrap .model-box .model-detail .model-name {
            font-size: 15px;
            letter-spacing: -0.2px; } }
        @media screen and (max-width: 411px) {
          .model-wrap .model-box .model-detail .model-name {
            font-size: 13px; } }
        @media screen and (max-width: 374px) {
          .model-wrap .model-box .model-detail .model-name {
            font-size: 13px; } }
        .model-wrap .model-box .model-detail .model-name:hover {
          color: #2f9701; }
      .model-wrap .model-box .model-detail .model-like {
        font-size: 13px;
        color: #d8d8d8;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .model-wrap .model-box .model-detail .model-like {
            font-size: 20px;
            font-weight: normal;
            color: #bdbdbd; } }
        @media screen and (max-width: 574px) {
          .model-wrap .model-box .model-detail .model-like {
            font-size: 16px; } }
        @media screen and (max-width: 479px) {
          .model-wrap .model-box .model-detail .model-like {
            font-size: 13px; } }
        @media screen and (max-width: 374px) {
          .model-wrap .model-box .model-detail .model-like {
            font-size: 12px; } }
        .model-wrap .model-box .model-detail .model-like i {
          padding-right: 13px;
          color: #2f9701; }
          @media screen and (max-width: 767px) {
            .model-wrap .model-box .model-detail .model-like i {
              padding-right: 9px; } }
          @media screen and (max-width: 574px) {
            .model-wrap .model-box .model-detail .model-like i {
              font-size: 18px; } }
          @media screen and (max-width: 479px) {
            .model-wrap .model-box .model-detail .model-like i {
              font-size: 16px;
              padding-right: 6px; } }
      .model-wrap .model-box .model-detail .show-mobile {
        display: none; }
        @media screen and (max-width: 767px) {
          .model-wrap .model-box .model-detail .show-mobile {
            display: inline-block; } }
      @media screen and (max-width: 767px) {
        .model-wrap .model-box .model-detail .show-desktop {
          display: none; } }
  .model-wrap > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    margin-top: 59px;
    padding-left: 16px; }
    @media screen and (max-width: 1199px) {
      .model-wrap > div {
        padding-right: 13px;
        margin-top: 30px;
        padding-left: 13px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media screen and (max-width: 991px) {
      .model-wrap > div {
        margin-top: 36px; } }
    @media screen and (max-width: 767px) {
      .model-wrap > div {
        padding: 0 10px;
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0; } }
    @media screen and (max-width: 411px) {
      .model-wrap > div {
        padding: 0 7px; } }
    @media screen and (max-width: 374px) {
      .model-wrap > div {
        padding: 0 6px; } }

/*  ==========================================================================
    Button
    ========================================================================== */
.button-section {
  display: none;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .button-section {
      display: block; } }
  .button-section .container {
    max-width: 100%; }
    .button-section .container .button-wrap {
      margin: 0; }
      .button-section .container .button-wrap li {
        list-style: none; }
        .button-section .container .button-wrap li a {
          display: block;
          text-align: center;
          color: #000000;
          padding: 27px 0px 25px 0;
          background-color: #2f9701;
          font-size: 36px;
          letter-spacing: 0.30px;
          text-transform: uppercase;
          line-height: 36px; }
          .button-section .container .button-wrap li a:hover {
            background-color: #52bf21;
            color: #000000; }
          @media screen and (max-width: 574px) {
            .button-section .container .button-wrap li a {
              padding: 19px 0;
              font-size: 30px;
              line-height: normal; } }
          @media screen and (max-width: 479px) {
            .button-section .container .button-wrap li a {
              font-size: 26px;
              padding: 16px 0; } }
          @media screen and (max-width: 411px) {
            .button-section .container .button-wrap li a {
              font-size: 23px;
              padding: 15px 0; } }
        .button-section .container .button-wrap li a.btn-red {
          background-color: #FFFFFF;
          color: #2f9701; }
          .button-section .container .button-wrap li a.btn-red:hover {
            background-color: #2f9701;
            color: #FFF; }
      .button-section .container .button-wrap li + li {
        margin-top: 24px; }
        @media screen and (max-width: 574px) {
          .button-section .container .button-wrap li + li {
            margin-top: 19px; } }
        @media screen and (max-width: 479px) {
          .button-section .container .button-wrap li + li {
            margin-top: 17px; } }
        @media screen and (max-width: 411px) {
          .button-section .container .button-wrap li + li {
            margin-top: 15px; } }
        @media screen and (max-width: 374px) {
          .button-section .container .button-wrap li + li {
            margin-top: 12px; } }

/*  ==========================================================================
    Footer
    ========================================================================== */
footer {
  background-color: #1c1c1c;
  padding: 54px 0 38px 0;
  border-top: 1px solid #2c2c2c;
  margin-top: 100px;
  overflow: hidden; }
  @media (max-width: 990px) and (min-width: 768px) {
    footer {
      padding: 52px 0 30px 0; } }
  @media screen and (max-width: 991px) {
    footer {
      margin-top: 50px;
      padding: 57px 0 30px 0; } }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 50px;
      padding: 49px 0 50px 0; } }
  @media screen and (max-width: 574px) {
    footer {
      padding: 40px 0 36px 0;
      margin-top: 41px; } }
  @media screen and (max-width: 479px) {
    footer {
      margin-top: 31px;
      padding: 34px 0 33px 0; } }
  @media screen and (max-width: 411px) {
    footer {
      margin-top: 32px;
      padding: 30px 0 31px 0; } }
  @media screen and (max-width: 374px) {
    footer {
      padding: 25px 0 30px 0; } }
  @media screen and (max-width: 767px) {
    footer .container {
      max-width: 100%; } }
  @media screen and (max-width: 479px) {
    footer .container .footer-logo img {
      width: 216px; } }
  @media screen and (max-width: 411px) {
    footer .container .footer-logo img {
      width: 195px; } }
  @media screen and (max-width: 374px) {
    footer .container .footer-logo img {
      width: 188px; } }
  footer .container .footer-menu {
    margin: 73px 150px 62px; }
    @media (max-width: 990px) and (min-width: 768px) {
      footer .container .footer-menu {
        margin: 70px 0 50px 0; } }
    @media screen and (max-width: 1199px) {
      footer .container .footer-menu {
        margin: 53px 0 42px 0; } }
    @media screen and (max-width: 991px) {
      footer .container .footer-menu {
        margin: 74px 0 62px 0; } }
    @media screen and (max-width: 767px) {
      footer .container .footer-menu {
        margin: 50px 0 50px 0; } }
    @media screen and (max-width: 574px) {
      footer .container .footer-menu {
        margin: 41px 0 35px 0; } }
    @media screen and (max-width: 479px) {
      footer .container .footer-menu {
        margin: 34px 0; } }
    @media screen and (max-width: 411px) {
      footer .container .footer-menu {
        margin: 31px 0 28px 0; } }
    footer .container .footer-menu ul {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media (max-width: 991px) and (min-width: 768px) {
        footer .container .footer-menu ul {
          letter-spacing: 1px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 33px; } }
      @media screen and (max-width: 767px) {
        footer .container .footer-menu ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-left: -15px;
          margin-right: -15px; } }
      @media screen and (max-width: 479px) {
        footer .container .footer-menu ul {
          margin-right: -11px;
          margin-left: -11px; } }
      @media screen and (max-width: 411px) {
        footer .container .footer-menu ul {
          margin-left: -10px;
          margin-right: -10px; } }
      footer .container .footer-menu ul li {
        list-style: none; }
        @media screen and (max-width: 767px) {
          footer .container .footer-menu ul li {
            width: 50%;
            text-align: center;
            padding: 0 15px;
            margin-top: 16px; } }
        @media screen and (max-width: 574px) {
          footer .container .footer-menu ul li {
            margin-top: 14px; } }
        @media screen and (max-width: 479px) {
          footer .container .footer-menu ul li {
            padding: 0 11px;
            margin-top: 10px; } }
        @media screen and (max-width: 411px) {
          footer .container .footer-menu ul li {
            padding: 0 10px;
            margin-top: 10px; } }
        footer .container .footer-menu ul li a {
          text-transform: uppercase;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            footer .container .footer-menu ul li a {
              display: block;
              background: #262626;
              border: 1px solid #434343;
              color: #d4d3d3;
              font-weight: 300;
              font-size: 24px;
              padding: 15px 5px; } }
          @media screen and (max-width: 574px) {
            footer .container .footer-menu ul li a {
              font-size: 20px;
              letter-spacing: 1px;
              padding: 12px 0; } }
          @media screen and (max-width: 479px) {
            footer .container .footer-menu ul li a {
              font-size: 17px;
              padding: 14px 0;
              line-height: normal; } }
          @media screen and (max-width: 411px) {
            footer .container .footer-menu ul li a {
              font-size: 15px;
              padding: 13px 0; } }
          @media screen and (max-width: 374px) {
            footer .container .footer-menu ul li a {
              font-size: 14px;
              padding: 12px 0; } }
          footer .container .footer-menu ul li a:hover {
            color: #2f9701; }
            @media screen and (max-width: 767px) {
              footer .container .footer-menu ul li a:hover {
                color: #000000;
                background-color: #2f9701;
                font-weight: 900; } }
        @media screen and (max-width: 767px) {
          footer .container .footer-menu ul li .join-btn {
            letter-spacing: 1.5px;
            color: #000000;
            background-color: #2f9701;
            font-weight: 900;
            font-size: 32px;
            padding: 9px 0 8px 0; } }
        @media screen and (max-width: 574px) {
          footer .container .footer-menu ul li .join-btn {
            font-size: 26px;
            padding: 18px 0 18px 0; 
            line-height: 20px; } }
        @media screen and (max-width: 479px) {
          footer .container .footer-menu ul li .join-btn {
            font-size: 23px;
            padding:15px 0 13px 0;
            letter-spacing: 0; } }
        @media screen and (max-width: 411px) {
          footer .container .footer-menu ul li .join-btn {
            font-size: 22px;
            padding: 13px 0 11px 0;
            letter-spacing: 0; } }
        @media screen and (max-width: 374px) {
          footer .container .footer-menu ul li .join-btn {
            font-size: 20px;
            padding: 11px 0 10px 0;
            letter-spacing: 0; } }
  footer .container .footer-text {
    margin-bottom: 67px; }
    @media (max-width: 990px) and (min-width: 768px) {
      footer .container .footer-text {
        margin-bottom: 60px; } }
    @media screen and (max-width: 1199px) {
      footer .container .footer-text {
        margin-bottom: 45px; } }
    @media screen and (max-width: 991px) {
      footer .container .footer-text {
        margin-bottom: 64px; } }
    @media screen and (max-width: 767px) {
      footer .container .footer-text {
        margin-bottom: 40px; } }
    @media screen and (max-width: 574px) {
      footer .container .footer-text {
        margin-bottom: 29px; } }
    @media screen and (max-width: 479px) {
      footer .container .footer-text {
        margin-bottom: 22px; } }
    footer .container .footer-text p {
      font-size: 12px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.7); }
      footer .container .footer-text p a {
        color: rgba(255, 255, 255, 0.7); }
        footer .container .footer-text p a:hover {
          color: #FFF; }
      @media screen and (max-width: 991px) {
        footer .container .footer-text p br {
          display: none; } }
  footer .container .footer-copyright p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.44); }
    @media screen and (max-width: 767px) {
      footer .container .footer-copyright p {
        font-size: 16px; } }
    @media screen and (max-width: 574px) {
      footer .container .footer-copyright p {
        font-size: 14px; } }
    @media screen and (max-width: 479px) {
      footer .container .footer-copyright p {
        font-size: 12px; } }

@media screen and (max-width: 767px) {
  .tube-page footer {
    margin-top: 40px; } }

@media screen and (max-width: 479px) {
  .tube-page footer {
    margin-top: 30px; } }

/*  ==========================================================================
    Joint Page Css
    ========================================================================== */
.create-acc-section {
  background-image: url(../assets/join_bg.jpg);
  border-top: 1px solid #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center; }
  @media screen and (max-width: 767px) {
    .create-acc-section {
      border-top: 2px solid #2c2c2c; } }
  @media screen and (max-width: 767px) {
    .create-acc-section .row .col-12 {
      padding: 0; } }
  .create-acc-section .row .col-12 .ca-box {
    width: 575px;
    margin: 0 auto;
    background-color: #0A0A0A;
    padding: 25px 18px 95px 18px; }
    @media screen and (max-width: 767px) {
      .create-acc-section .row .col-12 .ca-box {
        width: 100%;
        padding: 28px 13px 50px 13px; } }
    @media screen and (max-width: 441px) {
      .create-acc-section .row .col-12 .ca-box {
        padding: 18px 13px 50px 13px; } }
    .create-acc-section .row .col-12 .ca-box .box-title {
      font-weight: normal;
      font-size: 32px;
      margin-bottom: 26px;
      letter-spacing: 0.3px; }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .box-title {
          margin-bottom: 19px; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .box-title {
          font-size: 26px; } }
      @media screen and (max-width: 441px) {
        .create-acc-section .row .col-12 .ca-box .box-title {
          font-size: 22px;
          margin-bottom: 12px; } }
    .create-acc-section .row .col-12 .ca-box .top-field-box {
      margin-bottom: -1px; }
      @media screen and (max-width: 575px) {
        .create-acc-section .row .col-12 .ca-box .top-field-box {
          margin-bottom: -2px; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .top-field-box {
          margin-bottom: 2px; } }
      .create-acc-section .row .col-12 .ca-box .top-field-box .input-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -9px; }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box {
            margin-bottom: 27px; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box {
            margin-bottom: 10px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box {
            margin-bottom: 0; } }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box > div {
          padding: 0 9px; }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .width-full {
          width: 100%;
          margin-bottom: 21px; }
          @media screen and (max-width: 575px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .width-full {              
              margin-bottom: 15px; } }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .width-half {
          width: 50%;
          margin-bottom: 21px; }
          @media screen and (max-width: 575px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .width-half {
              width: 100%;
              margin-bottom: 15px; } }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .validation_error{
              margin-bottom: 0px;
        }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .input-error input {
          margin: 0;
          margin-bottom: 3px !important;
          border-color: #E70000 !important; }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .input-error .error-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 15PX;
          margin-bottom: 0px; }
          @media screen and (max-width: 767px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .input-error .error-text {
              font-size: 18px;
              font-weight: 300; } }
          @media screen and (max-width: 479px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .input-error .error-text {
              font-size: 16px; } }
          @media screen and (max-width: 411px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .input-error .error-text {
              font-size: 14px; } }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .error-text {
          display: none;
          color: #ff0101; }
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box .error-text i {
            margin-top: 3px;
            margin-right: 7px; }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input {
          width: 100%;
          border: 2px solid #0A0A0A;
          border-radius: 10px;
          font-size: 18px;
          font-weight: 400;
          color: #181818;
          padding: 10px 17px;
          margin-bottom: 0px; }
          @media screen and (max-width: 767px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input {
              font-size: 24px;
              padding: 10px 17px; } }
          @media screen and (max-width: 574px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input {
              font-size: 18px;
              margin-bottom: 0px; } }
          @media screen and (max-width: 411px) {
            .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input {
              font-size: 16px;
              padding: 8px 15px; } }
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input:focus {
            outline: none;
            border-color: #37b400; }
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input::-webkit-input-placeholder {
            color: #535353;
            font-weight: 300; }
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input:-ms-input-placeholder {
            color: #535353;
            font-weight: 300; }
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input::-ms-input-placeholder {
            color: #535353;
            font-weight: 300; }
          .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input::placeholder {
            color: #535353;
            font-weight: 300; }
        .create-acc-section .row .col-12 .ca-box .top-field-box .input-box input.focus {
          outline: none;
          border-color: #37b400; }
    .create-acc-section .row .col-12 .ca-box .plan-box {
      margin-bottom: 51px; }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .plan-box {
          margin-bottom: 49px; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .plan-box {
          margin-bottom: 25px; } }
      .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label {
        display: block;
        position: relative;
        padding: 18px 20px 18px 43px;
        margin-bottom: 17px;
        cursor: pointer;
        font-size: 19px;
        font-weight: 500;
        border: 2px solid #363636;
        letter-spacing: 0.3px;
        background-color: #1f1f1f;
        -webkit-box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.05);
        box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.05);
        border-radius: 5px; }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label {
            font-size: 23px;
            padding: 18px 15px 18px 48px;
            font-weight: normal; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label {
            font-size: 18px;
            padding: 14px 15px 14px 40px; } }
        @media screen and (max-width: 479px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label {
            font-size: 15px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label {
            padding: 12px 10px 12px 28px;
            font-size: 14px; } }
        .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
      .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label.active {
        background-color: #2f9701;
        color: #000000; }
        .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label.active .checkmark {
          background-color: #FFF; }
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label.active .checkmark:after {
            background-color: #020201; }
        .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box label.active input:checked ~ .checkmark:after {
          background-color: #020201; }
      .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 15px;
        width: 15px;
        background-color: #d8d8d8;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark {
            width: 21px;
            height: 21px; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark {
            width: 16px;
            height: 16px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark {
            width: 13px;
            height: 13px;
            left: 7px; } }
        .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark:after {
          content: "";
          position: absolute;
          top: 4px;
          left: 4px;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: #d8d8d8; }
          @media screen and (max-width: 767px) {
            .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark:after {
              width: 11px;
              height: 11px;
              top: 5px;
              left: 5px; } }
          @media screen and (max-width: 574px) {
            .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark:after {
              width: 8px;
              height: 8px;
              left: 4px;
              top: 4px; } }
          @media screen and (max-width: 411px) {
            .create-acc-section .row .col-12 .ca-box .plan-box .plan-input-box .checkmark:after {
              width: 5px;
              height: 5px; } }
    .create-acc-section .row .col-12 .ca-box .payment-type-box .box-title {
      margin-bottom: 26px; }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .payment-type-box .box-title {
          margin-bottom: 22px; } }
    .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label.active {
      border-color: #418c20; }
      .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label.active .checkmark:before {
        background-color: #000000; }
    .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label {
      display: block;
      position: relative;
      padding: 18px 20px 18px 43px;
      margin-bottom: 17px;
      cursor: pointer;
      letter-spacing: 0.3px;
      font-size: 19px;
      font-weight: 500;
      border: 2px solid #363636;
      background-color: #1f1f1f;
      -webkit-box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.05);
      box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.05);
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label {
          font-size: 24px;
          font-weight: normal;
          margin-bottom: 22PX;
          padding: 18px 20px 18px 48px; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label {
          font-size: 18px;
          padding: 14px 15px 14px 40px; } }
      @media screen and (max-width: 479px) {
        .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label {
          font-size: 15px; } }
      @media screen and (max-width: 411px) {
        .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label {
          font-size: 14px;
          padding: 12px 10px 12px 28px; } }
      .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #d8d8d8; }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark:before {
            width: 11px;
            height: 11px;
            left: 5px;
            top: 5px; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark:before {
            width: 8px;
            height: 8px;
            left: 4px;
            top: 4px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark:before {
            height: 5px;
            width: 5px; } }
      .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .payment-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .payment-icon {
            max-width: 220px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .payment-icon {
            max-width: 210px; } }
        @media screen and (max-width: 374px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .payment-icon {
            max-width: 190px; } }
        @media screen and (max-width: 359px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .payment-icon {
            max-width: 150px; } }
      .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 15px;
        width: 15px;
        background-color: #d8d8d8;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark {
            width: 21px;
            height: 21px; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark {
            height: 16px;
            width: 16px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .payment-type-box .payment-input-box label .checkmark {
            width: 13px;
            height: 13px;
            left: 7px; } }
    .create-acc-section .row .col-12 .ca-box .continue-btn-box button {
      background-color: #37b400;
      color: #000000;
      display: block;
      position: relative;
      margin-top: 31px;
      width: 100%;
      border: none;
      padding: 15px 16px;
      margin-bottom: 0;
      cursor: pointer;
      font-size: 20px;
      font-weight: bold;
      -webkit-box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.05);
      box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      text-align: center; }
      .create-acc-section .row .col-12 .ca-box .continue-btn-box button:hover {
        background-color: #52bf21; }
      .create-acc-section .row .col-12 .ca-box .continue-btn-box button:focus {
        outline: none; }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .continue-btn-box button {
          margin-top: 42px;
          font-size: 26px;
          padding: 18px 16px; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .continue-btn-box button {
          margin-top: 0;
          font-size: 18px;
          padding: 16px 20px; } }
      @media screen and (max-width: 411px) {
        .create-acc-section .row .col-12 .ca-box .continue-btn-box button {
          font-size: 16px;
          padding: 12px 20px; } }
      .create-acc-section .row .col-12 .ca-box .continue-btn-box button i {
        font-size: 35px;
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .continue-btn-box button i {
            font-size: 47px; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .continue-btn-box button i {
            font-size: 30px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .continue-btn-box button i {
            font-size: 26px; } }
    .create-acc-section .row .col-12 .ca-box .benefits-wrap {
      margin-top: 61px; }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .benefits-wrap {
          margin-top: 71px; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .benefits-wrap {
          margin-top: 30px; } }
      @media screen and (max-width: 767px) {
        .create-acc-section .row .col-12 .ca-box .benefits-wrap .box-title {
          margin-bottom: 30px !important; } }
      @media screen and (max-width: 574px) {
        .create-acc-section .row .col-12 .ca-box .benefits-wrap .box-title {
          margin-bottom: 15px !important; } }
      .create-acc-section .row .col-12 .ca-box .benefits-wrap ul {
        list-style: none;
        letter-spacing: 0.3px;
        margin: 0;
        padding-left: 17px;
        font-size: 18px;
        font-weight: 300;
        color: #d8d8d8; }
        @media screen and (max-width: 767px) {
          .create-acc-section .row .col-12 .ca-box .benefits-wrap ul {
            font-size: 24px; } }
        @media screen and (max-width: 574px) {
          .create-acc-section .row .col-12 .ca-box .benefits-wrap ul {
            font-size: 18px; } }
        @media screen and (max-width: 411px) {
          .create-acc-section .row .col-12 .ca-box .benefits-wrap ul {
            font-size: 16px; } }
        .create-acc-section .row .col-12 .ca-box .benefits-wrap ul img {
          padding-right: 9px; }
        .create-acc-section .row .col-12 .ca-box .benefits-wrap ul li + li {
          margin-top: 2px; }

.create-acc-page .site-top {
  padding: 9px 0; }
  @media screen and (max-width: 767px) {
    .create-acc-page .site-top {
      display: block; } }

@media screen and (max-width: 767px) {
  .create-acc-page footer .container .footer-menu {
    margin: 31px 0 50px 0; } }

.tube-section {
  padding-top: 6px;
  padding-bottom: 54px; }
  @media screen and (max-width: 991px) {
    .tube-section {
      padding-bottom: 40px;
      padding-top: 9px; } }
  @media screen and (max-width: 767px) {
    .tube-section {
      padding-top: 129px;
      padding-bottom: 34px; } }
  @media screen and (max-width: 574px) {
    .tube-section {
      padding-top: 118px; } }
  @media screen and (max-width: 479px) {
    .tube-section {
      padding-top: 106px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 411px) {
    .tube-section {
      padding-top: 102px; } }
  @media screen and (max-width: 374px) {
    .tube-section {
      padding-top: 100px;
      padding-bottom: 15px; } }
  .tube-section .tube-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row {
        padding: 0 7px; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row {
        padding: 0 6px; } }
    @media screen and (max-width: 479px) {
      .tube-section .tube-row {
        padding: 0 5px; } }
    .tube-section .tube-row .tube-box {
      line-height: 0;
      width: 25%;
      padding: 10px; }
      @media screen and (max-width: 991px) {
        .tube-section .tube-row .tube-box {
          width: 33.33%;
          padding: 7px !important; } }
      @media screen and (max-width: 767px) {
        .tube-section .tube-row .tube-box {
          padding: 6px !important;
          width: 50%; } }
      @media screen and (max-width: 479px) {
        .tube-section .tube-row .tube-box {
          padding: 5px !important; } }
      .tube-section .tube-row .tube-box a {
        width: 100%;
        height: 100%; }
        .tube-section .tube-row .tube-box a img {
          width: 100%;
          height: 100%; }
      .tube-section .tube-row .tube-box .tube-in-video {
        position: relative; }
        .tube-section .tube-row .tube-box .tube-in-video:hover .play-icon {
          opacity: 1; }
        .tube-section .tube-row .tube-box .tube-in-video:before {
          content: "";
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          background: #bdbdbd;
          opacity: 0;
          z-index: 1; }
        .tube-section .tube-row .tube-box .tube-in-video:hover:before {
          opacity: 0.3; }
        .tube-section .tube-row .tube-box .tube-in-video .play-icon {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          right: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          bottom: 0;
          z-index: 9; }
          .tube-section .tube-row .tube-box .tube-in-video .play-icon a {
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            text-align: center; }
            .tube-section .tube-row .tube-box .tube-in-video .play-icon a img {
              max-width: 130px;
              max-height: 130px;
              border-radius: 100%;
              left: 50%;
              position: absolute;
              top: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .tube-section .tube-row .mobile-video {
      width: 100% !important; }
      @media screen and (max-width: 767px) {
        .tube-section .tube-row .mobile-video {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-1 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-4 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-4 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-5 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-5 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-6 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-7 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-7 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-8 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-8 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-9 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-10 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-11 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-11 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-12 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-12 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-13 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-13 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-14 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-14 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-15 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-15 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-16 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-16 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-17 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-17 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-18 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-19 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-19 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-20 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-20 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-21 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-21 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-22 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-23 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-24 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-25 {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21; } }
    @media screen and (max-width: 767px) {
      .tube-section .tube-row .tube-box.box-25 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-26 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-27 {
        display: none; } }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row .tube-box.box-28 {
        display: none; } }
  .tube-section .tube-row + .tube-row {
    padding-top: 21px; }
    @media screen and (max-width: 991px) {
      .tube-section .tube-row + .tube-row {
        padding-top: 14px; } }

.pagination-wrap .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination-wrap .pagination .first-page {
    margin-right: 32px; }
    @media screen and (max-width: 767px) {
      .pagination-wrap .pagination .first-page {
        display: none; } }
  .pagination-wrap .pagination .back-page {
    margin-right: 26px; }
    @media screen and (max-width: 767px) {
      .pagination-wrap .pagination .back-page {
        margin-right: 16px; } }
    @media screen and (max-width: 574px) {
      .pagination-wrap .pagination .back-page {
        margin-right: 10px; } }
    @media screen and (max-width: 374px) {
      .pagination-wrap .pagination .back-page {
        margin-right: 5px; } }
  .pagination-wrap .pagination .next-page {
    margin-left: 26px; }
    @media screen and (max-width: 767px) {
      .pagination-wrap .pagination .next-page {
        margin-left: 16px; } }
    @media screen and (max-width: 574px) {
      .pagination-wrap .pagination .next-page {
        margin-left: 10px; } }
    @media screen and (max-width: 374px) {
      .pagination-wrap .pagination .next-page {
        margin-left: 5px; } }
  .pagination-wrap .pagination .last-page {
    margin-left: 32px; }
    @media screen and (max-width: 767px) {
      .pagination-wrap .pagination .last-page {
        display: none; } }
  .pagination-wrap .pagination .page-direction a {
    background: transparent;
    border: none;
    font-size: 23px;
    font-weight: 900;
    padding: 0;
    color: #f1f1f1; }
    .pagination-wrap .pagination .page-direction a:hover {
      color: #2f9701; }
    @media screen and (max-width: 989px) {
      .pagination-wrap .pagination .page-direction a {
        font-size: 19px; } }
    @media screen and (max-width: 767px) {
      .pagination-wrap .pagination .page-direction a {
        font-size: 23px; } }
    @media screen and (max-width: 574px) {
      .pagination-wrap .pagination .page-direction a {
        font-size: 18px; } }
    @media screen and (max-width: 479px) {
      .pagination-wrap .pagination .page-direction a {
        font-size: 16px; } }
    @media screen and (max-width: 374px) {
      .pagination-wrap .pagination .page-direction a {
        font-size: 14px; } }
  .pagination-wrap .pagination .page-number a {
    background-color: #303030;
    border: none;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    margin: 0 6px; }
    .pagination-wrap .pagination .page-number a:hover {
      background-color: #52bf21;
      color: #ffffff;
      font-weight: 900; }
    @media screen and (max-width: 989px) {
      .pagination-wrap .pagination .page-number a {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
    @media screen and (max-width: 767px) {
      .pagination-wrap .pagination .page-number a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin: 0 5px; } }
    @media screen and (max-width: 574px) {
      .pagination-wrap .pagination .page-number a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px; } }
    @media screen and (max-width: 479px) {
      .pagination-wrap .pagination .page-number a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 0 3px; } }
    @media screen and (max-width: 411px) {
      .pagination-wrap .pagination .page-number a {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
    @media screen and (max-width: 374px) {
      .pagination-wrap .pagination .page-number a {
        width: 27px;
        height: 27px;
        line-height: 27px; } }
  .pagination-wrap .pagination .page-number.active a {
    background-color: #2f9701;
    color: #ffffff;
    font-weight: 900; }

.full-access-btn {
  margin-top: 63px; }
  @media screen and (max-width: 991px) {
    .full-access-btn {
      margin-top: 40px; } }
  @media screen and (max-width: 479px) {
    .full-access-btn {
      margin-top: 30px; } }
  @media screen and (max-width: 374px) {
    .full-access-btn {
      margin-top: 20px; } }
  .full-access-btn a {
    color: #ffffff;
    font-size: 58px;
    border-radius: 10px;
    padding: 38px 83px; }
    @media screen and (max-width: 1258px) {
      .full-access-btn a {
        font-size: 47px;
        padding: 20px 50px; } }
    @media screen and (max-width: 991px) {
      .full-access-btn a {
        font-size: 45px;
        padding: 30px 68px; } }
    @media screen and (max-width: 989px) {
      .full-access-btn a {
        font-size: 36px;
        padding: 30px 40px; } }
    @media screen and (max-width: 767px) {
      .full-access-btn a {
        font-weight: bold;
        padding: 22px 78px; } }
    @media screen and (max-width: 574px) {
      .full-access-btn a {
        font-size: 30px;
        padding: 22px 64px; } }
    @media screen and (max-width: 479px) {
      .full-access-btn a {
        font-size: 24px;
        padding: 16px 65px; } }
    @media screen and (max-width: 411px) {
      .full-access-btn a {
        font-size: 22px;
        padding: 16px 57px; } }
    @media screen and (max-width: 374px) {
      .full-access-btn a {
        font-size: 21px;
        padding: 13px 35px; } }
