/*=== Basic box styling  ===*/
 body{font-family: 'Roboto Condensed', sans-serif;!important;}

* a {
  text-decoration: none !important;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}



.full-width {
  width: 100%;
  padding: 0;
}

.hide {
  display: none;
}
.only-mobile {
  display: none;
}
.no-display {
  display: none;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}

.hide-mobile {
  display: none;
}
@media only screen and (min-width: 760px) {
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  .hide-mobile {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .home .hiw .steps img {
    width: 23em!important;
    margin-right: 1em!important;
    max-width: calc(50%) !important;
    display: inline;
    margin-left: 1em!important;
  }
}
@media (min-width: 490px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  body {
    font-size: 8px;
  }
  .home .hiw .steps img {
    width: 94%!important;
    margin-right: 1em;
    margin-left: 1em!important;
    max-width: calc(100%) !important;
    display: block!important;
  }
}

.ad-blocker .heading-band {
  height: 60px;
  background: #202020;
}
/*  hiw style */
.how-sec {
  width: 97%;
  margin: 0 auto;
}
.how-sec h3 {
  font-size: 5.3vw;
  color: #32bdfb;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: center;
}
.how-sec span {
  font-size: 4vw;
  text-align: center;
  color: #666;
}
.how-sec .pointer img {
  padding: 0!important;
}
.how-sec .main-img {
  width: 100%;
  height: auto;
  min-height: 45vw;
  padding: 0;
}
.how-sec .main-img img {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.how-sec .item-box {
  text-align: center;
  font-size: 15px;
  color: #00b2ff;
  background: #fff;
  padding: 15px 9px;
}
.bg-gray {
  background: #ededed;
}
/* can style */
.mob-img-box {
  width: 100%;
  float: left;
  height: 100%;
  margin-bottom: 38px;
}
.mob-img-box > .item.left-box {
  position: relative;
  margin: 0 0.5em;
  min-height: 83vw;
  display: block;
}
.mob-img-box > .item.left-box img {
  width: 100%;
  /*height:100%; */
  padding: 0;
}
.mob-img-box .item.left-box > .item-text {
  margin-top: -31vw;
  padding-top: 14px;
  background: red;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.9) 28%, #ffffff 81%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.9) 28%, #ffffff 81%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.84) 0%, #ffffff 28%, #ffffff 81%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6ffffff', endColorstr='#ffffff', GradientType=0);
}
.mob-img-box .item-text.right-box h3 {
  margin: 10px 12px;
  font-size: 4.8vw;
  color: #0389c4;
  font-weight: 600;
}
.mob-img-box .item-text.right-box > p {
  padding: 0 12px;
  text-align: left;
  font-size: 4vw;
  color: #666;
}
.mob-img-box > .item.left-box > span {
  padding: 0;
  display: block;
  width: 100%;
  height: 74vw;
}
/* advertiser style */
.adver-box {
  width: 100%;
  display: block;
}
.adver-box h3 {
  color: #0389c4;
  margin: auto;
  text-align: center;
  padding: 0.5em 2em ;
  font-size: 4.6vw;
}
.adver-box .headings {
  height: auto;
  text-align: center;
  padding: 0em 0 0 0;
}
.adver-box > .data-box span {
  padding: 0 !important;
  float: left;
  width: 40% !important;
  margin-right: 9px;
  height: 100%;
}
.adver-box .circle-img {
  height: 100%;
  padding: 0 !important;
}
.adver-box .para-text {
  display: block;
  font-size: 3.4vw;
  color: #666666;
  padding-right: 23px;
}
.adver-box .data-box {
  float: left;
  border-radius: 146px !important;
  border: 2px #fcfcfc solid;
  padding: 6px;
  -webkit-box-shadow: 1.3vw 0px 0px -2px #56abe6;
  -moz-box-shadow: 1.3vw 0px 0px -2px #56abe6;
  box-shadow: 1.3vw 0px 0px -2px #56abe6;
  width: 96%;
  margin: 0.5em;
  background-color: #fff;
}
.adver-box.right-sec .data-box span {
  float: right;
  margin-left: 9px;
  margin-right: 0;
}
.adver-box.right-sec .para-text {
  padding-left: 14px;
  text-align: right;
}
.adver-box.right-sec .data-box {
  -webkit-box-shadow: -1.3vw 0px 0px -2px #56abe6;
  -moz-box-shadow: -1.3vw 0px 0px -2px #56abe6;
  box-shadow: -1.3vw 0px 0px -2px #56abe6;
  margin: 0 0 0 1.2em;
}
.adver-box.right-sec.last {
  padding-bottom: 20px;
}

.footer-bs {
  background-color: #333333;
  padding: 60px 40px;
  color: #ffffff;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  border-radius: 0;
}
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.footer-bs .footer-nav h4:hover {
  padding: 0px 6px;
  border-left: solid 4px #fecb08;
  transition: all 0.5s ease;
}
.footer-bs .footer-nav a {
  color: #ffffff;
}
.footer-bs .footer-nav a:hover {
  color: #00b2ff;
  text-decoration: none;
}

.footer-bs .footer-logo img {
  margin: 15px 0;
}
.copy-row {
  padding: 5px 0px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: #2e2e2e;
  color: #737479;
}
.footer-social-cluster {
  padding: 15px 0;
}
.footer-social {
  padding: 3px;
}
.navbar {
  margin-bottom: 0px;
}
.header-items {
  position: fixed;
  z-index: 9;
  width: 100%;
}
.navbar-inverse {
      background-color: transparent;
  border-color: transparent;
}

.navbar {
  min-height: 58px;
}
.navbar .navbar-logo img {
  margin: 10px 0px 0px 0px;
}
.signup-li a {
    position: relative!important;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(129, 129, 129, 0.96)!important;
	 border: 1px solid #fff !important; 
    border-radius: 5px!important;
    padding: 7px 10px!important;
    margin-top: 7px!important;
}
.navbar .signup-li > a {
    padding: 7px 10px !important;
    margin-top: 6px !important;
    line-height: 20px !important;
}
.navbar.navbar-inverse ul.dropdown-menu.multi-level.resources {
    background-color: transparent !important;
    border: 1px #FFF solid !important;
}
.navbar.navbar-inverse.navbar-scrolled ul.dropdown-menu.multi-level.resources {
    background: rgba(50, 71, 89, 0.82)!important;
    box-shadow: 0 16px 45px -17px #e3e7eb7a!important;
	border: 0 !important;
}
.navbar-inverse .navbar-nav > li a {
  color: white;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(129, 129, 129, 0.96);    
	font-family: "Roboto Condensed", sans-serif;    
	text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    line-height: 17px;
}
.navbar-right {
    float: right;
    margin-right: -30px;
}

.navbar-scrolled {
  min-height: 52px;
     background-color: rgb(50, 71, 89);
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    transition: background, padding 0.4s ease-in-out 0s;
}
}
@media only screen and (max-width: 760px) {
  .navbar .navbar-logo img {
    margin: 10px 0px 0px 38px;
    max-width: 210px;
  }
  .navbar-inverse {
    z-index: 99;
  }
  .navbar-scrolled {
    height: 42px;
    background-color: #202020;
  }
  .navbar-collapse {
    background-color: #202020;
  }
}
@media only screen and (max-width: 490px) {
  /* .navbar {
    height: 42px;
    z-index: 999999;
  } */
  .navbar .navbar-logo img {
    margin: 10px 0px 0px 38px;
    max-width: 160px;
  }
  .nav > li > a,
  .dropdown-menu > li > a {
    font-size: 12px;
  }
}


