@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Montserrat-Regular.ttf); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/Montserrat-Italic.ttf); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Montserrat-Bold.ttf); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/montserrat700italic.ttf); }
body {
  font-family: 'Montserrat';
  background: #ffffff; }

.mobile-banner {
  display: none; }

.btn-theme {
  background: #F36F21;
  border-radius: 0px;
  text-transform: uppercase;
  color: #ffffff !important; }

.btn-theme:hover {
  color: #ffffff;
  opacity: 0.9; }

.top-header {
  padding: 10px 0px;
  background: #f2f2f2; }
  .top-header .social-icons {
    text-align: right;
    margin-top: 8px; }
    .top-header .social-icons ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .top-header .social-icons ul li {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%; }
        .top-header .social-icons ul li a {
          color: #ffffff; }
      .top-header .social-icons ul .fb {
        background: #3B5998; }
      .top-header .social-icons ul .tw {
        background: #1DA1F3; }
      .top-header .social-icons ul .yo {
        background: #CC181E; }

.section1 {
  background: #3e3f43;
  padding: 10px 0px 60px;
  margin-top: 100px;
  position: relative; }
  .section1 h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px; }
  .section1 .img-pos {
    margin-top: -80px; }
  .section1 .frm-wrp {
    display: flex;
    margin-left: 40px; }
    .section1 .frm-wrp .frm-thm {
      margin-left: 20px;
      width: 50%;
      margin-top: 18px;
      text-align: right; }
      .section1 .frm-wrp .frm-thm .form-control {
        height: 38px; }
      .section1 .frm-wrp .frm-thm label {
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold; }
    .section1 .frm-wrp .content-c {
      width: 100%;
      font-size: 20px;
      margin-top: 50px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase; }
  .section1 .img-pos-b {
    position: absolute;
    right: 0px; }
  .section1 .terms-band {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #F36F21;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    bottom: -30px; }

.frnds-sec {
  margin-top: 50px; }
  .frnds-sec label {
    text-transform: uppercase;
    font-size: 20px; }
  .frnds-sec .form-group {
    margin-top: 10px; }
    .frnds-sec .form-group .form-control {
      background: #f3f1f2;
      border: 1px solid #000; }
  .frnds-sec .btn-theme {
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold; }
  .frnds-sec .social-share {
    margin-top: 20px; }
    .frnds-sec .social-share ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .frnds-sec .social-share ul li {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%; }
        .frnds-sec .social-share ul li a {
          color: #ffffff; }
      .frnds-sec .social-share ul .fb {
        background: #3B5998; }
      .frnds-sec .social-share ul .tw {
        background: #1DA1F3; }
      .frnds-sec .social-share ul .yo {
        background: #00D057; }

.earn-band {
  margin-top: 40px; }
  .earn-band .band-ad {
    display: flex;
    color: #ffffff;
    padding: 10px;
    background: #333333;
    border-radius: 10px;
    margin-top: 26px; }
    .earn-band .band-ad .lg {
      font-size: 60px;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 10px; }
    .earn-band .band-ad .sm {
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase; }
      .earn-band .band-ad .sm span {
        font-size: 29px;
        display: block; }

.lst-sec {
  padding-bottom: 100px; }

footer {
  margin-top: 70px; }

@media screen and (max-width: 768px) {
  .desktop-banner {
    display: none; }

  .mobile-banner {
    display: block; }

  .top-header .social-icons {
    margin-top: 5px; }

  .frnds-sec .friends-email-section {
    display: none; }

  .section1 {
    padding: 10px 0px 20px; }
    .section1 h1 {
      font-size: 25px; }
    .section1 .frm-wrp {
      display: block;
      margin-left: 0px; }
      .section1 .frm-wrp .frm-thm {
        margin-left: 0px;
        width: 100%;
        margin-top: 5px;
        text-align: left; }
        .section1 .frm-wrp .frm-thm .form-control {
          height: 40px; }
        .section1 .frm-wrp .frm-thm label {
          font-size: 16px; }
      .section1 .frm-wrp .content-c {
        width: 95%;
        font-size: 18px;
        margin-top: 10px;
        text-align: right; }
    .section1 .img-pos-b {
      position: static;
      right: auto;
      margin-top: 20px;
      width: 50%; }
    .section1 .img-pos {
      width: 50%; }
    .section1 .terms-band {
      font-size: 26px;
      text-align: center;
      width: 96%;
      bottom: -28px; }

  .earn-band {
    margin-top: 40px; }
    .earn-band .band-ad {
      display: block; }
      .earn-band .band-ad .lg {
        font-size: 30px;
        margin-right: 0px; }
      .earn-band .band-ad .sm {
        font-size: 20px; }
        .earn-band .band-ad .sm span {
          font-size: 16px; }

  .lst-sec {
    padding-bottom: 50px; }

  footer {
    margin-top: 40px; } }

/*# sourceMappingURL=main.css.map */
