 .wktestimonials-heading {
     /*font: 600 30px 'Open Sans', sans-serif;*/
     color: #555555;
     margin-left: 30%;
 }
 
 .wk-home-page-border {
     border-top: 1px dashed #555555;
     float: left;
     /*margin-left: 34%;*/
     margin-top: 20px;
     width: 12%;
 }
 
 .wk-font-30 {
     font: 600 30px 'Source Sans Pro', sans-serif;
     float: left;
     margin-bottom: 2%;
 }

.wk-testimonial .bx-controls-direction .bx-prev {
    font-size: 40px !important;
    float: left !important;
    margin-top: -200px !important;
    margin-left: -20px !important;
    color: white !important;
}

.wk-testimonial .bx-controls-direction .bx-next {
    font-size: 40px !important;
    float: right !important;
    margin-top: -200px !important;
    margin-right: -20px !important;
    color: white !important;
}

 .wk-testimonial>div {
    text-align: center;
    background-color: #1A61A4;
    color: #ffffff;
    padding: 3%;
}

.wk-testimonial-heading::before {
    content: " ";
    position: absolute;
    width: 20%;
    top: 40px;
    left: 20%;
    border-top: 1px solid #fff;
}

.wk-testimonial-heading::after {
    content: " ";
    position: absolute;
    width: 20%;
    top: 40px;
    right:20%;
    border-top: 1px solid #fff;
}

.wk-img-round >img {
    border-radius: 50%;
}

.wk-img-round {
    width: 100px !important;
    height: 100px !important;
    display: block;
    margin: 0 auto;
}

.wk-testimonial-content {
    word-break: break-all;
    line-height: 1.5 !important;
    font: 400 16px "Source Sans Pro";
    width: 85%;
    margin: 0 auto;
    color: white;
}

.wk-fixed-content {
    font: 600 16px "Source Sans Pro";
}

.wk-testimonial-heading {
    font: 600 30px "Source Sans Pro";
}

.wk-testimonial-content-author {
    font: 600 20px "Source Sans Pro";
    color: #B3CF20;
}

.wk-testimonial-content-ceo {
    font: 400 16px "Source Sans Pro";
}

.wk-testimonial .bx-pager{
    display: none !important;
}
div.wk-tsm-img {
    padding: 30px !important; 
    text-align: center;
}

.wk-quote {
    background: #eeeeee;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    top: 39%;
    left: 52%;
}

.wk-quote >i {
    background:#ffffff;
    border-radius: 50%;
    color: #B3CF20;
    font-size: 22px;
    padding: 6px;
}

#moredetail {
    color: #b3cf20 !important;
}

.wk-testimonial-view {
    background: #1A61A4;
    color: #b3cf20;
}

.wk-testimonial-view p.wk-name {
    font: 600 20px "Source Sans Pro";
    margin-top: 10px;
}

.wk-testimonial-view p.wk-place-name {
    font: 400 16px "Source Sans Pro";
}

@media (max-width: 400px) {
    .wk-quote {
        top: 24%;
        left: 55%;
    }
    .wk-testimonial-heading::before,
    .wk-testimonial-heading::after {
        display: none !important;
    }
}

@media (min-width: 401px) and (max-width: 1199px) {
    .wk-quote {
        top: 34%;
        left: 53%;
    }
    .wk-testimonial-heading::before,
    .wk-testimonial-heading::after {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .wk-testimonial .bx-wrapper .bx-controls-direction a {
        margin-left: 0;
        margin-right: 0;
    }
}

#readmore .modal-content {
    background: #1A61A4;
    color: white;
}

#newsletter-input {
    display: inline-block !important;
    margin: 0 auto !important;
    width: 30% !important;
}

.wk-quote >i.material-icons {
    background: #ffffff;
    border-radius: 50%;
    color: #B3CF20;
    font-size: 20px;
    padding: 2px;
    height: auto;
}

#readmore .wk-quote {
    top: 43%;
    left: 54%;
}
.wk-quote-rem {
    top: 46%;
    left: 52.5%;
}