.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-theme {
     background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #324759;
    font-size: 14px;
    font-weight: 600;
	font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	border-radius: 30px;padding: 8px 37px;    margin-top: 2em;
}
.button-theme:hover {
     background: #324759;
    color: #fff;
    border: 1px solid #fff;
  /* box-shadow: 1px 1px 2px #000000; */
  transition: all 0.2s ease-in-out;
}
.button-theme-contact {
  background: transparent;
  color: white;
  padding: 0 28px;
  height: 40px;
  border: 1px solid white;
  font-weight: bold;
  border-radius: 0 !important;
}
.button-theme-contact:hover {
  background: #fecb08;
  color: black;
  border: 1px solid #ffe688;
  transition: all 0.2s ease-in-out;
}
.button-arrow-down {
  /* Arrow & Hover Animation */
}
.button-arrow-down .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button-arrow-down .content p {
  margin: 0 0 20px;
}
.button-arrow-down #more-arrows {
  width: 75px;
  height: 65px;
}
.button-arrow-down polygon {
  fill: #fecb08;
  transition: all 0.2s ease-in;
}
.button-arrow-down polygon.arrow-middle {
  opacity: 0.75;
}
.button-arrow-down polygon.arrow-top {
  opacity: 0.5;
}
/*.slide-yellow:hover {
  border-left: solid 3px #fecb08;
  transition: all 0.3s ease;
  text-decoration: none; 
  background: rgba(255, 255, 255, 0.1) !important;
    font-weight: 600;
}
*/
.theme-line {
  display: inline-block;
  border-bottom: 5px solid #00b2ff;
  background-color: lightgrey;
  margin-top: 28px;
  width: 6em;
}
.round-anchor-button:hover {
  background-color: black;
  color: white;
}
.round-anchor-button {
  background-color: #f6f6f6;
  border-radius: 50%;
  text-decoration: none;
  display: inline-block;
  padding: 3px 20px;
  font-size: 30px;
}
.owl-prev {
  position: absolute;
  left: 2px;
  top: 30%;
}
.owl-next {
  position: absolute;
  right: 2px;
  top: 30%;
}
@media only screen and (max-width: 760px) {
  body {
    font-size: 10px;
  }
  .theme-line {
    border-bottom: 3px solid #00b2ff;
    width: 9em;
  }
  .owl-prev {
    top: 17%;
  }
  .owl-next {
    top: 17%;
  }
}


