.nextPrevProp {
    width: 150px;
    position: absolute;
    top: 266px;
    background-size: cover;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
    display: none;
}

.nextPrevAgent {
    padding: 8px;
    text-align: center;
}

.nextPrevAgentImg img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.nextPrevLink {
    text-align: center;
    height: 34px;
    background: rgba(91,156,204,.9);
}
.nextPrevLink:hover {
    background: rgba(91,156,204,.6);
}
a .nextPrevLink  {
    padding-top: 7px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
}
 .nextPrevLink i.fa{
    font-size: 11px;
}
.nextPrevName {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow:    ellipsis;
}
.nextPrevBrokerage {
    font-weight: 100;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow:    ellipsis;
}
.nextPrevInfo {
    margin-top: 7px;
}
/*mobile slider component*/
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.next-prev-fade-in {
    opacity: 0;
    animation: fadeIn .5s ease-in 1 forwards;
}
.next-prev-slider-inner {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 120px;
}
.next-prev-slider-inner a {
    display: inline-block;
    width: calc(100% - 64px);
    margin: 0 32px;
    position: relative;
}
.next-prev-slider-inner .nextPrevAgentImg img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 8px 0 0 0;
    display: block;
}
.next-prev-name {
    color: #555;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 4px;
}
.next-prev-button {
    cursor: pointer;
    display: none;
    width: 20px;
    color: #dddddd;
    position: absolute;
    top: 34px;
}
.sliderOn .next-prev-button {
    display: block;
}
.next-prev-button.right-prev-button {
    right: 1%;
}
.next-prev-button.left-prev-button {
    left: 1%;
}
#agentproposal .next-prev-images-mobile .h3 {
    background: #eee;
    text-align: center;
}
#agentproposal .next-prev-images-mobile .h3:after{
    content: "" !important;
}
.next-prev-info p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.next-prev-info p.text-bold {
    font-size: 16px;
}

@media screen and (min-width: 768px){
     .nextPrevProp.prevLeft {
        left: -150px;
        display: block;
    }
    .nextPrevProp.nextRight {
        right: -150px;
        display: block;
    }
    .nextPrevAgentImg {
        position: relative;
    }
}
@media screen and (min-width: 991px){

}
@media screen and (min-width: 1155px){
    .nextPrevProp.prevLeft {
        left: 0;
    }
    .nextPrevProp.nextRight {
        right: 0;
    }
}
@media screen and (min-width: 1315px){
     .nextPrevProp.prevLeft {
        left: 2%;
    }
    .nextPrevProp.nextRight {
        right: 2%;
    }
}
@media screen and (min-width: 1393px){
    .nextPrevAgentImg {
         width: 40px;
         float: left;
         margin-right: 15px;
    }
    .nextPrevAgent {
        padding: 13px;
        text-align: left;
    }
    .nextPrevProp {
        width: 205px;
    }
    .nextPrevInfo {
        margin-top: 0px;
    }
    .nextPrevLink a {
        /*padding: 7px 59px 7px;*/
    }
}
