/**
 * @tableofcontents
 *
 * a. Fonts Include
 * b. General
 * 1. Navigation
 * 2. Banner
 */

/* @section a. Fonts Include */

@import url('../../fonts/css/raleway.css');
@import url('../../fonts/css/opensans.css');
/* @section b. General */

html, h1, h2, h3, h4, h5 {
    font-family: 'Raleway'!important;
}

body {
    padding: 0 !important;
}

#cw-footer, .cw-hdr-wrap {
    display: none !important;
}

.ppc-cpgn-cta, .ppc-cpgn-cta:active, .ppc-cpgn-cta:focus {
    border: 0;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    color: #091E42;
    background: #FCD80A;
    border-radius: 6px;
    padding: 10px 24px;
    border: 0;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out;
    outline: none !important;
}

.cta-rounded {
    border-radius: 50px !important;
}

.ppc-cpgn-cta:hover {
    background-color: #fddf37;
}

/* @Section 1. Navigation */

.ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
    background: url(../../img/sprite-hdr-logos.png) no-repeat center top transparent;
    display: inline-block;
    width: 183px;
    height: 33px;
}

.ppc-hdr-wrap nav {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    margin-top: 20px;
    z-index: 999;
}

.ppc-hdr-wrap nav.affix .ppc-value-hdr-cw-logo {
    background-position-y: -94px;
}

.ppc-hdr-wrap nav.affix {
    position: fixed;
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    border-radius: 0 !important;
    z-index: 99;
    animation: hdr-fixed .6s ease-in-out;
}