.advertiser-solutions {
  /*======max width 768======*/
  /* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
  /* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px */
}
.advertiser-solutions .topband.desktop-view {
  background-image: url(../img/inner-pages/advertiser-solutions/bg-main.png);
background-size: 113% auto;
background-repeat: no-repeat;
background-position: 0 -300px;
}
.advertiser-solutions .mobile-view .topband {
    background-image: url(../img/inner-pages/advertiser-solutions/bg-main.png)!important;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

.advertiser-solutions .topband .text {

  color: white;margin-top:8%;
}
.advertiser-solutions .topband .text span {
  font-size: 2em;
}
.advertiser-solutions .topband .text h2 {
  text-transform: uppercase;
  font-size: 4em;
  margin-top: 0;
}
.advertiser-solutions .adver-new .text > span {
     margin-bottom: 11px;
    font-size: 40px !important;
    line-height: 55px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);  
	font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
.advertiser-solutions .adver-new .text > h2 {
    font-size: 40px !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);  
	font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
.advertiser-solutions .top-btn {
margin-top:3%;
}
.advertiser-solutions .header-items {
  top: 0;
  left: 0;
}
.advertiser-solutions .container-tmlne {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.advertiser-solutions .content {
  padding: 0;
  position: relative;
}
.advertiser-solutions .adver-new .sec-1 {
  position: relative;
  min-height: 10rem;
  padding: 3rem 0;
}
.advertiser-solutions .adver-new .img-sec {
  position: absolute;
  top: -300px;right:0;
}
.advertiser-solutions .adver-new .sec-1 p {
  font-size: 2rem;
  font-family: roboto;
  font-weight: 300;
  text-align: justify;
}
.advertiser-solutions .sec-2 .band-head {
  background: #324759;
  padding: 12px 0;
}
.advertiser-solutions .sec-2 .band-head h3 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  font-family: roboto;
  margin: 0;
}
.advertiser-solutions .container-center {
  position: absolute;
  width: 97%;
  left: 0;
  text-align: center;
  background: #fff;
  right: 0;
  margin: 3rem auto;
  z-index: 1;
  top: 1px;
}
.advertiser-solutions .container-center h2 {
  background: #fff;
  border: 2px dashed #324759;
  min-width: 116px;
  width: auto;
  display: inline-block;
  margin: 0 0 20px;
  padding: 9px 22px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
.advertiser-solutions .container-center p {
  font-weight: 300;
  font-family: roboto;
  font-size: 20px;
  padding-bottom: 20px;
  width: 77%;
  margin: 0 auto;
}
.advertiser-solutions .adver-new p > span {
  font-weight: 400;
  font-family: roboto;
}
.advertiser-solutions .detail_box h5 {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  /* font-style: italic; */
  font-family: 'Roboto Condensed', sans-serif;
  color: #828282;
  text-align: left;
  background: #fff;
  width: auto;
}
.advertiser-solutions .detail_box h5:after {
  content: "";
  background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
  height: 5px;
  background-repeat-y: no-repeat;
  width: 18rem;
  position: absolute;
  top: 11px;
  right: 2px;
}
.advertiser-solutions .right-6 .detail_box h5:after {
  content: "";
  background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
  height: 5px;
  background-repeat-y: no-repeat;
  width: 18rem;
  position: absolute;
  top: 9px;
  left: 5px;
}
.advertiser-solutions .right-line h5:after {
  content: "";
  background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
  height: 5px;
  background-repeat-y: no-repeat;
  width: 18rem;
  position: absolute;
  top: 9px;
  left: 5px;
}
.advertiser-solutions .lead-img-box {
  background-image: url(../img/inner-pages/advertiser-solutions/lead-gen-mob-1.png);
  height: 506px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 40px 0 0 0;
  position: relative;
}
.advertiser-solutions .sur-img-box {
  background-image: url(../img/inner-pages/advertiser-solutions/lappy-1.png);
  height: 327px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 40px 0;
  background-size: 100%;
  position: relative;
}
.advertiser-solutions .sur-img-box img {
  margin: 0 auto;
}
.advertiser-solutions .lead-img-box img {
  float: right;
}
.advertiser-solutions .create-img-box {
  background-image: url(../img/inner-pages/advertiser-solutions/create-mob-1.png);
  height: 486px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  position: relative;
}
.advertiser-solutions .create-img-box img {
  float: left;
  padding: 13px 0px 0 34px;
}
.advertiser-solutions .left-6,
.advertiser-solutions .right-6 {
  width: 50%;
  float: left;
  margin-top: 85vh;
}
.advertiser-solutions .create-img-box_1 {
  background-image: url(../img/inner-pages/advertiser-solutions/mobile_screen_5.png);
  height: 486px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  position: relative;
}
.advertiser-solutions .create-img-box_1 img {
  float: left;
  padding: 13px 0px 0 34px;
}
.advertiser-solutions .box-1:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  background-image: url(../img/inner-pages/advertiser-solutions/dots-vertical.png);
  width: 5px;
  background-repeat-x: no-repeat;
}
.advertiser-solutions .right-6 {
  margin-top: 225px;
}
.advertiser-solutions .right-6 h5 {
  padding-left: 19rem;
  text-align: left;
}
.advertiser-solutions .left-6 h5 {
  padding-right: 19rem;
  text-align: right;
}
.advertiser-solutions .box-1 {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 70px;
}
.advertiser-solutions .container-center.bottom {
  bottom: 0px !important;
  top: auto;
  margin: 0 auto;
}
.advertiser-solutions .para_text {
  font-weight: 300;
  text-align: justify;
  font-family: roboto;
  font-size: 19px;
  padding-bottom: 20px;
  width: 71%;
  margin: 32vh 0 0 8vw;
}
.advertiser-solutions .tell-img {
  position: relative;
  height: 45rem;
}
.advertiser-solutions .tell-img img {
  margin: 9vh 0 0 5vw;
}
.advertiser-solutions .para_text-right {
  font-weight: 300;
  text-align: justify;
  font-family: roboto;
  padding-left: 20px;
  font-size: 19px;
  padding-bottom: 20px;
  width: 100%;
  margin: 32vh 8vw 0 0;
}
.advertiser-solutions .para_text-left {
  font-weight: 300;
  text-align: justify;
  font-family: roboto;
  font-size: 19px;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 25vh 8vw 0 0;
}
.advertiser-solutions .audi_box {
  margin: 15vh 0 50px;

}
.advertiser-solutions .audi_box video {
  width: 40%;
  position: absolute;
  top: 24%;
  left: 16%;
  right: auto;
  bottom: 0;
}
.advertiser-solutions .footer-box {
  background-image: url(../img/inner-pages/advertiser-solutions/bg-footer.png);
  height: 223px;
  background-repeat: no-repeat;
  background-size: cover;
}
.advertiser-solutions .footer-box h3 {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  vertical-align: top;
  margin: 0;
}
.advertiser-solutions .footer-box .text {
  margin-top: 8rem;
}
/* .advertiser-solutions .footer-box button {
  padding: 10px 21px;
  height: auto;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  border-radius: 63px !important;
} */
.advertiser-solutions .leftAnim,
.advertiser-solutions .rightAnim,
.advertiser-solutions .downAnim {
  opacity: 1;
}
.advertiser-solutions .top-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.advertiser-solutions .bott-layer {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advertiser-solutions .bott-layer1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advertiser-solutions .mobile-view {
  display: none;
}
.advertiser-solutions .right_2 {
  margin-top: 35vh;
}
.advertiser-solutions .story-container {
  margin-bottom: 50px;
}
.advertiser-solutions .story-left {
  width: 50%;
  float: left;
}
.advertiser-solutions .story-right {
  float: left;
  margin-top: 0px;
  width: 50%;
}
.advertiser-solutions .story-right .detail_box .tell-img {
  margin-top: 22vh;
}
.advertiser-solutions .dotted-line {
  position: absolute;
  right: -9rem;
  top: 35px;
}
.advertiser-solutions .second-dotted {
  top: 380px !important;
}
.advertiser-solutions .dotted-line h5:after {
  content: "";
  background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
  height: 5px;
  background-repeat-y: no-repeat;
  width: 18rem;
  position: absolute;
}
@media only screen and (min-width: 1500px) {
  .advertiser-solutions .left-6 {
    margin-top: 55vh;
  }
  .advertiser-solutions .second-dotted {
    top: 450px !important;
  }
}
@media only screen and (max-width: 768px) {


  .advertiser-solutions .right_2 {
    margin-top: 0px;
  }
  .advertiser-solutions .sec-2 .band-head h3 {
    font-size: 1.8rem;
  }
  .advertiser-solutions .leftAnim,
  .advertiser-solutions .rightAnim,
  .advertiser-solutions .downAnim {
    opacity: 1;
  }
  .advertiser-solutions .create-img-box img {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .advertiser-solutions .create-img-box_1 img {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .advertiser-solutions .audi_box video {
    width: 100%;
    top: 0;
    left: 0;
    position: static;
  }
  /* .advertiser-solutions .audi_box {
    min-height: 25vh;
    height: auto;
  } */
  .advertiser-solutions .img-sec img {
    margin: 0 auto;
  }
  .advertiser-solutions .topband {
    height: auto;
    background-size: auto;    background-position: 0 -210px;
  }

  .advertiser-solutions .tell-img {
    position: relative;
    height: auto;
  }
  .advertiser-solutions .mobile-view {
    display: block !important;
  }
  .advertiser-solutions .desktop-view {
    display: none !important;
  }
  .advertiser-solutions .lead-img-box,
  .advertiser-solutions .create-img-box {
    background-image: none;
    height: auto;
  }
  .advertiser-solutions .lead-img-box,
  .advertiser-solutions .create-img-box_1 {
    background-image: none;
    height: auto;
  }
  .advertiser-solutions .lead-img-box img {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .advertiser-solutions .sur-img-box {
    background-image: none;
    height: 165px;
  }
  .advertiser-solutions .detail_box h5 {
    margin: 0;
    font-size: 21px;
	float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .advertiser-solutions .adver-new .sec-1 {
    min-height: auto;
  }
  .advertiser-solutions .audience-tb {
    padding-top: 40px!important;
  }
  .advertiser-solutions .tell-story1 .para_text {
    margin-top: 3rem;
  }
  .advertiser-solutions .adver-new .sec-1 p {
    font-size: 1.3rem;
    text-align: center;
  }
  .advertiser-solutions .adver-new .sec-1 {
    position: relative;
    min-height: auto;
  }
  .advertiser-solutions .story-right {
    margin-top: 0px;
    width: 100%;
  }
  .advertiser-solutions .story-left {
    width: 100%;
    float: left;
  }
  .advertiser-solutions .right-6 {
    margin-top: 0vh;
    width: 100%;
  }
  .advertiser-solutions .box-1:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    background-image: none;
    width: 5px;
    background-repeat: no-repeat;
  }
  .advertiser-solutions .audi_box {
    margin: 0vh 0 40px;
  }
  .advertiser-solutions .right-6 {
    width: 100%;
    display: block;
    margin-top: 4rem;
  }
  .advertiser-solutions .detail_box h5:after {
    content: "";
    background-image: none;
    height: 5px;
    background-repeat-y: no-repeat;
    width: 264px;
    position: absolute;
    top: 11px;
    right: 2px;
  }
  .advertiser-solutions .right-6 .detail_box h5:after {
    content: "";
    background-image: none;
    height: 5px;
    background-repeat-y: no-repeat;
    width: 264px;
    position: absolute;
    top: 9px;
    left: 5px;
  }
  .advertiser-solutions .para_text {
    font-size: 1.3rem;
    margin: 0;
    width: 100%;
  }
  .advertiser-solutions .container-center h2 {
    font-size: 16px;
  }
  .advertiser-solutions .container-center p {
    font-size: 1.3rem;
    width: 100%;
  }
  .advertiser-solutions .para_text-right {
    width: 100%;
    margin: 0rem 0;
    font-size: 1.3rem;
    padding-left: 0px;
  }
  .advertiser-solutions .para_text-left {
    width: 100%;
    margin: 0rem 0;
    font-size: 1.3rem;
    padding-right: 0px;
  }
  .advertiser-solutions .box-2 {
    clear: both;
  }
  .advertiser-solutions .audience-tb {
    padding-top: 55px!important;
  }
  .advertiser-solutions .mobile-view {
    display: none;
  }
  .advertiser-solutions .desktop-view {
    display: block;
  }
  .advertiser-solutions .footer button {
    float: none !important;
    margin: 20px 0;
    font-size: 1.3rem;
    padding: 7px 15px;
  }
  .advertiser-solutions .footer-box h3 {
    font-size: 2rem;
    float: none !important;
  }
  .advertiser-solutions .footer-box {
    height: auto;
  }
  .advertiser-solutions .adver-new .img-sec {
    position: relative;
    top: 0;
  }
  .advertiser-solutions .audience-tb {
    padding-top: 35px!important;
  }
  .advertiser-solutions .left-6 {
    width: 100%;
    float: left;
    margin-top: 28vh;
  }
  .advertiser-solutions .tell-img img {
    position: relative;
    margin: 4rem auto 3rem;
  }
  .advertiser-solutions .adver-new .img-sec {
    position: relative;
    top: auto;
  }
  .advertiser-solutions .left-6 h5 {
    padding-right: 9px;
    text-align: center;
  }
  .advertiser-solutions .right-6 h5 {
    padding-left: 0;
    text-align: center;
  }
  .advertiser-solutions .box-2 {
    clear: both;
	float: left;
  }
  .advertiser-solutions .story-container {
    margin-bottom: 0px;
  }
  .advertiser-solutions .story-right .detail_box .tell-img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .advertiser-solutions .left-6 {
    width: 100%;
    float: left;
    margin-top: 44vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-inverse .navbar-nav > li a{letter-spacing:0;}
	.navbar-right{
    margin-right: -15px!important;
}
  .advertiser-solutions .leftAnim,
  .advertiser-solutions .rightAnim,
  .advertiser-solutions .downAnim {
    opacity: 1;
  }
  .advertiser-solutions .adver-new .top-btn {
    top: 22rem;
    left: 5rem;
  }
  .advertiser-solutions .para_text-right {
    margin: 13rem 0;
    padding-left: 20px;
  }
  .advertiser-solutions .para_text-left {
    margin: 13rem 0;
    padding-right: 20px;
  }
  .advertiser-solutions .para_text {
    margin: 7rem 0;
  }
  .advertiser-solutions .adver-new .topband .text {
    left: 41px;
       top: 11rem;
  }
  .advertiser-solutions .topband {
    height: auto;background-position: 0 -78px;
  }
  .advertiser-solutions .adver-new .sec-1 p {
    font-size: 1.7rem;
  }
  .advertiser-solutions .box-1:after {
    background-image: url(../img/inner-pages/advertiser-solutions/dots-vertical.png);
    background-repeat: repeat;
  }
  .advertiser-solutions .left-6,
  .advertiser-solutions .right-6 {
    width: 50%;
    float: left;
    margin-top: 44vh;
  }
  .advertiser-solutions .story-left {
    width: 50%;
    float: left;
  }
  .advertiser-solutions .story-right {
    float: left;
    margin-top: 0px;
    width: 50%;
  }
  .advertiser-solutions .right-6 {
    margin-top: 225px;
  }
  .advertiser-solutions .detail_box h5:after {
    width: 12vw;
    background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
    background-repeat-y: no-repeat;
  }
  .advertiser-solutions .right-6 .detail_box h5:after {
    background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
    width: 12vw;
  }
  .advertiser-solutions .tell-img {
    height: 42vh;
  }
  .advertiser-solutions .tell-img img {
    margin: 3vh auto 0;
  }
  .advertiser-solutions .audi_box {
    margin: 4vh 0px;
  }
  .advertiser-solutions .story-container {
    margin-bottom: 0px;
  }
  .advertiser-solutions .right_2 {
    margin-top: 17vh;
  }
  .advertiser-solutions .dotted-line {
    right: -6vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .advertiser-solutions .leftAnim,
  .advertiser-solutions .rightAnim,
  .advertiser-solutions .downAnim {
    opacity: 1;
  }
  .advertiser-solutions .adver-new .top-btn {
    top: 22rem;
    left: 5rem;
  }
  .advertiser-solutions .adver-new .topband .text {
    left: 41px;
    top: 11rem;
  }
  .advertiser-solutions .topband {
    height: 56rem;
  }
  .advertiser-solutions .adver-new .sec-1 p {
    font-size: 1.7rem;
  }
  .advertiser-solutions .box-1:after {
    background-image: url(../img/inner-pages/advertiser-solutions/dots-vertical.png);
    background-repeat: repeat;
  }
  .advertiser-solutions .left-6,
  .advertiser-solutions .right-6 {
    width: 50%;
    float: left;
    margin-top: 85vh;
  }
  .advertiser-solutions .story-left,
  .advertiser-solutions .story-right {
    width: 50%;
    float: left;
    margin-top: 225px;
  }
  .advertiser-solutions .right-6 {
    margin-top: 29rem;
  }
  .advertiser-solutions .detail_box h5:after {
    width: 12vw;
    background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
    background-repeat-y: no-repeat;
  }
  .advertiser-solutions .right-6 .detail_box h5:after {
    background-image: url(../img/inner-pages/advertiser-solutions/dots-hori.png);
    width: 12vw;
  }
  .advertiser-solutions .left-6 h5 {
    padding-right: 13vw;
    text-align: right;
    font-size: 2.3rem;
  }
  .advertiser-solutions .lead-img-box,
  .advertiser-solutions .create-img-box {
    height: auto;
  }
  .advertiser-solutions .lead-img-box {
    height: auto;
  }
  .advertiser-solutions .create-img-box_1 {
    background-image: none;
  }
  .advertiser-solutions .tell-img {
    height: auto;
    padding: 12px 0;
  }
  .advertiser-solutions .tell-img img {
    margin: 4vh auto 0;
  }
  .advertiser-solutions .audi_box {
    margin: 4vh 0px;
    height: 24rem;
  }
  .advertiser-solutions .right-6 h5 {
    padding-left: 14vw;
  }

  .advertiser-solutions .sur-img-box img:nth-child(2) {
    display: none !important;
  }
  .advertiser-solutions .para_text {
    margin: 9vh 0 0 4vw;
  }
  .advertiser-solutions .adver-new .sec-1 {
    position: relative;
    min-height: 13rem;
  }
  .advertiser-solutions .container-center p {
    font-size: 1.5rem;
    width: 100%;
  }
  .advertiser-solutions .footer-box h3 {
    font-size: 3rem;
  }
  .advertiser-solutions .footer-box {
    height: 20rem;
  }
  .advertiser-solutions .para_text {
    text-align: left;
    width: 100%;
  }
  .advertiser-solutions .story-container {
    margin-bottom: 0px;
  }
}


.contact-us .m-t5 {
  margin-top: 5px;
}
.contact-us .m-b-15 {
  margin-bottom: 15px;
}
.contact-us .m-b-0 {
  margin-bottom: 0px;
}
.contact-us .z-index-0 {
  z-index: 0;
}
.contact-us .page-views-label {
  padding-left: 20px;
  font-size: 16px;
  color: white;
  padding-top: 0.5em;
}
.contact-us .margin-hor-0 {
  margin-left: 0;
  margin-right: 0;
}
.contact-us .headings {
  margin-bottom: 3em;
  padding-top: 6em !important;
  color: white;
  background: url('../img/contact-heading-bg.png');
}
.contact-us .combo {
  padding: 1em;
}
.contact-us .seperator {
  margin: auto;
  text-align: center;
}
.contact-us .contact-form {
  padding: 2em;
  border: 1px solid #f2f1f1;
}
@media only screen and (min-width: 760px) {
  .contact-us .form-grid {
    position: relative;
    top: -15px;
    right: -40px;
  }

}
.contact-us .contact {
  margin-bottom: 4em;
  /* Conatct start */
}
.contact-us .contact .margin-60 {
  margin: 60px auto;
}
.contact-us .contact .header-title {
  text-align: center;
  color: #ffffff;
}
.contact-us .contact #tip {
  display: none;
}
.contact-us .contact .fadeIn {
  animation-duration: 3s;
}
.contact-us .contact .form-control {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  height: 3em;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.08);
}
.contact-us .contact .form-control:focus {
  border: 1px solid #00bfff;
}
.contact-us .contact .textarea-contact {
  height: 12em;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.08);
  resize: none;
}
.contact-us .contact .btn-send {
  border-radius: 0px;
  border: 1px solid #00bfff;
  background: #00bfff;
  color: #fff;
}
.contact-us .contact .btn-send:hover {
  border: 1px solid #00bfff;
  background: #fff;
  color: #00bfff;
  transition: background 0.5s;
}
.contact-us .contact .second-portion {
  margin-top: 50px;
}
.contact-us .contact .box > .icon {
  text-align: center;
  position: relative;
}
.contact-us .contact .box > .icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #00bfff;
  vertical-align: middle;
}
.contact-us .contact .box > .icon:hover > .image {
  background: #333;
}
.contact-us .contact .box > .icon > .image > i {
  font-size: 36px !important;
  color: #fff !important;
}
.contact-us .contact .box > .icon:hover > .image > i {
  color: white !important;
}
.contact-us .contact .box > .icon > .info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
  min-height: 163px;
}
.contact-us .contact .box > .icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}
.contact-us .contact .box > .icon > .info > h3.title {
  font-family: "Robot", sans-serif !important;
  font-size: 16px;
  color: #222;
  font-weight: 700;
}
.contact-us .contact .box > .icon > .info > p {
  font-family: "Robot", sans-serif !important;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  margin: 20px;
}
.contact-us .contact .box > .icon:hover > .info > h3.title,
.contact-us .contact .box > .icon:hover > .info > p,
.contact-us .contact .box > .icon:hover > .info > .more > a {
  color: #222;
}
.contact-us .contact .box > .icon > .info > .more a {
  font-family: "Robot", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.contact-us .contact .box > .icon:hover > .info > .more > a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63B76C;
}
.contact-us .contact .box .space {
  height: 30px;
}
@media only screen and (max-width: 760px) {
  .contact-us .contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us .contact .btn-send {
    width: 100%;
    padding: 10px;
  }
  .contact-us .contact .second-portion {
    margin-top: 25px;
  }
  .contact-us .contact .col-md-6 {
    padding: 0;
  }
    	.navbar-right{
    float: none !important;
    margin-right: -15px!important;
}
}
.contact-us .contact-bg {
  justify-content: center;
  background: url(../img/bg-contact.png) no-repeat 0.43478261% scroll, radial-gradient(circle farthest-corner at right bottom, #9ea5ff, #7090fa 10%, #4c99f0 21%, #2b99ee 27%, #27a4e7 35%, #1c94d4 50%, #19a0c2 63%, #1fa6ad 93%, #1c9c7e);
  box-shadow: inset 0 10px 10px 0 rgba(0, 0, 0, 0.07), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  background-blend-mode: overlay;
}
.contact-us .headings {
  text-align: center;
  padding: 2em;
}
.contact-us .headings h1 {
  font-size: 3em;
}
.contact-us .headings span {
  font-size: 1.5em;
}
.contact-us #googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  /* Set z-index to 0 as it will be on a layer below the contact form */
}
.contact-us .box-blur {
  border-radius: 5px;
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}
.contact-us .box:active {
  cursor: move;
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
}
.contact-us .box .content {
  margin: auto;
}
.contact-us .iti-flag {
  background-image: url("../img/css/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact-us .iti-flag {
    background-image: url("../img/css/flags@2x.png");
  }
}
.contact-us .pointers {
  padding: 4em;
}
.contact-us .pointers .point {
  padding: 1em;
}
.contact-us .pointers .point span {
  color: #325e71ed;
  font-size: 1.5em;
}
.contact-us .pointers .point p,
.contact-us .pointers .point ul {
  font-size: 1.2em;
  padding-top: 5px;
  color: #737373;
}
.contact-us .pointers hr {
  margin: 20px auto 10px;
  height: 1px;
  border: 0;
  background-color: rgba(228, 228, 231, 0);
  background-image: linear-gradient(to right, rgba(228, 231, 230, 0), rgba(228, 228, 231, 0.9) 10%, rgba(228, 228, 231, 0.9) 90%, rgba(228, 228, 231, 0));
}
.contact-us .cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-us .advertiser {
  background-image: url(../img/advertiser.png);
}
.contact-us .publisher {
  background-image: url(../img/publisher.png);
}
.contact-us .cc-selector input:active + .drinkcard-cc {
  opacity: .9;
}
.contact-us .cc-selector input:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.contact-us .drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 125px;
  height: 80px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}
