/* testimonials Banner section [start]*/
.testimonials_banner_section {
  padding: 224px 0px 0vw;
  position: relative;
}
.testimonials_banner_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials_banner_content {
  max-width: 100%;
  margin-right: 15%;
  position: relative;
  z-index: 1;
}
.testimonials_banner_blob1 {
  width: 46.719vw;
  height: 23.177vw;
  background: url("../images/blog_details_blob1.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: -1px;
  background-size: contain;
  z-index: 0;
}

/* testimonials Banner section[End]*/
.testimonials_container {
  background: #374eb2;
  border-radius: 90px;
  padding-bottom: 159px;
  margin-top: 254px;
  position: relative;
}
.testimonials_box_row {
  transform: translate(0, -165px);
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.testimonial_box {
  background: #fff;
  display: flex;
  position: relative;
  box-shadow: 10px 20px 80px rgba(0, 0, 0, 0.28);
  margin-bottom: 128px;
  border-radius: 30px 0px 30px 0px;
  justify-content: space-between;
}
.testimonials_layout {
  position: relative;
  z-index: 1;
}
.testimonial_content {
  max-width: 980px;
  padding: 65px 75px 45px 76px;
  position: relative;
}
.testimonial_content:before {
  position: absolute;
  top: -31px;
  left: 136px;
  width: 72px;
  height: 64px;
  content: "";
  background: url("../images/quote_start.png") no-repeat 0 0;
  background-size: contain;
}
.testimonial_content:after {
  position: absolute;
  bottom: -31px;
  right: 67px;
  width: 72px;
  height: 64px;
  content: "";
  background: url("../images/quote_end.png") no-repeat 0 0;
  background-size: contain;
}
.testimonial_image {
  width: 560px;
  border-radius: 0px 0px 30px 0px;
  overflow: hidden;
}
.testimonial_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial_content p {
  font-size: 20px;
  line-height: 155%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.testimonial_author {
  margin-top: 25px;
}
.testimonial_author h6 {
  font-size: 25px;
  color: #ff9117;
  line-height: 140%;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px;
}
.testimonials_container_blob {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/testimonials_bg_pattern.png") no-repeat 0 0;
  width: 78.333vw;
  height: 46.25vw;
  background-size: contain;
}
.testimonials_layout .pagination a.jp-next {
  background-image: url(../images/pagination_next_yellow.svg);
}
.testimonials_layout .pagination a.jp-next.jp-disabled {
  background-image: url(../images/pagination_next_yellow_disable.svg);
}
.testimonials_layout .pagination a.jp-previous.jp-disabled {
  background-image: url(../images/pagination_previuos_yellow_disable.svg);
}
.testimonials_layout .pagination a.jp-previous {
  background-image: url(../images/pagination_previous_yellow.svg);
}
.testimonials_layout .pagination a {
  color: #fff;
}
.testimonials_layout .pagination a.jp-current {
  color: #ffb500;
}
.testimonials_layout .pagination {
  transform: translate(0, -10.469vw);
}
.mobile_author_image {
  display: none;
}
.try_membership_section {
  margin-bottom: 57px;
}
.try_membership_layout {
  padding: 97px 138px;
  border-radius: 30px;
  background: #8937b2;
  background: -moz-linear-gradient(
    -45deg,
    #8937b2 0%,
    #8937b2 18%,
    #1c2759 50%,
    #1c2759 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #8937b2),
    color-stop(18%, #8937b2),
    color-stop(50%, #1c2759),
    color-stop(100%, #1c2759)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #8937b2 0%,
    #8937b2 18%,
    #1c2759 50%,
    #1c2759 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #8937b2 0%,
    #8937b2 18%,
    #1c2759 50%,
    #1c2759 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #8937b2 0%,
    #8937b2 18%,
    #1c2759 50%,
    #1c2759 100%
  );
  background: linear-gradient(
    135deg,
    #8937b2 0%,
    #8937b2 18%,
    #1c2759 50%,
    #1c2759 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8937b2', endColorstr='#1c2759', GradientType=1 );
  background-size: 200% 100%;
  transition: 0.3s ease;
  transform: translate(0, -128px);
}
.try_membership_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.try_membership_layout:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 144px;
  width: 116px;
  height: 104px;
  background: url("../images/subscribe_pattern.png") no-repeat 0 0;
  background-size: contain;
}
.try_membership_layout:after {
  content: "";
  position: absolute;
  bottom: -52px;
  right: 138px;
  width: 116px;
  height: 104px;
  background: url("../images/subscribe_pattern.png") no-repeat 0 0;
  background-size: contain;
}
.try_membership_layout h4 {
  font-size: 50px;
  line-height: 124%;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #fff;
}

.testimonial .hamburger_toggle {
  --color: #000;
}
.try_membership_layout a {
  min-width: 222px;
}
.testimonials_banner_blob1 {
  transition: 0.3s ease;
}
.testimonials_banner_blob1:hover {
  transform: translate(-10%, -10%) scale(0.9);
}
/* referral program content [End]*/
@media (max-width: 1680px) {
  .testimonials_banner_section {
    padding: 194px 0px 0vw;
  }
  .testimonials_container {
    border-radius: 80px;
    padding-bottom: 149px;
    margin-top: 234px;
  }
  .testimonials_box_row {
    transform: translate(0, -145px);
  }
  .testimonial_content {
    max-width: 1005px;
    padding: 55px 75px 35px 76px;
  }
  .testimonial_content:before {
    top: -26px;
    left: 126px;
    width: 62px;
    height: 54px;
  }
  .testimonial_content:after {
    bottom: -26px;
    right: 57px;
    width: 62px;
    height: 54px;
  }
  .testimonial_content p {
    font-size: 18px;
  }
  .testimonial_author {
    margin-top: 20px;
  }
  .testimonial_author h6 {
    font-size: 23px;
  }
  .testimonial_image {
    width: 520px;
    border-radius: 0px 0px 30px 0px;
  }
  .testimonial_box {
    margin-bottom: 108px;
  }
  .try_membership_layout {
    padding: 87px 128px;
    transform: translate(0, -118px);
  }
  .try_membership_layout:after {
    bottom: -42px;
    right: 128px;
    width: 106px;
    height: 94px;
  }
  .try_membership_layout:before {
    top: -42px;
    left: 134px;
    width: 106px;
    height: 94px;
  }
  .try_membership_layout h4 {
    font-size: 44px;
  }
}
@media (max-width: 1366px) {
  .testimonials_banner_section {
    padding: 174px 0px 0vw;
  }
  .testimonials_container {
    border-radius: 70px;
    padding-bottom: 129px;
    margin-top: 214px;
  }
  .testimonials_box_row {
    transform: translate(0, -125px);
  }
  .testimonial_content {
    max-width: 905px;
    padding: 50px 55px 30px 56px;
  }
  .testimonial_content:before {
    top: -21px;
    left: 116px;
    width: 52px;
    height: 44px;
  }
  .testimonial_content:after {
    bottom: -21px;
    right: 52px;
    width: 52px;
    height: 44px;
  }
  .testimonial_content p {
    font-size: 16px;
  }
  .testimonial_author h6 {
    font-size: 21px;
  }
  .testimonial_image {
    width: 410px;
    border-radius: 0px 0px 20px 0px;
  }
  .testimonial_box {
    margin-bottom: 88px;
    border-radius: 20px 0px 20px 0px;
  }
  .try_membership_layout {
    padding: 77px 118px;
    transform: translate(0, -108px);
  }
  .try_membership_layout:after {
    bottom: -37px;
    right: 118px;
    width: 96px;
    height: 84px;
  }
  .try_membership_layout:before {
    top: -37px;
    left: 124px;
    width: 96px;
    height: 84px;
  }
  .try_membership_layout h4 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .testimonials_banner_section {
    padding: 144px 0px 0vw;
  }
  .testimonials_container {
    border-radius: 50px;
    padding-bottom: 99px;
    margin-top: 174px;
  }
  .testimonials_box_row {
    transform: translate(0, -95px);
  }
  .testimonial_content {
    max-width: 750px;
    padding: 40px 25px 20px 40px;
  }
  .testimonial_content:before {
    top: -16px;
    left: 106px;
    width: 42px;
    height: 34px;
  }
  .testimonial_content:after {
    bottom: -16px;
    right: 42px;
    width: 42px;
    height: 34px;
  }
  .testimonial_content p {
    font-size: 13px;
  }
  .testimonial_author h6 {
    font-size: 18px;
  }
  .testimonial_image {
    width: 380px;
    border-radius: 0px 0px 20px 0px;
  }
  .testimonial_box {
    margin-bottom: 68px;
    border-radius: 20px 0px 20px 0px;
  }
  .try_membership_layout {
    padding: 57px 78px;
    transform: translate(0, -88px);
  }
  .try_membership_layout:after {
    bottom: -32px;
    right: 108px;
    width: 86px;
    height: 74px;
  }
  .try_membership_layout:before {
    top: -32px;
    left: 114px;
    width: 86px;
    height: 74px;
  }
  .try_membership_layout h4 {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .testimonials_banner_section {
    padding: 129px 0px 0vw;
  }
  .testimonials_banner_content h1 {
    font-size: 40px;
  }
  .testimonials_container {
    border-radius: 30px;
    padding-bottom: 140px;
    margin-top: 146px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .testimonial_image {
    display: none;
  }
  .testimonial_content {
    padding: 41px 25px 27px;
  }
  .testimonial_content p {
    font-size: 15px;
    line-height: 188%;
  }
  .testimonial_author h6 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .testimonial_author {
    margin-top: 25px;
  }
  .mobile_author_image {
    display: block;
    width: 68px;
    margin-right: 10px;
  }
  .testimonial_author {
    display: flex;
    align-items: center;
  }
  .mobile_author_image img {
    width: 68px;
    height: 68px;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
  }
  .testimonial_box {
    box-shadow: 10px 20px 80px rgba(0, 0, 0, 0.16);
    margin-bottom: 70px;
    border-radius: 15px 0px 15px 0px;
  }
  .testimonial_content:before {
    top: -19px;
    left: 26px;
    width: 42px;
    height: 38px;
  }
  .testimonial_content:after {
    bottom: -19px;
    right: 26px;
    width: 42px;
    height: 38px;
  }
  .testimonials_box_row {
    transform: translate(0, -87px);
  }
  .try_membership_layout a {
    min-width: 158px;
  }
  .testimonials_container {
    padding-bottom: 40px;
  }
  .try_membership_layout h4 {
    font-size: 24px;
    line-height: 160%;
  }
}
@media (max-width: 576px) {
  .testimonials_banner_blob1 {
    width: 260px;
    height: 130px;
  }
  .testimonials_container_blob {
    display: none;
  }
  .testimonials_layout .pagination {
    transform: translate(0, -100px);
  }
  .try_membership_layout h4 {
    text-align: center;
    margin-bottom: 24px;
  }
  .try_membership_layout {
    padding: 68px 34px;
    border-radius: 30px 0px 30px 0px;
    transform: translate(0, -132px);
    flex-direction: column;
    background: url(../images/subscribe_bg_mobile.png);
  }
  .try_membership_layout:before {
    background: url(../images/subscribe_corner.png) no-repeat right 0;
    content: "";
    position: absolute;
    bottom: -0px;
    left: 0px;
    top: auto;
    width: 243px;
    height: 157px;
    background-size: contain;
  }
  .try_membership_layout:after {
    display: none;
  }
  .testimonials_container {
    padding-bottom: 96px;
  }
  .try_membership_section {
    margin-bottom: 0;
  }
}
