.ts-service-box-bg {
    padding: 20px;
}
.form-group span.text-muted {
    display: none;
}
.about-icon h4.service-box-title {
    font-size: 12px;
}
.home-service-list h4 {
    font-size: 18px;
}

.home-service-list .section-sub-title {
    line-height: 1.5em;
    
}
.home-service-list li {
    font-size: 1.1em;
}
.service-image img {
    margin: 20px 0;
}
.service-content blockquote {
    margin: 0;
    font-size: 1.1em;
}

.service-content blockquote:before {
     content: none;
}
.slider-content h4{
    color: white;
    padding: 10px 100px;
}
.pricelist .price-item-title, .pricelist .price-item-value {
    border-bottom: 1px solid whitesmoke;
}
.pricelist .price-item-value {
    text-align: right;
}
.service-content p {
    text-align: justify;
}
.service-content #price-content {
    margin-bottom: 30px;
}
.widget.recent-posts ul li {
    border: none;
    padding-bottom: 0; 
    margin-bottom: 0; 
}
.sidebar ul.nav-tabs li a {
    padding: 8px;
}


#menu-name {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    display: none;
}

@media (min-width: 1201px) and (max-width:1921px)
{
    .site-navigation .container {
         width: 1250px;
    }
}


@media (max-width: 991px)
{
#menu-name {
    display: block;  
    color: white;
 }
}
@media only screen and (max-width: 767px) 
{
    .banner-title {
    font-size: 28px;
}

@media (max-width: 390px) {
.slide-sub-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 0;
}
.slider-content h4 {
    padding: 10px 20px;
}
}


