﻿
.home-page-testimonial .title {
    margin: 50px 0;
    text-align: center;
    
}

    .home-page-testimonial .title strong {
        display: block;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
    }

    /*.home-page-testimonial .title > strong::after {
        content: "";
        position: absolute;
        bottom: -18px;
        left: 50%;
        width: 80px;
        height: 4px;
        margin: 0 0 0 -40px;
        background-color: #779F31;
    }*/



/* Slick Slider */

.home-page-testimonial {
    display: block;
    width: 100%;
    /*background-color: pink;*/
    max-width: 1366px;
    padding: 10px;
    margin: auto;
    background-color: #F8FAFF;
   
}

@media screen and (min-device-width: 1440px) and (max-device-width: 1920px) {

    .home-page-testimonial {
        max-width: 1220px;
        /*padding: 35px 10px !important;*/
        /*background-color:springgreen;*/
    }
}

.test section {
    width: 785px;
    margin: auto;
    margin-left:-7px;
}
/* Bubble Slider */

.test .bubble blockquote {
    margin: 10px 10px 0;
    background: #f6f6f6;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    /*color: #1e528e;*/
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

    .test .bubble blockquote:before, .test .bubble blockquote:after {
        content: "\201C";
        position: absolute;
        font-size: 80px;
        padding: 10px;
        line-height: 1;
        color: #00A859;
        
    }

    .test .bubble blockquote:before {
        top: 0;
        left: 10px;
        color: #00A859;

    }

    .test .bubble blockquote:after {
        /*content: "\201D";
            right: 10px;
            bottom: -.5em;
            color: #00A859;*/
    
    

}

.test .bubble div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f6f6f6;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}

.test .bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    /*color: #fff;*/
}
.test .bubble div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent !important;
    border-right: 30px solid  transparent !important;
    border-top: 50px solid gray;
    margin: 0 0 0 60px;
    /*background-color: red !important;*/
    margin-bottom: 10px;
    
}
.test .quotes .slick-list.draggable {
    width: 100%;
    margin: auto;
    /*margin-left: 2.5rem;*/
    /*background-color: red;*/
}
/*.test .slick-prev, .slick-next {
    display: none !important;
}*/





.test .bg {
    /*background: linear-gradient(to bottom, #2d91c2 0%,#1e528e 100%);*/
    width: 100%;
    height: 100%;
    padding: 20px 0;
    padding-top: 0;
}




/*@media (max-width:1700px) {

    .quotes button.slick-arrow {
        background: red;
        margin-left: 12rem;
    }

        .quotes button.slick-arrow.slick-next {
            left: 1rem;
        }
}

*/

    /*@media(max-width:1500px) {
        .test  .quotes .slick-list.draggable {
            width: 100%;
            margin-left: 1px;
            margin-top: 3rem;
        }

        .test .bubble blockquote {*/
            /*margin-top: 20rem;*/
            /*width:60%;*/
        /*}


        .test .quotes button.slick-arrow {
            background: red;
            margin-left: 26rem;
            margin-top: -4rem;
        }

            .test .quotes button.slick-arrow.slick-next {
                left: 15rem;
                margin-top: -4rem;
            }
    }*/



    @media screen and (min-device-width: 1030px) and (max-device-width: 1335px) 
    {
        .test .bubble blockquote
        {
            width:70%;
            /*background:red;*/
            margin-left:0rem;
        }
       /* .slick-next slick-arrow
        {
            background-color:red;
            margin-left:10rem;
        }*/
       

    }


    

    @media(max-width:1024px) {
        .test  section {
            width: 80%;
            margin: auto;
        }
        .slick-prev::before, .slick-next
        {
            /*display:inherit;*/
        }
        /*.test .tlt .title-container {
            background-color: lightblue;
            margin-left: 0px;*/
        /*background-color:red;*/
        /*}*/
        .test .quotes .slick-list.draggable {
            /*background-color:red;*/
            width: 100%;
            margin-left: 1px;
            text-align:center;
            /*margin-top: 3rem;*/
        }

        .test .bubble blockquote {
            margin-top: 3rem;
        }
       /* .quotes button.slick-arrow
        {
            background-color:red;
        }*/
    }

    @media(max-width:768px) {
        /* section {
            width: 95%;
            margin: auto;
        }*/

        /*.test .slick-prev:before, .slick-next:before {
            display: none;
        }*/

        /*.test .tlt .title-container {
            margin-left: 0px;   
            width: 100%;
        }*/

        .test  .quotes .slick-list.draggable {
            width: 100%;
            margin-left: 1px;
            text-align:center;
            /*margin-top: 2rem;*/
           
        }

        /*.bubble blockquote {
            margin-top: 0rem;
        }
    }

    @media(max-width:480px) {
      /*  section {
            width: 100%;
            margin: auto;
        }*/

        .test .bubble blockquote {
            margin: 0;
            padding: 46px 15px;
            width: 100%;
            /*margin-top: 160px;*/
            margin-top:3rem;
        }

       .test .slick-slide {
            margin: 0 15px;
        }

        .test .tlt .title-container {
            width: 100% !important;
            background: red;
        }
    }