@keyframes hdr-fixed {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

.ppc-hdr-wrap nav.affix .cw-ppc-cta {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ppc-nav {
    margin-right: 40px;
    margin-top: 6px;
}

.ppc-nav li {
    padding: 0 15px;
}

.ppc-nav li a, .ppc-nav li a:active, .ppc-nav li a:focus {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway' !important;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all .2s ease-in-out;
    background-color: transparent;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.ppc-nav li a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}

.ppc-hdr-wrap nav.affix .ppc-nav li a, .ppc-hdr-wrap nav.affix .ppc-nav li a:active, .ppc-hdr-wrap nav.affix .ppc-nav li a:focus {
    color: rgba(9, 30, 66, 0.7);
}

.ppc-hdr-wrap nav.affix .ppc-nav li a:hover {
    color: rgba(9, 30, 66, 1);
}

.ppc-hdr-wrap nav.affix .ppc-nav li.active a {
    color: rgba(9, 30, 66, 1);
}

.ppc-nav li.active a {
    border-bottom: 3px solid #1f3b8b;
}

.ppc-nav-cta {
    display: inline-block;
    vertical-align: middle;
}

/* @Section 2. Banner */

.ppc-bnr-wrap.ppc-cpgn-bnr-wrap {
    position: relative;
    background: #0a0d35;
    background: -moz-linear-gradient(left, #0a0d35 0, #172068 70%);
    background: -webkit-linear-gradient(left, #0a0d35 0, #172068 70%);
    background: linear-gradient(to right, #0a0d35 0, #172068 70%);
    padding: 120px 0 160px;
    overflow: hidden;
}

#ppc-retargetting-app-bnr {
    background: url(../../img/ppc/ppc-retargetting-apps-bnr.png) no-repeat top right #00012b;
    position: relative;
}

#ppc-retargetting-provider {
    background: url(../../img/ppc/ppc-retargetting-provider-bnr.png) no-repeat top right #00012b;
    position: relative;
}

#ppc-retargetting-brand
{
    background: #00012b;
    padding-bottom: 60px;
}

#ppc-retargetting-app-bnr::before, #ppc-retargetting-provider-bnr::before, #ppc-retargetting-brand::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 152px;
    background: url(../../img/ppc/ppc-campain-bg-1.png) no-repeat left center transparent;
}

#ppc-retargetting-brand .ppc-bnr-txt-wrap
{
    margin-bottom: 30px;
}


.prv-ppc-value-bnr-card
{
    text-align: center;
}

.prv-ppc-value-bnr-card-img
{
    width: 60px;
    margin: 0 auto;
}

.prv-ppc-value-bnr-card-txt h3
{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.prv-ppc-value-bnr-card-txt ul
{
    margin: 20px auto 40px;
    text-align: left;
    list-style: disc;
    padding-left: 0;
    max-width: max-content;
}

.prv-ppc-value-bnr-card-txt ul li
{
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    font-family: 'open_sansregular' !important;
}

.prv-ppc-value-bnr-card-center
{
    position: relative;
}

.prv-ppc-value-bnr-card-center::before, .prv-ppc-value-bnr-card-center::after
{
    position: absolute;
    content: '';
    top: 20px;
    bottom: 20px;
    width: 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    left: -15px;
}

.prv-ppc-value-bnr-card-center::after
{
    right: -15px;
    left: auto;
}

.ppc-bnr-txt-wrap {
    position: relative;
    z-index: 9;
}

.ppc-bnr-txt-wrap h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.ppc-bnr-txt-wrap p {
    font-family: 'Raleway'!important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto 30px;
    max-width: 800px;
}

.ppc-offer-img {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

.ppc-bnr-promo-wrap {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 15px;
    color: #fff;
    vertical-align: middle;
    margin-top: 25px;
    font-family: 'open_sanssemibold' !important;
}

.ppc-bnr-promo-wrap b {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    border: 1px dashed #ffdf00;
    margin-left: 5px;
    display: inline-block;
    font-family: 'open_sanssemibold' !important;
    vertical-align: middle;
}

.ppc-hdr-wrap a, .ppc-hdr-wrap a:active, .ppc-hdr-wrap a:focus {
    padding: 7px 15px;
    min-width: auto;
    font-size: 13px;
}

#ppc-wp-bnr::before {
    position: absolute;
    left: -50px;
    bottom: -20px;
    font: normal normal normal 56px/1 FontAwesome;
    content: "\f19a";
    font-size: 430px;
    color: rgba(0, 0, 0, .5);
}

#ppc-php-bnr::before {
    position: absolute;
    content: '';
    width: 600px;
    height: 300px;
    left: -50px;
    bottom: -20px;
    opacity: 0.5;
    background: url(../../img/ppc/ppc-cmpgn-php-logo.svg) no-repeat center transparent;
    background-size: cover;
}

#ppc-magento-bnr::before {
    position: absolute;
    content: '';
    width: 500px;
    height: 480px;
    left: -90px;
    bottom: -70px;
    opacity: 0.3;
    background: url(../../img/ppc/ppc-cmpgn-magento-logo.svg) no-repeat center transparent;
    background-size: cover;
}

#ppc-woo-bnr::before {
    position: absolute;
    content: '';
    width: 540px;
    height: 480px;
    left: -90px;
    bottom: -70px;
    opacity: 0.3;
    background: url(../../img/ppc/ppc-cmpgn-woo-logo.svg) no-repeat 20px center transparent;
    background-size: cover;
}

/* @Section 3. Banner Features */

#ppc-bnr-feat-sec {
    background: #fff;
    position: relative;
}

.ppc-bnr-feat-wrap {
    padding: 45px 60px;
    background: #fff;
    box-shadow: 0 0 44px rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-top: -120px;
}

.ppc-bnr-feat-box-img {
    float: left;
    width: 40px;
}

.ppc-bnr-feat-box-img img {
    width: 40px;
}

.ppc-bnr-feat-box {
    margin-left: 50px;
}

.ppc-bnr-feat-ttl {
    position: relative;
    margin-bottom: 20px;
}

.ppc-bnr-feat-ttl h3 {
    font-size: 20px;
    line-height: 20px;
    color: #0a1e43;
    font-weight: 800;
    margin: 0;
}

.glbNew-strp_sprt {
    position: relative;
    margin: 15px 0 25px;
    display: inline-block;
    width: 100%;
}

.glbNew-strp_sprt::before, .glbNew-strp_sprt::after {
    content: '';
    height: 5px;
    display: inline-block;
    border-radius: 50px;
}

.glbNew-strp_sprt::after {
    width: 10px;
    margin-left: 5px;
    background-color: #09ebaf;
}

.glbNew-strp_sprt::before {
    width: 40px;
    background-color: #2f39bf;
}

.ppc-bnr-feats {
    margin: 0;
    list-style: none;
    padding: 0;
}

