* {
    outline: 0 !important;
}

body {
    font-family: "Roboto", sans-serif;
    color: #566168;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
    display: none;
    /*---body will be visible by JQuery---*/
}

h1 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
    margin-bottom: 22px;
}

button,
a {
    outline: 0 !important;
}

p:last-of-type {
    margin: 0;
}
.wid-text-normal {
    font-weight: 300;
}

 .mt-15 {
  margin-top: 0% !important;
} 


/*===========| Main Box Decoration css |===============*/

.ad-container {
    height: 250px;
    width: 300px;
    overflow: hidden;
    /* margin: 0 auto 0; */
    position: relative;
}
.main-container {
    height: 250px;
    width: 300px;
    overflow: hidden;
    /* margin: 0 auto 0; */
    position: relative;
}

.box-tile {
    background: #fff;
    border: 1px solid #acc1cd;
    border-radius: 10px;
    padding: 14px;
    position: absolute;
    height: 250px;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.box-tile.active {
    opacity: 1;
    visibility: visible;
}

span.step-line {
    background: #11689c;
    display: block;
    width: 25%;
    height: 1px;
    position: absolute;
    top: 34px;
    left: 0;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

/*===========| Steps should be .one, .two, .three etc |========*/

span.step-line.one {
    left: 1px;
    opacity: 1;
    visibility: visible;
}

span.step-line.two {
    left: 25%;
    opacity: 1;
    visibility: visible;
}

span.step-line.three {
    left: 50%;
    opacity: 1;
    visibility: visible;
}

span.step-line.four {
    left: 75%;
    opacity: 1;
    visibility: visible;
}

span.step-line.redeem {
    left: 75%;
    opacity: 0;
    visibility: hidden;
}

span.step-line.three-tab {
    width: 33.33%;
}

ul.steps.three li {
    width: 33.33%;
}

span.step-line.three-tab.two {
    left: 33.33%;
}

span.step-line.three-tab.three {
    left: 66.66%;
}
/*--------- For step */
ul.steps.two li {
    width: 50.00%;
}

span.step-line.two-tab {
    width: 50.00%;
}

span.step-line.two-tab.one {
    left: 0.00%;
}

span.step-line.two-tab.two {
    left: 50.00%;
}

/*=======| Top Step menu items |======*/

.top-bar {
    margin-left: -14px;
    margin-right: -14px;
    background: #fff;
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 1px 10px rgb(0 0 0 / 11%);
    box-shadow: 0px 1px 10px rgb(0 0 0 / 11%);
    margin-top: -14px;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 10px;
}

.top-bar ul {
    margin-bottom: 0;
}

ul.steps li {
    color: #8c9faa;
    font-size: 12px;
    text-align: center;
    width: 25%;
    font-weight: 400;
    transition: all 0.8s ease-in-out;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.steps li.active {
    font-weight: 700;
    color: #000;
}

.more-surveys.top-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 9px 14px;
    height: 34px;
}

.more-surveys.top-bar h3 {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #00679a;
    margin: 0;
}
/*======| powered-by |======*/
.powered-by {
    width: 91px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: 13px;
    z-index: 1;
    display: block;
}

/*======| Box Sub Heading P-tag css |======*/

.box-tile form p {
    font-size: 14px;
    font-weight: 300;
    margin: 2px 0 11px 0;
    letter-spacing: -0.05px;
    float: left;
    width: 100%;
}

/*======| p-tag with marquee |======*/

.long-container div {
    width: 270px;
    overflow: hidden;
}

p.long-text {
    white-space: nowrap;
    width: auto !important;
}

.long-container h1 {
    white-space: nowrap;
    float: left;
    /*width: 480px !important;*/
}

.header-alone {
    padding-top: 7px;
    padding-bottom: 13px;
}


/*=======| Box Bottom Button css |========*/

ul.btns {
    position: absolute;
    bottom: 14px;
    margin-bottom: 0;
    width: 270px;
}

ul.btns li {
    margin-right: 0px;
}

.btn-blue {
    background: #fff;
    border: 0.5px solid #acc1cd;
    border-radius: 4px;
    color: #00679a;
    font-size: 12px;
    line-height: 12px;
    height: 30px;
    display: inline-block;
    width: 86px;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}


.btn-blue.darkborder {
    border: 0.5px solid #00679a;
  }

a:hover {
    color: #00679a;
}

.disable-click {
    pointer-events: none;
    color: #acc1cd;
    border-color: #acc1cd;
}

.btn-blue.fill {
    border: 0.5px solid #00679a;
    color: #fff;
    background: #00679a;
    font-weight: 700;
}

.sign-in.inactive, .follow.inactive, .save.inactive {
    opacity: 0;
    visibility: hidden;
}
.disable-click {
    pointer-events: none;
    color: #acc1cd;
    border-color: #acc1cd;
}


/*=======| showing +points & -points |========*/

.points,
.n-points {
    font-size: 30px;
    line-height: 12px;
    text-align: center;
    color: #4fc74d;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    position: absolute;
    right: 0;
    top: 8.5px;
    width: 86px;
}

.n-points {
    color: #e03b3b;
}

.points.active,
.n-points.active {
    opacity: 1;
    visibility: visible;
}


/*===========| Input type Radio and CheckBox screens |===========*/

.box-tile .form-check {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    min-height: 1rem;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
}
.box-tile .form-check .form-check-input {
    border-color: #acc1cd;
    margin-top: 1px;
    box-shadow: none !important;
    outline: none;
}

.box-tile .form-check label,
.box-tile .form-check input {
    display: block;
    cursor: pointer;
}

.form-check label {
    font-size: 12px;
    color: #8c9faa;
}

.box-tile .form-check .form-check-input {
    margin-right: 10px;
}

.box-tile .form-check input[type="checkbox"] {
    border-radius: 2px;
}

.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
    background-image: none;
    border-color: #00679a;
}

.form-check-input:checked[type="radio"]~label,
.form-check-input:checked[type="checkbox"]~label {
    font-weight: bold;
    color: #000;
}

.form-check-input:checked {
    background-color: #00679a;
}


/*============| Slider Types Screens |===========*/

.slick-prev {
    border: 0.5px solid #acc1cd;
    border-radius: 4px 0 0 4px;
    width: 30px;
    height: 24px;
    background: url(../images/left-dark.svg) no-repeat center;
    position: absolute;
    outline: 0 !important;
    right: 30px;
    top: -50px;
    text-indent: -9999em;
}

.slick-next {
    border: 0.5px solid #acc1cd;
    border-radius: 0px 4px 4px 0px;
    width: 30px;
    height: 24px;
    background: url(../images/right-dark.svg) no-repeat center;
    position: absolute;
    outline: 0 !important;
    right: 0;
    top: -50px;
    text-indent: -9999em;
}

.multi-slide .slick-prev,
.multi-slide .slick-next {
    top: -51px;
}

.slick-prev.slick-disabled {
    background: url(../images/left-light.svg) no-repeat center;
}

.slick-next.slick-disabled {
    background: url(../images/right-light.svg) no-repeat center;
}


/*======| Forced width (if needed) for Single item slider |======*/

.box-tile .items-slider .slick-list.custom {
    width: 270px;
}


/*======| Single item slider(input type Radio or Checkboxes) |======*/

.single-items-slider .slick-slide {
    width: 270px !important;
}

.single-items-slider .slick-prev,
.single-items-slider .slick-next {
    top: -52px;
}


/*======| Multiple Slider (image slider) |======*/

.multiple-items-slider .slick-slide {
    width: 86px !important;
    outline: 0;
    box-shadow: none;
}

.multi-slide.box-tile form p {
    margin-top: 2px;
    margin-bottom: 10px !important;
    float: none;
}

.multi-slide.box-tile form p.long-text {
    float: left;
}


/*======| This width will be custom  |======*/


/* .multiple-items-slider .slick-track {
  width: 1100px !important;
} */

.multiple-items-slider .slick-slide:first-child {
    margin-left: 0.5px;
}

.multiple-items-slider .slick-slide:last-child {
    margin-right: 0px;
}

ul.multiple-items-slider li {
    margin-right: 6px;
}

.ml-minus {
    margin-left: -3px;
}

.multi-slide .slider-container {
    margin-left: -0.5px;
}

.btn-lblue-check {
    border: 1px solid #f9fbfc;
    background: #f9fbfc;
    color: #566168;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    white-space: nowrap;
    text-align: center;
    padding: 4px 0 0 0;
    height: 100px;
    width: 86px;
    text-align: center;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: block;
}

.multiple-items-slider .btn-check:checked[type="checkbox"]~label, 
.multiple-items-slider .btn-check:checked[type="radio"] ~ label {
    border: 1px solid #00679a;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: bold;
    color: #000;
    background: #fff;
}


/*=========| image width and hight should be 56px  |======*/

.slick-slide .btn-lblue-check img {
    display: block;
    margin: 0 auto 6px auto;
    max-width: 56px;
    max-height: 56px;
}


/*=========| Redeem & Couopon step |=========*/

.blue-box {
    background: #e9eff3;
    margin-top: 8px;
    padding: 20px;
    border-radius: 6px;
    height: 120px;
}

.img-block img {
    max-width: 100%;
}

.blue-box p {
    text-align: center;
    font-weight: 300;
}

.coupon .blue-box p {
    margin-left: -1px;
}

.redeem .blue-box {
    padding: 20px 15px;
}

.step.coupon .blue-box {
    padding-top: 12px;
}

.blue-inner-twoBox {
    padding: 0px !important;
}

.blue-inner-twoBox .img-block,
.blue-inner-twoBox .content-block {
    width: auto;
    opacity: 0;
}

.blue-inner-twoBox .content-block {
    margin-left: 0px;
}

.blue-inner-twoBox .img-block img {
    max-width: 100px;
    max-height: 100px;
}


/*=========| coupon code |========*/

.coupon-code,
.coupon.copied .coupon-code-copied {
    border: 2px dashed #00679a;
    border-radius: 15px;
    color: #00679a;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 15px 11px;
    /* margin: 7px auto 12px; */
    margin: 9px auto 10px;
    position: relative;
    width: 60%;
    text-decoration: none;
    cursor: pointer;
}

.coupon-code span {
    margin-left: -1px;
}

.coupon-code:after {
    background: url(../images/img-scissor.svg) no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    right: -20px;
    top: 39px;
    height: 23px;
    width: 23px;
}

.coupon.copied .coupon-code-copied {
    background: #00679a;
    color: #fff;
}

/*========| Thanks page |=========*/

.thanks,
.thanks-counter,
.thanks_2 {
    background: #e9eff3;
    text-align: center;
}

.thanks h1,
.thanks-counter h1,
.thanks_2 h1 {
    margin-bottom: 46px;
    margin-top: 5px;
}

.counter {
    display: block;
    color: #00679a;
    font-weight: 700;
    font-size: 112px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 87px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    padding-left: 4px;
}

.thanks .btn-blue,
.thanks-counter .btn-blue {
    width: 132px;
    border-width: 0.5px;
}

.counter.active {
    opacity: 1;
    visibility: visible;
}

.thanks img.inactive {
    opacity: 0;
    /* visibility: hidden; */
    display: none;
}

.thanks img {
    opacity: 1;
    /* visibility: visible; */
    display: block;
    transition: all 0.8s ease-in-out;
    text-align: center;
    margin: auto;
}


/* ==== The css in-host & out-host ====*/

.out-host {
    display: none !important;
}


/* ========= Header variations======= */

.widget-h1 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.widget-h1 h1 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.widget-h1 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.widget-h1 p a {
    text-decoration: none;
    color: #00679A;
    font-weight: 500;
}


/* --below button in widget ads */

.wid-btn {
    width: 132px;
}

.wid-signin-half .points,
.wid-signin-half .n-points {
    width: 132px;
}


/* --widget box */

.bid-box-inner {
    width: 132px;
    height: 120px;
    position: relative;
    border-radius: 4px;
    background-color: #F9FBFC;
    z-index: 1;
}

.bid-box-inner.no-bg {
    background-color: transparent;
    z-index: 1;
}

.bid-box-inner img {
    border-radius: 4px;
    max-width: 132px;
    max-height: 120px;
}

.wid-pb-12 {
    padding-bottom: 13px;
}

.wid-pt-10 {
    padding-top: 10px;
}

.wid-head-border {
    margin: -14px -15px 0;
    padding: 13px 13px 0;
    border-bottom: 1px solid #ACC1CD;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.11);
}


/* widget radio style ----------------------------------------*/


/* The container */

.radio-container {
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
   /* top: 2px;*/
}


/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio-container .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.radio-container input:checked~.checkmark {
    background-image: url('../images/canvas_1.svg');    
}

/*====================== video widget ============================*/
.wid-video-box {
    width: 100%;
    height: 146px;
    background: #F9FBFC;
    margin-top: 7px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.wid-video {
    width: 100%;
}
.wid-disable { pointer-events: none; }
#wid-video-mask {
    width: 270px;
    height: 146px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
#wid-video-mask.active { background: url('../images/push_b.svg') center center no-repeat;}
#wid-video-mask.inactive { background: none !important;}

#wid-video-mask-replay {
    width: 270px;
    height: 146px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/replay.svg') center center no-repeat;
    display: none;
}
#wid-video-mask-replay.active { display: block; }
#wid-video-mask-replay.inactive { display: none; }
.wid-video-controls {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    height: 33px;
    transform: translateY(100%);
    transition: all 0.2s;
}
.wid-video-box:hover .wid-video-controls {
    transform: translateY(0);
}
.wid-video-button {
    position: absolute;
    height: 14px;
    margin-top: 8px;
    margin-left: 16px;
    top: 5px;
}
.wid-video-button button {
    border: 0;
    outline: 0;
    /*cursor: pointer;*/
    width: 14px;
    height: 14px;
    background: url('../images/pause.svg') left center no-repeat;
}
.wid-video-button button.play { background: url('../images/pause.svg') left center no-repeat; }
.wid-video-button button.pause { background: url('../images/play.svg') left center no-repeat; }
.wid-video-button button.replay { background: url('../images/replay.svg') left center no-repeat; }
.wid-video-sound-control {
    position: absolute;
    height: 14px;
    margin-top: 8px;
    margin-left: 40px;
    top: 5px;
}
.wid-video-sound-control button {
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url('../images/volume.svg') left center no-repeat;
}
.wid-video-sound-control button.on { background: url('../images/volume.svg') left center no-repeat; }
.wid-video-sound-control button.off { background: url('../images/mute.svg') left center no-repeat; }
.wid-video-progress {
    width: 0;
    height: 30px;
    background: rgba(0, 0, 0, 1);
    top: 0;
    left: 0;
}
#wid-volume {
    position: absolute;
    width: 80px;
    top: 4px;
    left: 30px;
    border: none;
    background-color: rgba(255,255,255, .2);
}
.wid-volume-progree {
    height: 6px;
    border-radius: 3px;
    background: #fff;
    width: 100%;
}
/*-------- override the jquery ui class*/
.ui-slider-horizontal {
    height: 6px;
}
.ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    top: -4px;
    cursor: pointer;
    background: #FFFFFF;
    border-color: #FFFFFF;
}
/*--------END override the jquery ui class*/


