.title { }
.intro { }
.form-group { max-width:700px; }
#name { max-width:300px; }
#location { max-width:300px; }
#entertestimonial { margin-left:15px; margin-right:15px; max-width:650px; }
.testimonialform { margin-top:18px; }
#formattedtestimonial { padding:15px; border: solid 1px black; }

#thanks { display:none; max-width:490px; margin-top:50px; margin-bottom:50px; Xtext-align:center; font-size:17px; }
#thanksmessage { margin-top:25px; }

.textarea {
}

.rating-box {
  position: relative;
  background: #fff;
  padding: 0px 0px 5px;
  border-radius: 25px;
  Xbox-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.rating-box header {
  font-size: 22px;
  color: #dadada;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.rating-box .stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stars i {
  color: #e6e6e6;
  font-size: 25px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.stars i.active {
  color: #ff9c1a;
}

.stars{
  margin-top:8px;
  margin-bottom:12px;
}

.Xhelp-alert { display:none; color:#ffffff; background-color:darkred; padding:2px; padding-left:8px; padding-right:8px; }
.help-alert { display:none; color:darkred; Xbackground-color:#eee; background-color:#8b000024; font-sixze:12pt; font-weight:bold; padding:2px; padding-left:8px; padding-right:8px; }
.enable { display:inline-block; }
a.boldlink { Xtext-decoration: underline !important; font-weight:bold; border-bottom:1px solid #2b6102; }
.fa-user { font-size:16px; }

.profile-dot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  Xbackground-color: lightgray;
  background-color: #006400;
  border-radius: 50%;
  border: #006400 5px solid;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  font-size:100%;
}

.profile-dot span {
  font-weight: 700;
  color: #fff;
  font-style: normal;
  font-size: 100%;
}

.notloggedin, .successmessage {
    height: 420px;
    margin: auto;
    padding-top: 90px;
    text-align: center;
    line-height: 2.0;
}

/* for rotatingrevidws.tpl */
.stars i.active {
    color: #ff9c1a;
}
.stars i {
    color: #e6e6e6;
    font-size: 18px;
    letter-spacing: 4px;
    cursor: pointer;
    transition: color 0.2s ease;
}
.carousel-inner { width:100%; margin:auto; }
.carousel-control { width:0%; text-shadowi: 0 3px 2px; opacity:.9; }
#reviewsCarousel { height:245px; }
@media(min-width: 768px) {
    #reviewsCarousel { height:160px; }
}
