@charset "UTF-8";

.service-details {
  padding: 140px 0;
  position: relative;
}
@media (max-width: 992px) {
  .service-details {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .service-details {
    padding: 40px 0;
  }
}
.service-details .animated-circle {
  z-index: -1;
}
.service-details .animated-circle.right {
  top: 0%;
  right: -9%;
}
.service-details .animated-circle.left {
  bottom: -35%;
  left: -16%;
  z-index: -1;
}
.service-details .user-comment p {
  color: #E6B325;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .service-details .user-comment p {
    font-size: 16px;
  }
  .align-center-tab {
     display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;  
  }
}
@media (max-width: 600px) {
    .service-details {
    padding: 50px 0 0 0;
}
.service-details .right-bar .main-service {
    padding: 40px 40px 15px 40px !important;
  }
  .service-details .user-comment p {
    margin-bottom: 0 !important;
  }
  .pd-top-40-tab {
      padding-top: 20px !important;
  }
}
.service-details .user-comment .comment-title {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .service-details .user-comment .comment-title {
    font-size: 20px;
  }
}
.service-details .user-comment .commenting-show-area .user-comment-item {
  border-bottom: 1px solid rgba(204, 255, 0, 0.0823529412);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 31px;
}
.service-details .user-comment .commenting-show-area .user-comment-item:last-child {
  border-bottom: 0px solid rgba(204, 255, 0, 0.0823529412);
}
.service-details .user-comment .commenting-show-area .user-comment-item .user-comment-replay {
  padding-left: 40px;
}
.service-details .user-comment .commenting-show-area .user-comment-item img {
  width: 120px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.service-details .user-comment .commenting-show-area .user-comment-item .btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #E6B325;
  color: #E6B325;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .service-details .user-comment .commenting-show-area .user-comment-item .btn {
    font-size: 12px;
  }
}
.service-details .user-comment .commenting-show-area .user-comment-item .btn:hover {
  background-color: #E6B325;
  color: #111;
}
.service-details .user-comment .commenting-show-area .user-comment-item p {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service-details .user-comment .commenting-show-area .user-comment-item p {
    font-size: 18px;
  }
}
.service-details .user-comment .comment-box form input,
.service-details .user-comment .comment-box form select,
.service-details .user-comment .comment-box form textarea {
  background-color: #272727;
  border-color: rgba(255, 208, 0, 0.445);
  padding: 15px 17px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .service-details .user-comment .comment-box form input,
  .service-details .user-comment .comment-box form select,
  .service-details .user-comment .comment-box form textarea {
    font-size: 14px;
  }
}
.service-details .user-comment .comment-box form input::-moz-placeholder, .service-details .user-comment .comment-box form select::-moz-placeholder, .service-details .user-comment .comment-box form textarea::-moz-placeholder {
  color: #b1b1b1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.service-details .user-comment .comment-box form input::placeholder,
.service-details .user-comment .comment-box form select::placeholder,
.service-details .user-comment .comment-box form textarea::placeholder {
  color: #b1b1b1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .service-details .user-comment .comment-box form input::-moz-placeholder, .service-details .user-comment .comment-box form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .service-details .user-comment .comment-box form input::placeholder,
  .service-details .user-comment .comment-box form textarea::placeholder {
    font-size: 14px;
  }
}
.service-details .user-comment .comment-box form input:focus-within,
.service-details .user-comment .comment-box form textarea:focus-within {
  border: 1px solid #E6B325;
}
.service-details .user-comment .comment-box form .button {
  border: 2px solid transparent;
}
.service-details .user-comment .comment-box form .button:hover {
  border: 2px solid #E6B325;
  background-color: transparent;
  color: #E6B325;
}
@media (max-width: 768px) {
  .service-details .user-comment .comment-box form .button {
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
  }
}
.service-details .right-bar .main-service {
  padding: 72px 55px;
  background-color: #272727;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service {
    padding: 25px 20px;
  }
}
.service-details .right-bar .main-service .contact-address .contact-address-item {
  border-bottom: 1px solid #504b32;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.service-details .right-bar .main-service .contact-address .contact-address-item .row {
  align-items: center;
}
.service-details .right-bar .main-service .contact-address .contact-address-item P {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .contact-address .contact-address-item P {
    font-size: 16px;
    text-align: center;
  }
  .svg-width100 {
      width: 100% !important;
  }
}
.service-details .right-bar .main-service .contact-address .contact-address-item a,
.service-details .right-bar .main-service .contact-address .contact-address-item span {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .service-details .right-bar .main-service {
        padding: 72px 25px;
    }
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .contact-address .contact-address-item a,
  .service-details .right-bar .main-service .contact-address .contact-address-item span {
    font-size: 18px;
  }
}
.service-details .right-bar .main-service .customer-rating h4 {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .customer-rating h4 {
    font-size: 20px;
  }
}
.service-details .right-bar .main-service .customer-rating ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .customer-rating ul {
    gap: 10px;
  }
}
.service-details .right-bar .main-service .customer-rating ul li {
  width: 100%;
}
.service-details .right-bar .main-service .customer-rating ul li svg {
  width: 35px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .customer-rating ul li svg {
    width: 20px;
  }
}
.service-details .right-bar .main-service .customer-rating h2 {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 34px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .customer-rating h2 {
    font-size: 25px;
  }
}
.service-details .right-bar .main-service .customer-rating p {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .service-details .right-bar .main-service .customer-rating p {
    font-size: 16px;
  }
}/*# sourceMappingURL=contact.css.map */