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

.hero-page-section-leadgen .hero-page-section-info {
    max-width: 715px;
}
.hero-page-section-leadgen .hero-page-section-info p span {
    font-weight:700;
    display: block;
}
.hero-page-section-leadgen .hero-page-section-wrap{
    min-height:810px;
}

.main-benefits{
    background:#fff;
}

.main-benefits-wrap{
    max-width:1240px;
    margin:0 auto;
    padding:60px 15px;
    font-family: Inter;
}

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

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

.main-benefits-list-item{
    width:32%;
    margin-bottom:30px;
    padding:20px;
    border-radius: 30px;
    color:#fff;
}

.main-benefits-list-item:nth-of-type(1){
    background:url(../../../images/clickdealer/percent.png)no-repeat 98% 98%, #110C1D;
    min-height:265px;
}

.main-benefits-list-item:nth-of-type(1) p{
     max-width:245px;
 }

.main-benefits-list-item:nth-of-type(2) p{
    max-width:249px;
}

.main-benefits-list-item:nth-of-type(3) p{
    max-width:192px;
}

.main-benefits-list-item:nth-of-type(4) p{
    max-width:325px;
}

.main-benefits-list-item:nth-of-type(5) p{
    max-width:371px;
}

.main-benefits-list-item:nth-of-type(2){
    background:url(../../../images/clickdealer/dla.png)no-repeat 98% 98%,
    linear-gradient(180deg, #4B44EC 0%, #6DE9E8 100%);
    min-height:265px;
}

.main-benefits-list-item:nth-of-type(3) {
    background: url(../../../images/clickdealer/prot.png)no-repeat 98% 98% / 34%, linear-gradient(144deg, #1E58D9 20.85%, #DC2C2C 90.73%);
    min-height: 265px;
}
.main-benefits-list-item:nth-of-type(4){
    background: url(../../../images/clickdealer/chart-dynamic-premium.png)no-repeat 90% center,
    linear-gradient(90deg, #1428B6 0%, #9738E1 97.05%);
}

.main-benefits-list-item:nth-of-type(5){
    border-radius: 30px;
    background: url(../../../images/clickdealer/key.png)no-repeat 90% center,
    linear-gradient(90deg, #549FE3 0%, #441E5B 97.05%);
}

.main-benefits-list-item:nth-of-type(4),
.main-benefits-list-item:nth-of-type(5){
    width:49%;
}

.main-benefits-list-item h5{
    margin:0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 112.5% */
    padding-bottom:10px;
}

.main-benefits-list-item p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

@media(max-width:1380px){
    .hero-page-section-leadgen .hero-page-section-info {
        max-width: 615px;
        padding-top: 80px;
    }
}

@media(max-width:1280px){
    .hero-page-section-leadgen .hero-page-section-wrap {
        min-height: 918px;
    }
}

@media(max-width:1000px){
    .main-benefits-wrap h2{
        font-size:52px;
    }

    .main-benefits-list-item:nth-of-type(2) {
        background: url(../../../images/clickdealer/dla.png)no-repeat 122% 129%, linear-gradient(180deg, #4B44EC 0%, #6DE9E8 100%);
        min-height: 265px;
    }
}

@media(max-width:900px){
    .main-benefits-wrap h2{
        font-size:36px;
    }

    .hero-page-section-leadgen .hero-page-section-info {
        max-width: 615px;
        padding-top: 00px;
    }

    .main-benefits-list-item, .main-benefits-list-item:nth-of-type(4),
    .main-benefits-list-item:nth-of-type(5){
        width:100%;
        min-height:267px;
    }

    .main-benefits-list-item p {
        max-width:100% !important;
    }

    .main-benefits-list-item:nth-of-type(2) {
        background: url(../../../images/clickdealer/dla.png)no-repeat 91% 92% / 38%, linear-gradient(180deg, #4B44EC 0%, #6DE9E8 100%);
        min-height: 307px;
    }
    .main-benefits-list-item:nth-of-type(3) {
        background: url(../../../images/clickdealer/prot.png)no-repeat 94% 94% / 30%, linear-gradient(144deg, #1E58D9 20.85%, #DC2C2C 90.73%);
        min-height: 307px;
    }
    .main-benefits-list-item:nth-of-type(4) {
        min-height:321px;
        background: url(../../../images/clickdealer/chart-dynamic-premium.png)no-repeat 90% 89%, linear-gradient(90deg, #1428B6 0%, #9738E1 97.05%);
    }
    .main-benefits-list-item:nth-of-type(5) {
        border-radius: 30px;
        background: url(../../../images/clickdealer/key.png)no-repeat 90% 88%, linear-gradient(90deg, #549FE3 0%, #441E5B 97.05%);
        min-height: 343px;
    }
}

.how-it-work-leadgen{
    background:url(../../../images/clickdealer/how-does-it-work.png) no-repeat center center / cover;
}

.how-it-work-leadgen-wrap{
    max-width:1240px;
    margin:0 auto;
    width:100%;
    padding:100px 15px 100px;
}

.how-it-work-leadgen h2{
    color: #FFF;
    text-align: center;
    margin-bottom:10px;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
}

.how-to-work-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:36px 0 36px 0;
}

.how-to-work-list-item{
    width:15%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-to-work-list-item h5{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    text-transform: uppercase;
    min-height:81px;
}

.how-it-work-leadgen-wrap .btn{
    border-radius: 76px;
    background: #FFF;
    width:119px;
    height:46px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #131313;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.how-it-work-leadgen-wrap .btn:hover{
    background:#fff;
    color:#3D4FF0;
}

.how-it-work-leadgen-wrap .btn:focus,
.how-it-work-leadgen-wrap .btn:active{
    background:#fff;
    color:#1628CD;
}

@media(max-width:1000px){
    .how-it-work-leadgen h2{
        font-size:52px;
        line-height:60px;
    }

    .how-it-work-leadgen-wrap{
        padding:60px 15px;
    }
}

@media(max-width:900px){
    .how-it-work-leadgen h2{
        font-size:36px;
        line-height:46px;
    }
    .how-to-work-list{
        flex-direction: column;
    }

    .how-to-work-list-item{
        width:100%;
    }

    .separator-icon-holder{
        margin-bottom: 15px;
        position: relative;
        transform: rotate(90deg);
    }

    .hero-page-section-leadgen .hero-section-img-mobile{
        margin-top:40px;
        margin-bottom:40px;
    }
}