.wid-video-timer {
    position: absolute;
    right: 0;
    padding-right: 10px;
    top: 5px;
}
.wid-video-current-time {
    line-height: 30px;
    color: #FFFFFF;
}
.wid-video-duration {
    line-height: 30px;
    color: #ACC1CD;
}

/*---progress bar slider---*/

#audio-player-container {
    width: 100%;
}
#audio-player-container .ui-widget-content {
    background: rgba(255,255,255,.5);
    cursor: pointer;
    border-radius: 0;
}
#wid-progres-slider .wid-video-progresser {
    background: #00679a;
    border: none;
    height: 6px;
}
#audio-player-container .ui-widget.ui-widget-content {
    border: none;
}
#audio-player-container .ui-slider-handle {
    opacity: 0;
}
/*====================== video widget ends ==========================*/


/*================= More widget css ==========================*/
.more-desc-terms {
    min-height: 120px;
    margin: 9px 0 0;
}
.more-icon-boxes {
    height: 60px;
    margin-bottom: 15px;
}
.more-icon-boxes ul { margin: 0; }
.more-icon-boxes ul li {
   float: left;
   margin-right: 10px;
}
.more-icon-boxes ul li:last-child { margin-right: 0; }
.more-icon-boxes ul li div {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #00679A;
    border-radius: 4px;
    cursor: pointer;
}
.more-icon-boxes ul li div img {
    margin: 3px auto;
    width: 28px;
    height: 28px;
    display: block;
}
.more-icon-boxes ul li div span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
}
.more-desc-txt {
    height: 45px;
    border: 1px solid #00679A;
    border-radius: 6px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    padding: 4px 8px 5px;
    cursor: pointer;
}