.desktop-view{display:block;}
.mob-view{display:none;}




@media only screen and (max-width: 760px) {
.advertiser-solutions .box-1 {
padding-bottom: 100px;
}
.desktop-view{display:none;}
.mob-view{display:block;
	margin-top: 4rem!important;
	margin-bottom: 4rem;
	}
  .contact-us .drinkcard-cc {
    width: 105px;
    height: 70px;
  }
  .contact-us .advertiser-text,
  .contact-us .publisher-text {
    font-size: 1.2em;
  }
}
.contact-us .drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}





/*----------------nav bar -----------------*/

.navbar-inverse{padding-top:15px;}
 .navbar-scrolled{padding-top:0!important;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color:transparent!important;    background-color: #eee;
    color: #fff!important;
}

  .resources { background: rgba(50, 71, 89, 0.82);
    border-radius: 7px;
    border: 0;
    padding: 0;
    box-shadow: none;
  box-shadow: 0 16px 45px -17px #e3e7eb7a;}
  .resources > li > a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 11px 15px;
    letter-spacing: 2px;
    color: #d8d8d8;
    font-size: 12px;
    font-weight: normal;
}
.slide-yellow:hover {
  background: rgba(255, 255, 255, 0.1) !important;
    font-weight: 600;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    z-index: 999999999;
}

