h1, h2, h3, h4, h5, h6, a, ul, li, span, p, strong, button, div {font-family: 'Poppins', sans-serif!important;}

header.tapnative-header a {
    font-size: 14px;
    color: #8599A6!Important;
    margin-right: 5px;
}
header a.nav-link.btn-contact {
    background: #319AD5;
    height: 30px;
    color: #fff!important;
    line-height: 30px!important;
    padding: 0 15px!important;
    border-radius: 25px;
}
a.nav-link.btn-tryit {
    height: 30px;
    border: 1px solid #319AD5;
    line-height: 30px;
    padding: 0 10px!important;
    border-radius: 15px;
    margin: 0 10px;
    color: #319AD5!important;
}
a.nav-link.btn-login {
    height: 30px;
    border: 1px solid #F7932E;
    line-height: 30px;
    padding: 0 10px!important;
    border-radius: 15px;
    margin: 0 10px;
    color: #F7932E!important;
    text-transform: uppercase;
}
.section-default {padding: 50px 0;}
label.position-relative.forPassword {
    margin-top: 10px;
    height: 30px;
}

/* .banner-section {
    background: linear-gradient( rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7) ), url(../img/banner.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
} */
/* .vidsec {
    position: relative;
} */
.slide-content {
   /* background: #041e2dc7;*/
   background: #041e2d59;
    position: absolute;
    width: 100%;
    padding: 50px 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.bggrade{
    background: linear-gradient( rgb(34 34 34 / 89%), rgb(34 34 34 / 86%) );
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
video#myVideo {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    /* height: 100%; */
}
.reachaudience {
    background: linear-gradient( rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7) ), url(../img/reachAud.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.healthmedical{
    background: linear-gradient( rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7) ), url(../img/healthmedical.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.blogbanner {
    background: linear-gradient( rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7) ), url(../img/blog-banner.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.hcp-content {
    background: linear-gradient( rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7) ), url(../img/hcp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.banner-content {
    margin-top: 40px;
}
.banner-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.banner-content p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 200;
}
.btn.btn-similar {
    background: linear-gradient(
180deg
, #92D8FF 0%, rgba(255, 255, 255, 0) 100%), #319AD5;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 60%);
    border-radius: 25px!important;
    border: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.action-box {
    display: block;
    background: #042C43;
    max-width: 60%;
    text-align: right;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 80%);
}
.action-box h2 {
    max-width: 65%;
}
.action-box span {
    font-weight: bold;
    display: block;
    color: #f7932e;
}
.btn.btn-similar a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.action-box h2 {
    max-width: 80%;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 20px;
}
.platbtn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: -48px;
    top: 25%;
    background: #319AD5;
    box-shadow: 0px 0px 40px rgb(49 154 213 / 50%);
    cursor: pointer;
}
.platbtn img {
    max-width: 60px;
    height: 60px;
    width: 100%;
}
.shortContent {
    background: #042C43;
    padding: 20px;
    border-radius: 25px;
    min-height: 300px;
}
.shortContent h2 {
    color: #319AD5;
    font-size: 22px;
    font-weight: 700;
    padding-top: 15px;
    text-transform: uppercase;
}
.shortContent h2 img {
    width: 10px;
    height: 10px;
}
.shortContent p {
    color: #E1D9D9;
    font-size: 16px;
    margin: 35px 0;
}
a.learn-more {
    border: 1px solid #319AD5;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    color: #319AD5!important;
    font-weight: 400;
    margin-bottom: 15px;
}
.imgContent {
    position: absolute;
    top: 7px;
    max-width: 400px;
    width: 100%;
    height: 90px;
    right: 70px;
}
.imgContent img {
    max-width: 500px;
    height: auto;
    object-fit: contain;
}
.tab-fl-right .imgContent {
    position: absolute;
    top: 4px;
    max-width: 400px;
    width: 100%;
    height: 90px;
    left: -20px;
}
.tab-fl-right .shortContent {
    float: right;
    padding-left: 20%;
}
.vids-note {
    background: #042C43;
    padding: 15px;
    max-width: 85%;
    margin: auto;
    border-radius: 25px;
    min-height: 300px;
}
.vids-note h2 {
    text-align: center;
    font-size: 26px;
    color: #319AD5;
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.vids-note h2 span {
    color: #f7932e;
    font-weight: 600;
}
.videoLoaction {
    background: #002235;
    max-width: 65%;
    padding: 15px;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
}
.videoLoaction iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
section.section-default.tapnative-video {
    min-height: 600px;
}
.f-content h2 {
    font-size: 16px;
    font-weight: 700;
    color: #319AD5;
    margin-bottom: 25px;
}
.f-content a img {
    max-width: 150px;
    width: 100%;
    margin-bottom: 12px;
}
.f-content p {
    font-size: 14px;
    color: #fff;
}
.f-content ul {
    padding: 0;
    list-style: none;
}
.f-content ul li {
    margin: 6px 0;
}
.f-content ul li a {
    margin: 6px 0;
}
.f-content ul li a {
    margin: 6px 0;
    color: #319AD5;
    font-size: 14px;
    font-weight: 400;
}
.f-content ul li a span {
    font-size: 14px;
    color: #fff;
    margin-left: 1px;
}
.socil-icon a {
    margin-right: 8px;
}
.socil-icon a img {
    max-width: 25px;
    width: 100%;
    height: 25px;
}
.mailfrom img {
    max-width: 20px!important;
    width: 100%;
    height: 20px;
    margin-bottom: 0!important;
    margin-right: 7px;
}
.f-content ul li a strong {
    color: #fff;
}
.copyright {
    background: #002235;
    color: #8599A6;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.contactmodal .modal-content {
    background: #042C43!important;
    border-radius: 25px;
}
.contactmodal h4.modal-title {
    display: block;
    width: 100%;
    color: #319AD5;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

button.close.cls-btn {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: 1px solid;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
}
.contentMax li strong {
    font-weight: 700;
}
.contactmodal .modal-header {
    border-bottom: 0;
}
.contactmodal .modal-body {
    padding-top: 0;
}
.contactmodal .modal-body p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    max-width: 440px;
    margin: 8px auto 30px;
    font-weight: 600;
}
.contactmodal .modal-body form .input_feild {
    position: relative;
    height: 70px;
    width: 100%;
}
.contactmodal .modal-body form {
    max-width: 75%;
    margin: 20px auto;
}
.contactmodal .modal-body form .input_feild input {
    width: 100%;
    height: 48px;
    background: rgba(49, 154, 213, 0.1);
    border: 1px solid #319AD5;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 0 15px;
    font-size: 14px;
}
.contactmodal .modal-body form .input_feild select {
    width: 100%;
    height: 48px;
    background-color: rgba(49, 154, 213, 0.1);
    border: 1px solid #319AD5;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    padding-left: 146px;
    background-image: url(../img/arrodwn.png);
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95%;
}
.contactmodal .modal-body form button.btn.btn-similar {
    min-width: 150px;
    padding: 8px;
    margin-top: 20px;
}
.termsPage.contentMax {
    max-width: 100%!important;
}
.contactmodal .modal-body form .input_textarea textarea {
    width: 100%;
    background: rgba(49, 154, 213, 0.1);
    border: 1px solid #319AD5;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 14px;
    min-height: 100px;
    color: #4d6775;
    height: 125px!important;
    display: block;
}
.contactmodal textarea::placeholder {
    text-align: center;
    display: flex;
    padding: 36px;
    font-size: 17px;
    color: gray;
}
span.errormsg {
    color: #ff3c3c;
    font-size: 13px;
    margin-left: 16px;
    margin-top: 0px;
    display: none;
}
.contactmodal .modal-body form .input_feild input::placeholder{
    font-size: 18px;
    color: Gray;
    text-align: center;
}
.cnt-box p {
    color: #fff;
    font-size: 16px;
}
.tapnative-content {
    margin-top: 60px!important;
    color: #fff;
    text-align: center;
    width: 85%;
    margin: auto;
}
.tapnative-content h2 {
    font-size: 30px;
    font-weight: 600;
}
.tapnative-content a {
    color: #319AD5;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.btn-groups span {
    color: #fff;
    margin: 0 25px 0 15px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-box {
    background: #042C43;
    border-radius: 25px;
    padding: 15px;
}
.blog-box img {
    max-width: 315px;
    margin: -51px auto 20px;
    height: 181px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 18px;
    width: 100%;
}
.blog-box h2 {
    color: #319AD5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}
.blog-box p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 90px;
}
.readmore {
    background: #319AD5;
    color: #fff;
    border: 0;
    border-radius: 25px;
    padding: 2px 10px 0;
    margin: auto;
    display: table;
    font-size: 14px;
}
.readmore:hover {
    background: #319AD5;
    color: #fff;
    text-decoration: none;
}
.cons h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #319AD5;
}
.cons p {
    font-size: 15px;
    font-weight: 700;
    padding: 0 0px;
    max-width: 75%;
    margin: auto;
    margin-bottom: 16px;
}
.contentMax li {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
}
.cons.text-light {
    background: #042C43;
    border-radius: 25px;
    padding: 20px;
}
.cons.text-light {
    background: #042C43;
    border-radius: 25px;
    padding: 20px;
    max-width: 85%;
    margin: auto;
}
ul.contentMax {
    max-width: 75%;
    margin: auto;
    margin-top: 38px;
}
.contentmentZone {
    background: #002235;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 80%);
    border-radius: 25px;
    padding: 10px;
    width: 85%;
    margin: 50px auto;
    text-align: center;
}
.contentmentZone h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 15px;
}
.intract-segment img {
    width: 100px;
    margin-bottom: 15px;
}
.intract-segment h3 {
    color: #319AD5;
    font-size: 16px;
    margin: 8px 10px 40px;
}
.campign-targeting h2 {
    color: #319AD5;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}
.slidecontainer {
    width: 100%;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    background: #319AD5;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: relative;
}
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #319AD5;
    cursor: pointer;
    border-radius: 100%;
  }
  .slidecontainer ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #8599A6;
    margin-top: 5px;
}
.slidecontainer ul li {
    display: inline-block;
    color: #8599A6;
}
.slider::before {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #319ad5;
    left: -4px;
    display: block;
    top: -3px;
    content: "";
    border-radius: 100%;
}
.slider::after {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #319ad5;
    right: -4px;
    display: block;
    top: -3px;
    content: "";
    border-radius: 100%;
}
.forecasting {
    padding: 30px 0;
    margin-top: 20px;
}
.targeting h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.targeting h3 span {
    background: rgba(49, 154, 213, 0.1);
    border: 1px solid #319AD5;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 8px 28px;
    margin-left: 10px;
}
.bl-box {
    background: #002235;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 80%);
    border-radius: 25px;
    text-align: center;
    padding: 20px;
}
.bl-box h3 {
    color: #fff;
    margin-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
.bl-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.heilights {
    color: #319AD5;
    font-weight: 600;
}
.login-form .heilights {
    color: #319AD5;
    font-weight: 600;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.heilights a {
    color: #319AD5;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}
.form-footer button.btn.btn-similar.text-uppercase.font-weight-bold.mt-5 {
    min-width: 110px;
}
.campign-monitor {
    padding: 0;
    list-style: none;
}
.campign-monitor li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.campign-monitor li span {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(49, 154, 213, 0.2);
    border: 2px solid #319AD5;
    box-sizing: border-box;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 800;
}
.iconCampign {
    width: 40px;
    height: 40px;
    background: #319AD5;
    position: absolute;
    border-radius: 100%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    left: -10px;
    right: 0;
    margin: auto;
}
.iconCampign img {
    max-width: 26px;
}
.campign-monitor h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 14px 0;
    text-align: center;
}
.post_details {
    max-width: 65%;
    padding: 15px;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
}
.post_details h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.post_details p {
    color: #8599A6;
    font-size: 14px;
    margin: 20px 0;
}
.post_details img.w-100 {
    width: 100%!important;
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.8));
    border-radius: 25px;
    min-height: 375px;
    object-fit: cover;
}
.boldContent li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.post-content h2 {
    color: #319AD5;
    font-size: 18px;
    font-weight: 600;
}
.post-content p {
    color: #fff;
    font-size: 14px;
    margin: 16px 0;
    font-weight: 300;
}
.post-content p b {
    font-weight: 600;
}
.img-boxed h2 {
    color: #319AD5;
    font-size: 18px;
    font-weight: 800;
}
.img-boxed p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
}
.img-boxed img {
    max-width: 325px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.become-publisher h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}
.ads-images img {
    max-width: 60%;
}
.contacts small {
    font-size: 14px;
    margin-bottom: 18px;
    display: block;
}
.contacts h3.heilights {
    font-size: 18px;
    margin-bottom: 6px;
}
.contacts p {
    margin-bottom: 7px;
}
.about h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
.about h4 {
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 21px;
}
.about p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}
.jobForcontent {
    background: #042C43;
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 35px;
}
.jobForcontent h2 {
    font-size: 18px;
    font-weight: 700;
    color: #319AD5;
}
.jobForcontent p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 130px;
}
.height-100vh {
    height: 100vh;
}
.loginPage {
    background: #042C43;
    padding: 15px;
    border-radius: 25px;
    max-width: 50%;
    width: 100%;
}
.loginPage a {
    display: block;
    text-align: center;
    margin: 22px 0 30px;
}
.loginPage h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 33px;
    font-size: 22px;
    font-weight: 600;
    color: #319AD5;
}
form.login-form {
    max-width: 60%;
    margin: auto;
}
.login-form label input {
    background: rgba(49, 154, 213, 0.1);
    border: 1px solid #319AD5;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    height: 40px;
    width: 100%;
    display: block;
    color:#fff;

}
.login-form label.position-relative {
    width: 100%;
    margin-bottom:12px;
    display: block;
    height: 50px;
}
span.errorMsg {
    color: #ff2b2b;
    font-size: 12px;
    position: absolute;
    left: 14px;
    display: none;
}
.keepmesign input {
    width: 22px;
    height: 15px;
}
.keepmesign {
    font-size: 16px;
    font-weight: 100;
}
.form-footer p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}
.form-footer a.heilights {
    margin: 0;
}
.loginPage.signup.w-100 {
    max-width: 100%;
}
.signup form.login-form {
    max-width: 85%;
    margin: auto;
}
.form-footer p a {
    display: inline-block;
    margin: 15px 0px;
    color: #319AD5;
    font-weight: 600;
}
.btn-similar:hover {
    color: #fff;
}
.pad-50-all {
    padding: 50px;
}
.yit-display-tb-cell
{
color: #fff;
    font-size: 26px;
}
.c_sm_b
{
    border-color: #0071b2;
    width: 10%;
}
a.btn-similar
{
    display: inline-block;
}