.ppc-bnr-feats li {
    font-size: 16px;
    color: #42526e;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: 'open_sansregular' !important;
}

.ppc-bnr-feats li:before {
    content: "\f00c";
    color: #39dcb1;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
}

.ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):before, .ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(196, 196, 196, .3);
    border-radius: 100%;
    top: 0;
}

.ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):before {
    left: -15px;
}

.ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):after {
    right: 0;
}

.ppc-footer-wrap {
    background-color: #050826;
    padding: 20px;
}

.ppc-footer-wrap h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #373737;
    font-family: 'open_sanssemibold' !important;
}

/* @Section 4. PPC Signup Section */

.newPPC_signup_sec {
    padding: 70px 0 80px;
    position: relative;
}

.newPPC_signup_sec {
    background: url(../../img/home/bottom-cta-right.png) no-repeat top right, url(../../img/home/bottom-cta-left.png) no-repeat center left #173caf;
}

.newPPC_signup_txtBox h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 42px;
}

.cw_cmpg_body .newPPC_signup_sec {
    background: url(../../img/ppc/ppc-campain-bg-1.png) no-repeat left center, url(../../img/campaign/bfcm_ppc_signup_right_img.jpg) no-repeat 110% center;
}

/* @Section 15. Expert Support */

.xprt-supprt-wrap {
    padding: 180px 0;
    background: url(../../img/ppc/ppc-retargetting-19-spprt-bg.jpg) no-repeat right top #c6d6d6;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.xprt-supprt-txt h2 {
    font-size: 36px;
    font-weight: 600;
    color: #091e42;
    margin-bottom: 20px;
}

.xprt-supprt-txt p {
    font-size: 16px;
    font-weight: 300;
    color: #42526e;
    margin-bottom: 30px;
    line-height: 28px;
    font-family: 'open_sansregular' !important;
}

.xprt-supprt-cta .cw-ppc-decision-cta {
    min-width: 180px;
}

/* @Section 5. Features Tabs */

.ppc-feat-tabs-sec {
    padding: 80px 0 60px;
}

.ppc-feat-tabs-sec h2 {
    color: #091e42;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.ppc-feat-tabs-wrap {
    margin-top: 40px;
}

.ppc-feat-tabs-wrap ul {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: calc(0.5% + 40px);
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ececec;
    margin-bottom: 70px;
}

.ppc-feat-tabs-wrap ul li {
    border: none !important;
    transition: all .2s ease-in-out;
}

.ppc-feat-tabs-wrap ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: none !important;
    transition: all .2s ease-in-out;
    padding: 14px 15px;
    margin: 0 !important;
}

.ppc-feat-tabs-wrap ul li a:hover, .ppc-feat-tabs-wrap ul li:hover a {
    background-color: #f8f9fa !important;
}

.ppc-feat-tabs-wrap ul li.active a, .ppc-feat-tabs-wrap ul li.active {
    border: none !important;
    background: #000021 !important;
    color: #fff !important;
    margin: 0;
}

.ppc-feat-tabs-wrap ul li:nth-child(2) a {
    border-left: 1px solid #c1c4cc !important;
    border-right: 1px solid #c1c4cc !important;
}

.ppc-feat-tab-card {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px;
}

.ppc-feat-tab-card-img {
    display: inline-block;
    border-radius: 50px;
}

.ppc-feat-tab-card-img img {
    width: 50px;
    max-height: 50px;
}

.ppc-feat-tab-card-txt h4 {
    color: #091e42;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.ppc-feat-tab-card-txt p {
    color: #42526e;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px font-family: 'open_sansregular' !important;
}

/* Pricing */

.wt-prcNew2_prvd-tab-wrap h2 {
    font-weight: 600 !important;
}

.wt-prcNew2_prc_hr b, .wt-prcNew2_prc b, .wt-prcNew2_prc_hr sup, .wt-prcNew2_prc sup, .wt-prcNew2_prc_hr span, .wt-prcNew2_prc span, .wt-prcNew2_sec ul li b, .newPrc_switcher_wrap>span, .hm-new-plt_sec_cont strong {
    font-family: 'open_sanssemibold' !important;
}

