.hero-page-section.hero-page-section-paypercall {
    background: url(../../../images/clickdealer/hero-ppc-img.png) no-repeat center center / cover;
}

.hero-page-section.hero-page-section-paypercall .hero-page-section-wrap{
    max-width:1240px;
    min-height: 700px;
}

.hero-page-section.hero-page-section-paypercall .hero-page-section-info {
    max-width: 673px;
}
@media(max-width:1000px){
    .hero-page-section.hero-page-section-paypercall .hero-page-section-info {
        max-width: 580px;
    }
}
.hero-page-section.hero-page-section-paypercall .hero-page-section-info p span {
   font-weight:700;
}
.hero-page-section.hero-page-section-paypercall .hero-page-section-info .btn{
    width:158px;
}
.ppc-benefits {
    background: #fff;
}

.ppc-benefits-wrap {
    padding: 60px 15px;
    margin:0 auto;
    width:100%;
    max-width:1240px;
}

.ppc-benefits h2 {
    color: #131313;
    margin: 0 0 30px 0;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
    text-align: center;
}

.ppc-benefits-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ppc-benefits-item {
    width: 23%;
    margin-bottom: 30px;
    padding:15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ppc-benefits-item h5{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    margin:11px 0 10px 0;
}

.ppc-benefits-item p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
    margin-bottom: 30px;
    min-height: 63px;
}

.ppc-benefits-item:first-child{
    background: linear-gradient(180deg, #04BBC5 0%, #3075F5 100%);
}
.ppc-benefits-item:nth-of-type(2){
    background: #131313;
}
.ppc-benefits-item:nth-of-type(3){
    background: linear-gradient(180deg, #A7C0FF 0%, #D9FFF6 100%);
}
.ppc-benefits-item:nth-of-type(4){
    background: linear-gradient(180deg, #3D4FF0 0%, #1E298A 100%);
}

.ppc-benefits-item:nth-of-type(5){
    background: linear-gradient(180deg, #89D3B9 0%, #84D3FF 100%);
}

.ppc-benefits-item:nth-of-type(6){
    background: linear-gradient(180deg, #B9C8FF 0%, #2483DB 100%);
}
.ppc-benefits-item:nth-of-type(7){
    background: linear-gradient(180deg, #497CFF 0%, #8326A4 100%);
}

.ppc-benefits-item:nth-of-type(8){
    background: #131313;
}

@media(max-width:1000px){
    .ppc-benefits-item{
        width:48%;
    }
    .ppc-benefits h2{
        font-size: 52px;
        line-height: 60px;
    }
}

@media(max-width:900px){
    .ppc-benefits h2{
        font-size: 36px;
        line-height: 46px;
    }

    .ppc-benefits-item{
        width:100%;
    }
}

.ppc-verticals{
    background:url(../../../images/clickdealer/ppc-verticals-bg.png)no-repeat center center / cover;
}

.ppc-verticals-wrap{
    padding:100px 15px 60px;
    margin:0 auto;
    width:100%;
    max-width:1240px;
}

.ppc-verticals h2{
    margin:0 0 30px 0;
    color: #FFF;
    font-family: Inter;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
}

.ppc-verticals-list{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.ppc-verticals-list-item{
    width: 21.5%;
    margin: 0 15px 40px 15px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 159px;
}

.ppc-verticals-list-item img{
    width:100%;
    height: 100%;
}

.ppc-verticals-list-item h5{
    position: absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    text-transform: capitalize;
    margin:0;
}

.ppc-verticals-list-item span{
    background:transparent;
    padding:10px;
}

.ppc-verticals-list-item:before{
    display: block;
    position: absolute;
    content:"";
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: linear-gradient(0deg, rgba(48, 142, 255, 0.50) 0%, rgba(48, 142, 255, 0.50) 100%);
}

@media(max-width:1000px){
    .ppc-verticals h2{
        font-size: 52px;
        line-height: 60px;
    }

    .ppc-verticals-list-item:nth-of-type(5),
    .ppc-verticals-list-item:nth-of-type(6),
    .ppc-verticals-list-item:nth-of-type(7){
        width:32%;
    }
    .ppc-verticals-list-item{
        margin:0 0 40px 0;
        width:23.5%;
    }
    .ppc-verticals-list{
        justify-content: space-between;
    }
    .ppc-verticals-wrap{
        padding-top:60px;
        padding-bottom:20px;
    }
}

@media(max-width:900px){
    .ppc-verticals h2{
        font-size: 36px;
        line-height: 46px;
    }
}

@media(max-width:768px){
    .ppc-verticals-list-item{
        width:100% !important;
        margin-bottom:20px;
    }
}

.ppc-verticals-list-item:hover:before{
    display: none;
}

.ppc-verticals-list-item:hover h5 span{
    background:#3D4FF0;
    border-radius: 15px;
}

.banner-ppc .your-marketing-banner-info h2{
    margin-bottom:20px;
}

@media(max-width:768px){
    .banner-ppc .your-marketing-banner {
        background: linear-gradient(0deg, rgba(3,33,98,0.7) 10%, rgba(0,0,0,0.2) 100%),
        url(../../../images/clickdealer/ppc/photo-banner-ppc-mob.png) no-repeat center center / 160%;
    }
}

@media(max-width:480px){
   .banner-ppc .your-marketing-banner-img{
        padding-top:78%;
    }
    .ppc-verticals-list-item img {
        width: 105%;
        height: 166%;
    }
}

@media(max-width:430px){
    .banner-ppc .your-marketing-banner {
        background: linear-gradient(0deg, rgba(3,33,98,0.7) 10%, rgba(0,0,0,0.2) 100%),
        url(../../../images/clickdealer/ppc/photo-banner-ppc-mob.png) no-repeat center center / 179%;
    }
}

@media(max-width:400px){
    .banner-ppc .your-marketing-banner {
        background: linear-gradient(0deg, rgba(3,33,98,0.7) 10%, rgba(0,0,0,0.2) 100%),
        url(../../../images/clickdealer/ppc/photo-banner-ppc-mob.png) no-repeat center center / 204%;
    }
}