@font-face {
  font-family: "lato";
  src: url("fonts/Lato Light-webfont.eot");
  src: url("fonts/Lato Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato Light-webfont.woff2") format("woff2"), url("fonts/Lato Light-webfont.woff") format("woff"), url("fonts/Lato Light-webfont.ttf") format("truetype"), url("fonts/Lato Light-webfont.svg#latolight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "lato";
  src: url("fonts/Lato Regular-webfont.eot");
  src: url("fonts/Lato Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato Regular-webfont.woff2") format("woff2"), url("fonts/Lato Regular-webfont.woff") format("woff"), url("fonts/Lato Regular-webfont.ttf") format("truetype"), url("fonts/Lato Regular-webfont.svg#latoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "museo";
  src: url("fonts/Museo Sans 700-webfont.eot");
  src: url("fonts/Museo Sans 700-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Museo Sans 700-webfont.woff2") format("woff2"), url("fonts/Museo Sans 700-webfont.woff") format("woff"), url("fonts/Museo Sans 700-webfont.ttf") format("truetype"), url("fonts/Museo Sans 700-webfont.svg#museo_sans700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "museo";
  src: url("fonts/Museo Sans 500-webfont.eot");
  src: url("fonts/Museo Sans 500-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Museo Sans 500-webfont.woff2") format("woff2"), url("fonts/Museo Sans 500-webfont.woff") format("woff"), url("fonts/Museo Sans 500-webfont.ttf") format("truetype"), url("fonts/Museo Sans 500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "lato";
  src: url("fonts/Lato Bold-webfont.eot");
  src: url("fonts/Lato Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato Bold-webfont.woff2") format("woff2"), url("fonts/Lato Bold-webfont.woff") format("woff"), url("fonts/Lato Bold-webfont.ttf") format("truetype"), url("fonts/Lato Bold-webfont.svg#latobold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?-1fkzfm");
  src: url("fonts/icomoon.eot?#iefix-1fkzfm") format("embedded-opentype"), url("fonts/icomoon.woff?-1fkzfm") format("woff"), url("fonts/icomoon.ttf?-1fkzfm") format("truetype"), url("fonts/icomoon.svg?-1fkzfm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Common CSS */
body{
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
h1{
  font-size: 40px;
  line-height: 46px;
  font-family: "museo", Helvetica, Arial, sans-serif;
  text-shadow: unset;
}
h2{
  font-size: 34px;
  line-height: 40px;
  font-family: "museo", Helvetica, Arial, sans-serif;
}
h3{
  font-size: 24px;
  line-height: 1.5em;
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
p{
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
}
a{
  color: #4a4a4a;
  text-decoration: none;
}
.c-mobile-visible,.c-layout-item.c-mobile-visible{
  display: none;
}

.c-text-center{
  text-align: center;
}
.c-img-responsive{
  max-width: 100%;
  height: auto;
}

.c-layout-item{
  display: inline-block;
  vertical-align: top;
}
.a-1-of-3{
  width: 33%;
}
.c-1-of-3{
  width: 33.33333%;
}
.c-2-of-3{
  width: 66.66667%;
}
.c-1-of-4{
  width: 25%;
}
.c-2-of-4{
  width: 50%;
}
.c-3-of-4{
  width: 75%;
}
.c-3-of-3, .c-2-of-2, .c-4-of-4{
  width: 100%;
}
.c-1-of-2{
  width: 50%;
}

.c-main-container{
  /*max-width: 1265px;*/
  /*margin: 0 auto;*/
  background-color: #fff;
  width: 100%;
  float: left;
  clear:both;
}

.c-max-width-limit{
  max-width: 1265px;
  margin: 0 auto;
  clear: both;
}
.c-header{
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  /*max-width: 1265px;*/
  z-index: 10;
}
.c-header-area{
  padding: 28px 0px 0px;
  height: 90px;
}
.c-header-logo{
  float: left;
  width: 30%;
}
.c-top-nav{
  float: right;
  /*width: 60%;*/
  padding-top: 5px;
  text-align: center;
}

.c-list-inline{
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.c-list-inline > li:not(.c-mobile-visible) {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.c-header-area::after {
  clear: both;
  content: "";
  display: block;
}
.c-main-content{

}
.c-footer{
  background-color: #02354b;
  color: #ffffff;
  text-align: center;
  padding: 6% 15px 4%;
}
.c-footer .c-list-inline > li > a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.c-footer .c-list-inline > li > a:hover{
  color: #19a0d3;
}
.c-footer-copyright > p{
  font-size: 12px;
  color: #fff;
}
.c-footer-login{
  padding: 55px 0px 55px 0px;
}
.c-footer-social{
  padding-bottom: 55px;
}

.c-menu-opener{
  display: none;
  float: right;
  height: 31px;
  margin: 15px 30px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0s;
  width: 31px;
  outline: medium none;
}
.c-menu-opener span {
  background: #02354b none repeat scroll 0 0;
  display: block;
  height: 5px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
}
.c-menu-opener span:nth-child(1) {
  top: 0;
}
.c-menu-opener span:nth-child(4) {
  top: 16px;
}
.active .c-menu-opener span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
.active .c-menu-opener span:nth-child(2) {
  top: 10px;
  transform: rotate(45deg);
}
.active .c-menu-opener span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.active .c-menu-opener span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.active .c-menu-opener span{
  background-color: #fff;
}


/* Buttons CSS */
.btn-rounded{
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: white;
  padding: 10px;
}
.btn-group > button{
  margin: 0 15px 15px;
  font-weight: 400;
}
.p-page-heading-info div p{
  font-weight: 400;
}
.btn-group > a{
  margin: 20px 0px 20px 15px;
}
.btn-rounded-sm, .btn-rounded-md{
  background-color: #19a0d3;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #19a0d3;
  outline: none;
}
.btn-rounded-sm{
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
}
.btn-rounded-md{
  padding: 12px 18px;
  font-size: 16px;
  border: 2px solid #19a0d3;
  font-weight: 500;
}
.btn-rounded-sm:hover, .btn-rounded-sm:active, .btn-rounded-md:hover, .btn-rounded-md:active{
  background-color:transparent;
  color: #19a0d3;
}
.btn-rounded-lg{
  background-color: transparent;
  border-radius: 30px;
  color: #fff;
  border: solid 2px #ffffff;
  padding: 8px 24px 7px 24px;
  min-width: 143px;
  font-size:16px;
  font-weight: 500;
}
.btn-rounded-lg.hblue{
  font-size: 14px;
  font-weight: bold;
  font-family: "museo", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: solid 2px #19a0d3;
  border-radius: 100px;
  background-color:#19a0d3;
  height: 40px;
  width: 179px;
  font-weight: 400;
}
.btn-login-sm{
  background-color: transparent;
  border: solid 1px #9b9b9b;
  border-radius: 30px;
  color: #122c3a;
  padding: 8px 24px;
}
.btn-login-sm:hover, .btn-login-sm:active{
  background-color: #9b9b9b;
  color:#fff !important;
}
.btn-rounded-started{
  background-color: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 100px;
  color: #19a0d3;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 54px;
}
.btn-rounded-started:hover, .btn-rounded-started:active{
  background-color: transparent;
  color:#fff;
}

/* Page Specific Css */
.p-products-section{
  background-color: #fff;
  color: #02354b;
  text-align: center;
  padding: 6% 15px 30px;
}
.p-products-section h2{
  margin-top: 0px;
  margin-bottom: 37px;
}
.get-started-area{
  width: 268px;
  /*cursor: pointer;*/
}
.p-products p{
  margin: 0 auto;
  width: 80%;
}
.p-products h3{
  margin-bottom: 15px;
}
.p-products .c-layout-item {
  margin-top: 30px;
}
.p-pattern-bg{
  color: white;
  text-align: center;
  padding: 20% 0px 5%;
  background-position: center;
  background-color: #f5f5f5;
}
.p-pattern-bg  h1{
  margin-bottom: 20px;
}
.p-pattern-bg  h2{
  margin-bottom: 15px;
  margin-right: 5px;
  color: #fff;
}
.p-pattern-bg p{
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: center;
  color: #4a4a4a;
  margin: 0 auto;
}
.p-sdk-icons img{
  margin-right: 10px;
  margin-left: 10px;
}
.p-learn-more{
  margin-bottom: 60px;
  margin-top: 60px;
}

.p-sdk-icons{
  margin-bottom: 40px;
}
.p-monetize-solutions{
  background-color: #ededf0;
  padding: 6% 0 4%;
}
.p-monetize-solutions h3, .p-monetize-solutions p{
  margin: 0px;
}
.p-monetize-solutions h2{
  margin-bottom: 60px;
  font-weight: 400;
}
.p-monetize-solutions .p-solutions{
  width: 96%;
  margin: 0 auto;
}
.p-monetize-solutions .p-image-section{
  width: 30%;
  margin-left: 3%;
}
.p-monetize-solutions .p-desc-section{
  margin-left: 3%;
  width: 60%;
}
.p-monetize-solutions .p-solutions .c-1-of-2{
  margin-bottom: 30px;
}
.p-developers{
  background-color: #fff;
  text-align: center;
  padding: 60px 0px 40px;
}
.p-developers h2{
  margin-bottom: 50px;
}
.p-box{
  background-color: #19a0d3;
  margin: 0 auto 45px;
  min-height: 265px;
  padding: 26px 16px;
  text-align: left;
  width: 94%;
  position: relative;
}
.p-box::after{
  border-color: #19a0d3 transparent;
  border-style: solid;
  border-width: 40px 40px 0;
  bottom: -39px;
  content: "";
  left: 41%;
  left: calc(50% - 40px);
  position: absolute;
}
.p-box p{
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-style: italic;
  margin: 0px;
  font-weight: 400;
}
.p-dev p{
  margin: 0px;
}
.p-experience{
  background-color: #19a0d3;
  padding: 70px 0px;
  text-align: center;
}
.p-experience h1{
  color: #fff;
}
.p-experience .icons{
  margin-bottom: 50px;
}
.p-experience .icons img {
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.p-btn-learn-more{
  margin-top: 20px;
}
.c-p-p-tos-ag{
  color: rgb(25, 160, 211);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
.c-footer-copyright .c-p-p-tos-ag a{
  color: #19a0d3;
}
.c-footer-copyright {
  line-height: 15px;
  font-weight: 400;
}
.c-right-col {
  float: right;
}
.c-left-col {
  float: left;
}
.p-right-list{
  float: right;
  width: 44%;
  text-align: left;
}
.p-left-list .p-feature-icon{
  float: right;
}
.p-left-list{
  float: left;
  width: 44%;
  text-align: right;
}
.p-number-holder {
  text-align: center;
  padding: 65px 0px 93px;
}
.p-bg-beige {
  background-color: #f5f5f5;
}
.p-area {
  max-width: 1265px;
  padding: 0 15px;
  margin: 0 auto;
}
.p-number-holder h2 {
  border-bottom: 1px solid #c9c9c9;
  display: inline-block;
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #052839;
  font-weight: 500;
  padding: 0px 70px 29px;
  margin: 0px;
}
.p-number-holder .p-number-list {
  padding: 45px 0px 0px;
}
.p-number-holder .p-number-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
  width: 24%;
}
.p-number-holder .p-number-list strong {
  display: block;
  padding: 8px 0 2px;
  font: 700 80px/80px "museo", Arial, Helvetica, sans-serif;
  line-height: 1.0;
  color: #1e961c;
  font-weight: 700;
}
.p-number-holder .p-number-list em{
  font-style: normal;
}
.p-number-holder .p-number-list .p-dollar{
  font-size: 50px;
  display: inline;
  vertical-align: top;
  color: #1e961c;
  font-weight: bold;
  line-height: 1.2;
  font-family: "museo", Helvetica, Arial, sans-serif;
}

.p-number-holder .p-number-list span {
  display: block;
  color: #6d6d6d;
  font-family: lato;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #5a5a5a;
  font-weight: 400;
}
.p-companies-holder{
  padding: 61px 0px 57px 0px;
}
.p-companies-list{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.p-companies-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
    width: 24%;
}
.p-companies-list li .p-logo{
  line-height: 99px;
}
.p-companies-list li .p-logo img{
  vertical-align: middle;
}
.p-companies-list li .p-title{
  font-family: lato;
  font-size: 14px;
  line-height: 1.4;
  color: #1e1e1e;
  font-weight: bold;
  display: block;
}
/* Need to make conman CSS */
/*07/04/2016

  /*Start of home and publisher */
    .p-feature-icon{
      width: 20%;
      display:inline-block;
      vertical-align: top;
      margin-top: 5px;
    }

    .p-feature-desc{
      width: 75%;
      display:inline-block;
      vertical-align: middle;
    }
    .p-feature-desc h3{
      margin-bottom: 0px;
      font-weight: 500;
    }
    .p-features .p-left .p-feature-desc{
      text-align: right;
      margin-right: 5%;
    }
    .p-features .p-right .p-feature-desc{
      text-align: left;
      margin-left: 5%;
    }
    .p-features .c-layout-item{
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .p-features .p-left{
      width: 46%;
    }
    .p-features .p-right{
      margin-left: 6%;
      width: 46%;
    }


  /*end of home and publisher */

  /* start of publisher and advertiser */

  .p-monetization-solutions-section{
    background-color: #ededf0;
    text-align: center;
  }
  .p-monetization-solutions-section h2{
    font-size: 34px;
    line-height: 1.1;
    color: #02354b;
    padding: 75px 15px 75px 15px;
    margin: unset;
    font-weight: 500;
  }
  /* End of publisher and advertiser */


/*start of Developer and Publisher*/
    .p-reward-section{
      padding: 0px 0px 100px 0px;
    }
    .p-rewards {
      padding: 150px 15px 0px 15px;
      display: inline-block;
    }

    .p-layout-item-info{
      margin-bottom: -5px;
    }
    .p-reward-features{
      border-radius: 10px;
      background-color: #eeeeee;
      padding: 15px;
      margin-bottom: 20px;
    }
    .p-reward-features-icon img{
      padding-right: 5px;
    }
    .p-reward-features-info{
      font-size: 16px;
      line-height: 2;
      color: rgb(74, 74, 74);
    }
    .p-reward-features-info-list{
      font-weight: bold;
    }
    .p-reward-features-info-list ul{
      margin: 0px;
      padding: 0px;
      list-style: outside none none;
    }
    .p-reward-features-info-list ul li{
      display: inline-block;
      vertical-align: middle;
      padding: 0px;
      *display: inline;
    }
    .p-reward-title {
      font-size: 24px;
      line-height: 1.5;
      color: #02354b;
    }

/*End of Developer and Publisher*/
/*Start of Advertiser and Developer*/
  .p-view-documentation-btn{
    width: 216px;
    height: 45px;
    border-radius: 30px;
    border: solid 2px #19a0d3;
    width: 231px;
    font-size: 16px;
    color: #19a0d3;
    background-color: transparent;
    padding: unset;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
  }
/*End of Advertiser And Developer*/
    .c-text-aling-center{
      text-align: center;
    }

    /*------------------------------------*\
        #CHECKLIST
    \*------------------------------------*/

  .p-checklist-box{
    width: 50%;
    float: left;
  }

    .c-inline-feature-list li{
      width: 48%;
      display: inline-block;
    }

    .c-checkboxlist li {
      position: relative;
      padding: 0px 20px 48px 15px;
      font-weight: bold;
      line-height: 20px;
      font-size: 14px;
    }

    .c-checkboxlist li:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: url(../images/checkmark.svg) no-repeat;
      background-size: 13px 18px;
    }
    .c-checkboxlist li:last-child {
      padding-bottom: 0;
    }

    .c-checkboxlist--small li{
      padding: 0px 12px 12px 18px;
    }

    .c-checkboxlist--vertical li {
      padding-bottom: 0;
    }
    .c-minimal-header{
      background-attachment: scroll;
      background-clip: border-box;
      background-color: #fff;
      background-image: none;
      background-origin: padding-box;
      background-position: 0 0;
      background-repeat: repeat;
      background-size: auto auto;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10;
    }

    .c-transparent-btn {
      height: 45px;
      border-radius: 30px;
      border: solid 2px #19a0d3;
      font-size: 16px;
      color: #19a0d3;
      background-color: transparent;
      padding: unset;
      min-width: 150px;
      font-size: 16px;
      font-weight: 500;
    }

    .c-label {
      display: block;
      font-family: "museo",Arial,Helvetica,sans-serif;
      font-feature-settings: normal;
      font-kerning: auto;
      font-language-override: normal;
      font-size: 16px;
      font-size-adjust: none;
      font-stretch: normal;
      font-style: normal;
      font-synthesis: weight style;
      font-variant-alternates: normal;
      font-variant-caps: normal;
      font-variant-east-asian: normal;
      font-variant-ligatures: normal;
      font-variant-numeric: normal;
      font-variant-position: normal;
      font-weight: 500;
      line-height: 20px;
      padding-bottom: 4px;
      padding-left: 0px;
      padding-right: 0;
      padding-top: 0;
    }
    .c-form-group {
      max-width: 100%;
      padding: 0 0 20px;
    }
    .c-input-textarea{
      width: 100%;
      border: 2px solid #ededed;
      height: 160px !important;
      border-radius: 3px;
      font-weight: 300;
      font-size: 16px;
      line-height: 18px;
      padding: 4px 6px;
    }
    input[type="password"], input[type="email"], input[type="text"],select {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      border-bottom-color: #ededed;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-image-outset: 0 0 0 0;
      border-image-repeat: stretch stretch;
      border-image-slice: 100% 100% 100% 100%;
      border-image-source: none;
      border-image-width: 1 1 1 1;
      border-left-color: #ededed;
      border-left-style: solid;
      border-left-width: 2px;
      border-right-color: #ededed;
      border-right-style: solid;
      border-right-width: 2px;
      border-top-color: #ededed;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-top-style: solid;
      border-top-width: 2px;
      font-size: 14px;
      font-weight: 300;
      height: 34px;
      line-height: 18px;
      padding-bottom: 4px;
      padding-left: 6px;
      padding-right: 6px;
      padding-top: 4px;
      width: 100%;
    }

    .c-form-group.error select,.c-form-group.error > .jcf-select , .c-form-group.error input[type="email"],.c-form-group.error input[type="text"], .c-form-group.error input[type="password"],.c-form-group.error input[type="checkbox"], .c-form-group.error textarea, div.error .jcf-select {
      border-bottom-color: #f00;
      border-left-color: #f00;
      border-right-color: #f00;
      border-top-color: #f00;
      box-shadow: 0 0 3px 1px rgba(255, 0, 0, 1);
    }

    .c-form-group.error *::-moz-placeholder {
      color: #f00;
      opacity: 1;
    }
    .c-form-group.error *::-moz-placeholder {
      color: #f00;
      opacity: 1;
    }

    .c-minimal-footer{
      background-color: #02354b;
    }
    .c-minimal-footer > p,.c-minimal-footer > div{
      font-size: 12px;
      color: #fff;
      /*margin: 0px;*/
    }
    .c-minimal-footer{
      padding: 7px 3%;
    }
    .c-list-inline > li.c-about-news{
      display: none;
    }
    .p-feature-block.last{
      padding-bottom: 0px;
    }
    .btn-rounded-lg.footer-login-btn{
      font-size: 14px;
      padding: 8px 24px 9px 24px;
    }
    .c-top-nav ul.c-list-inline li a{
      font-weight: 400;
    }
    .reward-image{
      margin-bottom: 10px;
    }
    .btn-top-area{
      margin-top: 36px;
    }
    .paragraph-left{
      text-align: left;
    }
    .name-area{
      font-family: 'Helvetica';
    }
    .global-reach{
      display: grid;
    }
    .offerwall-header-area{
      margin-bottom: 0px;
    }

/* Media CSS */
@media only screen and (max-width: 1050px) and (min-width: 768px) {
  .p-rewards .c-layout-item.c-1-of-2.u-pr25 {
    padding-right: 25px;
  }
  .p-pattern-bg.publishers-bg {
      padding: 15% 0px 0% !important;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 768px) {
  span.back-tab{
    width: 370px;
    background-size: 100% 100%;
  }
  .back-tab .middle{
    left: 33px !important;
    width: 300px !important;
  }
  .middle.animation-offerwall2{
    background-size: 101% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-main-content{
    margin-top: 65px;
   }
  .p-rewards {
    padding: 50px 15px 0px 15px;
  }
  .p-layout-item-info {
      padding: 25px 10px 0px 10px;
  }
  .c-inline-feature-list li{
    width: 100%
  }
  .c-mobile-visible,.c-layout-item.c-mobile-visible{
    display: block;
  }
  .c-top-nav .c-mobile-visible{
    display: inline-block;
  }
  .c-mobile-hidden{
    display: none !important;
  }
  .c-list-inline > li {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }
  .c-footer-social > .c-list-inline > li{
    width: auto;
  }
  .c-menu-opener{
    display: block;
    margin-top:23px;

  }
  .c-header-logo {
   width: calc(95% - 65px);
   padding: 19px 0px 0px 25px;
   text-align: left;
   height: 65px;
   border-right: 1px solid #dddddd;
  }
  .c-top-nav {
    width: 100%;
    display: none;
    background-color: #19a0d3;
    opacity: 0.9;
    position: fixed;
    top:0px;
    bottom: 0px;
    padding-top: 80px;
    overflow: auto;
  }
  .c-top-nav a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .c-header-area{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 65px;
    border-bottom: 1px solid #dddddd;
  }
  .c-header-logo .c-img-responsive
  {
    width:185px;
  }
  .c-layout-item{
    width: 100% !important;
  }
  .c-top-nav .btn-rounded-sm,.c-top-nav .btn-rounded-sm:hover{
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
  }
  .btn-login-sm, .btn-login-sm:hover{
    border: 0px;
    background-color: transparent;
  }
  .c-footer .c-list-inline > li {
    margin-bottom: 0px;
  }
  .c-footer-copyright span{
    display: block;
    line-height: 0px;
  }
  .p-monetize-solutions .c-layout-item{
    text-align: center;
    margin: 0 auto;
  }
  .p-monetize-solutions .p-affiliate{
    margin-top: 40px;
  }
  .p-pattern-bg h1, .p-products-section h2, .p-products h3, .p-monetize-solutions h2, .p-monetize-solutions h3, .p-experience h1{
    font-size: 24px;
    line-height: 36px;
  }
  .p-pattern-bg p{
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.4px;
  }
  .global-reach{
    display: inline;
  }
  .p-pattern-bg{
    padding-top: 180px;
  }
  .c-right-col {
    float: right;
  }
  .p-right-list{
    float: none;
    width: 100%;
    text-align: left;
  }
  .p-left-list{
    float: none;
    width: 100%;
    text-align: left;
  }
  .p-left-list .p-feature-icon,.p-right-list .p-feature-icon{
    float: left;
  }
  .p-feature-desc h3{
     padding-left: 15px;
  }
  .c-inline-feature-list li{
    width: 100%;
  }
  .c-minimal-footer span {
    line-height: 1.5;
  }
  .c-checkboxlist li:last-child {
    padding: 0px 12px 12px 18px;
  }
  .p-checklist-box {
    width: 100%;
    float: left;
  }
  .p-manage-login .c-layout-item{
    padding: 25px 0px;
  }
  .c-footer-copyright b
  {
    display: inline-block;
  }
  .c-modal-cols{
    width: 100% ;
    text-align: center;
    float: left;
    padding: 10px 25px 40px;
  }
  .c-modal-cols h3{
    margin-bottom: 0px ;
    font-size: 20px;
    color: rgb(25, 160, 211);
    font-weight: 400;
  }
  .c-top-nav .c-list-inline .btn-login-sm , .c-top-nav .transition.hblack::before , .c-top-nav .transition.hblack:hover{
    padding: 0px;
    background: transparent;
  }
  .p-feature-icon img {
    text-align: center;
    max-height: 88px;
    max-width: 88px;
  }

  .p-left-list .p-feature-icon, .p-right-list .p-feature-icon{
    float: none;
    text-align: center;
  }
  .p-features .p-feature-desc {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .p-features .p-feature-icon {
    vertical-align: middle;
    margin-top: 0px;
    width: 30%;
    text-align: center;
  }
  .p-left-list, .p-right-list {
    text-align: center;
  }
  .p-feature-block{
    padding-bottom: 25px;
    max-width: 450px;
  }
  .p-number-holder .p-number-list li{
    width: 100%;
  }
  .p-number-holder .p-number-list li{
    padding-bottom: 35px;
  }
  .p-number-holder .p-number-list li.last{
    padding: 0px;
  }
  .p-number-holder .p-number-list strong, .p-number-holder .p-number-list em.p-zero{
    font-size:60px;
  }
  .p-number-holder .p-number-list span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
  .p-number-block{
    max-width: 229px;
    margin: 0px auto;
  }
  .p-companies-list li {
    width: 100%;
    padding-bottom: 60px;
  }
  .p-companies-list li.last{
    padding-bottom: 0px;
  }
  .p-companies-holder {
    padding: 99px 0px 60px 0px;
  }
  .p-number-holder li{
    padding-bottom: 30px;
  }
  .p-number-holder li.last{
    padding-bottom: 0px;
  }
  .p-number-holder {
    padding: 52px 0px 52px;
  }
  .p-number-holder h2 {
    padding: 0px 40px 15px;
  }
  .c-checklist-holder{
    max-width: 305px;
    margin: 0px auto;
  }
  .c-header-area .c-top-nav a:hover,
  .c-top-nav .c-list-inline a.btn-login-sm:hover{
    color: #02354b !important;
  }
  .c-header-area .c-top-nav .transition.btn-blue{
    border: solid 2px #ffffff;
  }
  .c-header-area .c-top-nav .transition.btn-blue:hover{
    border: solid 2px #02354b;
    color: #02354b;
  }
  .home-page-banner h1{
    font-size: 24px!important;
    line-height: 1.5!important;
    letter-spacing: 0.7px!important;
  }
  .p-pattern-bg.home-page-banner{
    padding: 80px 0px 30px 0px!important;
  }
  .meet-our-exclusive{
    padding: 10% 15px 30px;
  }
  .paragraph-left{
    margin-bottom: 50px;
  }
  .offerwall-header-area{
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .p-learn-more{
    margin-top: 0px;
  }

}
@media only screen and (min-width: 769px) and (max-width: 1032px) {
  .c-header-logo {
    width: 24%;
  }
  .c-top-nav .c-list-inline > li{
    padding-left: 2px;
    padding-right: 2px;
  }
  .c-top-nav .c-list-inline > li.dropdown{
    padding-right: 10px;
  }
  .c-modal-cols {
    width: 100%;
    padding: 10px 5px;
  }
  .c-modal-cols h3 {
    font-size: 20px;
  }
/*  .c-header-logo .c-img-responsive{
    max-width: unset;
    width: 200px;
  }*/
}
@media only screen and (min-width: 769px) {
  .c-top-nav{
    display: block !important;
  }
  .c-header .active{
    padding-bottom: 26px;
    border-bottom: 6px solid;
  }

  @-moz-document url-prefix() {
    .c-header .active{
      padding-bottom: 26px;
    }
  }
  .p-rewards .c-layout-item.c-1-of-2{
    padding: 0px 5px;
  }
  .c-top-nav .active{
    color: #19a0d3;
  }
  .c-modal-cols{
    text-align: center;
    float: left;
    padding: 0px 25px 25px;
  }
  .c-modal-cols h3{
    font-size: 26px;
    color: rgb(25, 160, 211);
    font-weight: 400;
    margin-bottom: 10px;
  }

}

/*Login Model Box CSS*/
  .p-manage-login .c-layout-item{
    width: 100%;
  }
  .p-manage-login{
    border-radius: 15px;
  }
  .c-modal-cols p{
    font-size: 16px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
  }
  .c-modal-cols a{
    padding: 10px 60px;
  }
  .c-modal-cols label{
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.4px;
    margin-top: 15px;
    font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #333;
  }
  .c-modal-cols input[type="checkbox"]{
    margin-right: 1px;
  }
  .p-self-serve-bonus{
    text-align: center;
    display: inline-block;
  }
  .p-self-serve-bonus label{
    font-family: Lato;
    line-height: 1.3;
    font-size: 12px;
    color: rgb(75, 174, 71);
    max-width: 215px;
    font-weight: bold;
  }
  .required-icon{
    color: rgb(162, 0, 0);
  }


@media only screen and (max-width: 1023px) {
  ul li {
    font-size: 13px;
    line-height: 20px;
  }
}



/* End of Css*/

/*.transition {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 overflow: hidden;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}*/
/*.transition:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 border-radius: 100%;
 -webkit-transform: scale(0);
 transform: scale(0);
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}*/
/*.transition:hover:before{
 -webkit-transform: scale(2);
 transform: scale(2);
}*/

/*Button transparent and white hover effect*/
/*.transition.transparent {
  background: transparent;
}
.transition.hwhite:before {
  background: #ffffff;
}
.transition.hwhite:hover{
  color: #9b9b9b;
}*/

/*Button blue and white hover effect*/

/*.transition.btn-blue {
  background: #19a0d3;
}
.transition.htransparent:before {
  background: #ffffff;
}*/

/*Button white and blue hover effect*/

/*.transition.btn-white {
  background: #ffffff;
}
.transition.hblue:before {
  background: #19a0d3;
}
.transition.hblue:hover{
  color: #ffffff;
}*/

/*Button white and blue hover effect*/

/*.transition.hblack:before {
  background: #9b9b9b;
}
.transition.hblack:hover{
  color: #ffffff;
}*/

@media only screen and (max-width: 375px) {
  .c-rewards-mob-img{
    width: 137.6px;
    height: 279.4px;
  }
  .c-rewards-ipad-img{
    width: 288px;
    height: 207px;
  }
}


/*.p-learn-more .btn-rounded-md.transition1.btn-blue.htransparent{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: background;
  transition-property: background;
}*/
/*.p-learn-more .btn-rounded-md.transition1.btn-blue.htransparent:hover{
  background: none;
}*/
.transition{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background;
  transition-property: background;
}
.transition.btn-blue{
  background: #19a0d3;
  color: #ffffff;
}
.transition.htransparent{
  border: solid 1px #19a0d3;
}
.transition.htransparent:hover {
  background: transparent;
  color: #19a0d3;
}
.transition.hblue:hover{
  background: transparent;
  color: #19a0d3;
  border: solid 1px #19a0d3;
}
.transition.hwhite:hover{
  color: #9b9b9b;
  background: #ffffff;
}
.home-page-banner h1{
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.1px;
  text-align: center;
  color: #02354b;
}
.we-can-help-you{
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #4a4a4a;
}
.p-pattern-bg.home-page-banner{
  position: relative;
  padding: 150px 0px 50px 0px;
}
.arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  margin-bottom: -20px;
}
.arrow:before, .arrow:after {
  content:'';
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box;
}
.arrow:before {
  right: 50%;
  border-bottom: 25px solid #FFFFFF;
  border-right: 25px solid transparent;
}
.arrow:after {
  left: 50%;
  border-bottom: 25px solid #FFFFFF;
  border-left: 25px solid transparent;
}


.c-top-nav .dropdown {
  position: relative;
  display: inline-block;
  height: 35px;
  margin-right: 5px;
}
.c-top-nav .dropdown:after{
  content: "";
  position: absolute;
  top: 10px;
  right: -2px;
  border: 5px solid transparent;
  border-top: 5px solid #494949;
}
.c-top-nav .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 1;
  background-color: #19a0d3;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
  margin: 0px;
  padding: 0px;
  top: 27px;
  left: 28%;
}

.c-top-nav .dropdown-content:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #19a0d3;
  margin-left: -10px;
}

.c-top-nav .dropdown:hover .dropdown-content {
  display: block;
}
.c-top-nav .dropdown-content li{
  padding: 0px;
  border: 0px;
}
.c-top-nav .dropdown-content li a{
  font-family: 'lato';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;
  padding: 20px 10px;
  text-align: left;
  display: block;
}
.c-top-nav .dropdown-content li a:hover,
.c-top-nav .dropdown-content li a.active{
  background-color: #02354b;
  border: 0px;
}