/*
Theme Name: Retro - Premium Vintage WordPress Theme
Version: 4.0.1
Theme URI: http://retro.olegnax.com/
Description: This elegant and extremely flexible WordPress theme.
Author: olegnax
Author URI: http://olegnax.com/
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: pink, yellow, gray, two-columns, fixed-layout, threaded-comments, translation-ready, custom-menu
*/

@media(min-width: 768px) and (max-width: 992px){
	.slider-word{
		font-size: 13px !important;
		line-height: 17px !important;
	}
}
.make-submit
{
background:#ffffff;
padding:15px;
border-radius:10px;
}
.make-submit input[type="submit"]{
	text-transform: capitalize !important;
}
@media(max-width: 767px){
	#rev_slider_2_1_wrapper{
		display: none;
	}
.table-xs-mang table{
		margin: 0px;
	}
	.table-xs-mang table > thead {
	    display: none;
	}
	.table-xs-mang table > tbody > tr{
		margin-bottom: 25px;
	    display: block;
	}
	.table-xs-mang table > tbody > tr > td{
		display: block;
		text-align: center;
	    font-size: 13px;
	    border-bottom: 1px dotted #ccc;
		padding-left: 170px;
		position: relative;
	}
	.table-xs-mang table > tbody > tr > td::before {
	 float: left;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #452019;
    color: #fff;
    padding: 21px 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    width: 160px;
    text-align: center;
	}
	.table-xs-mang table>tbody>tr>td:first-child{
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: 700;
	}
	.table-xs-mang table > tbody > tr > td:nth-child(2)::before{
		content: "First-Time Cleaning";
	}
	.table-xs-mang table > tbody > tr > td:nth-child(3)::before{
		content: "Regular cleaning";
	}
	.table-xs-mang table > tbody > tr > td:nth-child(4)::before{
		content: "Move in/out";
	}
	.table-xs-mang table > tbody > tr > td:nth-child(5)::before{
		content: "Deep cleaning";
	}
	.table-xs-mang table > tbody > tr > td::after{
		display: table;
		content: "";
		clear: both;
	}
}