.wt-prcNew2_sec ul li span, #wt-prcNew-v2 .cw-prc-ftrs-body li, .prc-note-top, .prc_noteList_wrap h4, .prc_noteList_wrap ul li, .hm-new-plt_sec_cont, .hm-new-plt_sec_top p, .lnd-new-spprt-apps-txt p {
    font-family: 'open_sansregular' !important;
}

/* Supported Apps */

.lnd-new-spprt-apps-sec {
    padding: 60px 0;
}

.lnd-new-spprt-apps-txt {
    margin: 0 0 30px;
}

.lnd-new-spprt-apps-txt h2 {
    font-weight: 600;
}

.lnd-new-spprt-apps-wrap {
    text-align: center;
}

.lnd-new-spprt-app-name {
    font-size: 16px;
    transition: all .3s ease-in-out;
    font-family: 'open_sanssemibold' !important;
}

.lnd-new-spprt-apps-box {
    width: 150px;
    height: 150px;
    padding: 20px;
    margin: 25px 8px 0;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.lnd-new-spprt-apps-box a {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.lnd-new-spprt-apps-box a,
.lnd-new-spprt-apps-box a:hover,
.lnd-new-spprt-apps-box a:active,
.lnd-new-spprt-apps-box a:focus
{
    padding: 7px 15px !important;
    min-width: auto !important;
    font-size: 13px !important;
}

.lnd-new-spprt-apps-box span {
    transition: all .3s ease-in-out;
}

.lnd-new-spprt-apps-box:hover span, .lnd-new-spprt-apps-box:hover .lnd-new-spprt-app-name {
    filter: blur(5px);
}

.lnd-new-spprt-apps-box:hover a {
    top: 50%;
    visibility: visible;
}

/* 5. Ease with Cloudways Section */

.prvdr-comp-section {
    background-color: #fff;
    padding: 70px 0 60px;
}

.prvdr-comp-section h2 {
    font-weight: 600;
    font-size: 36px;
    color: #2e3a54;
    text-align: center;
    margin: 0;
}

.prvdr-complex-box-left::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -15px;
    width: 2px;
    background-color: #c9c9c9;
    height: 300px;
    margin: auto;
    border-radius: 50%;
}

.prvdr-complex-box-left {
    position: relative;
}

.prvdr-complex-box-img img {
    margin: 70px auto 25px;
}

.prvdr-complex-box-txt {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

.prvdr-complex-box-txt h3
{
    color: #2e3a54;
    font-size: 16px;
    font-weight: 500;
}

.prvdr-complex-box-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.ppc-retargetting-brand-aft-bnr
{
    padding: 15px 0;
    background-color: #000021;
}

.ppc-retargetting-brand-aft-bnr .ppc-bnr-promo-wrap, .ppc-retargetting-brand-aft-bnr .ppc-offer-img
{
    margin: 0 160px 0 0;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width:1200px) {
    .ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):before {
        left: 0;
    }
    .cw_cmpg_body .newPPC_signup_sec {
        background-position-x: left, calc(100% + 170px);
    }
    .ppc-retargetting-brand-aft-bnr .ppc-bnr-promo-wrap, .ppc-retargetting-brand-aft-bnr .ppc-offer-img{
        margin: 0 70px 0 0;
    }
}

@media (max-width:992px) {
    /* @Section 1. Navigation */
    .ppc-nav {
        margin-right: 10px;
    }
    .ppc-nav li {
        padding: 0 10px;
    }
    .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
        background-position-x: left;
        width: 55px;
    }
    /* Banner */
    #ppc-retargetting-app-bnr {
        background-image: none;
        padding-top: 100px;
    }
    .ppc-bnr-txt-wrap {
        text-align: center;
    }
    .ppc-bnr-txt-wrap h1 {
        font-size: 36px;
    }
    /* Banner Feats */
    .ppc-bnr-feat-wrap {
        padding: 30px 20px;
    }
    .ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):before, .ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2):after {
        display: none;
    }
    .ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2) {
        border-left: 1px solid rgba(196, 196, 196, 0.5);
        border-right: 1px solid rgba(196, 196, 196, 0.5);
    }
    .ppc-bnr-feat-ttl h3 {
        font-size: 18px;
    }
    .ppc-bnr-feats li {
        font-size: 14px;
    }
    .cw_cmpg_body .newPPC_signup_sec {
        background-size: 350px;
        background-position-x: left, calc(100% + 110px);
    }
    .xprt-supprt-wrap {
        padding: 100px 0;
    }
    .xprt-supprt-txt, .xprt-supprt-cta {
        text-align: center;
    }
    .ppc-feat-tabs-sec h2, .prvdr-comp-section h2 {
        font-size: 28px;
    }
    .ppc-feat-tabs-wrap ul li a {
        font-size: 16px;
    }

    .prv-ppc-value-bnr-card-center::before, .prv-ppc-value-bnr-card-center::after
    {
        display: none;
    }
    .ppc-retargetting-brand-aft-bnr .ppc-bnr-promo-wrap, .ppc-retargetting-brand-aft-bnr .ppc-offer-img{
        margin: 0 40px 0 0;
    }

    .ppc-offer-img
    {
        max-height: 40px;
    }
}

