.main-section-title{
	text-transform: uppercase;
	color: #002f5e;
	text-align: center
}
.main-section-title h4{font-size:30px !important;}
#trusted-sec .btn-blue a{
	background-color: #002f5e ;
	color: #fff ;
}
#trusted-sec .btn-schedule a:hover, #trusted-sec .btn-schedule a:focus{ border: 0 }
.trusted-sec .btn-schedule a{
	/*max-width: 210px;
	width: 100%;*/
	font-size: 16px ;
	text-transform: uppercase;
    padding: 17px 0 14px;
    letter-spacing: 1px;
    border: 0;
	box-shadow: 3px 3px 7px 0px #7d7d7d;
    border: 0 ;
    background-image: none
}
.dentist-desc-sec h3 {
    font-size: 36px;
    padding: 15px;
}
.star-detail{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0px 10px 20px;
}
.star-text {
    padding-right: 10px;
    line-height: 1.2
}
.star-img img {
    max-width: 170px;
}
@media screen and (max-width:767px){
    .vc_row .main-section-title h4{
        font-size:30px !important;
        line-height: 1.3 !important;
        -webkit-flex: 0 1 0;
        -ms-flex: 0 1 0;
        flex: 1 0 0;}
}