.ip-banner {
    display: none;
}

#inner-page-wrapper {
    padding-top: 85px;
    margin: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.bvp-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bvp-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}


.bvp-banner {
    position: relative;
}

.ip-banner-title {
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    font-size: 70px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
    letter-spacing: 0;
}

/*links*/
.ip-bvp-top-btn-area {
    margin-bottom: 39px;
}

.ip-bvp-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b40101;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.15;
    height: 76px;
    padding: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
}

.ip-bvp-link a:hover{
    background: #b40202;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.ip-bvp-btn-slick-slider .slick-slide > div > div{
    display: block !important;
}

.ip-bvp-btn-slick-slider:not(.slick-initialize) > div:not(:first-child){
    display:none;
}

.ip-bvp-link-arrow-holder {
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    height: 65px;
    margin: auto;
    bottom: 0;
}

.ip-bvp-link-arrow-holder span{
    padding: 5px;
    font-size: 55px;
    color: #acacac;
    opacity: 1;
    border: none;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.ip-bvp-link-arrow-holder span:hover,
.ip-bvp-link-arrow-holder span:focus{
    color: #b40202;
}

span.ip-bvp-link-prev {
    left: -65px;
}

span.ip-bvp-link-next {
    left: 65px;
}

.ip-bvp-btn-slider {
    position: relative;
    margin: 35px 0 0;
}

.ip-bvp-section-title {
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 400;
    font-family: 'Gilda Display', serif;
    letter-spacing: 0;
    color: #20191a;
}

/*section1*/
.ip-bvp-love-leave-area {
    position: relative;
    background: #fff;
    padding: 59px 0 115px;
}

.ip-bvp-love-leave-area .ip-bvp-list-item-text p {
    max-width: 436px;
}

/*section2*/
.ip-bvp-warranty-area {
    position: relative;
    padding: 100px 0 115px;
}

.ip-bvp-warranty-area .ip-bvp-list-item-content {
    padding-left: 55px;
    margin-right: -15px;
}

.ip-bvp-warranty-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/09/bvp-bg-section2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    filter: grayscale(1);
}

/*section3*/
.ip-bvp-moving-trucks-area {
    position: relative;
    padding: 100px 0 115px;
}

.ip-bvp-moving-trucks-area .ip-bvp-list-item-text p {
    max-width: 436px;
}

/*section4*/
.ip-bvp-free-appraisal-area {
    position: relative;
    padding: 100px 0 115px;
}

/*section5*/
.ip-bvp-program-area {
    position: relative;
    background: #fff;
    padding: 100px 0 115px;
}

.ip-bvp-program-area .ip-bvp-list-item-text p {
    max-width: 436px;
}

/*section6*/
.ip-bvp-negotiation-area {
    position: relative;
    padding: 100px 0 115px;
}

.ip-bvp-negotiation-area .ip-bvp-list-item-content {
    padding-left: 55px;
    margin-right: -15px;
}

.ip-bvp-negotiation-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/09/bvp-bg-section2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    filter: grayscale(1);
}

.ip-bvp-free-appraisal-area .ip-bvp-list-item-content {
    padding-left: 55px;
    margin-right: -15px;
}

.ip-bvp-free-appraisal-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/09/bvp-bg-section2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    filter: grayscale(1);
}

/*list*/
.ip-bvp-list-item-text p{
    font-size: 15px;
    color: #20191a;
    font-family: var(--Roboto);
    line-height: 1.7;
    letter-spacing: .45px;
}

.ip-bvp-item-row::before{
    display: none;
}

.ip-bvp-item-row{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.ip-bvp-item-photo {
    position: relative;
}

.ip-bvp-item-photo::before {
    width: 100%;
    height: calc(100% - 15px);
    content: '';
    position: absolute;
    z-index: 1;
    right: -15px;
    bottom: -15px;
    background: rgb(115,0,0);
    background: linear-gradient(90deg, rgba(180,1,1,1) 0%, rgba(115,0,0,1) 100%);
}

.ip-bvp-item-photo.left-accent::before {
    right: auto;
    left: -15px;
}

.ip-bvp-item-photo canvas {
    width: 100%;
    height: auto;
    display: block;
}

.ip-bvp-item-photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    object-fit: cover;
}








@media only screen and (max-width: 1366px) {
    .header_info ul li {
        margin-left: 3px;
    }

    .ip-banner-title {
        font-size: 50px;
    }

    span.ip-bvp-link-prev {
        left: -25px;
    }

    span.ip-bvp-link-next {
        left: 25px;
    }

    .ip-bvp-btn-slider {
        padding: 0 30px;
    }

}

@media only screen and (max-width: 1199px) {

   .ip-bvp-link a {
        font-size: 15px;
        padding: 5px;
    }

    .ip-bvp-section-title {
        font-size: 35px;
    }

    .ip-bvp-list-item-text p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 1px;
        max-width: 100% !important;
    }

}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 0;
    }

    .ip-banner-title {
        font-size: 35px;
        bottom: 45px;
    }

    .ip-bvp-section-title {
        font-size: 30px;
        text-align: center;
        letter-spacing: 1px;
    }

    .ip-bvp-item-row {
        display: block;
    }

    .ip-bvp-list-item-content {
        margin: 30px 0 !important;
        padding: 0 !important;
    }

    .ip-bvp-love-leave-area,
    .ip-bvp-warranty-area,
    .ip-bvp-moving-trucks-area,
    .ip-bvp-free-appraisal-area,
    .ip-bvp-program-area,
    .ip-bvp-negotiation-area{
        padding: 50px 0;
    }

    .ip-bvp-item-photo {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-bvp-list-item-text {
        text-align: center;
    }

    .ip-bvp-top-btn-area {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 767px) {
    span.ip-bvp-link-prev {
        left: -10px;
    }

    span.ip-bvp-link-next {
        left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-banner-title {
        font-size: 25px;
        bottom: 5px;
    }
}