/**************Not on Bixy ****************/
.more-icon-boxes-1 ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.more-icon-boxes-1 ul { margin: 0; }
.more-icon-boxes-1 ul li div {
    width: 83px;
    height: 60px;
    text-align: center;
    border: 1px solid #00679A;
    border-radius: 4px;
    cursor: pointer;
}
.more-icon-boxes-1 ul li:last-child, .more-icon-boxes-1 ul li:nth-child(3){ margin-right: 0; }

.more-icon-boxes-1 ul li div img {
    margin: 3px auto;
    width: 28px;
    height: 28px;
    display: block;
}
.more-icon-boxes-1 ul li div span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
}
.more-icon-boxes-1 ul li div span.clicked, .more-icon-boxes ul li div span.clicked { color: #FFF; }

.more-icon-boxes-1 .more-desc-txt {
    height: 45px;
    border: 1px solid #00679A;
    border-radius: 6px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    padding: 4px 8px 5px;
}
.signup-hits-txt {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px 0 !important;
    padding: 0;
}
.signup-back {
    border: 1px solid #ACC1CD;
}
.delete-box-signout {
    width: 100%;
    height: 60px;
    background: #E9EFF3 url('../images/login_black.svg') calc(100% - 20px) 15px no-repeat;
    border: 0.5px solid #00679A;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;    
}
.delete-box-signout a {
    color: #000;
    text-decoration: none;
    display: block;
}
/*---More:- share screen----*/
.share .share-copy-title {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0 12px 0;
    color: #566168;
}
.share .share-copy-box {
    background: #FFFFFF;
    border: 1px solid #8C9FAA;
    box-sizing: border-box;
    border-radius: 4px;
    height: 44px;
    width: 240px;
    padding: 12px 15px;
}
.share .share-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 163px;
    height: 20px;
    float: left;
}
.share .share-copy-btn {
    width: 32px;
    height: 18px;
    float: right;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #00679A;
}
.share .share-close, .terms .terms-close {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #00679A;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.share .share-close img, .terms .terms-close img { width: 100%; }


/*-----More:- Terms screen---*/
.terms .terms-text-box {
    width: 100%;
    height: 130px;
    padding: 5px 8px;
    border: 0.5px solid #00679A;
    border-radius: 6px;
    position: relative;
}
.terms .terms-close {
    top: unset;
    bottom: 5px;
}
.terms .terms-text {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
}
.terms .terms-text strong {
    color: #000;
}
/*========== Text & Squire Image widget================*/
#text-and-squire .widget-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#text-and-squire .widget-header-inner h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    margin: 0; 
    padding-left: 7px;
}
#text-and-squire .widget-header-inner p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-right: 1px;
    margin-top: -1px;
}
#text-and-squire .widget-header-inner p a {
    text-decoration: none;
    color: #00679A;
    font-weight: 500;
}
#text-and-squire .step-of-steps {
    position: absolute;
    top: -1px;
    right: 5px;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 17px;
    color: #8C9FAA;
}
#text-and-squire .bid-box-inner { background: none; }
#text-and-squire .bid-box-inner img { width: 100%; }
#text-and-squire .bid-box-inner .what-is-bixy {
    position: absolute;
    top: -1px;
    left: 5px;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 17px;
    color: #00679A;
}
#text-and-squire .bid-box-inner .what-is-bixy-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #566168;
    height: 100px;
    padding-left: 5px;
}

