/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #rmar-container .single-review .content > img {
    max-height: 290px;
    width: 100%;
    object-fit: cover;
}

#rmar-container .single-review .agent-section {
    display: flex;
}

#rmar-container .single-review .profile-photo {
   width: 83px;
   border-radius: 50%;
   margin-top: -40px;
   /* margin-left: 10px; */
   position: relative;
   border: 2px solid white;
}

#rmar-container p.total-rating {
   display: flex;
   justify-content: center;
   padding: 2px 10px 2px 5px;
   border-radius: 30px;
   background-color: #ffb050;
   color: #fff;
   margin-top: -13px;
   margin-left: 3px;
   font-weight: 500;
   position: relative;
   font-size: 15px;
   max-width: 75px;

}

#rmar-container p.total-rating img {
   height: 15px;
   margin-left: 2px;
   margin-top: 2px;
   margin-right: 5px;
}


#rmar-container .single-review .content {
   background-color: #fff;
   border-radius: 5px;
   overflow: hidden;
   box-shadow: 1px 1px 25px rgb(0 0 0 / 5%);
   height: 100%;
}

#rmar-container .single-review .inner-content {
   padding: 0px 20px 20px 20px;
}

#rmar-container .single-review p {
   font-size: 16px;
   line-height: 22px;
}

#rmar-container .single-review p.review-description {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   font-size: 18px;
   min-height: 66px;
}

#rmar-container .agent-right {
   padding: 10px 10px 0px 20px;
}

#rmar-container .agent-name {
   margin-bottom: 0px;
   font-weight: 600;
   font-size: 18px;
}

#rmar-container p.review-count {
   line-height: 21px;
   font-weight: 300;
   color: #585858;
}
#rmar-container p.review-count a {
text-decoration: underline;
color: inherit;
}

#rma-slider {
   min-height:800px;
   margin-bottom: 60px;
}

#rma-slider.loading {
   display: flex;
   justify-content: space-between;
}

#rma-slider .review-title a {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.review-title {
   margin-top: 10px;
   margin-bottom: 20px;
   min-height: 48px;
}

#rma-slider .single-review-placeholder {
   width: calc(33.3333% - 15px);
   background-color: #ffffff;
   height: 100%;
   display: flex;
   flex-direction: column;
   position: relative;
   display: flex;
   height: 758px;
   box-shadow: 1px 1px 25px rgb(0 0 0 / 5%);
   border-radius: 5px;
   margin-right: 20px;
}

.pulse-1 {
   animation-name: color;
   animation-duration: 1s;
   animation-iteration-count: infinite;
}

.pulse-2 {
   animation-name: color;
   animation-duration: 1.1s;
   animation-iteration-count: infinite;
}

.pulse-3{
   animation-name: color;
   animation-duration: 1.2s;
   animation-iteration-count: infinite;
}
 
 @keyframes color {
   0% {
     background-color: #f5f5f5;
   }
   50% {
     background-color: #f9f9f9;
   }
   100% {
     background-color: #f5f5f5;
   }
 }

.img-placeholder {
   width: 100%;
   height: 290px;
}

.agent-placeholder {
   width: 83px;
   height: 83px;
   margin-left: 20px;
   margin-top: -40px;
   border-radius: 50%;
   border: 2px solid white;
}

.bar-placeholder {
   width: calc(100% - 40px);
   height: 40px;
   margin-left: 20px;
   margin-top: 30px;
}

.splide__pagination {
   bottom: -2.5em!important;
}

.splide__pagination__page.is-active {
   background: #ffb050!important;
}

.star {
   width: 25px;
   height: 24px;
   margin-left: 2px;
   margin-right: 2px;
}

.verified-review {
   padding-bottom: 10px;
   border-bottom: 1px solid #f2f2f2;
}

#rmar-container p.verified-review {
   padding-left: 60px;
   position: relative;
   font-size: 12px;
   line-height: 17px;
}
p.verified-review:after {
   content: '';
   width: 40px;
   height: 40px;
   background-image: url(../images/verified.jpg);
   left: 5px;
   top: -5px;
   position: absolute;
}

.address a {
   color: inherit;
}

.site {
   overflow-x: hidden;
}

.customer-details span {
   font-weight: 500;
}

.splide.is-active .splide__list {
   display: flex;
   padding-bottom: 30px!important;
}

#rmar-container .splide__arrow--prev {
   left: -3em;
}

#rmar-container .splide__arrow--next {
   right: -3em;
}

#rmar-container .rmar-branding .rmar-logo {
   width: 130px;
   position: relative;
}

#rmar-container .rmar-branding .img-container {
   position: relative;
}

#rmar-container .rmar-branding .img-container::before {
   content: 'powered by';
   position: absolute;
   top: -20px;
   left: 5px;
   width: 100%;
   font-size: 13px;
   font-weight: 500;
   color: #878787;

}

#rmar-container .rmar-branding {
   justify-content: center;
   display: flex;
   border-top: 1px solid #ededed;
   padding-top: 30px;
}
