/*======================================
Theme Name: PrivateMoneyLending-Child
Theme URI: https://divicake.com/
Description: PrivateMoneyLending Child Description
Version: 4.23.10
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.yellow_conbar .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 0;
}
.yellow_conbar .et_pb_blurb_position_left .et_pb_blurb_container h4{
  padding: 0;
}
.mechanics-bar {
	position:relative;
}

.mechanics-bar::before {
	position:absolute;
	right:0;
	top:0;
	width:30%;
	height: 100%;
	content:"";
	background-color:#FFCD02;
}


.yellow_conbar::before {
  position: absolute;
  left: -25%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(https://nysck.com/privatemoneylending/wp-content/uploads/2023/12/Group-11.png);
  z-index: 999;
  background-repeat: no-repeat;
  background-position: 0 top;
  z-index:1;
}
.testimonial_sec .tss-meta-info, .testimonial_sec .tss-wrapper .tss-carousel3 .rating-wrapper {
	display: none;
}

.testimonial_sec .tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name{ 
	text-align:left;
	padding: 0 20px;
    margin-bottom: 0;
	font-size: 20px;
	position: relative;
	color:#3198F5;
}
.testimonial_sec .tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name::before{
  content: "";
  left: 20px;
  top: -15px;
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #FFCD02;
}

.testimonial_sec .single-item-wrapper{
	padding:30px 15px;
	border: 1px solid #ccc;
    border-radius: 10px;
}

.testimonial_sec .swiper-slide-next .single-item-wrapper {
	background-color:#233446;
	padding:30px 15px;
	color:#fff;
	background-image:url(https://nysck.com/privatemoneylending/wp-content/uploads/2023/12/Mask-Group-8.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}
.testimonial_sec .tss-wrapper .tss-carousel3 .item-content-wrapper {
  padding: 20px;
  background: transparent;
  position: relative;
}
.testimonial_sec .tss-wrapper .tss-carousel3 .item-content-wrapper::before{
	display: none;
}
.padd-0 .et_pb_blurb_container{ padding-left:0;}

@media only screen and (max-width:768px) {
.mechanics-bar::before {
  position: absolute;
  right: 0;
  top: 28%;
  width: 30%;
  height: 75%;
  content: "";
  background-color: #FFCD02;
}
}




