.rent-txt {
	background: #fff;
    font-size: 16px;
    display: flex;
	padding-bottom: 30px;
}
.select-car {
	background:#dc2c1b;
	font-size: 16px;
}
.select-car li {
	list-style: none;
    padding: 49px;
    /* float: left; */
    display: inline-block;
}
.select-car input, select {
	padding: 9px;
    border-radius: 5px;
    font-size: 20px;
    width: 198px;
    border: none;
}
.select-car label {
	color: #fff;
    font-size: 20px;
    display: block;
}
.select-car input[type=date]{
	line-height:normal;
}
.rent-txt li{
	padding: 3px;
    font-size: 20px;
    display: flex;
	margin-left: 20px;
}
.rent-txt p{
	color: #dc2c1b;
    font-size: 21px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 6px;
}
.rent-txt label{
	margin-left: 7px;
}
.rent-txt input{
	zoom: 1.5;
    margin-top: -2px;
    border: none;
    background: #ededed;
}	
.input input, textarea{
	zoom: 1;
    margin-top: -2px;
    border: none;
    background: #ededed;
    padding: 8px;
    width: 79%;
}
.submit input{
	width: 79%;
    background: #008000;
    color: #fff;
    padding: 3px;
    font-weight: bold;
}
.submit input:hover{
    background: #dc2c1b;
}
.rent-txt textarea{
	width: 79%;
    border: none;
    background: #ededed;
    height: 200px;
}
.text-move{
	margin-left: 46px;
    margin-top: 69px;
    display: block;
}
.daily-text{
	color:green;
	text-align:justify;
	font-weight: bold;
    font-size: 17px !important;
	width: 76%;
	list-style:none;
}
#daily-basis{
	display: none;
}
#contractual-basis{
	display:none;
}
#other-text{
	font-size: 14px;
    padding: 4px 5px;
    width: 79%;
	display:none;
}
input:focus{
	border:none;
	outline:none;
	background:#e0ffe0;
}
textarea:focus{
	border:none;
	outline:none;
	background:#e0ffe0;
}
.underline{
	text-decoration:underline;
}
.rule-text{
	color:#666;
	font-weight:500;
}
.rule-txt{
	color: #666;
    width: 79%;
    font-size: 16px;
}
#select-pack{
	display: none;
    background: red;
    padding: 5px;
    color: #fff;
    font-size: 18px;
}
#date-to{
	display:none;
	background: #fff;
    color: red;
    padding: 5px;
}
.tour-all{
	margin-top:200px;
}
@media only screen and (max-width: 767px){	
	.tour-all{
		margin-top:63px;
	}
	.select-car li {
		list-style: none;
		padding: 10px;
		/* float: left; */
		display: inline-block;
		width: 100%;
	}
	.select-car input, select {
		padding: 5px;
		border-radius: 5px;
		font-size: 15px;
		width: 100%;
		border: none;
	}
	.select-car label {
		color: #fff;
		font-size: 17px;
		display: block;
	}
	.rent-txt {
		background: #fff;
		font-size: 16px;
		display: block;
		padding-bottom: 30px;
		display: flex;
		flex-direction: column-reverse;
	}
	.rent-txt p {
        color: #dc2c1b;
        font-size: 17px;
        font-weight: bold;
        padding: 0;
        margin-bottom: 6px;
        margin-top: 11px;
		width: 100%;
	}
	.left-rental {
		padding-left: 0px !important;
		padding-right: 0 !important;
		background-repeat: no-repeat;
		background-size: 73%;
		background-position: top 57px center;
	}
    .text-move {
        margin-left: 0px;
        margin-top: 20px;
        display: block;
	}
	.rent-txt input {
		zoom: 1;
		margin-top: -2px;
		border: none;
		background: #008000;
	}
	.rent-txt label {
		margin-left: 7px;
		font-size: 17px;
	}
	.rent-txt textarea {
		width: 99%;
		border: none;
		background: #ededed;
		height: 200px;
	}
	.rent-txt li {
		padding: 3px;
		font-size: 17px;
		display: flex;
		margin-left: 13px;
	}
	.daily-text {
		color: green;
		text-align: justify;
		font-weight: bold;
		font-size: 14px !important;
		width: 91%;
		list-style: none;
	}
	.rule-txt {
		color: #666;
		width: 97%;
		font-size: 13px;
	}
	.input input, textarea {
		zoom: 1;
		margin-top: -2px;
		border: none;
		background: #ededed;
		padding: 5px;
		width: 98%;
	}
	.rent-txt textarea {
		width: 99%;
		border: none;
		background: #ededed;
		height: 138px;
	}
	button, html input[type=button], input[type=reset], input[type=submit] {
		-webkit-appearance: button;
		cursor: pointer;
		margin-left: 18px;
	}
	.container {
		padding-right: 4px;
		padding-left: 4px;
		margin-right: auto;
		margin-left: auto;
	}
}