.custom-revi-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .custom-revi-pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.custom-revi-pagination .swiper-pagination-bullet {
    padding: 0;
    width: 110px;
    height: 110px;
    padding: 10px;
    opacity: 1;
    border: none;
    background-color: transparent;
    margin: 0 !important;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
    .custom-revi-pagination .swiper-pagination-bullet {
        width: 90px;
        height: 90px;
    }
}
.custom-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
    .custom-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
        margin-top: 0 !important;
    }
}
.custom-revi-pagination .swiper-pagination-bullet:hover {
    -webkit-box-shadow: inset 0 0 0 4px rgb(250, 255, 255);
    box-shadow: inset 0 0 0 4px rgb(250, 255, 255);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot {
    background-color: red;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: top;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
    .custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot {
        width: 70px;
        height: 70px;
    }
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-1 {
    background-image: url(../img/faces/1.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-2 {
    background-image: url(../img/faces/2.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-3 {
    background-image: url(../img/faces/3.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-4 {
    background-image: url(../img/faces/4.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-5 {
    background-image: url(../img/faces/5.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-6 {
    background-image: url(../img/faces/6.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet .custom-custom-dot.custom-slide-7 {
    background-image: url(../img/faces/7.jpg);
}
.custom-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: inset 0 0 0 4px rgb(236, 185, 52);
    box-shadow: inset 0 0 0 4px rgb(236, 185, 52);
}
.custom-quote-icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: 40px;
}
.custom-quote-icon path {
    stroke: rgb(35, 188, 236);
}
.custom-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-slider-nav .custom-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 40px;
    background-color: rgb(236, 185, 52);
    color: rgb(250, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.custom-slider-nav .custom-slider-arrow svg {
    width: 20px;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.custom-slider-nav .custom-slider-arrow.custom-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom-slider-nav .custom-slider-arrow.swiper-button-disabled {
    background-color: rgb(213, 241, 241);
    cursor: not-allowed;
}
.custom-slider-nav .custom-slider-arrow.swiper-button-disabled:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.custom-slider-nav .custom-slider-arrow:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.custom-slider-nav.custom-reviews-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .custom-slider-nav.custom-reviews-nav {
        top: 0;
    }
}
.custom-slider-nav.custom-recommendation-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.custom-slider-nav.custom-recommendation-nav .custom-slider-arrow {
    margin: 0;
}
.custom-slider-nav.custom-recommendation-nav .custom-slider-arrow.custom-prev {
    margin-right: 10px;
}
@media screen and (max-width: 992px) {
    .custom-slider-nav.custom-reviews-nav {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .custom-slider-nav.custom-reviews-nav .custom-slider-arrow {
        margin: 0;
        margin: 40px 10px 0;
    }
}