
#testimonial-slider{
    overflow: hidden;
}

.testimonial{
    margin:0 15px;
}

.testimonial .testimonial-content{
    padding:15px ;
    background:#ffffff;
    /*border-radius: 0 40px 0 40px;*/
    border-bottom:0px solid #0d50aa;
}

.testimonial .description{
    font-size: 15px;
    color:#555;
    line-height:24px;
    margin-bottom:20px;
}

.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    color:#0d50aa;
    text-transform:capitalize;
    text-align:center;
    display: block;
    margin: 10px;
}

.testimonial .testimonial-title small{
    display: block;
    margin-top: 13px;
    font-size:14px;
}

.testimonial .pic{
    width: 83px;
    height: 90px;
    border-bottom: 4px solid #0d50aa;
    border-radius: 50%;
    margin: 15px auto;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 1px solid #808080;
    border-radius:50%;
}

.owl-theme .owl-controls .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover{
    background:#0d50aa;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 47%;
    opacity:0;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    transition: all 0.50s linear;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -7%;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7%;
    border-radius: 15px 0 0 15px;
}

.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:15px;
}

.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:15px;
}

.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}

.owl-next:before{
    content: "\f054";
}
.header-form input[name="textUserPermission"] {
    height: 12px;
    width: 12px;
    border: 2px solid #eee;
    border-radius: 20%;
    line-height: 12px;
}
.terms {
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
    margin-top: -15px;
    margin-bottom: 6px;
    color: #878c8b !important;
    line-height: 12px;
}

.checkDIV
{
    text-align:left;
}
