/*
Theme Name: The Beauty Concept
Theme URI: http://localhost/beauty-concept/
Author: Simmi Gupta
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 5.5.1
Version: 1.4
*/

.star-rating svg {
  width: 30px;
  height: 30px;
  color: #ff9900;
  font-size: 25px;
}
.star-rating svg:not(:last-child) {
  margin-right: 3px;
}


table, th, td {
    border: 1px solid black;
    padding: 7px;
}
.review-sec{
	padding: 60px 0;
}
.review-item .testi-box{
    color: #000;
    font-size: 17px;
    margin-bottom: 40px;
}
.review-item .testi-box p {
    font-weight: 400;
    margin-bottom: 10px;
    border-left: 4px solid #757575;
    padding-left: 20px;
}
.review-item .star-rating {
    padding-left: 20px;
    border-left: 4px solid #757575;
    margin-bottom: 10px;
}
.review-item .ss-star {
    font-size: 17px;
    color: #df9b48;
}
.star-rating i{
	color: #ff9900;
}
.phone {
    width: 100%;
    HEIGHT: 30PX;
    MARGIN-BOTTOM: 27PX!IMPORTANT;
}
.imtxt P {
    margin-bottom: 15px;
}
.imtxt h1 {
    margin-bottom: 20px;
}
.custom-nav .dropdown-item:hover {
    margin: 0px;
}
.img-wrap {
width: 40%;
}
.img-wrap img{
	width:100%;
   height: auto;
   padding-right: 15px;
}

@media (max-width: 991px) {
  .img-wrap { 
  	width: 100%;
    text-align: center!important;
  } 
  .img-wrap img {
  padding: 0 15px 15px!important;
  }
}
.tob_bar a {
    word-break: break-all;
}


/******30.10.2020*******/
.ss-table {
    width: 75%;
    margin: 50px auto;
    font-size: 16px;
    color: #000;
    box-shadow: 2px 2px 10px #e2e2e2;
    padding: 15px;
}
.ss-table p{
	text-align: center;
    width: 76%;
    margin: 0 auto;
}
.ss-table .table-bordered td, .table-bordered th {
    border: 1px solid #f5f5f5;
    font-size: 16px;
    font-weight: 300;
}