/**
* 2010-2017 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2017 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

#wk_testimonial_home {
    background-color: #F8F8FE;
    padding: 10px 0 30px 0;
    text-align: center;
    text-align: -webkit-center;
}

#wk_testimonial_box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.02), 0 0px 9px 0 rgba(0, 0, 0, 0.04);
    padding: 35px 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70% !important;
    margin: auto !important;
}
#wk_testimonial_slider>li {
    width: 100%;
}

#wk_avator_image_div {
    padding: 0;
    border-radius: 50%;
    width: 100px;
    margin: 0 auto;
}

#wk_avator_image_div img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.wk_testimonial_block .bx-wrapper .bx-controls>.bx-pager .bx-pager-item .bx-pager-link.active {
    background: #6969C4 !important;
    border: none !important;
}

.wk_testimonial_block .bx-wrapper .bx-controls>.bx-pager .bx-pager-item .bx-pager-link {
    background: #E1E1E4 !important;
    border: none !important;
}

#wk_testimonial_view_all {
    background-color: #F8F8FE;
    padding-bottom: 20px;
    text-align: center;
	margin-bottom: 40px;
}

#wk_testimonial_view_all>a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #a5a5a5;
    border-radius: 4px;
    padding: 15px;
}

#wk_testimonial_subject_div {
    font-size: 16px;
    font-weight: 700;
    color: #484848;
    margin: 5px 0px;
    word-break: break-all;
    overflow: hidden;
}

.wk_testimonial_rating>img {
    display: inline;
}

.wk_testimonial_rating {
    margin-bottom: 10px;
    min-height: 21px;
}

#wk_testimonial_content_div {
    font-size: 16px;
    font-weight: 500;
    color: #484848;
    margin: 10px 0px;
}

#wk_testimonial_name_div {
    font-size: 16px;
    font-weight: 700;
    color: #484848;
    margin: 10px 0px;
    text-align: center;
}

#wk_testimonial_image_text>img {
    min-height: 300px;
    max-height: 300px;
    border-radius: 10px;
}

#wk_testimonial_image_text>p {
    position: absolute;
    bottom: 3.9em;
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    /* background: rgb(0, 0, 0); */
    /* fallback color */
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
    /* max-width: 94.5%; */
    width: 72.1%;
    word-wrap: break-word;
}
.wk_testimonial_video_link{
    font-size: 18px;
    font-weight: 700;
    color:#00b4fc;
    display: block;
}
.wk_testimonial_video_link:hover{
    color:#00b4d7;

}
.wk_testimonial_video>iframe{
    border-radius: 15px;
    width: 100%;
}

#wk_more_text_home {
    color: #00b4d7;
    font-size: 13px;
    font-weight: 500;
}
.wk_testimonial_text {
    display:-webkit-flex;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}
.wk_testimonial_text>span{
    word-break: break-all;
}
.wk_testimonial_text_cont p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #a3a3a3;
    padding: 25px 35px;
}
.wk-close-testimonial {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 0px;
    top: 0px;
}
.wk_name_float_right {
    overflow: hidden;
    display: block;
    text-align: center;
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-next,
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-prev{
    color: #6968C4;
    height: 50px;
    width: 30px;
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-next i,
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-prev i{
    font-size: 40px
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-prev:before {
   display: none;
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-next:before {
display: none;
}
/***************/
@media (min-width:992px) and (max-width:1199px) {
    /* #wk_testimonial_box{
        padding: 35px 50px;
    } */
    #wk_testimonial_image_text>p {
        width: 66.9%;

    }
}
@media (min-width:768px) and (max-width:991px) {
    #wk_testimonial_box{
        padding: 35px 50px;
    }
    #wk_testimonial_image_text>p {
        width: 77.3%;

    }

}
@media (min-width:500px) and (max-width:768px) {
    #wk_testimonial_box{
        padding: 35px 50px;
    }
    #wk_testimonial_image_text>p {
        width: 85.3%;

    }
}
@media (min-width:651px) and (max-width:767px) {
    #wk_testimonial_image_text>p {
        width: 79.1%;

    }

}
@media (min-width:500px) and (max-width:650px) {
    #wk_testimonial_image_text>p {
        width: 78.9%;

    }

}
@media (min-width:415px) and (max-width:499px) {
    #wk_testimonial_box{
        padding: 20px 20px;
    }
    #wk_testimonial_image_text>p {
        width: 81.5%;

    }

}
@media (min-width:375px)and (max-width:414px) {
    #wk_testimonial_box{
        padding: 20px 20px;
    }
    #wk_testimonial_image_text>p {
        width: 77.3%;

    }

}
@media (min-width:361px)and (max-width:375px) {
    #wk_testimonial_box{
        padding: 20px 20px;
    }
    #wk_testimonial_image_text>p {
        width: 74.3%;

    }

}
@media (min-width:321px)and (max-width:360px) {
    #wk_testimonial_box{
        padding: 20px 20px;
    }
    #wk_testimonial_image_text>p {
        width: 73.3%;

    }

}
@media (max-width:320px) {
    #wk_testimonial_box{
        padding: 20px 20px;
    }
    #wk_testimonial_image_text>p {
        width: 69.2%;

    }
}

/**************Quote Icons***********************/
.wk-testimonial-icon-quote-top{
    background: rgba(0, 0, 0, 0) url("../../img/icon/Quote-Top.png") no-repeat scroll 10px 0;
    content: "";
    display: block;
    height: 45px;
    margin-left: 14px;
    width: 44px;
    left: 55px;
    /* position: absolute; */
    top: 184px
}
.wk-testimonial-icon-quote-bottom{
    background: rgba(0, 0, 0, 0) url("../../img/icon/Quote-Bottom.png") no-repeat scroll 10px 0;
    content: "";
    display: block;
    height: 45px;
    margin-left: 14px;
    width: 44px;
    right:62px;
    /* position: absolute; */
    bottom: 43px
}
#wk-view-read-more-p iframe{
    border-radius: 10px;
    width: 100%;
}
@media (max-width:991px) {
    .wk-testimonial-icon-quote-bottom{
        right:15px;
    }
    .wk-testimonial-icon-quote-top {
        left: 0px;
    }
}
@media (max-width:320px) {
    .wk-testimonial-icon-quote-bottom{
        right:15px;
    }
    .wk-testimonial-icon-quote-top {
        left: -7px;
        top: 188px;
    }
}