﻿/**  Pro Reviews styles **/
.carousel-indicators .active { 
    background: #5f73ac; 
} 
.content{ margin-top:20px; 
} 
.adjust1 { 
    float:left; 
    width:100%; 
    margin-bottom:0; 
} 
.adjust2 { 
    margin:0;
}

.star-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
}

.star-wrapper .icon {
    font-size: 30px;
    color: #06bd0a;
}

.text-info {
	color:#181d29;
	font-weight: 400;	
    margin-bottom: 20px;
    font-family: 'Circular';
    font-size: 25px;
}

@media (max-width: 767px) {
    .text-info {
        font-size: 20px;
    }
}

.carousel-indicators li { 
    border :1px solid #5f73ac; 
} 
.carousel-control { 
    color:#252d44; 
    width:5%; 
}
.carousel-control a:focus, a:active {
	background-color:transparent;	
}
.carousel-control:hover, .carousel-control:focus { 
    color:#1e4620; 
} 
.carousel-control.left, .carousel-control.right { 
    background-image: none; 
} 
.media-object { 
    margin:auto; 
    margin-top:15%; 
} 
.item blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}
.thumbnail {
	background-color: rgba(255, 255, 255, 0.8);	
}
.item blockquote p::before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    opacity: .5;
}
@media screen and (max-width: 768px) { 
    .media-object{
        margin-top:0; 
    } 
}