﻿@keyframes flip {
    from {
        margin-left: -1000px
    }

    to {
        margin-left: 0px;
    }
}
#testimonial {
    background-image: url("../images/bg-pattern-dot.png");
    background-repeat: repeat;
    padding-bottom: 50px;
}
.test-pic {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
    display:block;
    height:auto;
}
.tab-pane{
    text-align:center;
}
.test1 {
    text-align: center;
    font-weight: 400;
    font-style: italic;
    margin: 0.3rem auto 0;
    color: #666;
    animation: flip 1s linear 1 forwards;
}
.nav{
    justify-content:center;
    margin-top:20px;
}
.tab-content > .active {
    background-color:transparent;
}
li.active {
    background-color: white;
}
.circle {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #666 !important;
    margin-left: 5px;
    margin-right: 5px;
    cursor:pointer;
}
    li.active>.circle {
        background-color: #121b22 !important;
    }
.fa.fa-star {
    color: red;
}
@media (min-width:768px) and (max-width:992px){
    .tab-pane>p{
        font-size:16px;
        margin-bottom:0rem;
    }
    .test1{
        font-size:2vw;
    }
    .fa.fa-star {
        font-size: 2em;
    }
    .str {
        min-height: 50px;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .tab-pane > p {
        font-size: 2.5vw;
        margin-bottom: 0rem;
    }
    .str {
        min-height: 50px;
    }
    .test1 {
        font-size: 2vw;
    }
    .fa.fa-star {
        font-size: 1em;
    }
}
@media (max-width:575px) {
    .tab-pane > p {
        font-size: 3.5vw;
        margin-bottom: 0rem;
    }
    .test1 {
        font-size: 2vw;
    }

    .fa.fa-star {
        font-size: 1em;
    }
}