/* =========banner ads========== */
.banner-full { 
    height: 195px;
    width: 298px;    
    border-bottom: 1px solid #ACC1CD;
    margin: -14px -14px 0 -14px;
    overflow: hidden;
}
.banner-header {
    margin-top: 5px;
    margin-bottom: 7px;
}
.banner-mid { 
    height: 146px; 
    overflow: hidden;
}
.banner-full img { 
    width: 100%; 
    border-radius: 10px 10px 0 0;
}
.banner-mid img { 
    width: 100%; 
    border-radius: 6px;
}
.banner-ad-points {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 15px;
    top: 15px;
    background: #FFFFFF;
    border: 0.5px solid #ACC1CD;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-align: center;
    color: #000000;
}
.banner-ad-points span.points-n {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.banner-ad-points span.points-t {
    font-weight: 500;
    font-size: 16px;
}
/* =========== overlay-click-tracker ============ */
.overlay-click-tracker {
    width: 300px;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}
.overlay-click-tracker.mid {
    height: 140px;
    top: 65px;
}
.overlay-click-tracker.full {
    height: 205px;
    top: 0;
}
/* ======== AB nocode ===== */
/* .horizontal-ab {} */
.horizontal-ab .ab-horizontal-inner {
    width: 100%;
    height: 57px;    
    margin-bottom: 6px;
    
}
.horizontal-ab .ab-horizontal-inner:last-child { margin-bottom: 0;}
.horizontal-ab .ab-horizontal-inner input[type="radio"]~label { 
    display: block;
    width: 270px;
    height: 57px;
    padding: 0 11px;
    border: 2px solid #F9FBFC;
    background-color: #F9FBFC;
    border-radius: 4px; 
    position: relative;   
    z-index: 1;
    cursor: pointer;
}
.horizontal-ab .ab-horizontal-inner input[type="radio"]~label .ab-horizontal-img {
    margin-right: 13px;
    height: 53px;
    width: 53px;
    float: left;
}
.horizontal-ab .ab-horizontal-inner input[type="radio"]~label .ab-horizontal-txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 176px;
    height: 43px;
    margin: 5px 0;
    float: left;
    display: flex;
    align-items: center;
}
.horizontal-ab .ab-horizontal-inner input[type="radio"]~label .ab-horizontal-img img { width: 100%;}
.horizontal-ab .ab-horizontal-inner input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.horizontal-ab .ab-horizontal-inner input:checked[type="radio"]~label {
    border: 2px solid #00679A;
}
.horizontal-ab .ab-horizontal-inner input:checked[type="radio"]~label .ab-horizontal-txt{
    font-weight: 500;
}
.horizontal-ab .ab-horizontal-inner .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/**********Clif Bar */
input.btn-check:checked~label{
    border: 2px solid #00679A;
    border-radius: 4px;
    font-weight: 500;
    color: #000000;
}
.radio-image-label {
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border: 2px solid #F9FBFC;
}
.radio-image-label img {
    display: block;
    margin: 18px auto 6px;
}


/***********New Mashups offer*/
.restart-mashups {
    position: absolute;
    top: -1px;
    left: 15px;
    width: 86px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #00679A;
    background: #FFFFFF;
    border: 1px solid #ACC1CD;
    border-radius: 0px 0px 4px 4px;
    text-decoration: none;
    display: block;
}