.cr-share-wrapper {
    position: relative;
    display: inline-block;}
.cr-share-trigger {
    cursor: pointer;
    display: inline-block;}
.cr-share-icon {
    visibility: hidden;
    /* height: 0; */
    display: none;}
.cr-shared {
        visibility: visible;
        /* height: auto; */
        display: block;}
.cr-share-display.cr-left {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.cr-share-display.cr-right {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.cr-share-display.cr-top {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;}
.cr-share-display.cr-bottom {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;}
.cr-share-icon a {
    display: inline-block;
    text-align: center;}

/* iframe */


/* testimonial slider */

.fns-testimonial-wrapper  .swiper-button-prev {
    left: 0px;}
    
.fns-testimonial-wrapper  .swiper-button-next {
    left: unset;
    right: 0; }

.fns-testimonial-wrapper .swiper-button-next::after, 
.fns-testimonial-wrapper .swiper-button-prev::after {
    display: none; }

.fns-testimonial-wrapper .swiper-button-prev {
    -webkit-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    transform: rotate(-180deg);
}

.fns-testimonial-wrapper .swiper-container {
    overflow: unset; }
.fns-testimonial-wrapper .swiper-slide {
    height: unset; }

.fns-review-wrapper {
    padding: 40px 24px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.fns-review-wrapper .fns-icon i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 54px;
    line-height: 1; } 

.fns-review-wrapper .fns-icon svg {
    fill: rgba(255, 255, 255, 0.5);
    width: 54px; } 

.fns-review-wrapper .fns-text {
    text-align: left;
    padding-left: 37px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.fns-review-wrapper .fns-text p {
    color: white;
    margin: 0; }

.fns-testimonial-slider .swiper-slide {
    width: 400px; }


.fns-testimonial-single {
    height: 100%;
    text-align: center;
    background: #2A9C00;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px 0px #0000000E;
            box-shadow: 0px 10px 20px 0px #0000000E;    
    padding: 15px 15px 35px 15px; }

.fns-testimonial-single .fsn-vid {
    position:relative;
    padding-top: 177.77%; }

.fns-testimonial-single .fsn-vid iframe {
    border-radius: 7px;
    position:absolute;top:0;left:0;width:100%;height:100%; }
