*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.feedMe-details,
.five-reasons-use-to {
    padding: 50px 0;
}
.row-direction-box {
    max-width: 92%;
    margin: 0 auto;
}
.main--boxess {
    display: flex;
    flex-direction: row;
}
.texts--boxes {
    width: 50%;
    min-height: 180px;
    
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}
.main--boxess.box--lefts .texts--boxes {
    padding: 10px 40px 0px 50px;
}
.main--boxess.box--rights .texts--boxes {
    padding: 10px 40px 0px 60px;
}
.texts--boxes h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.texts--boxes p{
    font-size: 16px;
    font-weight: 400;
}
.circles--box {
    width: 15%;
    text-align: center;
    padding: 10px 0;
}
.circles--box img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.circles--box img {
    max-width: 100%;
    width: 140px;
    height: 140px;
    object-fit: contain;
}
.bg-l-1{
	background-image: url(../images/07.png);
}
.bg-l-2{
	background-image: url(../images/08.png);
}
.bg-l-3{
	background-image: url(../images/09.png);
}
.bg-l-4{
	background-image: url(../images/10.png);
}
.bg-l-5{
	background-image: url(../images/11.png);
}




.feedme-pro-box .feedMe-box-img {
    max-width: 100%;
    height: auto;
    width: 318.6px;
    height: 770.4px;
    display: block;
    margin: 0 auto;
}
.feedme-pro-box {
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 500px;
}
[class*=layr-right--] p,
.layr-left-texts p {
    color: rgb(155, 33, 101);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.img-respns {
    position: absolute;
}
.layr-right--4,
.layr-right--3,
.layr-right--2,
.layr-right--1,
.layr-left-texts {
    position: absolute;
}
.layr-left-texts {
    top: 39%;
    max-width: 240px;
    left: -30%;
}
.layr-left-texts img.img-respns.right {
    transform: scaleX(-1) rotate( 
-30deg
 );
    right: -60px;
    bottom: -89px;
    width: 80%;
}
.layr-left-texts img.img-respns.left {
    right: -61px;
    transform: rotate( 
153deg
 );
    top: -50px;
    width: 80%;
}
.layr-left-texts p {
    font-size: 21px;
    margin-top: 20p;
    position: relative;
    top: 25px;
}
.layr-right--4 {
    bottom: 25%;
    right: -27%;
    text-align: right;
}
.layr-right--4 .img-respns {
    left: -40px;
    width: 180px;
    top: 70px;
}
.layr-right--3 {
    bottom: 38%;
    right: -15%;
    width: 100%;
    text-align: right;
}
.layr-right--3 .img-respns {
    right: 112px;
    width: 180px !important;
    top: -10px;
}
.layr-right--3 p {
    position: relative;
    top: -30px;
    left: -40px;
}
.layr-right--2 {
    top: 31%;
    right: -50%;
}
.layr-right--2 p {
    position: relative;
    top: 20px;
}
.layr-right--2 .img-respns {
    width: 180px;
    left: -110px;
    top: -30px;
}
.layr-right--1 {
    right: -20%;
    top: 16%;
}
.layr-right--1 .img-respns {
    max-width: 180px;
    left: -87px;
    top: -47px;
}


@media screen and (max-width: 1280px){
.texts--boxes {
    min-height: 150px;
    padding: 20px 40px 0px;
}
.row-direction-box {
    max-width: 96%;
}
}
@media screen and (max-width: 1024px){
.row-direction-box {
    max-width: 100%;
}
}
@media screen and (max-width: 480px){
.layr-left-texts {
    left: -19% !important;
}
.layr-left-texts img.img-respns.right,
.layr-left-texts img.img-respns.left {
    right: unset;
    width: 66%;
}
}