/*===========policy page-----------------*/

.policy-sub {
	padding-bottom: 30px;
}
.policy-sub h2.policy-heading {
	font-size: 30px !important;
	color: #1f3140;
	margin-bottom: 0.5em; margin-top: 0.5em;
	text-align: center;
	font-family: Roboto Condensed, sans-serif;

}
.policy-sub ul {
	padding-left: 15px!important;
}
.policy-sub li,
.policy-sub p {
	margin-bottom: 17px;
    list-style-type: none;
    color: rgba(102,102,102,0.6);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    font-family: roboto;
	word-break: break-all;
}

.policy-sub li ul {
	margin-top:15px;
}
.policy-sub ul li ul {
	padding-left: 25px!important;
	margin-top: 10px;
}
.policy-sub li ul li {
	font-family: Roboto;
	font-size: 14px;
	margin-bottom: 17px;
	line-height: 18px;
	list-style-type:disc;
}
.refund-policy .content-html {
	max-width: 100%!important;
	padding: 0!important;
	margin: auto!important;
}
.refund-policy .heading-band {
	height: 60px;
	background: transparent!important;
}
.policy-sub h5 {
    margin-top: 20px;
    font-size: 16px;
    color: #183351;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	word-break: break-all;
}


/* ------------------new css for advertising page ---------------*/

