.tmp-square .title
{
    margin-top:0px;
}

.tmp-square.main-title h1
{
    text-align: left;
    margin-left: -40px; 
    margin-top: -2px; 
    margin-bottom: 17px;
}
/*.square-top{
    background: darkgoldenrod;
    padding-top: 10px;
}*/
.review-form  {

}
.review-form textarea,
.review-form input {
    margin-bottom: 25px;
}

.review-form textarea  {
    margin-bottom: 23px;
}

.review-form .btn {
    width: 100%;
}

.review-form .title {
    font-size: 24px;
}

.stars {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.stars li {
    display: inline;
    color: #FFC107;
    font-size: 22px;
}
.reviews-place {
    padding: 40px;
    width:100%;
    height: auto;
    padding: 0px 0px;

}
.reviews-place .stars {
    text-align: right;
}
.reviews-place .title {
    text-align: left;
}
.reviews-container {
    position: relative;
    width: 100%;
}

.reviews-container .a-review {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.reviews-container .a-review:last-child {
    border: none;
    margin-bottom: 0px;

}

.reviews-container .a-review .review-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.reviews-container .a-review .review-data {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.reviews-container .a-review .review-time {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
.reviews-container .a-review .review-stars .stars {
    text-align: right;
}

@media screen and (max-width: 900px) and (min-width: 500px) {

}

@media screen and (max-width: 500px) { 
    .reviews-place{
        width:100%;
        padding-top: 10px;
        height: 100%;
    }
    .reviews-place .title {
        text-align: center;
        margin-bottom: 5px;
    }
  
    .reviews-place .stars.top {
        text-align: center;
        margin-top: -15px;
        margin-bottom: 30px;
    }
    .averagerating  .stars
    {
        text-align:center !important;
    }
    .review-data {
        /*bottom: 19px;*/
        /*position: absolute;*/
    }
    .review-container-s {
        position: relative;
    }
    .review-form .title {
        text-align: center;
        margin-bottom: 0px;
    }
    .review-form .stars {
        /*margin-top: -10px;*/
    }
    .review-form {    
        height: 565px;
}
}

.text-container {
	width: 100%;
	display:block;
	
}

.left-div {
	display: inline-block;
    padding-right: 10px;
	max-width: 50%;
    float: left;
    width: 100%;

}

.right-div {
	display: inline-block;
    padding-left: 10px;
    max-width: 50%;
    width: 100%;
    float: inherit
}

@media screen and (max-width: 600px) 
{
  .left-div, .right-div
    {
       padding-right: 0px;
      padding-left: 0px;
       max-width: 100%;
    }
}

textarea { resize: vertical; }

.business-contactus {
    margin-top: 23px!important;
}

.time-star-container {
	width: 100%;
    margin-top: 14px;
	display:block;
	
}

.review-time {
    display: inline-block;
    margin-left: 32px;
}

.review-stars {
    margin-left: -10px;
	display: inline-block;
}

.review-place-box{
    padding-right:5px;
}
.review-form-box{
    padding-left:15px;
}


@media screen and (max-width: 800px) 
{
.review-place-box{
    padding-left:0px;
    padding-right:0px;
}
.review-form-box{
    padding-left:0px;
    padding-right:0px;
}
}

@media screen and (max-width: 500px) {     
    .business-contactus .business .tmp-square { 
            padding: 15px 20px !important;
    }

    .tmp-square.main-title h1 {
        margin-left: 0px; 
    }
}

