/*quote*/
.quote-marks {position: relative;}.quote-marks:before {position: absolute;background-size: contain !important;content: '';content: url(/images/2023/08/04/sample-icon.jpg);top: -80px;left: 0;margin:auto;background-repeat:no-repeat;z-index:-10 !important;transform: scale(0.2);transform-origin: top left;}.quote-marks:after {position: absolute;background-size: contain !important;content: '';content: url(/images/2023/08/04/sample-icon.jpg);bottom: -80px;right: 0;margin:auto;background-repeat:no-repeat;z-index:-10 !important;transform: scale(0.2);transform-origin: bottom right;}

@media (max-width: 767px){
.better-quote h2{font-size:20px!important;line-height:1.4!important;}}



/*review*/
.better-review.sppb-carousel .sppb-item .sppb-row {
    display: flex;
    align-items: center;
}

.better-review.sppb-carousel .sppb-item {
    padding: 0 0px!important;
}

.better-review .sppb-carousel-pro-text {padding: 0 20px 0 70px;}.sppb-carousel h2 {line-height: 1.3!important;}

/*arrow*/
.better-review.sppb-carousel i.fa.fa-chevron-left::before,
.better-review.sppb-carousel i.fa.fa-chevron-right:before {
    font-family: 'Poppins'!important;
    font-size: 26px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    font-weight: 100;
    background: #9a4f30;
    color:#fff;
    border-radius: 100%;
    padding: 0px;
    position: relative!important;
    display: block;
}


.better-review.sppb-carousel i.fa.fa-chevron-left::before {content: '<'!important;left: -25px!important;}

.better-review.sppb-carousel i.fa.fa-chevron-right:before {content: '>'!important;right: -25px!important;}

.better-review .sppb-carousel-arrow{opacity:1!important;}

@media only screen and (min-width: 992px) {
.better-review.sppb-carousel i.fa.fa-chevron-left::before, 
.better-review.sppb-carousel i.fa.fa-chevron-right:before {font-family: 'Poppins'!important;font-size: 45px;line-height: 52px;width: 50px;height: 50px;font-weight: 100;background: #9a4f30;color:#fff;padding: 0;border-radius: 100%;position: relative!important;display: block;}
.better-review .sppb-carousel-item-inner .sppb-text-right {margin-top: 0px;}}


@media (max-width: 767px){
.better-review .sppb-carousel-pro-text {padding: 0px;}
.better-review .sppb-carousel-arrow i {position: absolute;top: 20%;z-index: 5;display: inline-block;}
.better-review h2 {font-size: 25px;line-height: 1.3;margin-bottom: 15px!important;text-align: center;}
.better-review .sppb-carousel-pro-content {text-align: center;margin-bottom: 30px!important;}
.better-review.sppb-carousel .sppb-btn {text-align: center;display: block;width: fit-content;margin: auto;}}

/*border*/
.better-review .sppb-carousel-pro-text {position: relative;}
.better-review .sppb-carousel-pro-text:before {content: '';background: transparent;border: 2px solid #52574b;height: 125%;width: 114%;position: absolute;left: 0px;top: 0;bottom: 0;margin: auto;z-index: -1;}

@media (max-width: 767px){.better-review .sppb-carousel-pro-text {position: relative;padding: 50px 15px;}
.better-review .sppb-carousel-pro-text:before {content: '';background: transparent;border: 2px solid #52574b;height: 100%;width: 100%;position: absolute;left: 0;top: 0px;}}


/*bullet*/
.better-review .sppb-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    text-indent: -999px;
    border: 1px solid #3f4537;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.better-review .sppb-carousel-indicators .active {
    margin: 0px 3px;
    width: 10px;
    height: 10px;border: 1px solid #3f4537;
    background-color: #3f4537;
}

@media only screen and (min-width: 992px) {
.better-review .sppb-carousel-indicators {left: 37%;width: 9%;bottom: -50px;}}

@media only screen and (min-width: 1200px) {
.better-review .sppb-carousel-indicators {left: 35%;width: 9%;bottom: -12px;}}