.white-text{color:#fff;}
.white-text p{font-size:1.6rem;margin-bottom: 10px;}
.mt-2{margin-top:25px;}
.pr-demo-item.ppd {
    max-width: 200px;
    margin-bottom: 30px; margin:0 auto;
}
.pr-demo-item img:hover{
box-shadow: 1px 1px 14px 4px #f1f1f1;

}
.btn.m-btn--pill {
    border-radius: 60px;
}
.pr-demo-item .gallery-tags {
    line-height: 16px;
    margin-bottom: 1px;
    margin-top: 8px;
    font-weight: 600;
    color: #42667f !important;
}
.pr-demo-item .gallery-desc {
    line-height: 20px;
    margin-bottom: 13px;
}
.mt-1 {
    margin-top:10px !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.gallery-tags{margin-bottom:10px;}
header{background-color:#324759; color:#fff;}
.pt-4{padding-top: 40px;}
.details-section p{margin-bottom:0;}
.knowmore-img{max-width: 245px;}
.advertiser-solutions .modal-dialog{width:800px;}
/* add css for advertising page 823 size */ 
@media only screen and (max-width:768px){

.advertiser-solutions .modal-dialog {
    width: auto!important;
}

}

@media only screen and (min-width: 812px) and (max-width: 824px) {
	
	.advertiser-solutions .adver-new .img-sec {
    position: absolute;
    top: -200px;
    right: 0;margin-left: 15%;
}
.white-text{max-width: 391px;}
	.white-text p {
    font-size: 1.2rem!important;
    margin-bottom: 10px;
}
.advertiser-solutions .topband.desktop-view {
    background-size: 113% 10%;    height: auto;background-position: 0 0px;
}

}


.nav-tabs-container{margin-bottom:15px;}

.advertiser-solutions .nav-tabs-container ul {
     float: none; 
    background-color: #e9ecf3;
    border-radius: 40px;
    text-align: center;
    width: 151px;
    margin: 0 auto;
    display: block;
}
.advertiser-solutions .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;    padding: 4px 15px!important;
}

.advertiser-solutions .nav-tabs-container .nav-tabs>li.active>a, .advertiser-solutions .nav-tabs-container .nav-tabs>li.active>a:focus,
.advertiser-solutions .nav-tabs-container .nav-tabs>li.active>a:hover {
   color: #555;
   cursor: default;
   background-color: #324759;
   border: 1px solid #324759;
   /* border-bottom-color: transparent; */
   color: #fff;
   border-radius: 40px;
}
.advertiser-solutions .nav-tabs-container .nav>li>a:focus,.advertiser-solutions .nav-tabs-container .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent; color:#324759;
}
.advertiser-solutions .tab-content{clear:both;}

@media only screen and (min-width: 320px) and (max-width: 415px) {
.advertiser-solutions .nav-tabs-container ul {
    width: 140px;
}

}
@media only screen and (min-width: 567px) and (max-width: 767px) {
.advertiser-solutions .nav-tabs-container ul {
    width: 128px;
}

}