@media (max-width:767px) {
    /* @Section 1. Navigation */
    .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
        width: 168px;
    }
    .cw-glb-cta-ppc, .cw-glb-cta-ppc:active, .cw-glb-cta-ppc:focus {
        font-size: 15px;
        padding: 8px 20px;
    }
    .ppc-value-hdr-cta .cw-glb-cta-ppc, .ppc-value-hdr-cta .ppc-magento-cta {
        padding: 5px 12px;
        font-size: 12px;
    }
    .ppc-hdr-wrap nav {
        margin-top: 0;
    }
    .ppc-hdr-wrap nav .navbar-toggle {
        padding: 0;
        right: 20px;
        margin: 0;
        top: 5px;
    }
    .ppc-hdr-wrap nav .navbar-toggle .icon-bar {
        background-color: white;
    }
    .ppc-hdr-wrap nav.affix .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .ppc-hdr-wrap nav.affix .ppc-nav li.active a, .ppc-nav li a, .ppc-nav li a:active, .ppc-nav li a:focus {
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: inline-block;
        color: rgba(9, 30, 66, 1);
    }
    .ppc-hdr-wrap nav .navbar-right {
        padding: 0 20px;
        background-color: #fff;
        border-radius: 15px;
    }
    .ppc-nav {
        margin: 10px 0;
    }
    .ppc-hdr-wrap .ppc-cpgn-cta {
        margin-bottom: 20px;
    }
    .ppc-nav-cta {
        display: block;
        text-align: center;
    }
    #ppc-wp-bnr::before {
        left: 0;
        bottom: 0px;
        right: 0;
        text-align: center;
        color: rgba(0, 0, 0, 0.3);
    }
    /* Top Features */
    .glbNew-strp_sprt {
        margin: 10px 0 25px;
    }
    .ppc-bnr-feat-wrap {
        background: transparent;
        padding: 0;
        border-radius: 0;
        box-shadow: none !important;
    }
    .ppc-bnr-feat-wrap .col-sm-4:nth-of-type(2) {
        border: 0 !important;
    }
    .ppc-bnr-feat-box-img {
        float: none;
        margin: 0 auto;
        background: #fff;
        padding: 5px;
        width: 50px;
        border-radius: 50%;
        transform: translateY(50%);
    }
    .ppc-bnr-feat-box {
        padding: 25px;
        background: #FFFFFF;
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        margin-bottom: 30px;
        text-align: center;
        margin-left: 0;
    }
    .ppc-bnr-feats li {
        padding: 0;
    }
    .ppc-bnr-feats li:before {
        position: relative;
        left: -6px;
        top: 0px;
    }
    .ppc-bnr-txt-wrap h1, .xprt-supprt-txt h2 {
        font-size: 28px;
    }
    .ppc-bnr-txt-wrap p {
        font-size: 16px;
    }
    .ppc-feat-tabs-wrap ul {
        border-radius: 0;
    }
    .prv-ppc-value-bnr-card-txt ul 
    {
        list-style: none;
    }
    .prv-ppc-value-bnr-card-txt ul li
    {
        text-align: center;
    }
    
    .brand-aft-bnr-wrap{
        text-align: center;
    }
    .ppc-retargetting-brand-aft-bnr .ppc-bnr-promo-wrap, .ppc-retargetting-brand-aft-bnr .ppc-offer-img
    {
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
}