.gtco-testimonials {
    position: relative;
}

.gtco-testimonials .card-body {
    padding: 0rem 2rem;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

#carousell_book .gtco-testimonials .card {
    border-radius: 20px;
    border: 0;
    margin: 0.5rem;
}

.gtco-testimonials .card h5 {
    color: #3461B2;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
    color: #1D3164;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.card-body ul li {
    list-style-type: circle;
    margin: 10px;
    padding: 0;
}

.card-body ul li.lessmargin {
    margin: 5px;
}

.card-body a {
    padding: 5px 8px;
    background-color: #1D3164;
    border-radius: 10px;
    color: white;
    opacity: 0.8;
    transition: background-color 0.5s;
}

@keyframes flicker {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.8;
    }
}

.card-body a:hover {
    animation: flicker 1s infinite;
    background-color: #1D3164;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.owl-carousel .owl-dots .owl-dot {
    margin: 0px 4px 0 4px;
    background-color: #1D3164;
}

.gtco-testimonials .owl-stage-outer {
    padding: 15px 0;
}

.gtco-testimonials .card {
    min-height: 400px;
}

.owl-carousel .owl-nav [class*=owl-], .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #1D3164 !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    /*left: -38px;*/
}

.card-text > ul {
    list-style-type: circle;
}

#carousell_book .gtco-testimonials .card img {
    background-color: #56AD71;
    width: 5rem;
    height: auto;
    padding: 0.5rem;
}