@media (max-width: 767px) {

.left-tab-wrapper .details-values {
        width: 100%;
    }
    .left-tab-wrapper {
        border: none;
    }

		
	.price
	{
		text-align:center;
		
	}
	.title
	{
		text-align:center !important;
		float:none !important;
	}
	.back-hidden
	{	
		display:none !important;
	}
	.city
	{

		text-align:center;
	}
	.label-bs
	{
	text-align:left;
	}
	
}
@media (max-width: 480px) {

    .details-tabs .tabs li {
        float: none;
    }
    .details-tabs .tabs li a {
        border: none;
        margin: 0;
    }
    .details-tabs .tabs li:last-child a {
        margin: 0;
        border: none;
    }
	.details-tabs .tabs li.active a {
		border-left: 1px solid #dedddd;
		border-right: 1px solid #dedddd;
		border-top: 2px solid #dedddd;
		border-bottom: none;
		font-weight: bold;
		color: #000000;
		background-color: #ffffff !important;
		text-decoration:none;
	}
	
	.left-tab-wrapper .details-values {
	width: 100%;
	}
	.left-tab-wrapper {
	border: none;
	}
	
	.back-hidden
	{	
		display:none !important;
	}	
	.title
	{
		text-align:center !important;
	}
	.details-tabs .tb li {
        float: none;
    }
    .details-tabs .tb li a {
        border: none;
        margin: 0;
    }
   
   .details-tabs .tb li a {
		border-left: 1px solid #dedddd;
		border-right: 1px solid #dedddd;
		border-top: 2px solid #dedddd;
		border-bottom: none;
		font-weight: bold;
		color: #000000;
		background-color: #ffffff !important;
		text-decoration:none;
	}
	.details-tabs .tb li.active a {
		border-left: 1px solid #dedddd;
		border-right: 1px solid #dedddd;
		border-top: 2px solid #dedddd;
		border-bottom: none;
		font-weight: bold;
		color: #fff;
		background-color: #006293 !important;
		text-decoration:none;
	}
	
}
