.ip-banner::before {
    background: none;
}

div#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

p#breadcrumbs  {
    padding-left: 80px;
}

.ip-testi-title h2 {
    color: #532742;
    font-size: 65px !important;
    font-family: 'Lora', serif;
    font-weight: 400 !important;
    line-height: normal !important;
}

.ip-testi-title h2 span {
    font-size: 22px;
    display: block;
    font-family: 'Montserrat', sans-serif
}

.custom-ip-testimonials {
    max-width: 1458px;
    margin: 0 auto 55px;
    padding: 0 15px;
}

.ip-testi-agent-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ip-testi-agent-heading h2 {
    font-family: 'Lora', serif;
    font-size: 45px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #532742;
}

.ip-testi-agent-left {
    position: relative;
    width: calc(33.33% - 20px);
}

.ip-testi-agent-label {
    position: absolute;
    bottom: 48px;
    background: #532742;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.ip-testi-agent-label .agent-name {
    font-size: 27.68px;
    font-family: 'Lora', serif;
}

.ip-testi-agent-label .agent-title {
    font-size: 17px;
    text-transform: uppercase;
    color: #9a8b94;
}

.ip-testi-agent-img img {
    width: 100%;
    height:  464px;
    object-fit: cover;
    display: block;
}

.ip-testi-agent-right {
    width: 66.66%
}

.ip-testi-agent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px #dfdfdf solid;
    padding-bottom: 20px;
}

.ip-testi-agent:last-child {
    border-bottom: 0;
}

.ip-testi-agent-slider {
    display: flex;
    justify-content: space-between;
}

.ip-testi-agent-slider-item img {
    width: 100%;
    height: 464px;
    object-fit: cover;
    display: block;
}

.ip-testi-agent-slider .slick-slide {
    padding: 0 10px;
}

.testi-slide-control i {
    font-style: normal !Important;
}

.testi-slide-control .slide-btn {
    border: 0;
    background: transparent;
    font-size: 30px;
    color: #552a44;
    padding: 0 20px;
}

.testi-slide-control .slide-prev{
    border-right: 1px #efefef solid;
    margin-right: -5px;
}

.ip-testi-agent-img::after,
.ip-testi-agent-slider-item::after{
    background-image: url(../../images/testi/agent-img-shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 100%;
    height: 48px;
    display: block;
}

.ip-testi-bgs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
}

.ip-testi-bgs  img {
    width: 100%;
    display: block;
    margin-bottom: 150px;
}

@media(max-width:1366px) {
    .ip-testi-agent-slider-item img,
    .ip-testi-agent-img img{
        height: 400px;
    }
}

@media(max-width: 1024px) {
    .ip-testi-agent-slider-item img,
    .ip-testi-agent-img img{
        height: 320px;
    }
}

@media(max-width:991px) {
    .ip-testi-agent {
        flex-direction: column;
        align-items: center;
    }
    .ip-testi-agent-left,
    .ip-testi-agent-right {
        max-width:465px;
        width: 98%
    }
    .ip-testi-agent-slider-item img,
    .ip-testi-agent-img img{
        width: 100%;
        height: auto;;
    }    
    .ip-testi-agent-slider .slick-slide {
        padding: 0;
    }
    p#breadcrumbs {
        padding-left: 0;
    }
}

@media(max-width:600px) {
    .ip-testi-agent-heading {
        flex-direction: column;
        text-align: center;
    }
    .ip-testi-agent-heading h2 {
        line-height: 100%;
        font-size: 25px !important;
    }
    .ip-testi-agent-label {
        position: relative;
    }
}

@media(max-width:480px) {
    .ip-testi-title h2 {
        font-size: 40px !Important;
    }
}