.rating-review-outer-wrp {
    padding: 80px 0px 120px;
}
.review-heading-sec {
    text-align: center;
    padding-bottom: 20px;
}
.ratings img {
    margin: 0 auto;
}
.review-heading-sec h3 {
    font-size: 16px;
    line-height: 21px !important;
    color: #0D0A15;
  
    position: relative;
    padding-top: 25px;
}
.review-heading-sec h2 {
    font-size: 36px;
    line-height: 40px !important;
    padding-top: 15px;
    
    color: #0D0A15;
}
.review-slider-outer-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.review-slider-inner-wrp {
    padding: 50px 20px;
    flex: 0 32%;
    border-radius: 8px;
    text-align: center;
    margin:1%;
}
.ratings {
    padding-bottom: 20px;
}
.review-content p {
    font-size: 18px !important;
    line-height: 25px !important;
    color: #fff;
    
    padding-bottom: 12px;
}
.review-content {
    min-height: 220px;
}
.review-by p {
    font-size: 18px !important;
    line-height: 25px !important;
    color: #fff;
}
.review-heading-sec h3:before {
    width: 29px;
    height: 3px;
    background-color: #0D0A15;
    position: absolute;
    top: 8px;
    left: 48.8%;
    content: '';
}

/**************** Slider *************/
.slider {
width: 100%;
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide img {
  display: block;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
  outline: none !important;
}
.pal-banner-right-image img {
   width: auto;
   height: auto;
   display: inline-block !important;
}
.slider-inner {
   float: left;
   padding: 130px 0px 100px;
   width: 100% !important;
  
}
.slider-left-content {
   width: 65% !important;
   float: left;
}




button.slick-arrow {
   position: absolute;
   top: 50%;
   font-size: 0px;
   border: none;
   background: none;
   cursor: pointer;
   padding: 20px;
   outline: none !important;
   z-index: 999999;
}
.slick-next:before{
   background: url(https://cdn2.hubspot.net/hubfs/3051218/Paladion-v2/Home_V2/Arrow-Right.png);
}
.slick-arrow:before {
   opacity: 1;
   background-size: 20px !important;
   background-repeat: no-repeat;
   content: '';
   padding: 20px;
}
.slick-prev:before {
   background-image: url(https://cdn2.hubspot.net/hubfs/3051218/Paladion-v2/Home_V2/Arrow-Left.png);
}
button.slick-next.slick-arrow {
   right: 50px;
}
button.slick-prev.slick-arrow {
   left: 37px;
}
.slide {
   background-repeat: no-repeat;
   background-size: cover;
}
.slick-slide {
   height: 525px !important;
}
.rating-review-outer-wrp ul.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}
.rating-review-outer-wrp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.rating-review-outer-wrp .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.rating-review-outer-wrp .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #B6003C;
    transform: scale(1.5);
}
.rating-review-outer-wrp .slick-dots li button::before {
    font-family: slick;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: rgb(176, 37, 67);
    -webkit-font-smoothing: antialiased;
}
.rating-review-outer-wrp .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #B6003C;
    transform: scale(1.5);
    top: -1px;
}
button.slide-arrow.prev-arrow.slick-arrow {
    background-color: #B6003C;
    border: 0;
    top: 50%;
    position: absolute;
    left: -50px;
    transform: rotate(90deg);
    border-radius: 50%;
    padding: 20px;
    transition: .3s;
}
button.slide-arrow.next-arrow.slick-arrow {
    background-color: #B6003C;
    border: 0;
    top: 50%;
    position: absolute;
    right: -50px;
    transform: rotate(270deg);
    border-radius: 50%;
    padding: 20px;
    transition: .3s;
}
button.slide-arrow.prev-arrow.slick-arrow img {
    width: 16px !important;
}
button.slide-arrow.next-arrow.slick-arrow img {
    width: 16px !important;
}
button.slide-arrow.prev-arrow.slick-arrow:hover, button.slide-arrow.next-arrow.slick-arrow:hover {
    background-color: #97C7FF !important;
    cursor: pointer;
}
button.slide-arrow.next-arrow.slick-arrow.slick-disabled,
button.slide-arrow.prev-arrow.slick-arrow.slick-disabled{
    background-color: #97C7FF;
}


/***************** Responsive ********************/
/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1266px) {
button.slide-arrow.prev-arrow.slick-arrow {
    background-color: #B6003C;
    border: 0;
    top: 100%;
    position: absolute;
    left: 30px;
    transform: rotate(90deg);
    border-radius: 50%;
    padding: 20px;
    transition: .3s;
}
  button.slide-arrow.next-arrow.slick-arrow {
    background-color: #B6003C;
    border: 0;
    top: 100%;
    position: absolute;
    right: 32px;
    transform: rotate(270deg);
    border-radius: 50%;
    padding: 20px;
    transition: .3s;
}
}

/************** iphone roatate***************/
@media (max-width: 767px) {
button.slide-arrow.prev-arrow.slick-arrow {
    background-color: #B6003C;
    border: 0;
    top: 100%;
    position: absolute;
    left: 30px;
    transform: rotate(90deg);
    border-radius: 50%;
    padding: 20px;
    transition: .3s;
}
  button.slide-arrow.next-arrow.slick-arrow {
    background-color: #B6003C;
    border: 0;
    top: 100%;
    position: absolute;
    right: 32px;
    transform: rotate(270deg);
    border-radius: 50%;
    padding: 20px;
    transition: .3s;
}
}

/************** iphone ***************/
@media (max-width: 479px) {}